:root{--ink:#0b0f19;--ink2:#111827;--ink3:#1e293b;--surface:#0f172a;--surface-elevated:#ffffff0a;--line:#94a3b81f;--line2:#94a3b838;--text:#f1f5f9;--text-soft:#cbd5e1;--text2:#94a3b8;--muted:#64748b;--accent:#3b82f6;--accent-strong:#60a5fa;--accent-contrast:#0b1220;--gold:var(--accent);--gold-lt:var(--accent-strong);--gold-dk:#1d4ed8;--gold-glow:#3b82f640;--nav-h:78px;--r:22px;--ease:cubic-bezier(.4, 0, .2, 1);--ease-out:cubic-bezier(0, .55, .45, 1);--shadow-soft:0 18px 45px #00000038;--shadow-strong:0 22px 60px #0000004d;--font-body:"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-display:"Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--font-mono:"Consolas", "Courier New", monospace;--icon-color:#f1f5f9}[data-theme=light]{--ink:#f8fafc;--ink2:#f1f5f9;--ink3:#e2e8f0;--surface:#fff;--surface-elevated:#ffffffe6;--line:#0f172a1a;--line2:#0f172a2e;--text:#0f172a;--text-soft:#334155;--text2:#475569;--muted:#64748b;--accent:#2563eb;--accent-strong:#1d4ed8;--accent-contrast:#fff;--gold:var(--accent);--gold-lt:var(--accent-strong);--gold-dk:#1e40af;--gold-glow:#2563eb26;--shadow-soft:0 16px 40px #0f172a14;--shadow-strong:0 20px 55px #0f172a1f;--icon-color:#0f172a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--ink);color:var(--text);font-size:16px}body{font-family:var(--font-body);background:radial-gradient(circle at top, #3b82f61a, transparent 35%), linear-gradient(180deg, var(--ink), var(--ink2));color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;transition:background .35s,color .35s;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{font:inherit;cursor:pointer;background:0 0;border:0}#bg-canvas{z-index:0;opacity:.15;pointer-events:none;position:fixed;inset:0}[data-theme=light] #bg-canvas{opacity:.06}.reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(36px)}.reveal.visible{opacity:1;transform:translateY(0)}.section{padding:5rem clamp(1rem,4vw,3rem)}.section-inner{max-width:1180px;margin:0 auto}.tag{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.72rem;display:inline-flex}.tag:before{content:"";background:currentColor;width:1.4rem;height:1px}.section-title{font-family:var(--font-display);color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.section-sub{max-width:56ch;color:var(--muted);font-size:1rem;line-height:1.8}.hero{text-align:center;min-height:100vh;padding:calc(var(--nav-h) + 2rem) 1.2rem 4.5rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);opacity:.55;pointer-events:none;background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 22%,#0000 78%);mask-image:radial-gradient(circle,#000 22%,#0000 78%)}.hero:after{content:"";aspect-ratio:1;filter:blur(8px);pointer-events:none;background:radial-gradient(circle,#3b82f626,#0000 68%);border-radius:50%;width:min(58rem,90vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-inner{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero-kicker{color:var(--accent);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;background:#3b82f614;border:1px solid #3b82f64d;border-radius:999px;align-items:center;gap:.7rem;margin-bottom:1.8rem;padding:.55rem 1.1rem;font-size:.72rem;display:inline-flex}.hero-kicker-dot{background:var(--accent);border-radius:50%;width:.45rem;height:.45rem;animation:2.2s ease-in-out infinite pulse;box-shadow:0 0 #3b82f666}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #3b82f659}50%{transform:scale(.86);box-shadow:0 0 0 10px #3b82f600}}.hero-title{font-family:var(--font-display);color:var(--text);margin-bottom:1.3rem;font-size:clamp(3rem,7vw,5.8rem);line-height:.98}.hero-title em{color:var(--accent);font-style:italic}.hero-sub{max-width:52ch;color:var(--muted);margin:0 auto 2.4rem;font-size:1.02rem;line-height:1.9}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-bottom:2.6rem;display:flex}.btn-primary,.btn-ghost{min-height:3rem;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.4rem;font-size:.72rem;transition:transform .24s,border-color .24s,box-shadow .24s,background .24s,color .24s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-contrast);box-shadow:0 18px 36px #1d4ed840}.btn-primary:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 22px 44px #1d4ed859}.btn-ghost{border:1px solid var(--line2);color:var(--text2);background:#ffffff08}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.hero-contact-strip{border:1px solid var(--line);background:#ffffff08;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:1rem;width:fit-content;max-width:100%;margin:0 auto;padding:1rem 1.2rem;display:flex}.hero-contact-item{color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.03em;align-items:center;gap:.45rem;font-size:.76rem;transition:color .24s;display:inline-flex}.hero-contact-item:hover{color:var(--accent)}.hero-contact-item svg{flex-shrink:0;width:13px;height:13px}.hero-sep{color:var(--line2);align-self:center}@media (max-width:768px){:root{--nav-h:72px}.hero{padding-top:calc(var(--nav-h) + 1.8rem)}.hero-contact-strip{border-radius:1.25rem;width:100%}.hero-sep{display:none}}@media (max-width:480px){.section{padding-left:1rem;padding-right:1rem}.hero-actions{flex-direction:column}.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%}.hero-contact-strip{flex-direction:column;align-items:stretch;gap:.75rem}.hero-contact-item{justify-content:center}}
.Chat-module__Gf52zG__chatWidget{z-index:9995;position:fixed;bottom:92px;right:1.2rem}.Chat-module__Gf52zG__chatToggle{background:var(--ink2);border:1.5px solid var(--line2);width:48px;height:48px;color:var(--text2);border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s;display:flex;position:relative}.Chat-module__Gf52zG__chatToggle:hover{border-color:var(--gold)}.Chat-module__Gf52zG__chatToggle svg{width:20px;height:20px}.Chat-module__Gf52zG__chatNotif{background:var(--gold);color:var(--ink);border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.6rem;font-weight:700;display:none;position:absolute;top:-4px;right:-4px}.Chat-module__Gf52zG__chatNotif.Chat-module__Gf52zG__show{display:flex}.Chat-module__Gf52zG__chatPanel{background:var(--ink2);border:1px solid var(--line2);border-radius:10px;width:310px;display:none;position:absolute;bottom:66px;right:0;overflow:hidden;box-shadow:0 24px 64px #0009}.Chat-module__Gf52zG__chatPanel.Chat-module__Gf52zG__open{flex-direction:column;display:flex}@media (max-width:380px){.Chat-module__Gf52zG__chatPanel{width:calc(100vw - 2rem);right:-.2rem}}.Chat-module__Gf52zG__chatHead{background:var(--ink3);border-bottom:1px solid var(--line);align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex}.Chat-module__Gf52zG__chatAvatar{background:linear-gradient(135deg,var(--gold-dk),var(--gold));width:34px;height:34px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.Chat-module__Gf52zG__chatHeadName{color:var(--text);font-size:.84rem;font-weight:600}.Chat-module__Gf52zG__chatHeadStatus{color:var(--gold);font-size:.7rem}.Chat-module__Gf52zG__chatClose{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:1rem}.Chat-module__Gf52zG__chatBody{scrollbar-width:thin;scrollbar-color:var(--gold) transparent;flex-direction:column;flex:1;gap:.4rem;max-height:200px;padding:.75rem;display:flex;overflow-y:auto}.Chat-module__Gf52zG__chatMsg{border-radius:10px;max-width:88%;padding:.6rem .85rem;font-size:.82rem;line-height:1.5}.Chat-module__Gf52zG__chatMsgBot{background:var(--ink3);color:var(--text2);border-radius:3px 10px 10px;align-self:flex-start}.Chat-module__Gf52zG__chatMsg.Chat-module__Gf52zG__user{background:var(--gold);color:var(--ink);border-radius:10px 3px 10px 10px;align-self:flex-end;font-weight:500}.Chat-module__Gf52zG__chatTyping{background:var(--ink3);border-radius:3px 10px 10px;align-items:center;gap:3px;width:54px;padding:.5rem .85rem;display:none}.Chat-module__Gf52zG__chatTyping span{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite Chat-module__Gf52zG__typing}.Chat-module__Gf52zG__chatTyping span:nth-child(2){animation-delay:.2s}.Chat-module__Gf52zG__chatTyping span:nth-child(3){animation-delay:.4s}@keyframes Chat-module__Gf52zG__typing{0%,80%,to{opacity:.4;transform:scale(.65)}40%{opacity:1;transform:scale(1)}}.Chat-module__Gf52zG__chatFooter{border-top:1px solid var(--line);gap:.4rem;padding:.6rem;display:flex}.Chat-module__Gf52zG__chatInput{background:var(--surface);border:1px solid var(--line);color:var(--text);resize:none;border-radius:5px;outline:none;flex:1;max-height:70px;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:.82rem;transition:border-color .2s}.Chat-module__Gf52zG__chatInput:focus{border-color:#c8a96e66}.Chat-module__Gf52zG__chatSend{background:var(--gold);color:var(--ink);cursor:pointer;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.Chat-module__Gf52zG__chatSend:hover{background:var(--gold-lt)}.Chat-module__Gf52zG__chatSend svg{width:14px;height:14px}.Chat-module__Gf52zG__chatFaqSection{flex-shrink:0;width:100%;margin-bottom:.5rem}.Chat-module__Gf52zG__chatFaqLabel{color:var(--text2);text-transform:uppercase;letter-spacing:.07em;margin:0 0 .5rem;font-size:.68rem;font-weight:700;display:block}.Chat-module__Gf52zG__chatFaqItem{border-bottom:1px solid #ffffff14}.Chat-module__Gf52zG__chatFaqBtn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.6rem 0;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;line-height:1.4;transition:color .2s;display:flex;color:#ccc8bf!important}.Chat-module__Gf52zG__chatFaqBtn:hover{color:#c8a96e!important}.Chat-module__Gf52zG__chatFaqIcon{color:#8a8680;border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;min-width:16px;height:16px;font-size:.65rem;transition:all .3s;display:flex}.Chat-module__Gf52zG__chatFaqItem.Chat-module__Gf52zG__open .Chat-module__Gf52zG__chatFaqIcon{background:var(--text2);border-color:var(--text2);color:#0d0d0d;transform:rotate(45deg)}.Chat-module__Gf52zG__chatFaqAnswer{max-height:0;transition:all .3s;overflow:hidden}.Chat-module__Gf52zG__chatFaqItem.Chat-module__Gf52zG__open .Chat-module__Gf52zG__chatFaqAnswer{max-height:200px;padding:.6rem 0}.Chat-module__Gf52zG__chatFaqAnswer p{color:#8a8680;margin:0;padding:.1rem 0 .55rem;font-size:.75rem;line-height:1.6}.Chat-module__Gf52zG__chatFaqDivider{border:none;border-top:1px solid #ffffff14;margin:.5rem 0 .25rem}.Chat-module__Gf52zG__waBtn{z-index:9994;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex;position:fixed;bottom:1.4rem;right:1.2rem;box-shadow:0 4px 20px #25d36659}.Chat-module__Gf52zG__waBtn:hover{transform:scale(1.1)}.Chat-module__Gf52zG__waBtn svg{fill:#fff;width:24px;height:24px}[data-theme=light] .Chat-module__Gf52zG__chatFaqLabel{color:var(--ink2);text-transform:uppercase;letter-spacing:.07em;margin:0 0 .5rem;font-size:.68rem;font-weight:700;display:block}[data-theme=light] .Chat-module__Gf52zG__chatFaqBtn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.6rem 0;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;line-height:1.4;transition:color .2s;display:flex;color:var(--ink)!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqIcon{width:16px;min-width:16px;height:16px;color:var(--ink3);border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;transition:all .3s;display:flex}[data-theme=light] .Chat-module__Gf52zG__chatFaqBtn{color:#1a1a1a!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqBtn:hover{color:#363635!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqLabel{color:#202020!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqAnswer p{color:#222!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqItem{border-bottom:1px solid #0000001a!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqIcon{color:#555!important;border-color:#0003!important}[data-theme=light] .Chat-module__Gf52zG__chatFaqItem.Chat-module__Gf52zG__open .Chat-module__Gf52zG__chatFaqIcon{color:#000;background:#fff;border-color:#1a1a1a}
.funnel-overlay{z-index:10000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s var(--ease), visibility .4s var(--ease);background:#0a0c0ff0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.funnel-overlay.open{opacity:1;visibility:visible;pointer-events:all}.funnel-box{background:var(--ink2);border:1px solid var(--line2);width:100%;max-width:540px;max-height:88vh;transition:transform .4s var(--ease);cursor:default;scrollbar-width:thin;scrollbar-color:var(--gold) transparent;border-radius:12px;position:relative;overflow-y:auto;transform:translateY(20px)scale(.98)}.funnel-overlay.open .funnel-box{transform:none}.funnel-topbar{background:linear-gradient(90deg, var(--gold-dk), var(--gold), var(--gold-lt));border-radius:12px 12px 0 0;height:2px}.funnel-prog{background:var(--line);height:2px}.funnel-prog-fill{background:var(--gold);height:100%;transition:width .4s var(--ease)}.funnel-head{border-bottom:1px solid var(--line);padding:1.6rem 1.6rem 1rem}.funnel-head h3{color:var(--text);font-family:Playfair Display,serif;font-size:1.4rem}.funnel-head p{color:var(--muted);margin-top:.25rem;font-size:.82rem}.funnel-close-btn{background:var(--surface);border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.funnel-close-btn:hover{border-color:var(--gold);color:var(--gold)}.funnel-step{padding:1.5rem 1.6rem;display:none}.funnel-step.active{display:block}.funnel-step-label{color:var(--text);margin-bottom:1.1rem;font-size:.82rem;font-weight:600}.funnel-options{scrollbar-width:thin;scrollbar-color:var(--gold) transparent;flex-direction:column;gap:.45rem;max-height:260px;padding-right:4px;display:flex;overflow-y:auto}.funnel-opt{border:1px solid var(--line);cursor:pointer;border-radius:7px;align-items:center;gap:.8rem;padding:.8rem 1rem;transition:all .18s;display:flex}.funnel-opt:hover{background:var(--gold);border-color:#c8a96e59}.funnel-opt.selected{background:#c8a96e0f;border-color:#c8a96e99}.funnel-opt-index{color:var(--muted);min-width:22px;font-family:DM Mono,monospace;font-size:.82rem;font-weight:600}.funnel-opt-text{flex:1}.funnel-opt-name{color:var(--text);font-size:.87rem;font-weight:500}.funnel-opt-sub{color:var(--muted);font-size:.73rem}.funnel-check{border:1.5px solid var(--line2);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;transition:all .2s;display:flex}.funnel-opt.selected .funnel-check{background:var(--gold);border-color:var(--gold);color:var(--ink)}.budget-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.2rem;display:grid}@media (max-width:380px){.budget-grid{grid-template-columns:1fr}}.budget-opt{border:1px solid var(--line);cursor:pointer;text-align:center;border-radius:7px;padding:.9rem;transition:all .18s}.budget-opt:hover{border-color:#c8a96e4d}.budget-opt.selected{background:#c8a96e0f;border-color:#c8a96e99}.budget-amt{color:var(--gold);margin-bottom:2px;font-family:Playfair Display,serif;font-size:1rem;display:block}.budget-label{color:var(--muted);font-family:DM Mono,monospace;font-size:.7rem}.goal-grid{grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:1.2rem;display:grid}.goal-opt{border:1px solid var(--line);cursor:pointer;color:var(--text2);border-radius:7px;align-items:center;gap:.5rem;padding:.8rem .9rem;font-size:.83rem;transition:all .18s;display:flex}.goal-opt:hover{color:var(--text);border-color:#c8a96e4d}.goal-opt.selected{color:var(--text);background:#c8a96e0f;border-color:#c8a96e99}.funnel-input{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:5px;outline:none;width:100%;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:.87rem;transition:border-color .2s}.funnel-input:focus{border-color:#c8a96e80}.funnel-form-fields{flex-direction:column;gap:.7rem;display:flex}.funnel-nav{gap:.6rem;margin-top:1.2rem;display:flex}.funnel-nav button{cursor:pointer}.funnel-btn{background:var(--gold);color:var(--ink);letter-spacing:.07em;text-transform:uppercase;border:none;border-radius:4px;flex:1;padding:13px 24px;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;transition:background .2s}.funnel-btn:hover{background:var(--gold-lt)}.funnel-btn:disabled{opacity:.4;cursor:not-allowed}.funnel-back-btn{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:4px;padding:13px 18px;font-family:DM Sans,sans-serif;font-size:.82rem;transition:all .2s}.funnel-back-btn:hover{border-color:var(--gold);color:var(--gold)}.funnel-spinner{text-align:center;padding:2rem 0;display:none}.funnel-spinner.show{display:block}.spinner{border:2px solid var(--line);border-top-color:var(--gold);border-radius:50%;width:34px;height:34px;margin:0 auto 1rem;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.funnel-success{text-align:center;padding:2rem 1.5rem;display:none}.funnel-success.show{display:block}.funnel-success-icon{margin-bottom:.8rem;font-size:2.8rem}.funnel-cta-row{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.5rem;display:flex}.btn-primary,.btn-ghost{border-radius:6px;padding:10px 20px;font-family:DM Sans,sans-serif;font-weight:500;transition:all .2s}.btn-primary{background:var(--gold);color:var(--ink);align-items:center;gap:.4rem;text-decoration:none;display:inline-flex}.btn-primary:hover{background:var(--gold-lt)}.btn-ghost{border:1px solid var(--line);color:var(--text2);cursor:pointer;background:0 0}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.strategy-badge{z-index:9994;background:var(--gold);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.4rem;padding:10px 18px;font-family:DM Mono,monospace;font-size:.72rem;font-weight:600;animation:3s ease-in-out infinite badgePulse;display:flex;position:fixed;bottom:156px;right:1.2rem;box-shadow:0 4px 24px #c8a96e66}@keyframes badgePulse{0%,to{box-shadow:0 4px 24px #c8a96e66}50%{box-shadow:0 4px 36px #c8a96e99}}.strategy-badge svg{width:13px;height:13px}
