:root{--ink:#071431;--green:#07934f;--green-dark:#05733d;--blue:#2769ea;--soft-blue:#a9d2fb;--muted:#687892;--line:#dce6e7;--danger:#c93f4e}*{box-sizing:border-box}html{min-width:320px;background:#f7faf9}body{margin:0;min-height:100vh;color:var(--ink);font:16px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 5% 22%,#ddfff0 0,transparent 31%),radial-gradient(circle at 96% 84%,#e5efff 0,transparent 34%),#fafcfc}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}
.gr-top{width:100%;border-bottom:1px solid #edf2f0;background:#fff}.gr-top-inner{position:relative;display:flex;align-items:center;gap:30px;width:min(1540px,calc(100% - 40px));height:72px;margin:0 auto}.gr-logo{display:flex;flex:0 0 168px;width:168px;text-decoration:none}.gr-logo img{display:block;width:100%;height:auto}.gr-site-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.4vw,36px);margin:auto}.gr-site-nav a,.gr-mobile-menu a{color:#3e4b62;font-size:13px;font-weight:750;text-decoration:none;transition:color .18s}.gr-site-nav a:hover,.gr-mobile-menu a:hover{color:var(--blue)}.gr-header-actions{display:flex;align-items:center;gap:10px}.gr-header-actions a{min-height:42px;padding:10px 17px;border-radius:11px;font-size:13px;font-weight:800;text-decoration:none}.gr-login{border:1px solid #dce5e9;color:var(--ink);background:#fff}.gr-menu-button,.gr-mobile-menu{display:none}.gr-page{width:min(1450px,calc(100% - 40px));margin:24px auto 40px}.gr-card{position:relative;height:clamp(630px,calc(100vh - 150px),760px);min-height:630px;overflow:hidden;border:1px solid #dbe5e7;border-radius:25px;background:radial-gradient(circle at 58% 56%,rgba(218,255,232,.72),transparent 33%),radial-gradient(circle at 88% 17%,rgba(230,246,255,.78),transparent 32%),linear-gradient(105deg,#fff 0 43%,rgba(250,255,252,.92) 43% 100%);box-shadow:0 24px 70px rgba(42,72,90,.1)}.gr-neighborhood{position:absolute;z-index:0;bottom:0;left:0;width:43%;height:190px;color:#bce7d0;opacity:.52;pointer-events:none}
.gr-progress{position:absolute;z-index:5;top:22px;right:38px;display:grid;grid-template-columns:repeat(3,1fr);width:min(440px,42%)}.gr-progress:before,.gr-progress i{content:"";position:absolute;z-index:-1;top:15px;left:16.6667%;width:66.6666%;height:2px;background:#dbe8e4}.gr-progress i{width:0;background:linear-gradient(90deg,var(--green),var(--blue));transition:width .35s ease}.gr-progress button{padding:0;border:0;color:#8996aa;background:transparent;font-size:11px;font-weight:800;cursor:pointer}.gr-progress b{display:grid;place-items:center;width:31px;height:31px;margin:0 auto 4px;border-radius:50%;color:#7b8a9f;background:#edf3f2}.gr-progress button.active{color:var(--ink)}.gr-progress button.active b{color:#fff;background:var(--blue);box-shadow:0 6px 14px rgba(39,105,234,.23)}.gr-progress button.done b{color:#fff;background:var(--green)}.gr-save{position:absolute;z-index:5;top:70px;right:38px;width:min(440px,42%);color:#8b98aa;font-size:11px;text-align:center}
#guestRequestForm{position:relative;z-index:2;height:100%}.gr-step{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(480px,1.22fr);align-items:center;gap:clamp(42px,6vw,105px);height:100%;padding:92px clamp(42px,5.7vw,90px);animation:gr-in .25s ease}.gr-step[hidden]{display:none!important}.gr-step-copy{align-self:center;max-width:390px}.gr-kicker{margin:0 0 22px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.08em}.gr-step-copy h1,.gr-success h2{margin:0 0 16px;color:var(--ink);font-size:clamp(40px,4vw,58px);line-height:1.04;letter-spacing:-.04em}.gr-step-copy>p:last-child{margin:0;color:#53637d;font-size:18px}.gr-fields-panel{width:100%;max-width:610px;justify-self:end}.gr-problem-panel{max-width:760px}.gr-field{position:relative;display:block;margin:0 0 20px}.gr-field input,.gr-field textarea{width:100%;min-height:72px;padding:19px 20px;border:1px solid rgba(166,184,192,.46);border-radius:21px;outline:0;color:var(--ink);background:rgba(255,255,255,.97);box-shadow:0 13px 32px rgba(55,88,84,.07);resize:none;transition:border-color .18s,box-shadow .18s,transform .18s}.gr-field textarea{min-height:132px;padding-top:23px}.gr-field input::placeholder,.gr-field textarea::placeholder{color:#65748d;opacity:1}.gr-field input:focus,.gr-field textarea:focus{border-color:#83c9aa;box-shadow:0 0 0 4px rgba(102,205,158,.15),0 16px 34px rgba(55,88,84,.1);transform:translateY(-1px)}.gr-field-icon input{padding-left:78px}.gr-icon{position:absolute;z-index:2;top:14px;left:14px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#172442;background:#eff8f3;font-size:21px;font-style:normal}.gr-person:before{content:"";position:absolute;top:10px;width:9px;height:9px;border:2px solid currentColor;border-radius:50%}.gr-person:after{content:"";position:absolute;bottom:8px;width:17px;height:11px;border:2px solid currentColor;border-bottom:0;border-radius:11px 11px 0 0}.gr-field em{display:block;margin:4px 12px 0;color:var(--danger);font-size:12px;font-style:normal}.gr-field.invalid input,.gr-field.invalid textarea{border-color:#dc5965;background:#fff9f9;box-shadow:0 0 0 4px rgba(220,89,101,.1)}.gr-sr{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.gr-problem-choices{display:grid;grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);align-items:center;transition:grid-template-columns .25s ease}.gr-problem-option{min-width:0}.gr-problem-option h2{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:16px;font-weight:850}.gr-choice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--green);background:#eff8f3}.gr-choice-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gr-choice-rec{color:#172442}.gr-rec-dot{fill:#ef4f5f;stroke:none}.gr-text-option .gr-field{margin:0}.gr-text-option textarea{height:205px;min-height:205px;padding:20px;border-radius:13px;box-shadow:none}.gr-or{display:grid;grid-template-rows:1fr auto 1fr;align-items:center;justify-items:center;height:190px;color:var(--ink);font-size:13px;font-weight:900}.gr-or:before,.gr-or:after{content:"";width:1px;height:100%;background:#d9e2e5}.gr-or span{padding:14px 0}.gr-video-option{text-align:center}.gr-video-option h2{justify-content:center}.gr-record{display:grid;justify-items:center;gap:13px;width:100%;padding:8px;border:0;color:var(--ink);background:transparent;font-weight:850;cursor:pointer}.gr-video-circle{position:relative;display:grid;place-items:center;width:106px;height:106px;border:1px solid #cfdade;border-radius:50%;color:#101d39;background:rgba(255,255,255,.78);transition:transform .18s,box-shadow .18s,border-color .18s}.gr-video-circle>svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linejoin:round}.gr-video-circle small{position:absolute;right:-8px;bottom:3px;display:flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;color:#b72e3b;background:#fff;box-shadow:0 4px 12px rgba(25,47,53,.13);font-size:9px;font-weight:900;letter-spacing:.08em}.gr-video-circle small i{width:6px;height:6px;border-radius:50%;background:#ef4f5f}.gr-record:hover .gr-video-circle{transform:translateY(-2px);border-color:#9cbfb0;box-shadow:0 12px 26px rgba(36,73,70,.1)}.gr-photo-action{display:none}.gr-upload{place-items:center;min-height:48px;padding:10px 15px;border:1px solid #bed8ca;border-radius:13px;color:var(--green-dark);background:rgba(255,255,255,.92);font-size:13px;font-weight:850;cursor:pointer}.gr-problem-choices.is-text-mode{grid-template-columns:1fr}.gr-problem-choices.is-text-mode .gr-or{display:none}.gr-problem-choices.is-text-mode .gr-text-option textarea{height:180px}.gr-problem-choices.is-text-mode .gr-photo-action{display:inline-grid;margin-top:11px}.gr-problem-choices.is-text-mode .gr-video-option{margin-top:10px;text-align:left}.gr-problem-choices.is-text-mode .gr-video-option h2{display:none}.gr-problem-choices.is-text-mode .gr-record{display:inline-flex;align-items:center;width:auto;min-height:48px;padding:10px 15px;border:1px solid #c4d7ef;border-radius:13px;color:#245eb8;background:rgba(255,255,255,.92);font-size:13px}.gr-problem-choices.is-text-mode .gr-video-circle{display:inline-grid;width:24px;height:24px;border:0;color:#245eb8;background:transparent}.gr-problem-choices.is-text-mode .gr-video-circle>svg{width:22px;height:22px;stroke-width:2.8}.gr-problem-choices.is-text-mode .gr-video-circle small{display:none}.gr-media-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gr-media-chip{padding:7px 10px;border-radius:9px;color:#40516a;background:rgba(255,255,255,.9);font-size:12px}.gr-privacy{position:absolute;bottom:32px;left:calc(43% + 40px);display:flex;align-items:center;gap:10px;max-width:315px;margin:0;padding:11px 14px;border-radius:11px;color:#53627a;background:rgba(244,248,247,.95);font-size:12px}.gr-privacy span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--green);background:#e8f5ee}
.gr-grid{display:grid;grid-template-columns:1fr 96px 130px;gap:12px}.gr-consent{display:grid;grid-template-columns:24px 1fr;gap:14px;align-items:start;margin-top:33px;padding-top:25px;border-top:1px solid #dce8e2;color:#52627a;font-size:13px}.gr-consent input{width:20px;height:20px;margin:2px 0 0;accent-color:var(--green)}.gr-consent a{color:var(--green);font-weight:750}.gr-consent em{grid-column:2;margin-top:-8px;color:var(--danger);font-size:12px;font-style:normal}.gr-verification{text-align:center;animation:gr-in .25s ease}.gr-verification>p{margin:0;color:#8995a7;font-size:14px}.gr-verification>p strong{color:#53637b}.gr-text-action{padding:4px;border:0;color:var(--green-dark);background:transparent;font-size:12px;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.gr-code{display:flex;justify-content:center;gap:10px;margin-top:22px}.gr-code input{width:62px;height:72px;padding:0;border:1px solid #cddce6;border-radius:16px;outline:0;color:var(--ink);background:#fff;box-shadow:0 10px 24px rgba(55,88,84,.07);font-size:30px;font-weight:800;text-align:center;caret-color:var(--blue)}.gr-code input:focus{border-color:#72a9ed;box-shadow:0 0 0 4px rgba(76,145,232,.14)}.gr-code-error{display:block;min-height:18px;margin-top:8px;color:var(--danger);font-size:12px;font-style:normal}.gr-resend{display:inline-block;margin-top:3px}.gr-resend:disabled{color:#96a2b2;cursor:default}.gr-resend-status{display:block;min-height:18px;color:#8a97a9;font-size:11px}.gr-form-error{position:absolute;right:clamp(42px,5.7vw,90px);bottom:82px;width:min(610px,48%);padding:9px 13px;border-radius:10px;color:#a93240;background:rgba(255,238,240,.95);font-size:12px}.gr-nav{position:absolute;z-index:5;right:clamp(42px,5.7vw,90px);bottom:27px;display:flex;justify-content:space-between;width:min(610px,calc(58% - 58px));gap:12px}.gr-nav button,.gr-success a{min-height:52px;padding:13px 25px;border-radius:13px;font-weight:850;text-decoration:none;cursor:pointer}.gr-nav button:disabled{opacity:.65;cursor:wait}.gr-back{border:0;color:var(--green);background:transparent}.gr-next,.gr-submit{margin-left:auto;border:0;color:#fff;background:var(--green);box-shadow:0 12px 24px rgba(6,150,81,.22)}.gr-submit.is-verify{color:#10335f;background:var(--soft-blue);box-shadow:0 12px 24px rgba(65,137,211,.18)}.gr-next span,.gr-submit span{margin-left:12px}.gr-success{position:relative;z-index:3;max-width:620px;margin:auto;padding:130px 30px 70px;text-align:center}.gr-success .gr-check{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 24px;border-radius:50%;color:var(--green);background:#ddf8e9;font-size:32px}.gr-success h2{font-size:54px}.gr-success p{color:var(--muted)}.gr-success a{display:inline-grid;place-items:center;margin:18px auto;color:#fff;background:var(--green)}.gr-success small{display:block;color:#8090a4}@keyframes gr-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:1180px){.gr-site-nav{gap:17px}.gr-site-nav a{font-size:12px}.gr-header-actions .gr-header-submit{display:none}}
@media(max-width:980px){.gr-site-nav,.gr-header-actions{display:none}.gr-menu-button{display:grid;gap:4px;margin-left:auto;padding:10px;border:0;border-radius:10px;background:#f4f7f6;cursor:pointer}.gr-menu-button span{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink)}.gr-mobile-menu{position:absolute;z-index:20;top:62px;right:22px;display:grid;min-width:220px;padding:10px;border:1px solid #e0e8e6;border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(21,47,54,.15)}.gr-mobile-menu[hidden]{display:none}.gr-mobile-menu a{padding:9px 11px;border-radius:8px}.gr-step{gap:34px;padding-inline:38px}.gr-progress,.gr-save{right:28px}.gr-nav{right:38px;width:calc(58% - 50px)}.gr-form-error{right:38px}.gr-privacy{left:calc(42% + 30px)}}
@media(max-width:800px){html,body{height:100%}body{overflow:hidden;background:#fff}.gr-shell{width:100%;height:100dvh;margin:0;border:0;border-radius:0;box-shadow:none}.gr-top{height:66px;padding:0 20px;border-bottom:1px solid #edf2f0}.gr-logo{flex-basis:136px;width:136px}.gr-page{height:calc(100dvh - 66px);padding:0}.gr-card{height:100%;min-height:0;border:0;border-radius:0;background:radial-gradient(circle at 50% 51%,rgba(221,255,233,.85),transparent 45%),#fff}.gr-neighborhood{display:none}.gr-progress{top:16px;right:20px;left:20px;width:auto}.gr-progress button span{display:block;font-size:10px}.gr-progress b{width:27px;height:27px;font-size:11px}.gr-progress:before,.gr-progress i{top:13px;left:16.6667%;width:66.6666%}.gr-save{display:none}#guestRequestForm{height:100%}.gr-step{display:flex;flex-direction:column;align-items:stretch;gap:17px;height:100%;padding:90px 20px 78px;overflow-y:auto;overscroll-behavior:contain}.gr-step-copy{align-self:auto;max-width:none;text-align:left}.gr-kicker{margin-bottom:10px;font-size:11px}.gr-step-copy h1{margin-bottom:7px;font-size:34px}.gr-step-copy>p:last-child{font-size:14px}.gr-fields-panel{max-width:none;margin:0}.gr-field{margin-bottom:13px}.gr-field input,.gr-field textarea{min-height:60px;border-radius:17px;padding:15px}.gr-field-icon input{padding-left:66px}.gr-icon{top:10px;left:10px;width:40px;height:40px}.gr-grid{grid-template-columns:1fr 72px 98px;gap:7px}.gr-consent{margin-top:19px;padding-top:16px;font-size:12px}.gr-problem-choices{grid-template-columns:1fr;gap:12px}.gr-problem-option{padding:12px;border:1px solid #e0e8e8;border-radius:12px;background:rgba(255,255,255,.88)}.gr-problem-option h2{gap:9px;margin-bottom:11px;font-size:13px}.gr-choice-icon{width:34px;height:34px}.gr-choice-icon svg{width:18px;height:18px}.gr-text-option textarea{height:126px;min-height:126px;border-radius:10px;box-shadow:none}.gr-or{display:flex;align-items:center;gap:15px;width:100%;height:auto;font-size:12px}.gr-or:before,.gr-or:after{width:100%;height:1px}.gr-video-option h2{justify-content:flex-start}.gr-video-circle{width:72px;height:72px}.gr-video-circle>svg{width:38px;height:38px}.gr-record{gap:8px}.gr-problem-choices.is-text-mode .gr-text-option textarea{height:126px}.gr-problem-choices.is-text-mode .gr-video-option{padding:0;border:0;background:transparent}.gr-problem-choices.is-text-mode .gr-video-option .gr-record{margin:0}.gr-photo-action{min-height:42px;padding:8px 12px}.gr-privacy{position:static;max-width:none;margin:10px 0 0;padding:9px 11px;font-size:11px}.gr-media-list{margin-top:7px}.gr-code{gap:6px;margin-top:18px}.gr-code input{width:clamp(40px,13vw,50px);height:58px;border-radius:13px;font-size:25px}.gr-verification>p{font-size:13px}.gr-form-error{right:14px;bottom:70px;left:14px;width:auto}.gr-nav{position:absolute;right:0;bottom:0;left:0;width:auto;min-height:68px;padding:7px 20px calc(7px + env(safe-area-inset-bottom));border-top:1px solid rgba(218,230,225,.85);background:rgba(255,255,255,.93);backdrop-filter:blur(12px)}.gr-nav button{min-height:52px}.gr-back{padding-left:0!important}.gr-next,.gr-submit{flex:1}.gr-back:not([hidden])+.gr-next,.gr-back:not([hidden])+.gr-next+.gr-submit:not([hidden]){max-width:72%}.gr-success{height:100%;padding:90px 24px 30px}.gr-success h2{font-size:40px}}
@media(max-width:380px),(max-height:720px) and (max-width:800px){.gr-step{gap:10px;padding-top:78px}.gr-step-copy h1{font-size:29px}.gr-kicker{margin-bottom:6px}.gr-problem-option{padding:9px}.gr-text-option textarea,.gr-problem-choices.is-text-mode .gr-text-option textarea{height:92px;min-height:92px}.gr-video-circle{width:56px;height:56px}.gr-video-circle>svg{width:30px;height:30px}.gr-privacy{margin-top:5px}.gr-field{margin-bottom:8px}.gr-field input{min-height:52px}.gr-icon{top:6px}.gr-consent{margin-top:10px;padding-top:10px}.gr-nav{min-height:64px;padding-top:6px;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.gr-nav button{min-height:48px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(max-width:800px){.gr-page{width:100%;height:calc(100dvh - 64px);margin:0;padding:0}.gr-card{box-shadow:none}}
