@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,600;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--green:#00c853;--green-dark:#00a843;--green-dim:#00c8531f;--green-border:#00c85333;--green-glow:#00c8532e;--dark:#f4f8f3;--dark2:#fff;--dark3:#eaf3ea;--card:#fff;--card2:#f0f8f1;--surface-soft:#f6fbf6;--surface-glass:#ffffffe0;--surface-glass-strong:#fffffff5;--overlay:#09120c66;--muted:#718071;--text:#101810;--text-dim:#4f6152;--border:#12613024;--border2:#0b1f1214;--radius:16px;--radius-sm:10px;--radius-md:14px;--radius-lg:22px;--danger:#ff5252;--warning:#ffab00;--info:#40c4ff;--sidebar-w:240px;--topbar-h:60px;--shadow-lg:0 28px 80px #182e1e29;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--dark:#0a0f0d;--dark2:#111814;--dark3:#182018;--card:#131a14;--card2:#1a241b;--surface-soft:#182018;--surface-glass:#0a0f0dd9;--surface-glass-strong:#0a0f0df7;--overlay:#000000a6;--muted:#6b7c6e;--text:#e8f0e9;--text-dim:#a0b4a3;--border:#00c8531f;--border2:#ffffff0f;--shadow-lg:0 28px 90px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--dark:#0a0f0d;--dark2:#111814;--dark3:#182018;--card:#131a14;--card2:#1a241b;--surface-soft:#182018;--surface-glass:#0a0f0dd9;--surface-glass-strong:#0a0f0df7;--overlay:#000000a6;--muted:#6b7c6e;--text:#e8f0e9;--text-dim:#a0b4a3;--border:#00c8531f;--border2:#ffffff0f;--shadow-lg:0 28px 90px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--text);font-family:DM Sans,sans-serif;font-weight:400;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}.z-nav{z-index:1000;background:var(--surface-glass);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.z-logo{color:var(--green);letter-spacing:-.03em;align-items:center;font-family:Fraunces,serif;font-size:1.5rem;font-weight:900;text-decoration:none;display:inline-flex}.z-logo-img{object-fit:contain;width:auto;height:32px;display:block}.footer-logo .z-logo-img{height:34px}.z-nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.z-nav-links a{color:var(--text-dim);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.z-nav-links a:hover{color:var(--green)}.z-nav-cta{background:var(--green);border-radius:8px;padding:.45rem 1.2rem;color:#000!important;font-size:.85rem!important;font-weight:600!important;transition:background .2s,transform .15s!important}.z-nav-cta:hover{transform:translateY(-1px);background:var(--green-dark)!important}.z-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.z-burger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.z-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.z-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.z-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.z-mobile-menu{background:var(--surface-glass-strong);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:999;flex-direction:column;gap:0;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:64px;left:0;right:0;transform:translateY(-110%)}.z-mobile-menu.open{transform:translateY(0)}.z-mobile-menu a{color:var(--text-dim);border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.z-mobile-menu a:last-child{border-bottom:none}.z-mobile-menu a:hover{color:var(--green)}.z-mobile-menu .mob-cta{background:var(--green);color:#000;text-align:center;border-bottom:none;border-radius:10px;margin-top:1rem;padding:.85rem;font-weight:700}.hero{align-items:center;min-height:100vh;padding:100px 0 60px;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#00c8531f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-badge{color:var(--green);letter-spacing:.05em;text-transform:uppercase;background:#00c8531a;border:1px solid #00c85340;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Fraunces,serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;line-height:1}.hero h1 em{color:var(--green);font-style:italic}.hero-sub{color:var(--text-dim);max-width:520px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary-z{background:var(--green);color:#000;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary-z:hover{background:var(--green-dark);color:#000;transform:translateY(-2px);box-shadow:0 8px 24px #00c85340}.btn-ghost-z{color:var(--text-dim);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost-z:hover{border-color:var(--green);color:var(--green)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.phone-wrap{animation:4s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.phone-frame{background:var(--card);border:2px solid #00c85333;border-radius:36px;width:280px;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000080,0 0 0 1px #ffffff0a,inset 0 0 0 1px #ffffff0a}.phone-header{background:#128c7e;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.phone-avatar{background:linear-gradient(135deg, var(--green), #00796b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.phone-contact h6{color:#fff;margin:0;font-size:.85rem;font-weight:600}.phone-contact span{color:#ffffffb3;font-size:.7rem}.phone-body{background:#0b1a17 url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300c853' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex-direction:column;gap:.6rem;min-height:340px;padding:1rem;display:flex}.msg{border-radius:12px;max-width:85%;padding:.55rem .8rem;font-size:.75rem;line-height:1.5}.msg-in{color:#e8f0e9;background:#1e2d29;border-bottom-left-radius:3px;align-self:flex-start}.msg-out{color:#e8f0e9;background:#005c4b;border-bottom-right-radius:3px;align-self:flex-end;margin-left:auto}.msg-time{color:#fff6;text-align:right;margin-top:2px;font-size:.6rem}.msg-typing{background:#1e2d29;border-radius:12px 12px 12px 3px;align-items:center;gap:4px;padding:.55rem .9rem;display:inline-flex}.msg-typing span{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.4s infinite blink}.msg-typing span:nth-child(2){animation-delay:.2s}.msg-typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ai-tag{color:var(--green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.58rem;font-weight:600}section{z-index:1;position:relative}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1rem;font-size:.75rem;font-weight:700}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1}.section-desc{color:var(--text-dim);max-width:560px;font-size:1.05rem;line-height:1.7}.how-section{background:var(--dark2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 0}.step-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);height:100%;padding:2rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.step-card:hover{border-color:#00c85359;transform:translateY(-4px)}.step-card:before{content:"";background:linear-gradient(90deg, transparent, var(--green), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.step-card:hover:before{opacity:1}.step-num{color:#00c85326;margin-bottom:1rem;font-family:Fraunces,serif;font-size:3rem;font-weight:900;line-height:1}.step-icon{background:#00c8531a;border:1px solid #00c85333;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;font-size:1.2rem;display:flex}.step-card h4{margin-bottom:.6rem;font-family:Fraunces,serif;font-size:1.15rem;font-weight:700}.step-card p{color:var(--text-dim);margin:0;font-size:.9rem;line-height:1.65}.features-section{padding:100px 0;overflow-x:clip}.feature-row{margin-bottom:5rem}.feature-row>[class*=col-]{min-width:0}.feature-row:last-child{margin-bottom:0}.feature-tag{color:var(--green);letter-spacing:.1em;text-transform:uppercase;background:#00c85314;border:1px solid #00c8532e;border-radius:100px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.feature-title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Fraunces,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.15}.feature-desc{color:var(--text-dim);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.feature-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.feature-list li{color:var(--text-dim);align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.5;display:flex}.feature-list li:before{content:"✓";color:var(--green);flex-shrink:0;margin-top:1px;font-weight:700}.feat-visual{background:var(--card);border:1px solid var(--border);border-radius:20px;max-width:100%;position:relative;overflow:hidden}.feat-visual-inner{min-width:0;padding:2rem}.handoff-card{background:var(--dark3);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem 1.25rem;display:flex}.handoff-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.handoff-card h6{margin:0 0 2px;font-size:.82rem;font-weight:600}.handoff-card p{color:var(--muted);margin:0;font-size:.72rem}.status-pill{border-radius:100px;flex-shrink:0;margin-left:auto;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.pill-ai{color:var(--green);background:#00c8531f}.pill-human{color:#ffab00;background:#ffab001f}.pill-waiting{color:var(--muted);background:#ffffff0f}.brain-visual{flex-direction:column;gap:.6rem;display:flex}.brain-item{background:var(--dark3);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.brain-icon{background:#00c85314;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.brain-item h6{margin:0 0 2px;font-size:.82rem;font-weight:600}.brain-item span{color:var(--muted);font-size:.7rem}.progress-mini{background:#00c85326;border-radius:2px;height:3px;margin-top:6px;overflow:hidden}.progress-mini-bar{background:var(--green);border-radius:2px;height:100%}.lead-table{border-collapse:collapse;table-layout:fixed;width:100%}.lead-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);border-bottom:1px solid var(--border);text-align:left;padding:.5rem .75rem;font-size:.65rem;font-weight:700}.lead-table td{color:var(--text-dim);overflow-wrap:anywhere;border-bottom:1px solid #ffffff0a;padding:.65rem .75rem;font-size:.78rem}.lead-table tr:last-child td{border-bottom:none}.lead-name{align-items:center;gap:.5rem;min-width:0;display:flex}.lead-av{background:linear-gradient(135deg, var(--green), #00796b);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;font-weight:700;display:flex}.pricing-section{background:var(--dark2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 0}.price-card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:20px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.price-card.featured{border-color:var(--green);background:linear-gradient(160deg, #00c85314, var(--card) 60%)}.price-card.featured:after{content:"MOST POPULAR";background:var(--green);color:#000;letter-spacing:.1em;padding:.25rem 2.5rem;font-size:.6rem;font-weight:800;position:absolute;top:1.25rem;right:-2rem;transform:rotate(35deg)}.price-card:hover:not(.featured){border-color:#00c8534d;transform:translateY(-4px)}.price-card h3{margin-bottom:.5rem;font-family:Fraunces,serif;font-size:1.1rem;font-weight:700}.price-amount{color:var(--green);margin:1rem 0 .25rem;font-family:Fraunces,serif;font-size:2.8rem;font-weight:900;line-height:1}.price-period{color:var(--muted);margin-bottom:1.5rem;font-size:.82rem}.price-desc{color:var(--text-dim);min-height:60px;margin-bottom:1.75rem;font-size:.85rem;line-height:1.6}.price-features{text-align:left;flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.price-features li{color:var(--text-dim);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.price-features li:before{content:"✓";color:var(--green);flex-shrink:0;font-weight:700}.faq-section{padding:100px 0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.faq-question:hover{color:var(--green)}.faq-icon{border:1px solid var(--border);width:24px;height:24px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex}.faq-answer{color:var(--text-dim);padding-bottom:1.25rem;font-size:.92rem;line-height:1.7;display:none}.faq-answer.open{display:block}.faq-icon.open{background:#00c8531a;transform:rotate(45deg)}.cta-section{text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(circle,#00c8531a 0%,#0000 65%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section h2{letter-spacing:-.02em;margin-bottom:1rem;font-family:Fraunces,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.cta-section p{color:var(--text-dim);margin-bottom:2.5rem;font-size:1.05rem}.waitlist-wrap{max-width:440px;margin:0 auto}.waitlist-form{background:var(--card);border:1px solid var(--border);border-radius:12px;gap:.5rem;padding:.4rem;display:flex}.waitlist-form input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.5rem .75rem;font-family:DM Sans,sans-serif;font-size:.9rem}.waitlist-form input::placeholder{color:var(--muted)}.waitlist-form button{background:var(--green);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.65rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;transition:background .2s}.waitlist-form button:hover{background:var(--green-dark)}.waitlist-note{color:var(--muted);text-align:center;margin-top:.75rem;font-size:.78rem}footer{border-top:1px solid var(--border);padding:2rem 0}footer .z-logo{font-size:1.2rem}.footer-links{flex-wrap:wrap;gap:1.5rem;list-style:none;display:flex}.footer-copy{color:var(--muted);font-size:.78rem}.stat-strip{background:var(--dark2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stat-item{text-align:center}.stat-num{color:var(--green);margin-bottom:.25rem;font-family:Fraunces,serif;font-size:2.2rem;font-weight:900;line-height:1}.stat-label{color:var(--muted);font-size:.82rem}.divider{background:var(--border);width:1px;height:40px}@media (width<=991px){.z-nav-links{display:none}.z-burger{display:flex}.hero{padding:90px 0 60px}.hero-visual{margin-top:3rem}.feature-row .order-lg-2{order:0!important}}@media (width<=576px){.hero h1{font-size:2.4rem}.waitlist-form{flex-direction:column}.waitlist-form button{width:100%}.stat-strip .col-3{flex:0 0 50%;max-width:50%}.footer-links{gap:1rem}}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}.z-nav-link-ghost{color:var(--text-dim);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.z-nav-link-ghost:hover{color:var(--green)}.mob-ghost{color:var(--text-dim);border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mob-ghost:hover{color:var(--green)}.hero-channels{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.channel-pill{border:1px solid #0000;border-radius:100px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.channel-pill-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.channel-pill--whatsapp{color:#25d366;background:#25d3661a;border-color:#25d36640}.channel-pill--instagram{color:#e1306c;background:#e1306c1a;border-color:#e1306c40}.channel-pill--soon{background:var(--border2);border-color:var(--border);color:var(--muted)}.channels-section{background:var(--dark2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 0}.channel-card-feature{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);height:100%;animation-delay:var(--delay,0s);flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .25s,transform .25s;display:flex}.channel-card-feature:hover{border-color:var(--green-border);transform:translateY(-4px)}.channel-card-feature--soon{opacity:.7}.channel-card-feature--soon:hover{border-color:var(--border);transform:none}.channel-card-feature-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.channel-card-feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.channel-card-feature-icon--wa{background:#25d3661a;border:1px solid #25d36633}.channel-card-feature-icon--ig{background:#e1306c1a;border:1px solid #e1306c33}.channel-card-feature-icon--soon{background:var(--border2);border:1px solid var(--border)}.channel-badge{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:100px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.channel-badge--available{color:var(--green);background:#00c8531f}.channel-badge--soon{background:var(--border2);color:var(--muted)}.channel-card-feature-name{letter-spacing:-.02em;margin:0;font-family:Fraunces,serif;font-size:1.15rem;font-weight:800}.channel-card-feature-desc{color:var(--text-dim);flex:1;margin:0;font-size:.88rem;line-height:1.6}.channel-card-feature-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.channel-card-feature-list li{color:var(--text-dim);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.channel-card-feature-list li:before{content:"✓";color:var(--green);flex-shrink:0;font-size:.75rem;font-weight:700}.channel-card-feature-plans{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.channel-card-feature-notify{color:var(--green);font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s}.channel-card-feature-notify:hover{opacity:.75;color:var(--green)}.feature-panel-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.72rem;font-weight:600}.handoff-card-info{flex:1;min-width:0}.handoff-card-info h6,.handoff-card-info p{overflow-wrap:anywhere}.handoff-dot--active{background:var(--green)}.handoff-dot--paused{background:var(--warning)}.handoff-dot--resolved{background:var(--muted)}.summary-card{background:#00c8530f;border:1px solid #00c85326;border-radius:10px;margin-top:1rem;padding:.85rem 1rem}.summary-title{color:var(--green);margin-bottom:.3rem;font-size:.72rem;font-weight:700}.summary-body{color:var(--text-dim);font-size:.78rem;line-height:1.5}.brain-content{flex:1;min-width:0}.brain-status{color:var(--green);flex-shrink:0;font-size:.7rem;font-weight:600}.brain-item--dashed{border-style:dashed;border-color:var(--border)}.brain-icon--muted{opacity:.35}.brain-heading--muted{opacity:.45;margin:0 0 2px;font-size:.82rem;font-weight:600}.lead-channel{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:100px;padding:.18rem .5rem;font-size:.65rem;font-weight:700}.lead-channel--wa{color:#25d366;background:#25d3661a}.lead-channel--ig{color:#e1306c;background:#e1306c1a}.lead-panel-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.lead-panel-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600}.lead-panel-action{color:var(--green);cursor:pointer;font-size:.72rem;font-weight:600}.feat-visual-inner--compact{padding:1.25rem}.lead-av--orange{background:linear-gradient(135deg,#ff6b35,#c0392b)}.lead-av--purple{background:linear-gradient(135deg,#8e44ad,#6c3483)}.lead-av--blue{background:linear-gradient(135deg,#2980b9,#1a5276)}.lead-av--amber{background:linear-gradient(135deg,#e67e22,#a04000)}.step-delay-1{transition-delay:.1s}.step-delay-2{transition-delay:.2s}.step-delay-3{transition-delay:.3s}.cta-container{z-index:1;position:relative}.cta-unanswered{color:var(--green);font-style:italic}.waitlist-success{background:#00c85314;border:1px solid #00c85340;border-radius:12px;max-width:440px;margin:0 auto;padding:1.5rem 2rem}.waitlist-success-icon{margin-bottom:.5rem;font-size:1.5rem}.waitlist-success-title{margin-bottom:.3rem;font-family:Fraunces,serif;font-size:1.1rem;font-weight:700}.waitlist-success-copy{color:var(--text-dim);font-size:.88rem}.site-footer{background:var(--dark2);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-logo{margin-bottom:.75rem;font-size:1.3rem;display:inline-block}.footer-tagline{color:var(--text-dim);max-width:260px;margin-bottom:.75rem;font-size:.83rem;line-height:1.6}.footer-copy{color:var(--muted);margin:0;font-size:.75rem}.footer-social-links{flex-wrap:wrap;gap:.5rem;margin:.95rem 0 .85rem;display:flex}.footer-social-links a{border:1px solid var(--border);background:var(--card);color:var(--text-dim);border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .7rem;font-size:.76rem;font-weight:700;text-decoration:none;transition:color .15s,border-color .15s,background .15s,transform .15s;display:inline-flex}.footer-social-links a:hover{border-color:var(--green-border);background:var(--green-dim);color:var(--green);transform:translateY(-1px)}.footer-social-links i{font-size:.9rem;line-height:1}.footer-heading{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:700}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--text-dim);font-size:.85rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--border);margin-top:3rem;padding-top:1.25rem}.footer-legal{color:var(--muted);margin:0;font-size:.76rem}.footer-legal a{color:var(--muted);text-decoration:underline;transition:color .15s}.footer-legal a:hover{color:var(--green)}.inner-hero{z-index:1;padding:120px 0 60px;position:relative}.inner-hero--compact{padding:120px 0 40px}.inner-hero-title{letter-spacing:-.02em;margin:.5rem 0 .75rem;font-family:Fraunces,serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1}.inner-hero-desc{color:var(--text-dim);max-width:560px;margin:0;font-size:1.05rem;line-height:1.7}.legal-section{z-index:1;padding:0 0 100px;position:relative;overflow-x:clip}.legal-section .row>[class*=col-]{min-width:0}.legal-meta{color:var(--muted);margin:.5rem 0 0;font-size:.8rem}.legal-body{flex-direction:column;gap:0;display:flex}.legal-block{border-bottom:1px solid var(--border);padding:2rem 0}.legal-block:last-child{border-bottom:none}.legal-block h2{letter-spacing:-.01em;margin-bottom:.75rem;font-family:Fraunces,serif;font-size:1.2rem;font-weight:700}.legal-block p{color:var(--text-dim);margin-bottom:.75rem;font-size:.92rem;line-height:1.7}.legal-block p:last-child{margin-bottom:0}.legal-block ul{color:var(--text-dim);flex-direction:column;gap:.3rem;margin-bottom:.75rem;padding-left:1.25rem;font-size:.92rem;line-height:1.7;display:flex}.legal-block a{color:var(--green);text-decoration:none}.legal-block a:hover{text-decoration:underline}.pricing-section--page{padding-top:0}.price-card-label{margin-bottom:.25rem;font-family:Fraunces,serif;font-size:1.1rem;font-weight:700}.price-card--featured{border-color:var(--green);background:linear-gradient(160deg, #00c85314, var(--card) 60%)}.pricing-faq{flex-direction:column;gap:0;display:flex}.pricing-faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.pricing-faq-item:last-child{border-bottom:none}.pricing-faq-item strong{color:var(--text);margin-bottom:.35rem;font-size:.95rem;font-weight:600;display:block}.pricing-faq-item p{color:var(--text-dim);margin:0;font-size:.88rem;line-height:1.6}.contact-card{text-align:center;flex-direction:column;gap:.5rem;height:100%;padding:2rem;transition:border-color .2s;display:flex}.contact-card:hover{border-color:var(--green-border)}.contact-card-icon{font-size:2rem;line-height:1}.contact-card-title{margin:0;font-family:Fraunces,serif;font-size:1.1rem;font-weight:700}.contact-card-desc{color:var(--text-dim);flex:1;margin:0;font-size:.85rem;line-height:1.6}.contact-card-link{color:var(--green);font-size:.88rem;font-weight:600;text-decoration:none}.contact-card-link:hover{color:var(--green);text-decoration:underline}.security-alert{overflow-wrap:anywhere;align-items:flex-start;min-width:0;margin-bottom:1.25rem}.security-alert .z-alert-icon{flex-shrink:0}.security-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:80px}.security-sidebar-card{padding:1.5rem}.security-sidebar-title{margin-bottom:1rem;font-family:Fraunces,serif;font-size:1rem;font-weight:700}.security-sidebar-copy{color:var(--text-dim);margin-bottom:1rem;font-size:.85rem;line-height:1.6}.security-summary-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.security-summary-list li{color:var(--text-dim);overflow-wrap:anywhere;align-items:center;gap:.6rem;min-width:0;font-size:.83rem;line-height:1.4;display:flex}.security-summary-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex}.security-summary-icon--ok{color:var(--green);background:#00c8531f}.security-summary-icon--warn{color:var(--warning);background:#ffab001f}@media (width<=991px){.inner-hero{padding:100px 0 40px}.inner-hero--compact{padding:100px 0 30px}.security-sidebar{position:static}.channels-section{padding:60px 0}}@media (width<=767px){.footer-logo{font-size:1.1rem}.channel-card-feature{padding:1.25rem}}@media (width<=576px){.hero-channels{gap:.4rem}.inner-hero-title{font-size:1.75rem}.legal-block h2{font-size:1.05rem}}.why-section{background:var(--dark2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 0}.why-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);height:100%;animation-delay:var(--delay,0s);flex-direction:column;gap:.75rem;padding:1.75rem;transition:border-color .25s,transform .25s;display:flex}.why-card:hover{border-color:var(--green-border);transform:translateY(-3px)}.why-card-icon{font-size:1.75rem;line-height:1;display:block}.why-card-title{letter-spacing:-.015em;margin:0;font-family:Fraunces,serif;font-size:1.05rem;font-weight:700;line-height:1.25}.why-card-desc{color:var(--text-dim);flex:1;margin:0;font-size:.88rem;line-height:1.65}.testimonials-section{padding:100px 0}.testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);height:100%;animation-delay:var(--delay,0s);flex-direction:column;gap:1rem;padding:1.75rem;transition:border-color .25s,transform .25s;display:flex;position:relative}.testimonial-card:hover{border-color:var(--green-border);transform:translateY(-3px)}.testimonial-card:before{content:"\"";color:var(--green-dim);pointer-events:none;font-family:Fraunces,serif;font-size:4rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.testimonial-stars{color:#ffb800;letter-spacing:.05em;font-size:.82rem}.testimonial-body{color:var(--text-dim);flex:1;margin:0;font-size:.9rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.testimonial-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.72rem;font-weight:700;display:flex}.testimonial-av--green{background:linear-gradient(135deg, var(--green), #00796b)}.testimonial-av--pink{background:linear-gradient(135deg,#e1306c,#833ab4)}.testimonial-av--blue{background:linear-gradient(135deg,#2980b9,#1a5276)}.testimonial-info{flex-direction:column;gap:1px;display:flex}.testimonial-info strong{color:var(--text);font-size:.85rem;font-weight:600;display:block}.testimonial-info span{color:var(--muted);font-size:.75rem;display:block}.trust-strip{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:1.5rem 2rem;display:flex}.trust-item{text-align:center;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 2rem;display:flex}.trust-num{color:var(--green);font-family:Fraunces,serif;font-size:1.8rem;font-weight:900;line-height:1}.trust-label{color:var(--muted);white-space:nowrap;font-size:.78rem}.trust-divider{background:var(--border);flex-shrink:0;width:1px;height:40px}.faq-answer a{color:var(--green);font-weight:500;text-decoration:none}.faq-answer a:hover{text-decoration:underline}.security-guideline-list{flex-direction:column;gap:0;margin-top:1.25rem;display:flex}.security-guideline{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;min-width:0;padding:1.25rem 0;display:flex}.security-guideline:last-child{border-bottom:none;padding-bottom:0}.security-guideline-icon{background:var(--green-dim);border:1px solid var(--green-border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;font-size:1.1rem;display:flex}.security-guideline-body{flex:1;min-width:0}.security-guideline-body h5{color:var(--text);margin:0 0 .4rem;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:700}.security-guideline-body p{color:var(--text-dim);margin:0;font-size:.86rem;line-height:1.65}.security-guideline-body em{color:var(--text);font-style:italic}@media (width<=991px){.why-section,.testimonials-section{padding:60px 0}.trust-strip{gap:0;padding:1.25rem 1rem}.trust-item{padding:.5rem 1rem}.trust-divider{display:none}}@media (width<=767px){.trust-strip{flex-flow:wrap}.trust-item{border-bottom:1px solid var(--border);flex:0 0 50%;padding:1rem}.trust-item:nth-child(odd){border-right:1px solid var(--border)}.trust-item:nth-child(n+3){border-bottom:none}}@media (width<=575px){.why-card,.testimonial-card{padding:1.25rem}.security-guideline{flex-direction:column;gap:.75rem}.security-guideline-icon{width:36px;height:36px;font-size:1rem}}
