:root{--gg-primary:#7c3aed;--gg-primary-dark:#5b21b6;--gg-primary-soft:#ede9fe;--gg-ink:#17132d;--gg-ink-soft:#56506d;--gg-muted:#6b7280;--gg-bg:#faf8ff;--gg-surface:#fff;--gg-border:#e8e2f4;--gg-success:#047857;--gg-success-soft:#ecfdf5;--gg-error:#b91c1c;--gg-focus:#2563eb;--gg-shadow:0 18px 50px rgba(45,28,90,.09);--gg-radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;color:var(--gg-ink);background:radial-gradient(circle at 8% 0%,rgba(196,181,253,.48),transparent 28rem),radial-gradient(circle at 100% 20%,rgba(254,215,170,.32),transparent 25rem),var(--gg-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:var(--gg-primary-dark)}button,input,select{font:inherit}:focus-visible{outline:3px solid var(--gg-focus);outline-offset:3px}.gg-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.gg-skip{position:fixed;top:.75rem;left:.75rem;z-index:100;transform:translateY(-160%);padding:.65rem 1rem;border-radius:10px;background:var(--gg-primary-dark);color:#fff;font-weight:750}.gg-skip:focus{transform:translateY(0)}
.gg-nav{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(124,58,237,.1);background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}.gg-nav__inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.gg-brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--gg-ink);text-decoration:none;font-weight:820;letter-spacing:-.02em}.gg-brand img{width:36px;height:36px;border-radius:11px}.gg-links{display:flex;align-items:center;gap:.25rem}.gg-links a{min-height:44px;padding:.62rem .78rem;display:inline-flex;align-items:center;border-radius:10px;color:var(--gg-ink-soft);text-decoration:none;font-weight:700}.gg-links a:hover{background:var(--gg-primary-soft);color:var(--gg-primary-dark)}
.gg-breadcrumb{padding:1rem 0 0;color:var(--gg-muted);font-size:.86rem}.gg-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0}.gg-breadcrumb li+li::before{content:"/";padding-right:.45rem;color:#a8a1b8}.gg-hero{padding:clamp(2rem,5vw,4.25rem) 0 4rem}.gg-hero__intro{max-width:820px;margin:0 auto 2.25rem;text-align:center}.gg-eyebrow{display:inline-flex;padding:.35rem .72rem;border-radius:999px;background:var(--gg-primary-soft);color:var(--gg-primary-dark);font-size:.82rem;font-weight:800}.gg-hero h1{margin:.85rem 0 1rem;font-size:clamp(2.35rem,6vw,4.35rem);line-height:1.04;letter-spacing:-.055em}.gg-lede{max-width:760px;margin:0 auto;color:var(--gg-ink-soft);font-size:clamp(1rem,2vw,1.16rem)}.gg-proof{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem 1.3rem;margin:1.25rem 0 0;padding:0;list-style:none;color:var(--gg-ink-soft);font-size:.9rem}.gg-proof li::before{content:"✓";margin-right:.45rem;color:var(--gg-success);font-weight:900}
.gg-card{background:var(--gg-surface);border:1px solid rgba(124,58,237,.13);border-radius:var(--gg-radius);box-shadow:var(--gg-shadow)}.gg-form-card{padding:clamp(1.25rem,4vw,2rem)}.gg-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.gg-form-head h2{margin:0;font-size:1.55rem}.gg-form-head p{margin:.2rem 0 0;color:var(--gg-muted);font-size:.9rem}.gg-form-head>span{padding:.3rem .65rem;border-radius:999px;background:var(--gg-primary-soft);color:var(--gg-primary-dark);font-size:.76rem;font-weight:800;white-space:nowrap}.gg-people{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.gg-person{min-width:0;margin:0;padding:1.2rem;border:1px solid var(--gg-border);border-radius:16px;background:#fcfbff}.gg-person legend{padding:0 .5rem;font-weight:820}.gg-person legend span{width:28px;height:28px;display:inline-grid;place-items:center;margin-right:.45rem;border-radius:9px;background:var(--gg-primary);color:#fff}.gg-fields{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.gg-field{min-width:0}.gg-field--wide{grid-column:1/-1}.gg-field label{display:block;margin-bottom:.35rem;font-size:.88rem;font-weight:750}.gg-field input,.gg-field select{width:100%;min-height:48px;border:1px solid #cfc7de;border-radius:12px;padding:.7rem .8rem;background:#fff;color:var(--gg-ink)}.gg-field input:hover,.gg-field select:hover{border-color:#a897c5}.gg-field input[aria-invalid="true"]{border-color:var(--gg-error)}.gg-hint,.gg-field-status{margin:.3rem 0 0;min-height:1.2em;color:var(--gg-muted);font-size:.78rem}.gg-field-status{color:var(--gg-success)}.gg-combobox{position:relative}.gg-city-list{position:absolute;z-index:20;left:0;right:0;max-height:250px;overflow:auto;margin:.3rem 0 0;padding:.3rem;list-style:none;border:1px solid var(--gg-border);border-radius:12px;background:#fff;box-shadow:0 18px 40px rgba(45,28,90,.15)}.gg-city-list[hidden]{display:none}.gg-city-list li{min-height:44px;padding:.65rem .7rem;border-radius:9px;cursor:pointer;color:var(--gg-ink-soft)}.gg-city-list li:hover,.gg-city-list li[aria-selected="true"]{background:var(--gg-primary-soft);color:var(--gg-primary-dark)}
.gg-btn{width:100%;min-height:50px;border:0;border-radius:12px;padding:.78rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;background:var(--gg-primary);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(124,58,237,.2);transition:background .2s ease,transform .2s ease}.gg-btn:hover:not(:disabled){background:var(--gg-primary-dark);transform:translateY(-1px)}.gg-btn:disabled{opacity:.62;cursor:wait}.gg-btn svg{width:19px;height:19px}.gg-form-status{min-height:1.5em;margin:.7rem 0 0;text-align:center;color:var(--gg-error);font-size:.88rem;font-weight:650}.gg-privacy{display:flex;justify-content:center;align-items:center;gap:.45rem;margin:.55rem 0 0;color:var(--gg-muted);font-size:.78rem}.gg-privacy svg{width:15px;height:15px;flex:0 0 auto}
.gg-results{scroll-margin-top:90px;margin:0 0 4rem;padding:clamp(1.25rem,4vw,2rem)}.gg-results[hidden]{display:none}.gg-results__head h2{margin:.4rem 0 .25rem;font-size:clamp(1.55rem,4vw,2.2rem);letter-spacing:-.03em}.gg-results__head p{max-width:760px;margin:0;color:var(--gg-muted)}.gg-ready{padding:.3rem .65rem;border-radius:999px;background:var(--gg-success-soft);color:var(--gg-success);font-size:.78rem;font-weight:800}.gg-score{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;padding:1rem 1.15rem;border-radius:16px;background:linear-gradient(135deg,#f4f0ff,#fff7ed)}.gg-score strong{font-size:clamp(2rem,6vw,3.5rem);line-height:1;color:var(--gg-primary-dark)}.gg-score span{display:block;color:var(--gg-muted);font-size:.8rem}.gg-score b{display:block;font-size:1rem}.gg-koota-results{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1.2rem 0}.gg-koota-result{padding:.85rem;border:1px solid var(--gg-border);border-radius:13px;background:#fcfbff}.gg-koota-result span{display:block;color:var(--gg-muted);font-size:.76rem}.gg-koota-result strong{font-size:1.08rem}.gg-results__action{padding:1.1rem;border-radius:15px;background:var(--gg-primary-soft);text-align:center}.gg-results__action p{margin:.55rem 0 0;color:var(--gg-muted);font-size:.8rem}.gg-btn--link{width:auto;min-width:min(100%,330px)}
.gg-section{padding:clamp(3rem,7vw,5rem) 0}.gg-section--tint{border-block:1px solid rgba(124,58,237,.08);background:rgba(237,233,254,.52)}.gg-section-head{max-width:720px;margin:0 auto 2rem;text-align:center}.gg-section-head h2{margin:.65rem 0 0;font-size:clamp(1.8rem,4vw,2.55rem);line-height:1.15;letter-spacing:-.035em}.gg-section-head p{margin:.7rem 0 0;color:var(--gg-ink-soft)}.gg-koot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.gg-koot-grid article{padding:1rem;border:1px solid var(--gg-border);border-radius:15px;background:#fff}.gg-koot-grid strong{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--gg-primary-soft);color:var(--gg-primary-dark)}.gg-koot-grid h3{margin:.7rem 0 .2rem;font-size:1rem}.gg-koot-grid p{margin:0;color:var(--gg-muted);font-size:.82rem}.gg-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gg-steps article{position:relative;padding:1.25rem 1.25rem 1.25rem 3.9rem;border:1px solid var(--gg-border);border-radius:16px;background:#fff}.gg-steps span{position:absolute;left:1.15rem;top:1.2rem;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--gg-primary);color:#fff;font-weight:850}.gg-steps h3{margin:0 0 .25rem;font-size:1rem}.gg-steps p{margin:0;color:var(--gg-muted);font-size:.88rem}.gg-note{max-width:800px;margin:1.2rem auto 0;padding:1rem 1.2rem;border:1px solid #fed7aa;border-radius:14px;background:#fff7ed;text-align:center}.gg-note p{margin:.25rem 0 0;color:var(--gg-ink-soft);font-size:.88rem}.gg-footer{border-top:1px solid var(--gg-border);padding:2rem 0;color:var(--gg-muted);font-size:.84rem}.gg-footer__inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gg-footer nav{display:flex;flex-wrap:wrap;gap:1rem}.gg-footer a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:840px){.gg-people{grid-template-columns:1fr}.gg-koot-grid,.gg-koota-results{grid-template-columns:repeat(2,1fr)}.gg-steps{grid-template-columns:1fr}}
@media(max-width:560px){.gg-shell{width:min(100% - 1.25rem,1120px)}.gg-links a:not(:last-child){display:none}.gg-hero{padding-top:2rem}.gg-proof{display:grid;justify-content:start;width:fit-content;margin-inline:auto;text-align:left}.gg-form-head{display:block}.gg-form-head>span{display:inline-flex;margin-top:.6rem}.gg-person{padding:1rem}.gg-fields{grid-template-columns:1fr}.gg-field--wide{grid-column:auto}.gg-koot-grid,.gg-koota-results{grid-template-columns:1fr 1fr}.gg-score{align-items:flex-start}.gg-footer__inner{display:block;text-align:center}.gg-footer nav{justify-content:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
