.gk-home{--bg:#f6f3ec;--bg-2:#efe9de;--surface:#fff;--surface-2:#faf6ef;--ink:#1b232f;--mid:#55606f;--dim:#8a8f97;--line:rgba(27,35,47,.11);--line-2:rgba(27,35,47,.2);--brand:#cf4d1c;--brand-2:#e2662f;--brand-ink:#fff;--brand-soft:#f7e6dc;--brand-glow:rgba(207,77,28,.16);--good:#0f8a5f;--warn:#a86a00;--danger:#c93a26;--ck-bg:#0d1320;--ck-surface:#141d2e;--ck-raise:#1b2740;--ck-line:hsla(0,0%,100%,.09);--ck-line-2:hsla(0,0%,100%,.16);--ck-ink:#eef1f8;--ck-mid:#a7b1c6;--ck-dim:#6d7793;--ck-brand:#ff7a45;--ck-good:#33d29a;--ck-good-soft:rgba(51,210,154,.14);--ck-warn:#f5b445;--ck-danger:#f76d5a;--gk-display:var(--font-sans,ui-sans-serif,system-ui,sans-serif);--gk-body:var(--font-sans,ui-sans-serif,system-ui,sans-serif);--gk-mono:ui-monospace,"SF Mono","JetBrains Mono","Roboto Mono",Menlo,Consolas,monospace;--r-lg:22px;--r-md:15px;--r-sm:10px;--page:1120px;--shadow-card:0 1px 2px rgba(27,35,47,.05),0 22px 44px -30px rgba(27,35,47,.4);--shadow-ck:0 1px 0 hsla(0,0%,100%,.04) inset,0 30px 60px -32px rgba(4,7,14,.75);--shadow-float:0 40px 80px -40px rgba(27,35,47,.5);color-scheme:light;min-height:100vh;background:radial-gradient(1100px 620px at 50% -8%,var(--brand-glow),transparent 60%),linear-gradient(180deg,var(--bg-2),var(--bg) 18%);color:var(--ink);font-family:var(--gk-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}@media (prefers-color-scheme:dark){.gk-home{--bg:#0a0e17;--bg-2:#070b12;--surface:#101725;--surface-2:#0c1220;--ink:#eaeef7;--mid:#a4aec4;--dim:#6c7690;--line:hsla(0,0%,100%,.1);--line-2:hsla(0,0%,100%,.18);--brand:#ff7a45;--brand-2:#ffa072;--brand-ink:#1a0f08;--brand-soft:rgba(255,122,69,.14);--brand-glow:rgba(255,122,69,.2);--good:#33d29a;--warn:#f5b445;--danger:#f76d5a;--shadow-card:0 1px 0 hsla(0,0%,100%,.03) inset,0 24px 48px -30px rgba(0,0,0,.75);--shadow-float:0 48px 90px -44px rgba(0,0,0,.85);color-scheme:dark}}.gk-home *{box-sizing:border-box}.gk-home .wrap{width:100%;max-width:var(--page);margin:0 auto;padding-inline:clamp(1.1rem,4vw,2.2rem)}.gk-home h1,.gk-home h2,.gk-home h3{font-family:var(--gk-display);font-weight:700;letter-spacing:-.03em;line-height:1.04;margin:0;text-wrap:balance}.gk-home p{margin:0}.gk-home .label{font-family:var(--gk-mono);font-size:.74rem;letter-spacing:.12em;text-transform:lowercase;color:var(--dim);display:inline-flex;gap:.35em}.gk-home .label:before{content:"{";color:var(--brand)}.gk-home .label:after{content:"}";color:var(--brand)}.gk-home .nav{position:sticky;top:0;z-index:40;backdrop-filter:saturate(180%) blur(14px);background:color-mix(in srgb,var(--bg) 82%,transparent);border-bottom:1px solid transparent;transition:border-color .2s ease}.gk-home .nav-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:68px}.gk-home .brand{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--gk-display);font-weight:700;font-size:1.06rem;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.gk-home .brand svg{width:26px;height:26px;flex:none}.gk-home .nav-links{display:none;gap:1.6rem}.gk-home .nav-links a{color:var(--mid);text-decoration:none;font-size:.92rem;font-weight:500}.gk-home .nav-links a:hover{color:var(--ink)}.gk-home .nav-right{display:flex;align-items:center;gap:.9rem}.gk-home .signin{white-space:nowrap;color:var(--mid);text-decoration:none;font-size:.92rem;font-weight:600}.gk-home .signin:hover{color:var(--ink)}@media (min-width:900px){.gk-home .nav-links{display:flex}}@media (max-width:420px){.gk-home .nav-in{gap:.5rem}.gk-home .brand{font-size:.98rem;gap:.4rem}.gk-home .brand svg{width:22px;height:22px}.gk-home .nav-right{gap:.65rem}.gk-home .signin{font-size:.86rem}.gk-home .pill-sm{font-size:.84rem;padding-left:.9rem}}.gk-home .pill{display:inline-flex;white-space:nowrap;align-items:center;gap:.75rem;padding:.5rem .5rem .5rem 1.4rem;border-radius:999px;border:1px solid transparent;background:var(--ink);color:var(--bg);font-family:var(--gk-display);font-weight:600;font-size:1.02rem;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;box-shadow:0 12px 26px -16px rgba(27,35,47,.85)}.gk-home .pill:hover{transform:translateY(-1px);box-shadow:0 18px 34px -18px rgba(27,35,47,.9)}.gk-home .pill .disc{width:34px;height:34px;border-radius:999px;background:var(--brand);color:var(--brand-ink);display:grid;place-items:center;flex:none;transition:transform .16s ease}.gk-home .pill:hover .disc{transform:translateX(2px)}.gk-home .pill .disc svg{width:15px;height:15px}.gk-home .pill-lg{font-size:1.12rem;padding-left:1.7rem}.gk-home .pill-lg .disc{width:40px;height:40px}.gk-home .pill-sm{font-size:.9rem;padding:.34rem .34rem .34rem 1.05rem}.gk-home .pill-sm .disc{width:27px;height:27px}.gk-home .pill-sm .disc svg{width:12px;height:12px}.gk-home .fine{font-family:var(--gk-mono);font-size:.78rem;color:var(--dim);letter-spacing:.01em}.gk-home .hero{position:relative;padding:clamp(3.2rem,8vw,6rem) 0 clamp(2.6rem,6vw,4.4rem);text-align:center;overflow:hidden}.gk-home .hero-in{position:relative;z-index:2;max-width:830px;margin:0 auto;display:grid;justify-items:center;gap:1.5rem}.gk-home .hero h1{font-size:clamp(2.15rem,7.4vw,4.6rem)}.gk-home .hero h1 .nb{white-space:nowrap}.gk-home .hero h1 .soft{display:block;font-weight:400;color:var(--mid);letter-spacing:-.025em}.gk-home .hero .sub{max-width:620px;font-size:clamp(1.02rem,2.1vw,1.18rem);color:var(--mid);line-height:1.55}.gk-home .hero .sub b{color:var(--ink);font-weight:600}.gk-home .hero-cta{display:grid;justify-items:center;gap:.85rem;margin-top:.3rem}.gk-home .floaters{display:none}@media (min-width:1240px){.gk-home .floaters{display:block;position:absolute;inset:0;z-index:1;pointer-events:none}.gk-home .float{position:absolute;animation:gk-bob 7s ease-in-out infinite}.gk-home .float:nth-child(2n){animation-duration:8.5s;animation-delay:-2.4s}.gk-home .float:nth-child(3n){animation-duration:9.5s;animation-delay:-4.1s}.gk-home .f-1{top:6%;left:2%}.gk-home .f-2{top:34%;left:2%}.gk-home .f-3{bottom:12%;left:5%}.gk-home .f-4{top:8%;right:3%}.gk-home .f-5{top:40%;right:2%}.gk-home .f-6{bottom:9%;right:6%}}@keyframes gk-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.gk-home .float{animation:none!important}}.gk-home .chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .95rem;border-radius:999px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card);font-weight:600;font-size:.88rem;color:var(--ink);white-space:nowrap}.gk-home .chip .dot{width:9px;height:9px;border-radius:999px;flex:none}.gk-home .mini{background:var(--ck-surface);border:1px solid var(--ck-line);border-radius:var(--r-md);box-shadow:var(--shadow-ck);padding:.85rem 1rem;min-width:196px;text-align:left;color:var(--ck-ink)}.gk-home .mini .k{font-family:var(--gk-mono);font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ck-dim)}.gk-home .mini .v{font-family:var(--gk-display);font-size:1.32rem;font-weight:700;letter-spacing:-.02em;margin-top:.15rem;font-variant-numeric:tabular-nums}.gk-home .mini .bar{height:5px;border-radius:999px;background:var(--ck-raise);margin-top:.55rem;overflow:hidden}.gk-home .mini .bar i{display:block;height:100%;border-radius:999px;background:var(--ck-good)}.gk-home .mini .note{margin-top:.45rem;font-size:.74rem;color:var(--ck-mid)}.gk-home .tag{display:inline-flex;align-items:center;gap:.35rem;padding:.16rem .5rem;border-radius:999px;font-family:var(--gk-mono);font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;background:var(--ck-good-soft);color:var(--ck-good)}.gk-home .bubble{max-width:240px;background:var(--surface);border:1px solid var(--line);border-radius:16px 16px 16px 5px;box-shadow:var(--shadow-card);padding:.8rem .95rem;text-align:left;font-size:.86rem;color:var(--mid);line-height:1.5}.gk-home .bubble b{color:var(--ink)}.gk-home .bubble .who{display:flex;align-items:center;gap:.45rem;font-weight:700;color:var(--ink);font-size:.82rem;margin-bottom:.35rem}.gk-home .bubble .who i{width:20px;height:20px;border-radius:999px;background:var(--brand);display:grid;place-items:center;flex:none}.gk-home .bubble .who i svg{width:12px;height:12px;color:var(--brand-ink)}.gk-home .plat-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.4rem}@media (min-width:1240px){.gk-home .plat-row{display:none}}.gk-home section.band{padding:clamp(3.4rem,8vw,6.2rem) 0}.gk-home .band-head{display:grid;gap:.9rem;max-width:720px;margin-bottom:clamp(2rem,4vw,3rem)}.gk-home .band-head.center{margin-inline:auto;text-align:center;justify-items:center}.gk-home .band-head h2{font-size:clamp(1.9rem,4.4vw,3rem)}.gk-home .band-head p{color:var(--mid);font-size:clamp(1rem,2vw,1.1rem);max-width:620px}.gk-home .jobs{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:720px){.gk-home .jobs{grid-template-columns:repeat(2,1fr)}}@media (min-width:1020px){.gk-home .jobs{grid-template-columns:repeat(3,1fr)}}.gk-home .job{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.5rem 1.45rem;box-shadow:var(--shadow-card);display:grid;gap:.6rem;align-content:start}.gk-home .job .ico{width:40px;height:40px;border-radius:12px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:.35rem}.gk-home .job .ico svg{width:20px;height:20px}.gk-home .job h3{font-size:1.1rem;letter-spacing:-.02em}.gk-home .job p{color:var(--mid);font-size:.95rem;line-height:1.55}.gk-home .chat-band{background:linear-gradient(180deg,transparent,var(--surface-2) 22%,transparent)}.gk-home .chat-grid{display:grid;gap:clamp(2rem,5vw,3.4rem);align-items:center}@media (min-width:960px){.gk-home .chat-grid{grid-template-columns:.85fr 1.15fr}}.gk-home .chat-copy{display:grid;gap:1.1rem;align-content:start}.gk-home .chat-copy h2{font-size:clamp(1.9rem,4vw,2.7rem)}.gk-home .chat-copy p{color:var(--mid);font-size:1.03rem}.gk-home .asks{display:grid;gap:.5rem;margin-top:.2rem}.gk-home .ask{display:flex;align-items:center;gap:.6rem;padding:.62rem .9rem;border-radius:999px;border:1px dashed var(--line-2);background:var(--surface);color:var(--mid);font-size:.92rem}.gk-home .ask svg{width:14px;height:14px;color:var(--brand);flex:none}.gk-home .chatwin{background:var(--ck-bg);border:1px solid var(--ck-line);border-radius:var(--r-lg);box-shadow:var(--shadow-ck);overflow:hidden;display:grid;grid-template-columns:1fr}@media (min-width:620px){.gk-home .chatwin{grid-template-columns:172px 1fr}}.gk-home .chatwin .rail{display:none;border-right:1px solid var(--ck-line);padding:.95rem .8rem;background:rgba(0,0,0,.18)}@media (min-width:620px){.gk-home .chatwin .rail{display:block}}.gk-home .chatwin .rail .who{display:flex;align-items:center;gap:.5rem;padding-bottom:.8rem;margin-bottom:.7rem;border-bottom:1px solid var(--ck-line)}.gk-home .chatwin .rail .av{width:26px;height:26px;border-radius:999px;background:var(--ck-brand);display:grid;place-items:center;flex:none}.gk-home .chatwin .rail .av svg{width:14px;height:14px;color:#1a0f08}.gk-home .chatwin .rail .nm{font-size:.82rem;font-weight:700;color:var(--ck-ink);letter-spacing:-.01em}.gk-home .chatwin .rail .k{font-family:var(--gk-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ck-dim);margin:.15rem 0 .5rem}.gk-home .chatwin .rail .item{font-size:.79rem;color:var(--ck-mid);padding:.4rem .5rem;border-radius:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gk-home .chatwin .rail .item.on{background:var(--ck-raise);color:var(--ck-ink)}.gk-home .chatwin .thread{padding:1.1rem 1.1rem 1rem;display:grid;gap:.75rem;align-content:start}.gk-home .msg{max-width:90%;padding:.7rem .9rem;border-radius:14px;font-size:.9rem;line-height:1.55}.gk-home .msg.them{background:var(--ck-surface);border:1px solid var(--ck-line);color:var(--ck-mid);border-bottom-left-radius:5px}.gk-home .msg.them b{color:var(--ck-ink);font-weight:600}.gk-home .msg.me{justify-self:end;background:var(--ck-raise);border:1px solid var(--ck-line-2);color:var(--ck-ink);border-bottom-right-radius:5px}.gk-home .msg .num{font-variant-numeric:tabular-nums;color:var(--ck-ink);font-weight:600}.gk-home .msg .up{color:var(--ck-good);font-weight:600}.gk-home .msg .down{color:var(--ck-danger);font-weight:600}.gk-home .composer{margin-top:.25rem;display:flex;align-items:center;gap:.6rem;border:1px solid var(--ck-line-2);background:var(--ck-surface);border-radius:999px;padding:.55rem .6rem .55rem 1rem;color:var(--ck-dim);font-size:.88rem}.gk-home .composer .send{margin-left:auto;width:28px;height:28px;border-radius:999px;background:var(--ck-brand);display:grid;place-items:center;flex:none}.gk-home .composer .send svg{width:13px;height:13px;color:#1a0f08}.gk-home .report-grid{display:grid;gap:clamp(2rem,5vw,3.2rem);align-items:center}@media (min-width:960px){.gk-home .report-grid{grid-template-columns:1fr .9fr}}.gk-home .phone{justify-self:center;width:min(360px,100%);background:var(--ck-bg);border:1px solid var(--ck-line);border-radius:26px;box-shadow:var(--shadow-ck);padding:1rem;display:grid;gap:.7rem}.gk-home .phone .hdr{display:flex;align-items:center;gap:.55rem;padding-bottom:.7rem;border-bottom:1px solid var(--ck-line)}.gk-home .phone .hdr .av{width:30px;height:30px;border-radius:999px;background:var(--ck-brand);display:grid;place-items:center;flex:none}.gk-home .phone .hdr .av svg{width:16px;height:16px;color:#1a0f08}.gk-home .phone .hdr .nm{font-weight:700;color:var(--ck-ink);font-size:.92rem}.gk-home .phone .hdr .tm{margin-left:auto;font-family:var(--gk-mono);font-size:.7rem;color:var(--ck-dim)}.gk-home .phone .line{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;color:var(--ck-mid)}.gk-home .phone .line b{color:var(--ck-ink);font-variant-numeric:tabular-nums}.gk-home .phone .rule{height:1px;background:var(--ck-line)}.gk-home .phone .act{background:var(--ck-surface);border:1px solid var(--ck-line);border-radius:12px;padding:.6rem .75rem;font-size:.85rem;color:var(--ck-mid);line-height:1.5}.gk-home .phone .act b{color:var(--ck-ink)}.gk-home .beats{display:grid;gap:1.1rem}.gk-home .beat{display:grid;grid-template-columns:30px 1fr;gap:.85rem;align-items:start}.gk-home .beat .n{width:30px;height:30px;border-radius:999px;border:1px solid var(--line-2);color:var(--brand);font-family:var(--gk-mono);font-size:.76rem;display:grid;place-items:center;flex:none}.gk-home .beat h3{font-size:1.03rem;margin-bottom:.2rem}.gk-home .beat p{color:var(--mid);font-size:.94rem;line-height:1.55}.gk-home .steps{display:grid;gap:1rem;counter-reset:step}@media (min-width:860px){.gk-home .steps{grid-template-columns:repeat(3,1fr)}}.gk-home .step{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.6rem 1.4rem 1.4rem;box-shadow:var(--shadow-card);display:grid;gap:.5rem;align-content:start}.gk-home .step .n{font-family:var(--gk-mono);font-size:.72rem;letter-spacing:.1em;color:var(--brand);text-transform:uppercase}.gk-home .step h3{font-size:1.14rem}.gk-home .step p{color:var(--mid);font-size:.95rem;line-height:1.55}.gk-home .step .when{margin-top:.35rem;font-family:var(--gk-mono);font-size:.73rem;color:var(--dim)}.gk-home .price{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:clamp(1.6rem,4vw,2.4rem);display:grid;gap:1.2rem;align-items:center}@media (min-width:820px){.gk-home .price{grid-template-columns:1fr auto;gap:2rem}}.gk-home .price h3{font-size:clamp(1.4rem,3vw,1.9rem);margin-bottom:.4rem}.gk-home .price p{color:var(--mid);font-size:.98rem}.gk-home .price .amt{color:var(--ink);font-weight:700}.gk-home .price-cta{display:grid;justify-items:start;gap:.6rem}@media (min-width:820px){.gk-home .price-cta{justify-items:end}}.gk-home .close{padding:clamp(4rem,10vw,7.5rem) 0 clamp(3rem,6vw,4.5rem);text-align:center}.gk-home .close h2{font-size:clamp(2.5rem,9vw,5.6rem);line-height:.98;letter-spacing:-.04em;max-width:15ch;margin:0 auto clamp(1.6rem,4vw,2.4rem)}.gk-home .close h2 .soft{display:block;font-weight:400;color:var(--mid)}.gk-home .close-cta{display:grid;justify-items:center;gap:.85rem}.gk-home .foot{border-top:1px solid var(--line);padding:2rem 0 2.6rem}.gk-home .foot-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.86rem;color:var(--dim)}.gk-home .foot-links{display:flex;flex-wrap:wrap;gap:1.2rem}.gk-home .foot-links a{color:var(--mid);text-decoration:none}.gk-home .foot-links a:hover{color:var(--ink);text-decoration:underline}.gk-home a:focus-visible,.gk-home button:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:6px}