.hl-root{--ink:#070a06;--panel:#10150d;--panel-2:#161c12;--glass:rgba(16,21,13,0.72);--line:rgba(240,244,234,0.08);--line-strong:rgba(240,244,234,0.16);--text:#f2f4ee;--muted:#a9b1a0;--faint:#68705f;--lime:#a8d96f;--lime-bright:#c6f09a;--lime-deep:#7fb548;--forest:#37622a;position:relative;min-height:100vh;background:var(--ink);color:var(--text);font-family:Figtree,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}.hl-root h1,.hl-root h2,.hl-root h3{font-family:Gabarito,Figtree,sans-serif;text-wrap:balance;line-height:1.08}.hl-root a{color:inherit;text-decoration:none}.hl-root img{max-width:100%;display:block}.hl-root .wrap{max-width:1160px;margin:0 auto;padding:0 28px;position:relative}.hl-root #topo{z-index:0}.hl-root #topo,.hl-root .grain{position:fixed;inset:0;pointer-events:none;opacity:.5}.hl-root .grain{z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E")}.hl-root .aurora{position:absolute;pointer-events:none;filter:blur(90px);border-radius:50%}.hl-root .content{position:relative;z-index:2}.hl-root .rv{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.hl-root .rv.in{opacity:1;transform:none}.hl-root .rv.d1{transition-delay:.08s}.hl-root .rv.d2{transition-delay:.16s}.hl-root .rv.d3{transition-delay:.24s}.hl-root .rv.d4{transition-delay:.32s}@media (prefers-reduced-motion:reduce){.hl-root .rv{opacity:1;transform:none;transition:none}}.hl-root nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(7,10,6,.65);border-bottom:1px solid var(--line)}.hl-root .navin{justify-content:space-between;padding:15px 28px;max-width:1160px;margin:0 auto}.hl-root .logo,.hl-root .navin{display:flex;align-items:center}.hl-root .logo img{filter:brightness(0) invert(1);height:38px;width:auto}.hl-root .navlinks{display:flex;gap:30px;font-size:14px;font-weight:500;color:var(--muted)}.hl-root .navlinks a{transition:color .2s}.hl-root .navlinks a:hover{color:var(--text)}@media (max-width:760px){.hl-root .navlinks{display:none}}.hl-root .navctas{display:flex;gap:10px;align-items:center}.hl-root .btn{display:inline-flex;align-items:center;gap:9px;border-radius:999px;padding:10px 21px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;font-family:Figtree,sans-serif;transition:transform .18s cubic-bezier(.22,1,.36,1),background .18s,border-color .18s,box-shadow .18s}.hl-root .btn:hover{transform:translateY(-1px)}.hl-root .btn-ghost{border-color:var(--line-strong);color:var(--text);background:transparent}.hl-root .btn-ghost:hover{border-color:rgba(240,244,234,.34)}.hl-root .btn-lime{background:var(--lime);color:#131c0a;box-shadow:0 0 0 0 rgba(168,217,111,0)}.hl-root .btn-lime:hover{background:var(--lime-bright);box-shadow:0 6px 30px rgba(168,217,111,.35)}.hl-root .btn-big{padding:15px 30px;font-size:15.5px}.hl-root .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hl-root :focus-visible{outline:2px solid var(--lime);outline-offset:3px}.hl-root .mov{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(7,10,6,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hl-root .mov.open{display:flex}.hl-root .modal{max-width:432px;width:100%;border-radius:24px;padding:30px;position:relative;background:linear-gradient(160deg,#161c12,#0c110a 70%);border:1px solid var(--line-strong);box-shadow:0 40px 110px rgba(0,0,0,.7),0 0 70px rgba(168,217,111,.07);animation:hl-mpop .28s cubic-bezier(.22,1,.36,1)}@keyframes hl-mpop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hl-root .modal{animation:none}}.hl-root .modal .logo{margin-bottom:22px}.hl-root .modal .logo img{height:30px}.hl-root .modal .mic{width:46px;height:46px;border-radius:15px;background:rgba(168,217,111,.13);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hl-root .modal h3{font-size:21px;font-weight:700;letter-spacing:-.015em;margin-bottom:9px}.hl-root .modal p{font-size:14.5px;color:var(--muted);margin-bottom:22px}.hl-root .modal .mrow{display:flex;gap:11px;flex-wrap:wrap}.hl-root .mx{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;font-family:Figtree,sans-serif}.hl-root .mx:hover{color:var(--text);border-color:var(--line-strong)}.hl-root .gbtn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:54px;border-radius:14px;background:var(--lime);color:#131c0a;font-weight:700;font-size:15px;border:none;cursor:pointer;font-family:Figtree,sans-serif;transition:transform .18s cubic-bezier(.22,1,.36,1),background .18s,box-shadow .18s}.hl-root .gbtn:hover:not(:disabled){background:var(--lime-bright);transform:translateY(-1px);box-shadow:0 6px 30px rgba(168,217,111,.35)}.hl-root .gbtn:disabled{opacity:.7;cursor:not-allowed}.hl-root .gchip{width:30px;height:30px;border-radius:50%;background:#fff;justify-content:center;flex:none}.hl-root .gchip,.hl-root .mdiv{display:flex;align-items:center}.hl-root .mdiv{gap:12px;margin:20px 0;font-size:12.5px;color:var(--faint);white-space:nowrap}.hl-root .mdiv:after,.hl-root .mdiv:before{content:"";flex:1;height:1px;background:var(--line)}.hl-root .merr{border:1px solid rgba(239,118,118,.28);background:rgba(239,118,118,.1);color:#f0a6a6;border-radius:12px;padding:11px 13px;font-size:13px;margin-bottom:16px}.hl-root .hero{position:relative;padding:76px 0 96px}.hl-root .hero .aurora.a1{width:640px;height:520px;left:-220px;top:-160px;background:rgba(55,98,42,.5)}.hl-root .hero .aurora.a2{width:560px;height:480px;right:-160px;top:80px;background:rgba(168,217,111,.13)}.hl-root .herogrid{display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:center}@media (max-width:960px){.hl-root .herogrid{grid-template-columns:1fr;gap:72px}}.hl-root .eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:Spline Sans Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line-strong);border-radius:999px;padding:7px 15px;margin-bottom:30px;background:rgba(16,21,13,.5)}.hl-root .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 10px var(--lime);animation:hl-pulse 2.4s ease-in-out infinite}@keyframes hl-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-reduced-motion:reduce){.hl-root .eyebrow .dot{animation:none}}.hl-root .hero h1{font-size:clamp(38px,4.9vw,62px);font-weight:800;letter-spacing:-.03em;margin-bottom:24px;line-height:1.06}.hl-root .hero h1 .dim{color:var(--muted)}.hl-root .hero h1 .acc{background:linear-gradient(100deg,var(--lime-bright),var(--lime) 55%,var(--lime-deep));-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 26px rgba(168,217,111,.3))}.hl-root .hero .sub{font-size:18px;color:var(--muted);max-width:30em;margin-bottom:34px}.hl-root .heroctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}.hl-root .chips{display:flex;gap:22px;flex-wrap:wrap;font-size:13.5px;color:var(--muted)}.hl-root .chip{display:flex;align-items:center;gap:8px}.hl-root .stage{position:relative;height:672px;display:flex;align-items:flex-start;justify-content:center;padding-top:14px}@media (max-width:960px){.hl-root .stage{height:auto;padding:0 0 26px}}.hl-root .stage .halo{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(168,217,111,.16),transparent 65%);filter:blur(10px)}.hl-root .phoneframe{--pw:272px;width:var(--pw);border-radius:calc(var(--pw) * .175);padding:calc(var(--pw) * .033);position:relative;background:linear-gradient(160deg,#2a3222,#0c110a 62%);border:1px solid var(--line-strong)}.hl-root .phoneframe img{border-radius:calc(var(--pw) * .148);width:100%;height:auto}.hl-root .ph-front{z-index:3;position:relative;transform:rotate(-3deg);box-shadow:0 44px 90px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.08)}.hl-root .ph-back{--pw:254px;z-index:2;position:relative;margin-left:-52px;transform:translateY(-14px) rotate(4.5deg);box-shadow:0 40px 80px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.07)}@media (max-width:520px){.hl-root .ph-front{--pw:min(218px,48vw)}.hl-root .ph-back{--pw:min(200px,42vw);margin-left:-28px}}.hl-root .stagecap{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);font-family:Spline Sans Mono,monospace;font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--faint);white-space:nowrap}.hl-root .escapes{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:54px 0 58px;overflow:hidden;position:relative}.hl-root .eshead{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:30px;flex-wrap:wrap}.hl-root .eshead .t{font-family:Gabarito,sans-serif;font-weight:700;font-size:22px;letter-spacing:-.01em}.hl-root .eshead .t .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px var(--lime);margin-right:12px;vertical-align:2px;animation:hl-pulse 2.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.hl-root .eshead .t .dot{animation:none}}.hl-root .eshead .n{font-family:Spline Sans Mono,monospace;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--faint)}.hl-root .esviewport{position:relative;overflow:hidden}.hl-root .esviewport .fade{position:absolute;top:0;bottom:0;width:110px;z-index:2;pointer-events:none}.hl-root .esviewport .fl{left:0;background:linear-gradient(90deg,var(--ink),transparent)}.hl-root .esviewport .fr{right:0;background:linear-gradient(-90deg,var(--ink),transparent)}.hl-root .estrack{display:flex;gap:18px;width:-moz-max-content;width:max-content;animation:hl-esroll 48s linear infinite}.hl-root .estrack:hover{animation-play-state:paused}@keyframes hl-esroll{to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.hl-root .estrack{animation:none}}.hl-root .esc{position:relative;width:250px;height:330px;border-radius:20px;overflow:hidden;flex:none;border:1px solid var(--line-strong);box-shadow:0 22px 60px rgba(0,0,0,.5);transition:transform .3s cubic-bezier(.22,1,.36,1)}.hl-root .esc:hover{transform:translateY(-6px)}.hl-root .esc img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hl-root .esc .veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,10,6,0) 40%,rgba(7,10,6,.88) 92%)}.hl-root .esc .meta{position:absolute;left:16px;right:16px;bottom:14px}.hl-root .esc .meta .tt{font-family:Gabarito,sans-serif;font-weight:700;font-size:16.5px;line-height:1.2;letter-spacing:-.01em}.hl-root .esc .meta .loc{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-top:5px}.hl-root .esc .tag{position:absolute;top:12px;left:12px;font-family:Spline Sans Mono,monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#131c0a;background:var(--lime);border-radius:999px;padding:4px 10px;font-weight:500}.hl-root .esc.skel{background:linear-gradient(165deg,var(--panel-2),var(--panel));animation:hl-shimmer 1.6s ease-in-out infinite}@keyframes hl-shimmer{0%,to{opacity:.55}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.hl-root .esc.skel{animation:none}}.hl-root section{padding:110px 0;position:relative}.hl-root .seclab{font-family:Spline Sans Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--lime);margin-bottom:16px;display:flex;align-items:center;gap:10px}.hl-root .seclab:before{content:"";width:26px;height:1px;background:var(--lime);opacity:.6}.hl-root .sechead{font-size:clamp(30px,4.2vw,48px);font-weight:800;letter-spacing:-.025em;max-width:17em}.hl-root .secsub{color:var(--muted);font-size:17px;max-width:36em;margin-top:16px}.hl-root .flow{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:64px}@media (max-width:900px){.hl-root .flow{grid-template-columns:1fr;gap:40px}}.hl-root .fcard{background:linear-gradient(165deg,var(--panel-2),var(--panel));border:1px solid var(--line);border-radius:20px;padding:22px;min-height:170px;display:flex;flex-direction:column;justify-content:center;gap:14px;transition:border-color .25s,transform .25s cubic-bezier(.22,1,.36,1)}.hl-root .fstep:hover .fcard{border-color:rgba(168,217,111,.35);transform:translateY(-3px)}.hl-root .fstep h3{font-size:18.5px;font-weight:700;letter-spacing:-.012em;margin:18px 0 7px;display:flex;align-items:baseline;gap:10px}.hl-root .fnum{font-family:Spline Sans Mono,monospace;font-size:11px;color:var(--lime);letter-spacing:.08em}.hl-root .fstep p{font-size:14.5px;color:var(--muted);max-width:26em}.hl-root .okc{color:var(--lime);font-family:Spline Sans Mono,monospace;font-size:10px;white-space:nowrap}.hl-root .stars{color:var(--lime);font-size:9.5px;letter-spacing:2px}.hl-root .mask{display:inline-flex;align-items:center;gap:6px}.hl-root .mask i{display:inline-block;width:78px;height:10px;border-radius:6px;background:linear-gradient(90deg,rgba(240,244,234,.3),rgba(240,244,234,.12));filter:blur(3px)}.hl-root .mask svg{flex:none;opacity:.8}.hl-root .favs{display:flex;justify-content:center}.hl-root .favs span{width:42px;height:42px;border-radius:50%;overflow:hidden;border:2.5px solid #10150d;margin-left:-10px;background:var(--panel-2)}.hl-root .favs span:first-child{margin-left:0}.hl-root .favs svg{width:100%;height:100%;display:block}.hl-root .fpill{align-self:center;display:inline-flex;align-items:center;gap:7px;background:var(--lime);color:#131c0a;font-weight:700;font-size:11.5px;border-radius:999px;padding:6px 14px;box-shadow:0 0 24px rgba(168,217,111,.35)}.hl-root .hostline{display:flex;align-items:center;gap:13px}.hl-root .hostline .hv{width:42px;height:42px;border-radius:50%;overflow:hidden;flex:none;background:var(--panel)}.hl-root .hostline .hv svg{width:100%;height:100%;display:block}.hl-root .hostline .d{font-size:11.5px;color:var(--faint);margin-top:4px}.hl-root .lockline{display:flex;align-items:center;gap:7px;font-family:Spline Sans Mono,monospace;font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--lime)}.hl-root .bk-t{justify-content:space-between;gap:8px;font-weight:700;font-size:13.5px}.hl-root .bk-m,.hl-root .bk-t{display:flex;align-items:center}.hl-root .bk-m{gap:11px;font-size:12px;color:var(--muted)}.hl-root .bk-m .favs span{width:26px;height:26px;margin-left:-8px;border-width:2px}.hl-root .bk-f{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:11px;font-size:11.5px;color:var(--muted)}.hl-root .bk-f b{font-family:Spline Sans Mono,monospace;font-weight:500;color:var(--lime-bright)}.hl-root .footrow{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:46px}@media (max-width:860px){.hl-root .footrow{grid-template-columns:1fr}}.hl-root .fnote{display:flex;gap:15px;align-items:flex-start;border:1px solid rgba(168,217,111,.28);border-radius:18px;padding:19px 20px;background:linear-gradient(120deg,rgba(168,217,111,.06),rgba(16,21,13,.4))}.hl-root .fnote .nic{width:40px;height:40px;flex:none;border-radius:13px;background:rgba(168,217,111,.13);display:flex;align-items:center;justify-content:center}.hl-root .fnote h3{font-size:15.5px;margin-bottom:4px}.hl-root .fnote p{font-size:13.5px;color:var(--muted)}.hl-root .hub{display:grid;grid-template-columns:1fr auto 1fr;gap:26px;align-items:center;margin-top:70px}@media (max-width:960px){.hl-root .hub{grid-template-columns:1fr;gap:16px}}.hl-root .hubcol{display:flex;flex-direction:column;gap:16px}.hl-root .hubphone{display:flex;flex-direction:column;align-items:center;gap:18px;position:relative;padding:6px 10px}@media (max-width:960px){.hl-root .hubphone{order:-1;margin-bottom:10px}}.hl-root .halo2{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(168,217,111,.16),transparent 65%);filter:blur(8px);pointer-events:none}.hl-root .hubpf{--pw:250px;box-shadow:0 40px 90px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.08)}@media (max-width:520px){.hl-root .hubpf{--pw:min(218px,56vw)}}.hl-root .hubcap{position:relative;font-family:Spline Sans Mono,monospace;font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--faint)}.hl-root .f{display:flex;align-items:center;gap:14px;background:linear-gradient(165deg,var(--panel-2),var(--panel));border:1px solid var(--line);border-radius:18px;padding:15px 16px;transition:border-color .25s,transform .25s cubic-bezier(.22,1,.36,1)}.hl-root .f:hover{border-color:rgba(168,217,111,.4);transform:translateY(-3px)}.hl-root .f .viz{width:52px;height:52px;border-radius:15px;flex:none;display:flex;align-items:center;justify-content:center;background:rgba(7,10,6,.6);border:1px solid var(--line)}.hl-root .f .t{font-family:Gabarito,Figtree,sans-serif;font-weight:700;font-size:15.5px;letter-spacing:-.01em;line-height:1.25}.hl-root .f .s{font-size:12px;color:var(--faint);margin-top:3px}.hl-root .vwa{background:#12251a;border:1px solid rgba(79,174,98,.4);border-radius:3px 10px 10px 10px;padding:5px 8px;color:#7fb0d6;font-size:10px;font-family:Spline Sans Mono,monospace}.hl-root .vstars{color:var(--lime);font-size:9px;letter-spacing:1.5px}.hl-root .vrupee{font-family:Gabarito,sans-serif;font-weight:800;font-size:22px;color:var(--lime)}.hl-root .trustwrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(16,21,13,.6),rgba(7,10,6,0))}.hl-root .trustsec{padding:96px 0}.hl-root .trustgrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}@media (max-width:900px){.hl-root .trustgrid{grid-template-columns:1fr;gap:48px}}.hl-root .reveal{max-width:420px;display:flex;flex-direction:column}.hl-root .rcard{position:relative;border-radius:20px;padding:20px;background:linear-gradient(150deg,#161c12,#0d120a 70%);border:1px solid var(--line-strong)}.hl-root .rcard.post{border-color:rgba(168,217,111,.5);background:linear-gradient(150deg,#1a2214,#0d120a 70%);box-shadow:0 24px 70px rgba(0,0,0,.5),0 0 55px rgba(168,217,111,.09)}.hl-root .rtag{position:absolute;top:-11px;left:18px;font-family:Spline Sans Mono,monospace;font-size:9px;letter-spacing:.16em;text-transform:uppercase;padding:4px 11px;border-radius:999px;background:var(--panel-2);border:1px solid var(--line-strong);color:var(--muted)}.hl-root .rcard.post .rtag{background:var(--lime);color:#131c0a;border-color:transparent;font-weight:600;letter-spacing:.12em}.hl-root .rrow{display:flex;align-items:center;gap:14px}.hl-root .rav{width:50px;height:50px;border-radius:16px;overflow:hidden;flex:none;background:var(--panel-2)}.hl-root .rav svg{width:100%;height:100%;display:block}.hl-root .rname{font-family:Gabarito,Figtree,sans-serif;font-weight:700;font-size:17px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.hl-root .rsub{font-size:12px;color:var(--muted);margin-top:3px}.hl-root .rmask i{width:112px;height:13px}.hl-root .rev-chip{display:inline-flex;align-items:center;gap:5px;font-family:Spline Sans Mono,monospace;font-size:8.5px;letter-spacing:.1em;color:var(--lime);background:rgba(168,217,111,.12);border-radius:999px;padding:3px 9px}.hl-root .rcard .sealrow{margin-top:15px}.hl-root .rjoin{display:flex;flex-direction:column;align-items:center;gap:6px;padding:7px 0}.hl-root .rjoin .vline{width:1px;height:13px;background:repeating-linear-gradient(180deg,rgba(168,217,111,.5) 0 4px,transparent 4px 9px)}.hl-root .rjoin .pill{font-family:Spline Sans Mono,monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--lime);border:1px solid rgba(168,217,111,.4);border-radius:999px;padding:5px 13px;background:rgba(16,21,13,.85)}.hl-root .sealrow{display:flex;gap:8px;flex-wrap:wrap}.hl-root .seal{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;border:1px solid var(--line-strong);border-radius:999px;padding:6px 12px;color:var(--muted)}.hl-root .seal.gold{border-color:rgba(168,217,111,.55);color:var(--lime);background:rgba(168,217,111,.08)}.hl-root .tlist{display:flex;flex-direction:column;gap:26px;margin-top:44px}.hl-root .titem{display:flex;gap:16px;align-items:flex-start}.hl-root .titem .tic{width:40px;height:40px;border-radius:13px;background:rgba(168,217,111,.1);border:1px solid rgba(168,217,111,.22);display:flex;align-items:center;justify-content:center;flex:none}.hl-root .titem h3{font-size:17.5px;margin-bottom:4px}.hl-root .titem p{font-size:14.5px;color:var(--muted);max-width:30em}.hl-root .faq{max-width:780px;margin-top:48px}.hl-root details{border-bottom:1px solid var(--line)}.hl-root summary{list-style:none;cursor:pointer;padding:22px 0;font-family:Gabarito,sans-serif;font-weight:600;font-size:17.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}.hl-root summary::-webkit-details-marker{display:none}.hl-root summary .pl{color:var(--faint);font-weight:400;font-family:Figtree,sans-serif;transition:transform .25s;font-size:20px}.hl-root details[open] summary .pl{transform:rotate(45deg);color:var(--lime)}.hl-root details p{color:var(--muted);font-size:15px;padding:0 0 22px;max-width:42em}.hl-root .contactsec{position:relative;overflow:hidden}.hl-root .contactsec .aurora.a3{width:700px;height:420px;left:50%;bottom:-260px;transform:translateX(-50%);background:rgba(55,98,42,.4)}.hl-root .terrain{position:absolute;left:0;right:0;bottom:0;width:100%;height:190px;opacity:.5;pointer-events:none}.hl-root .contact{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;position:relative;z-index:2}@media (max-width:880px){.hl-root .contact{grid-template-columns:1fr}}.hl-root .form{background:var(--glass);backdrop-filter:blur(12px);border:1px solid var(--line-strong);border-radius:24px;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.hl-root .frow{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:520px){.hl-root .frow{grid-template-columns:1fr}}.hl-root .field{margin-bottom:13px}.hl-root .field label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:6px;letter-spacing:.03em}.hl-root .field .opt{color:var(--faint);font-weight:400}.hl-root .field input{width:100%;background:rgba(7,10,6,.7);border:1px solid var(--line);border-radius:13px;padding:13px 15px;color:var(--text);font-family:Figtree,sans-serif;font-size:14.5px}.hl-root .field input::-moz-placeholder{color:var(--faint)}.hl-root .field input::placeholder{color:var(--faint)}.hl-root .field input:focus{outline:2px solid rgba(168,217,111,.5);outline-offset:1px;border-color:transparent}.hl-root .formnote{font-size:12.5px;color:var(--faint);margin-top:14px}.hl-root footer{border-top:1px solid var(--line);padding:60px 0 44px;color:var(--muted);font-size:14px;position:relative}.hl-root .foot{display:flex;justify-content:space-between;gap:36px;flex-wrap:wrap}.hl-root .foot .brand{max-width:280px}.hl-root .foot .brand p{font-size:13.5px;color:var(--faint)}.hl-root .foot .brand .logo{margin-bottom:14px}.hl-root .foot .brand .logo img{height:34px}.hl-root .foot .col .h{font-family:Spline Sans Mono,monospace;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--faint);margin-bottom:13px}.hl-root .foot .col a{display:block;margin-bottom:9px;transition:color .2s}.hl-root .foot .col a:hover{color:var(--text)}.hl-root .foot .col .place{display:block;color:var(--faint)}.hl-root .legal{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:40px;padding-top:24px;font-size:12.5px;color:var(--faint)}