@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&display=swap');

:root{
  --navy:#0D1B2A;
  --navy-2:#14283c;
  --green:#0FA68A;
  --green-2:#0a8c79;
  --mint:#BDE9DF;
  --mint-soft:#EAF8F4;
  --orange:#FF7A00;
  --yellow:#FFC857;
  --gray:#F3F5F7;
  --gray-2:#E4E9ED;
  --text:#24333f;
  --muted:#62727d;
  --white:#fff;
  --danger:#b93838;
  --shadow:0 22px 70px rgba(13,27,42,.12);
  --shadow-sm:0 10px 30px rgba(13,27,42,.08);
  --radius:28px;
  --radius-sm:18px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Nunito Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:#fbfdfc;line-height:1.6;overflow-x:hidden}
body.menu-lock{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
:focus-visible{outline:3px solid rgba(255,122,0,.35);outline-offset:3px}
::selection{background:var(--mint);color:var(--navy)}

.skip-link{position:fixed;left:18px;top:-80px;background:var(--navy);color:#fff;padding:12px 16px;border-radius:12px;z-index:999;transition:.2s}
.skip-link:focus{top:18px}

.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(24px,calc((100vw - var(--max))/2));background:rgba(251,253,252,.9);border-bottom:1px solid rgba(13,27,42,.07);backdrop-filter:blur(18px);transition:.25s}
.site-header.scrolled{box-shadow:0 8px 30px rgba(13,27,42,.08)}
.brand img{width:235px;height:auto}
.main-nav{display:flex;align-items:center;gap:6px}
.nav-link,.nav-cta{font-weight:800;font-size:.92rem;padding:11px 13px;border-radius:13px;white-space:nowrap}
.nav-link{color:#4f5f69}
.nav-link:hover,.nav-link.active{color:var(--navy);background:var(--mint-soft)}
.nav-cta{background:var(--navy);color:#fff;padding-inline:18px;box-shadow:0 10px 22px rgba(13,27,42,.16)}
.nav-cta:hover{background:var(--green-2);transform:translateY(-1px)}
.menu-toggle{display:none;width:46px;height:46px;border:0;border-radius:14px;background:var(--navy);padding:12px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:9px;transition:.2s}

.section-shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.section{padding:92px 0}
.section-sm{padding:62px 0}
.page-hero{padding:84px 0 54px;position:relative}
.page-hero::after{content:'';position:absolute;right:-80px;top:0;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,var(--mint) 0,rgba(189,233,223,0) 70%);opacity:.7;z-index:-1}
.page-hero h1{max-width:900px}
.page-hero p{max-width:760px;font-size:1.15rem}

.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--green-2);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.eyebrow::before,.kicker::before{content:'';width:30px;height:3px;border-radius:3px;background:var(--orange)}
h1,h2,h3,h4,p{margin-top:0}
h1{font-size:clamp(2.9rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em;color:var(--navy);margin-bottom:25px;font-weight:900}
h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.06;letter-spacing:-.04em;color:var(--navy);margin-bottom:18px;font-weight:900}
h3{font-size:1.25rem;line-height:1.2;color:var(--navy);margin-bottom:9px;font-weight:900}
p{color:var(--muted)}
.highlight{color:var(--green)}
.orange{color:var(--orange)}
.lead{font-size:1.2rem;max-width:750px}
.center{text-align:center}
.center .lead,.center p{margin-inline:auto}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading.center{margin-inline:auto;text-align:center}

.hero{position:relative;padding:78px 0 72px;overflow:hidden;background:linear-gradient(180deg,#fbfdfc 0%,#f5fbf8 100%)}
.hero::before{content:'';position:absolute;width:650px;height:650px;right:-220px;top:-180px;background:radial-gradient(circle,rgba(189,233,223,.9),rgba(189,233,223,0) 68%);border-radius:50%}
.hero::after{content:'';position:absolute;width:300px;height:300px;left:-130px;bottom:-150px;background:radial-gradient(circle,rgba(255,200,87,.27),rgba(255,200,87,0) 70%);border-radius:50%}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.hero-copy .eyebrow{margin-bottom:20px}
.hero-copy p{font-size:1.18rem;max-width:660px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 22px;border-radius:15px;border:1px solid transparent;font-weight:900;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 14px 34px rgba(15,166,138,.24)}
.btn-primary:hover{background:var(--green-2)}
.btn-dark{background:var(--navy);color:#fff;box-shadow:0 14px 34px rgba(13,27,42,.19)}
.btn-outline{background:#fff;border-color:#d7e1de;color:var(--navy)}
.btn-outline:hover{border-color:var(--green);color:var(--green-2)}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 14px 34px rgba(255,122,0,.22)}
.hero-note{display:flex;flex-wrap:wrap;gap:12px;color:#697980;font-size:.9rem;font-weight:800}
.hero-note span{display:inline-flex;align-items:center;gap:7px}
.hero-note span::before{content:'✓';display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--mint-soft);color:var(--green-2);font-size:.72rem}

.product-window{position:relative;background:#fff;border:1px solid #dfe9e6;border-radius:30px;box-shadow:var(--shadow);padding:16px;transform:rotate(1.2deg)}
.product-window::before{content:'';position:absolute;inset:-10px 30px auto -18px;height:48%;background:linear-gradient(135deg,rgba(15,166,138,.14),rgba(255,122,0,.06));border-radius:34px;z-index:-1;transform:rotate(-3deg)}
.window-top{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 15px;border-bottom:1px solid #edf1f0}
.window-brand{display:flex;align-items:center;gap:9px;font-weight:900;color:var(--navy)}
.window-brand img{width:32px;height:32px;border-radius:9px}
.window-dots{display:flex;gap:5px}.window-dots span{width:7px;height:7px;border-radius:50%;background:#d3dcda}.window-dots span:first-child{background:var(--orange)}
.app-layout{display:grid;grid-template-columns:128px 1fr;min-height:430px}
.mini-sidebar{padding:18px 10px 12px;border-right:1px solid #edf1f0;display:flex;flex-direction:column;gap:9px}
.mini-nav{display:flex;align-items:center;gap:8px;padding:9px;border-radius:10px;color:#76847f;font-size:.76rem;font-weight:800}.mini-nav.active{background:var(--mint-soft);color:var(--green-2)}
.mini-icon{width:24px;height:24px;border-radius:8px;background:#f1f5f4;display:grid;place-items:center;font-size:.7rem}.active .mini-icon{background:#fff}
.app-main{padding:18px;background:#fbfcfc}
.app-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.app-heading strong{color:var(--navy);font-size:1.05rem}.app-heading span{font-size:.68rem;background:#fff;border:1px solid #e5ecea;padding:7px 9px;border-radius:9px;color:#6d7b76}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric{background:#fff;border:1px solid #e7eeec;padding:13px;border-radius:14px}.metric small{display:block;color:#778680;font-size:.68rem}.metric strong{display:block;font-size:1.2rem;color:var(--navy)}.metric em{font-style:normal;color:var(--green);font-size:.68rem;font-weight:900}
.dashboard-lower{display:grid;grid-template-columns:1.05fr .95fr;gap:10px;margin-top:10px}.mini-chart,.mini-inbox{background:#fff;border:1px solid #e7eeec;border-radius:14px;padding:13px;min-height:150px}.chart-line{height:90px;margin-top:14px;background:linear-gradient(to top,rgba(15,166,138,.12),transparent),url("data:image/svg+xml,%3Csvg width='300' height='90' viewBox='0 0 300 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 76 C35 66 53 80 78 58 S124 28 150 48 S205 60 226 34 S267 14 300 8' fill='none' stroke='%230FA68A' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;border-bottom:1px solid #e9efed}.mini-inbox ul{list-style:none;padding:0;margin:10px 0 0}.mini-inbox li{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:7px 0;border-bottom:1px solid #edf2f0}.avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.62rem;font-weight:900;background:var(--green)}.mini-inbox li:nth-child(2) .avatar{background:var(--orange)}.mini-inbox li:nth-child(3) .avatar{background:var(--navy)}.mini-inbox b{font-size:.7rem;color:var(--navy)}.mini-inbox small{display:block;font-size:.58rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.badge{min-width:18px;height:18px;border-radius:10px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:.58rem;font-weight:900}

.value-strip{padding:20px 0;background:var(--navy);color:#fff}.value-strip .section-shell{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.value-item{display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;font-size:.88rem;font-weight:900}.value-dot{width:9px;height:9px;background:var(--orange);border-radius:50%}

.problem-grid,.feature-grid,.segment-grid,.steps-grid,.benefit-grid,.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid #e0e9e6;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm)}
.card-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--mint-soft);color:var(--green-2);font-size:1.35rem;font-weight:900;margin-bottom:20px}
.card-icon.orange-bg{background:#fff2e7;color:var(--orange)}
.card-icon.navy-bg{background:#eaf0f5;color:var(--navy)}
.problem-card{position:relative;overflow:hidden}.problem-card::after{content:'';position:absolute;right:-35px;bottom:-50px;width:130px;height:130px;border-radius:50%;background:var(--gray)}
.problem-card h3,.problem-card p{position:relative;z-index:1}

.adaptive-section{background:var(--navy);color:#fff;overflow:hidden}.adaptive-section h2,.adaptive-section h3{color:#fff}.adaptive-section p{color:#c7d3d8}.adaptive-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}.setup-card{background:#fff;border-radius:30px;padding:28px;color:var(--text);box-shadow:0 24px 80px rgba(0,0,0,.28)}
.setup-progress{display:flex;gap:6px;margin-bottom:24px}.setup-progress span{height:7px;flex:1;border-radius:6px;background:#e6ecea}.setup-progress span:nth-child(-n+3){background:var(--green)}
.choice-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.choice{padding:15px;border:1px solid #dfe8e5;border-radius:14px;font-weight:800;color:#53645f}.choice.selected{border-color:var(--green);background:var(--mint-soft);color:var(--green-2);box-shadow:inset 0 0 0 1px var(--green)}
.setup-result{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.setup-result span{font-size:.78rem;padding:8px 11px;border-radius:999px;background:#f1f5f4;color:#52615d;font-weight:800}.setup-result span.active{background:var(--mint-soft);color:var(--green-2)}

.steps-grid{counter-reset:step}.step-card{position:relative;padding-top:74px}.step-number{position:absolute;left:28px;top:24px;width:39px;height:39px;border-radius:13px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.step-card:nth-child(2) .step-number{background:var(--green)}.step-card:nth-child(3) .step-number{background:var(--orange)}

.omnichannel-grid,.vitrine-grid,.split-grid,.contact-grid,.pricing-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.channel-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.channel-list span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dfe8e5;font-weight:900;color:var(--navy);box-shadow:var(--shadow-sm)}
.inbox-demo{background:#fff;border:1px solid #dfe8e5;border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.inbox-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #edf1f0}.inbox-tabs{display:flex;gap:6px;padding:12px 18px;background:#fafcfc}.inbox-tabs span{font-size:.74rem;padding:7px 10px;border-radius:9px;color:#6e7b76;font-weight:900}.inbox-tabs span.active{background:var(--mint-soft);color:var(--green-2)}.conversation{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:15px 20px;border-top:1px solid #eef2f1}.conversation:hover{background:#fbfdfc}.conversation .avatar{width:44px;height:44px}.conversation strong{font-size:.9rem;color:var(--navy)}.conversation p{font-size:.76rem;margin:1px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:270px}.conversation time{font-size:.65rem;color:#82908b}.channel-chip{font-size:.61rem;font-weight:900;padding:3px 7px;border-radius:999px;background:#eef7f4;color:var(--green-2)}

.feature-card{transition:.22s}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.feature-card ul{list-style:none;padding:0;margin:16px 0 0}.feature-card li{padding:7px 0;color:#62726c;font-size:.9rem}.feature-card li::before{content:'✓';color:var(--green);font-weight:900;margin-right:8px}

.vitrine-section{background:linear-gradient(135deg,#effaf7,#fff8ef)}
.storefront{background:#fff;border:1px solid #e1eae7;border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.store-head{padding:18px 22px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between}.store-brand{display:flex;align-items:center;gap:10px;font-weight:900}.store-brand span:first-child{width:38px;height:38px;border-radius:12px;background:#fff;color:var(--green);display:grid;place-items:center}.store-search{margin:16px 18px;padding:11px 14px;border-radius:12px;background:#f4f7f6;color:#7a8783;font-size:.78rem}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 18px 18px}.product-card{border:1px solid #e5ecea;border-radius:15px;padding:10px}.product-image{height:80px;border-radius:11px;background:linear-gradient(135deg,var(--mint),#eef9f6);display:grid;place-items:center;font-size:1.6rem}.product-card:nth-child(2) .product-image{background:linear-gradient(135deg,#ffe3c8,#fff6ed)}.product-card:nth-child(3) .product-image{background:linear-gradient(135deg,#e4ebf2,#f7f9fb)}.product-card b{display:block;color:var(--navy);font-size:.73rem;margin-top:8px}.product-card small{font-size:.62rem}.product-card strong{display:block;color:var(--green-2);font-size:.78rem;margin-top:5px}

.segment-card{display:flex;flex-direction:column;min-height:300px}.segment-label{display:inline-flex;align-self:flex-start;padding:7px 10px;background:var(--mint-soft);color:var(--green-2);border-radius:999px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.segment-menu{margin-top:auto;padding-top:18px;display:flex;flex-wrap:wrap;gap:7px}.segment-menu span{font-size:.7rem;font-weight:800;background:#f2f5f4;color:#65736f;padding:7px 9px;border-radius:9px}

.pricing-section{background:#f1f7f5}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;background:#fff;border:1px solid #dfe8e5;border-radius:30px;padding:30px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.price-card.featured{border:2px solid var(--green);transform:translateY(-10px);box-shadow:var(--shadow)}.popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);padding:7px 13px;border-radius:999px;background:var(--green);color:#fff;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.price-name{font-size:1.05rem;font-weight:900;color:var(--navy)}.price{display:flex;align-items:flex-start;gap:3px;margin:16px 0}.price span{font-size:1rem;color:#6f7c77;font-weight:800;margin-top:9px}.price strong{font-size:3rem;line-height:1;color:var(--navy);letter-spacing:-.06em}.price small{align-self:flex-end;margin-bottom:6px;color:#77847f}.price-card>p{min-height:54px}.price-card ul{list-style:none;padding:0;margin:18px 0 25px;flex:1}.price-card li{padding:8px 0;border-bottom:1px solid #edf2f0;font-size:.88rem;color:#5e6d68}.price-card li::before{content:'✓';color:var(--green);font-weight:900;margin-right:8px}.price-note{font-size:.78rem;color:#73817c;margin-top:20px;text-align:center}
.plan-table-wrap{overflow-x:auto;border:1px solid #dfe8e5;border-radius:24px;background:#fff}.plan-table{width:100%;border-collapse:collapse;min-width:760px}.plan-table th,.plan-table td{padding:15px 18px;text-align:left;border-bottom:1px solid #e9efed}.plan-table th{background:#f5f9f8;color:var(--navy);font-size:.83rem}.plan-table td{font-size:.85rem;color:#5f6d68}.yes{color:var(--green);font-weight:900}.limited{color:var(--orange);font-weight:900}
.addon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.addon{background:#fff;border:1px solid #e0e8e5;border-radius:18px;padding:18px;text-align:center}.addon strong{display:block;color:var(--navy)}.addon small{color:#6e7b77}

.faq-list{max-width:900px;margin:0 auto}.faq-list details{background:#fff;border:1px solid #e0e8e5;border-radius:18px;margin-bottom:12px;padding:4px 20px;box-shadow:0 5px 18px rgba(13,27,42,.04)}.faq-list summary{cursor:pointer;list-style:none;padding:17px 28px 17px 0;color:var(--navy);font-weight:900;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:0;top:14px;font-size:1.5rem;color:var(--green)}.faq-list details[open] summary::after{content:'−'}.faq-list details p{padding-bottom:17px;margin:0}

.cta-panel{margin-top:70px;background:var(--navy);border-radius:36px;padding:46px 50px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}.cta-panel::after{content:'';position:absolute;right:-50px;bottom:-110px;width:270px;height:270px;border-radius:50%;background:rgba(15,166,138,.3)}.cta-panel h2{color:#fff;margin-bottom:9px}.cta-panel p{color:#c8d2d7;margin:0}.cta-panel .btn{position:relative;z-index:1;flex:none}

.contact-form,.contact-card{background:#fff;border:1px solid #dfe8e5;border-radius:28px;padding:30px;box-shadow:var(--shadow-sm)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:grid;gap:7px}.form-field.full{grid-column:1/-1}.form-field label{font-size:.83rem;color:var(--navy);font-weight:900}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #dbe5e2;background:#fbfdfc;border-radius:13px;padding:13px 14px;color:var(--navy)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px rgba(15,166,138,.12)}.form-message{font-size:.82rem;margin-top:12px;color:#5f6e69}.contact-card{background:var(--navy);color:#fff}.contact-card h2,.contact-card h3{color:#fff}.contact-card p{color:#c7d1d5}.contact-options{display:grid;gap:12px;margin-top:24px}.contact-option{display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;background:rgba(255,255,255,.07)}.contact-option span:first-child{width:38px;height:38px;border-radius:12px;background:var(--green);display:grid;place-items:center;font-weight:900}.contact-option strong{display:block}.contact-option small{color:#b9c6cb}

.site-footer{background:#08131e;color:#fff;padding:64px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-logo{width:220px;filter:brightness(0) invert(1);margin-bottom:18px}.site-footer p,.site-footer a,.site-footer span{color:#afbec5}.site-footer strong{display:block;margin-bottom:14px}.site-footer a{display:block;margin:8px 0;font-size:.9rem}.site-footer a:hover{color:var(--mint)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem}

.notice{background:#fff7eb;border:1px solid #ffd5ad;color:#825022;padding:14px 18px;border-radius:16px;font-size:.86rem}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff2e7;color:#a84c00;font-size:.74rem;font-weight:900}.status-badge::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--orange)}
.list-clean{list-style:none;padding:0}.list-clean li{padding:8px 0;color:#5f6e69}.list-clean li::before{content:'✓';color:var(--green);font-weight:900;margin-right:8px}
.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.74rem;font-weight:900;padding:8px 11px;border-radius:999px;background:var(--gray);color:#5c6b66}.tag.green{background:var(--mint-soft);color:var(--green-2)}.tag.orange{background:#fff1e5;color:#b35600}

.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.js .reveal.in-view{opacity:1;transform:none}

@media (max-width:1040px){
  .site-header{padding-inline:22px}.menu-toggle{display:block}.main-nav{position:fixed;top:78px;left:18px;right:18px;display:grid;gap:5px;padding:15px;border:1px solid #dbe5e2;background:rgba(255,255,255,.98);box-shadow:var(--shadow);border-radius:22px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:.2s}.main-nav.open{opacity:1;transform:none;pointer-events:auto}.nav-link,.nav-cta{padding:13px 14px}.hero-grid,.adaptive-grid,.omnichannel-grid,.vitrine-grid,.split-grid,.contact-grid,.pricing-intro{grid-template-columns:1fr}.hero-grid{gap:45px}.product-window{max-width:760px;margin-inline:auto}.problem-grid,.feature-grid,.segment-grid,.steps-grid,.benefit-grid,.principles-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:680px;margin-inline:auto}.price-card.featured{transform:none}.value-strip .section-shell{grid-template-columns:repeat(3,1fr)}.addon-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.cta-panel{padding:38px}.app-layout{grid-template-columns:115px 1fr}
}
@media (max-width:700px){
  .section-shell{width:min(calc(100% - 28px),var(--max))}.section{padding:68px 0}.section-sm{padding:46px 0}.site-header{padding:11px 14px}.brand img{width:190px}.main-nav{top:70px;left:12px;right:12px}.hero{padding:52px 0}.hero-copy{text-align:left}.hero-copy p{font-size:1rem}.hero-actions{display:grid}.btn{width:100%}h1{font-size:clamp(2.5rem,13vw,4rem)}h2{font-size:clamp(1.9rem,9vw,2.7rem)}.hero-note{display:grid}.product-window{padding:10px;border-radius:22px;transform:none}.app-layout{grid-template-columns:1fr;min-height:auto}.mini-sidebar{display:none}.app-main{padding:13px}.dashboard-lower{grid-template-columns:1fr}.mini-inbox{display:none}.metric strong{font-size:1rem}.value-strip .section-shell{grid-template-columns:1fr 1fr}.value-item{justify-content:flex-start}.problem-grid,.feature-grid,.segment-grid,.steps-grid,.benefit-grid,.principles-grid{grid-template-columns:1fr}.card{padding:23px;border-radius:22px}.choice-list{grid-template-columns:1fr}.product-list{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(3){display:none}.addon-grid{grid-template-columns:1fr 1fr}.cta-panel{margin-top:45px;padding:30px 24px;border-radius:25px;flex-direction:column;align-items:flex-start}.cta-panel .btn{width:100%}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero{padding:55px 0 35px}.conversation p{max-width:190px}.site-footer{padding-top:48px}
}
@media (max-width:430px){.value-strip .section-shell{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.addon-grid{grid-template-columns:1fr}.conversation p{max-width:130px}.price-card{padding:24px}.product-list{grid-template-columns:1fr}.product-card:nth-child(2){display:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   V3 — aprimoramento premium do Gentill Ops Sistema MEI
   ========================================================= */
svg{display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn-icon,.text-link svg,.segment-v3 a svg{width:18px;height:18px}
.pilot-bar{position:relative;z-index:110;background:linear-gradient(90deg,#0D1B2A,#102e37);color:#fff;font-size:.84rem}
.pilot-bar .section-shell{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pilot-bar span{color:#d8e8e4}.pilot-bar strong{color:#fff}.pilot-bar a{display:inline-flex;align-items:center;gap:8px;color:#bde9df;font-weight:900;white-space:nowrap}
.pilot-bar a:hover{color:#fff}
.site-header{top:0}.pilot-bar+.site-header{top:0}
.pilot-float{position:fixed;z-index:90;right:22px;bottom:22px;display:flex;align-items:center;gap:11px;padding:11px 13px;background:rgba(13,27,42,.96);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 20px 50px rgba(13,27,42,.25);backdrop-filter:blur(14px);transition:.2s}
.pilot-float:hover{transform:translateY(-3px);background:#0a8c79}.pilot-float-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#0FA68A;color:#fff}.pilot-float-icon svg,.pilot-float-arrow{width:19px;height:19px}.pilot-float span:nth-child(2){display:grid;line-height:1.15}.pilot-float strong{font-size:.84rem}.pilot-float small{color:#c8d5d9;font-size:.72rem;margin-top:4px}.pilot-float-arrow{color:#bde9df}

.hero-v3{padding:78px 0 76px;background:
 radial-gradient(circle at 82% 10%,rgba(15,166,138,.16),transparent 34%),
 radial-gradient(circle at 7% 88%,rgba(255,200,87,.17),transparent 30%),
 linear-gradient(180deg,#fff 0%,#f6fbf9 100%)}
.hero-v3 .hero-grid{grid-template-columns:minmax(0,.91fr) minmax(600px,1.09fr);gap:48px}
.hero-v3 .hero-copy{padding-right:12px}.hero-v3 h1{font-size:clamp(3.4rem,6.2vw,6.1rem);max-width:680px}.hero-v3 .hero-copy>p{font-size:1.2rem;max-width:650px}
.hero-confidence{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:#52636c;font-size:.86rem;font-weight:800}.hero-confidence span{display:flex;align-items:center;gap:7px}.hero-confidence svg{width:18px;height:18px;color:var(--green)}
.system-stage{position:relative}.stage-label{display:flex;align-items:center;gap:8px;margin:0 0 10px 18px;font-size:.73rem;color:#64746d;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(15,166,138,.12)}
.segment-switcher{display:flex;position:absolute;z-index:3;right:18px;top:-12px;background:#fff;border:1px solid #dfe8e5;border-radius:14px;padding:4px;box-shadow:var(--shadow-sm)}.segment-switch{border:0;background:transparent;color:#6b7a75;padding:8px 12px;border-radius:10px;font-size:.72rem;font-weight:900}.segment-switch.active{background:var(--navy);color:#fff}
.system-shell{overflow:hidden;background:#fff;border:1px solid #dce7e3;border-radius:28px;box-shadow:0 28px 75px rgba(13,27,42,.15);transform:perspective(1100px) rotateY(-1.3deg) rotateX(.8deg)}
.system-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;border-bottom:1px solid #e8efed;background:rgba(255,255,255,.96)}.system-company{display:flex;align-items:center;gap:10px}.system-company img{width:38px;height:38px;border-radius:12px}.system-company span{display:grid;line-height:1.15}.system-company strong{color:var(--navy);font-size:.9rem}.system-company small{color:#7a8983;font-size:.64rem;margin-top:3px}.system-user span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--mint-soft);color:var(--green-2);font-size:.68rem;font-weight:900}
.system-body{display:grid;grid-template-columns:118px 1fr;min-height:455px}.system-nav{padding:18px 10px;background:#0d1b2a;color:#fff;display:flex;flex-direction:column;gap:7px}.system-nav-item{display:flex;align-items:center;gap:8px;padding:10px 9px;border-radius:11px;color:#aebdc3;font-size:.68rem;font-weight:800}.system-nav-item svg{width:17px;height:17px}.system-nav-item.active{background:rgba(15,166,138,.16);color:#fff}.system-nav-item.active svg{color:#55d8c0}
.system-content{padding:19px;background:#f7faf9}.system-welcome{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.system-welcome div{display:grid}.system-welcome small{color:#7c8a85;font-size:.65rem}.system-welcome strong{color:var(--navy);font-size:1rem}.system-welcome button{border:0;display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;background:var(--green);color:#fff;font-size:.66rem;font-weight:900}.system-welcome button svg{width:16px;height:16px}
.system-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.system-metrics article{position:relative;background:#fff;border:1px solid #e0e9e6;border-radius:14px;padding:12px 12px 11px;min-height:85px}.system-metrics article>span{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:29px;height:29px;border-radius:10px;background:var(--mint-soft);color:var(--green-2)}.system-metrics svg{width:16px;height:16px}.system-metrics small{display:block;color:#7b8a84;font-size:.61rem;padding-right:28px}.system-metrics strong{display:block;color:var(--navy);font-size:1.12rem;margin-top:7px}
.system-panels{display:grid;grid-template-columns:1.2fr .8fr;gap:9px;margin-top:9px}.system-conversation,.system-tasks{background:#fff;border:1px solid #e0e9e6;border-radius:15px;padding:13px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #edf2f0;padding-bottom:9px;margin-bottom:11px}.panel-title strong{font-size:.72rem;color:var(--navy)}.panel-title span{font-size:.58rem;color:#0a8c79;background:var(--mint-soft);padding:4px 7px;border-radius:999px;font-weight:900}.customer-row{display:flex;align-items:center;gap:9px}.avatar-large{width:34px;height:34px;font-size:.66rem}.customer-row div{display:grid}.customer-row strong{color:var(--navy);font-size:.72rem}.customer-row small{font-size:.57rem;color:#7a8883}.chat-bubble{width:fit-content;max-width:90%;margin:12px 0 10px 42px;padding:9px 11px;border-radius:12px 12px 12px 4px;background:#f0f5f3;color:#344641;font-size:.67rem}.ai-note{display:flex;gap:8px;padding:9px;border-radius:12px;background:#fff8ed;border:1px solid #ffe0bc;color:#7f4d18}.ai-note>svg{width:17px;height:17px;flex:0 0 auto;color:var(--orange)}.ai-note span{display:grid}.ai-note strong{font-size:.57rem;text-transform:uppercase;letter-spacing:.05em}.ai-note small{font-size:.61rem;color:#815a31}.system-tasks ul{list-style:none;padding:0;margin:4px 0 16px}.system-tasks li{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #eff3f1;font-size:.65rem;color:#566660}.task-check{width:15px;height:15px;border:1px solid #c7d4d0;border-radius:5px}.task-check.done{border-color:var(--green);background:var(--green);position:relative}.task-check.done::after{content:'✓';position:absolute;inset:-2px 0 0;display:grid;place-items:center;color:#fff;font-size:.55rem}.mini-progress{height:6px;background:#edf2f0;border-radius:999px;overflow:hidden}.mini-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--green),#4ed3bb);border-radius:inherit}.system-tasks>small{display:block;margin-top:6px;color:#84918d;font-size:.56rem}

.outcome-band{position:relative;z-index:2;background:#0d1b2a;color:#fff}.outcome-band .section-shell{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.outcome-band .section-shell>div{display:flex;align-items:center;gap:12px;padding:24px 18px;border-right:1px solid rgba(255,255,255,.1)}.outcome-band .section-shell>div:last-child{border-right:0}.outcome-band svg{width:25px;height:25px;color:#55d8c0}.outcome-band span{display:grid}.outcome-band strong{font-size:.86rem}.outcome-band small{font-size:.68rem;color:#aebec4;margin-top:2px}

.story-section{background:#fff}.journey-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center}.journey-flow article{position:relative;background:#f8fbfa;border:1px solid #e0e9e6;border-radius:24px;padding:24px;min-height:230px}.journey-number{position:absolute;right:18px;top:15px;color:#d8e3df;font-size:1.9rem;font-weight:900}.journey-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--mint-soft);color:var(--green-2);margin-bottom:23px}.journey-icon svg{width:25px;height:25px}.journey-flow h3{font-size:1.08rem}.journey-flow p{font-size:.9rem}.journey-arrow{color:#c3d0cc;font-size:1.8rem;font-weight:300}

.product-tour{background:#f2f7f5}.tour-layout{display:grid;grid-template-columns:315px 1fr;gap:18px}.tour-tabs{display:grid;align-content:start;gap:9px}.tour-tab{width:100%;display:flex;align-items:center;gap:13px;text-align:left;border:1px solid #dce7e3;background:#fff;border-radius:17px;padding:14px;color:#54645e;transition:.2s}.tour-tab:hover{transform:translateX(3px);border-color:#b7d8cf}.tour-tab.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:var(--shadow-sm)}.tour-tab>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:var(--mint-soft);color:var(--green-2);flex:0 0 auto}.tour-tab.active>span{background:rgba(255,255,255,.11);color:#6de0ca}.tour-tab svg{width:21px;height:21px}.tour-tab div{display:grid}.tour-tab strong{font-size:.92rem}.tour-tab small{font-size:.72rem;color:#81908a}.tour-tab.active small{color:#bac8cc}.tour-panels{min-height:490px}.tour-panel{display:none;height:100%;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:#fff;border:1px solid #dce7e3;border-radius:28px;padding:34px;box-shadow:var(--shadow-sm)}.tour-panel.active{display:grid;animation:panelFade .32s ease}.tour-copy h3{font-size:1.75rem}.tour-copy p{font-size:1rem}.tour-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--mint-soft);color:var(--green-2);font-size:.7rem;font-weight:900;margin-bottom:14px}.tour-visual{background:#f7faf9;border:1px solid #dce6e3;border-radius:23px;padding:18px;min-height:330px;box-shadow:inset 0 1px 0 #fff}.visual-head,.order-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.visual-head strong,.order-head span{color:var(--navy)}.visual-head span,.order-head b{font-size:.62rem;padding:5px 8px;border-radius:999px;background:var(--mint-soft);color:var(--green-2)}.visual-row{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:12px 10px;border-bottom:1px solid #e7eeec}.visual-row.active{background:#fff;border:1px solid #dce7e3;border-radius:13px;box-shadow:0 8px 20px rgba(13,27,42,.06)}.visual-row div{display:grid}.visual-row strong{font-size:.76rem;color:var(--navy)}.visual-row small{font-size:.64rem}.visual-row b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--green);color:#fff;font-size:.57rem}.orange-avatar{background:var(--orange)}.navy-avatar{background:var(--navy)}.order-visual{display:flex;flex-direction:column}.order-customer{display:grid;padding:12px 0;border-bottom:1px solid #e4ebe9}.order-customer small{font-size:.65rem}.order-customer strong{color:var(--navy)}.order-item{display:grid;grid-template-columns:45px 1fr auto;gap:11px;align-items:center;padding:18px 0}.order-thumb{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:var(--mint-soft);color:var(--green-2)}.order-thumb svg{width:22px;height:22px}.order-item div{display:grid}.order-item strong{font-size:.72rem;color:var(--navy)}.order-item small{font-size:.64rem}.order-item>b{font-size:.72rem;color:var(--navy)}.order-total{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid #e4ebe9;padding:14px 0}.order-total strong{color:var(--navy)}.order-visual button{border:0;background:var(--green);color:#fff;border-radius:12px;padding:11px;font-weight:900}.operation-toggle{display:flex;gap:6px;margin-bottom:18px}.operation-toggle span{padding:7px 10px;border-radius:10px;font-size:.66rem;font-weight:900;color:#70807a}.operation-toggle span.active{background:var(--navy);color:#fff}.stock-line{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:17px 0;border-bottom:1px solid #e4ebe9}.stock-line div{display:grid}.stock-line strong{font-size:.76rem;color:var(--navy)}.stock-line small{font-size:.65rem}.stock-line>b{color:var(--green-2)}.orange-text{color:var(--orange)!important}.storefront-mini{background:linear-gradient(180deg,#eff8f5,#fff)}.store-mini-top{display:flex;align-items:center;gap:10px}.store-mini-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--navy);color:#fff;font-weight:900}.store-mini-top div{display:grid}.store-mini-top strong{color:var(--navy)}.store-mini-top small{font-size:.65rem}.store-mini-search{margin:16px 0;padding:10px 12px;border-radius:12px;background:#fff;color:#8a9792;font-size:.68rem}.store-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.store-mini-grid>div{display:grid;gap:5px;background:#fff;border:1px solid #e0e8e5;border-radius:16px;padding:10px}.store-mini-grid strong{font-size:.72rem;color:var(--navy)}.store-mini-grid small{font-size:.68rem;color:var(--green-2);font-weight:900}.product-art{height:105px;border-radius:13px}.art-one{background:linear-gradient(135deg,#ffe3d0,#ffb16d)}.art-two{background:linear-gradient(135deg,#d8f2eb,#78d0bc)}

.adaptive-v3{background:linear-gradient(135deg,#0d1b2a 0%,#102c34 100%);color:#fff}.adaptive-v3 h2{color:#fff}.adaptive-v3 .lead{color:#c4d0d4}.adaptive-v3-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.business-selector{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 22px}.business-option{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#d3dddf;border-radius:12px;padding:10px 13px;font-size:.78rem;font-weight:900}.business-option.active{background:var(--green);color:#fff;border-color:var(--green)}.adaptive-benefits{display:grid;gap:8px}.adaptive-benefits span{display:flex;align-items:center;gap:8px;color:#b8c6c9;font-size:.86rem;font-weight:800}.adaptive-benefits svg{width:19px;height:19px;color:#52d2ba}.adaptive-device{background:#fff;color:var(--text);border-radius:29px;padding:17px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.adaptive-device-top{display:flex;align-items:center;gap:10px;padding:7px 6px 16px;border-bottom:1px solid #e5ece9}.adaptive-device-top img{width:45px;height:45px;border-radius:14px}.adaptive-device-top>div{display:grid;line-height:1.15}.adaptive-device-top strong{color:var(--navy)}.adaptive-device-top small{font-size:.66rem}.adapted-badge{margin-left:auto;padding:7px 9px;border-radius:999px;background:var(--mint-soft);color:var(--green-2);font-size:.62rem;font-weight:900}.adaptive-device-content{padding:19px 7px 5px}.adaptive-device-content>small{display:block;color:#77857f;margin-bottom:10px}.adaptive-menu{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.adaptive-menu span{display:grid;place-items:center;gap:7px;text-align:center;padding:12px 6px;border-radius:13px;background:#f6f9f8;color:#42534d;font-size:.62rem;font-weight:900}.adaptive-menu svg{width:21px;height:21px;color:var(--green-2)}.adaptive-summary{margin-top:14px;padding:15px;border-radius:15px;background:#fff8ee;border:1px solid #ffe1bf}.adaptive-summary strong{color:var(--navy);font-size:.78rem}.adaptive-summary p{font-size:.68rem;margin:5px 0 0}

.onboarding-v3{background:#fff}.onboarding-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.onboarding-track::before{content:'';position:absolute;left:10%;right:10%;top:25px;height:2px;background:linear-gradient(90deg,var(--green),var(--mint),var(--orange));z-index:0}.onboarding-track article{position:relative;z-index:1;display:grid;justify-items:center;text-align:center;gap:12px}.onboarding-track article>span{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:#fff;border:2px solid var(--green);color:var(--green-2);font-weight:900;box-shadow:0 0 0 8px #fff}.onboarding-track article:nth-child(4)>span{border-color:var(--orange);color:var(--orange)}.onboarding-track article div{display:grid;gap:3px}.onboarding-track strong{color:var(--navy)}.onboarding-track small{color:#70807a;max-width:220px}

.storefront-v3{background:linear-gradient(180deg,#f1faf7,#fbfdfc)}.storefront-v3-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.storefront-phone{position:relative;width:min(100%,355px);margin-inline:auto;background:#fff;border:9px solid #0d1b2a;border-radius:43px;padding:22px 17px 18px;box-shadow:0 30px 80px rgba(13,27,42,.2)}.phone-speaker{width:78px;height:17px;border-radius:0 0 13px 13px;background:#0d1b2a;position:absolute;top:0;left:50%;transform:translateX(-50%)}.phone-store-head{display:grid;grid-template-columns:42px 1fr auto;gap:9px;align-items:center;margin-top:8px}.phone-store-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--green);color:#fff;font-weight:900}.phone-store-head div{display:grid}.phone-store-head strong{color:var(--navy);font-size:.84rem}.phone-store-head small{font-size:.62rem}.phone-search{margin:16px 0 10px;padding:10px 12px;background:#f3f6f5;border-radius:12px;color:#87938f;font-size:.67rem}.phone-categories{display:flex;gap:7px;overflow:hidden}.phone-categories span{font-size:.6rem;white-space:nowrap;padding:6px 8px;border-radius:999px;background:#f2f5f4;color:#73817c}.phone-categories .active{background:var(--navy);color:#fff}.phone-products{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.phone-products article{display:grid;background:#f8faf9;border:1px solid #e3ebe8;border-radius:14px;padding:8px}.phone-products strong{font-size:.67rem;color:var(--navy);margin-top:7px}.phone-products small{font-size:.57rem}.phone-products b{font-size:.68rem;color:var(--green-2);margin-top:4px}.phone-product-art{height:113px;border-radius:10px}.p-one{background:linear-gradient(145deg,#fedec6,#ff9a49)}.p-two{background:linear-gradient(145deg,#d0f1e7,#45bda3)}.storefront-phone>button{width:100%;border:0;border-radius:12px;padding:11px;background:var(--green);color:#fff;font-size:.72rem;font-weight:900}.storefront-points{display:grid;gap:14px;margin:25px 0}.storefront-points article{display:grid;grid-template-columns:45px 1fr;gap:13px;align-items:start}.storefront-points article>svg{width:45px;height:45px;padding:11px;border-radius:14px;background:#fff;color:var(--green-2);box-shadow:var(--shadow-sm)}.storefront-points strong{color:var(--navy)}.storefront-points p{margin:3px 0 0;font-size:.9rem}

.segments-v3{background:#fff}.segment-cards-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.segment-v3{position:relative;display:flex;flex-direction:column;min-height:440px;padding:29px;border:1px solid #dce7e3;border-radius:28px;background:#fbfdfc;overflow:hidden;transition:.25s}.segment-v3::after{content:'';position:absolute;width:180px;height:180px;right:-70px;top:-80px;border-radius:50%;background:rgba(189,233,223,.35)}.segment-v3:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.segment-symbol{display:grid;place-items:center;width:55px;height:55px;border-radius:18px;background:var(--mint-soft);color:var(--green-2);margin-bottom:25px}.segment-symbol svg{width:27px;height:27px}.orange-symbol{background:#fff0e4;color:var(--orange)}.navy-symbol{background:#e9eef1;color:var(--navy)}.segment-v3>small{text-transform:uppercase;letter-spacing:.09em;color:var(--green-2);font-weight:900}.segment-v3 h3{font-size:1.42rem;margin-top:9px}.segment-v3 p{font-size:.93rem}.segment-v3>div{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 25px}.segment-v3>div span{font-size:.66rem;font-weight:900;padding:7px 9px;border-radius:999px;background:#eef4f2;color:#5d6c66}.segment-v3>a{margin-top:auto;display:flex;align-items:center;gap:7px;color:var(--navy);font-weight:900}.segment-v3>a svg{color:var(--green)}

.trust-v3{background:var(--navy);color:#fff}.trust-v3 h2{color:#fff}.trust-v3-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:start}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.trust-list article{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.045)}.trust-list article>svg{width:42px;height:42px;padding:10px;border-radius:13px;background:rgba(15,166,138,.14);color:#5ad9c2}.trust-list strong{display:block}.trust-list p{margin:3px 0 0;color:#b5c2c6;font-size:.83rem}

.pricing-v3{background:#f5f8f7}.plan-fit{min-height:48px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:900;margin-top:27px}.text-link:hover{color:var(--green-2)}
.faq-v3{background:#fff}.faq-v3-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:68px;align-items:start}.faq-v3-grid>div:first-child{position:sticky;top:125px}.faq-v3-grid .faq-list{margin:0}.faq-v3-grid .faq-list details{background:#f7faf9}
.final-cta-v3{padding:82px 0;background:linear-gradient(135deg,#0d1b2a,#0b3b3f);color:#fff;overflow:hidden}.final-cta-v3-inner{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}.final-cta-v3-inner::after{content:'';position:absolute;width:440px;height:440px;border-radius:50%;right:-220px;top:-210px;background:radial-gradient(circle,rgba(15,166,138,.35),transparent 68%)}.final-cta-v3 h2{color:#fff;max-width:760px}.final-cta-v3 p{color:#b9c7ca;max-width:720px}.final-cta-v3-inner>div:last-child{position:relative;z-index:1;display:grid;gap:11px;justify-items:start}.final-cta-v3 small{color:#b7c3c6}

.plans-hero{padding:78px 0 58px;background:linear-gradient(180deg,#fff,#f4faf7)}.plans-hero h1{max-width:980px}.plans-hero .hero-confidence{margin-top:28px}.pricing-page-grid .price-card{padding:34px}.plan-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.plan-persona{font-size:.67rem;padding:7px 9px;border-radius:999px;background:#f0f5f3;color:#61716b;font-weight:900}.featured .plan-persona{background:rgba(255,255,255,.1);color:#d9e5e7}.price-caption{display:block;color:#7c8b86;font-size:.68rem;margin:-8px 0 18px}.featured .price-caption{color:#c5d1d4}.compare-section{background:#fff}.comparison-wrap{overflow-x:auto;border:1px solid #dce6e3;border-radius:25px;box-shadow:var(--shadow-sm)}.comparison-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}.comparison-table th,.comparison-table td{padding:16px 18px;text-align:center;border-bottom:1px solid #e7eeec}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left}.comparison-table th{background:#f4f8f6;color:var(--navy);font-size:.78rem}.comparison-table td{font-size:.82rem;color:#596963}.comparison-table tr:last-child td{border-bottom:0}.recommended-col{background:#f2fbf8!important}.table-check{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--mint-soft);color:var(--green-2);font-weight:900}.addon-section{background:#f5f8f7}.addon-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.addon-cards article{padding:23px}.addon-cards article>svg{width:42px;height:42px;padding:10px;border-radius:13px;background:var(--mint-soft);color:var(--green-2);margin-bottom:18px}.addon-cards h3{font-size:1.05rem}.addon-cards p{font-size:.86rem}.addon-cards strong{display:block;color:var(--navy);font-size:.82rem;margin-top:16px}.pricing-principles{background:var(--navy);color:#fff}.pricing-principles h2{color:#fff}.pricing-principles .lead{color:#b9c7cb}.pricing-principles-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.principle-list{display:grid;gap:10px}.principle-list article{display:grid;grid-template-columns:50px 1fr;gap:13px;align-items:start;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.04)}.principle-list article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(15,166,138,.14);color:#68ddc7;font-weight:900}.principle-list strong{display:block}.principle-list p{margin:4px 0 0;color:#b2c0c4;font-size:.84rem}.contact-promises{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px}.contact-promises span{display:flex;align-items:center;gap:7px;font-size:.83rem;color:#5d6d67;font-weight:800}.contact-promises svg{width:18px;height:18px;color:var(--green)}

@keyframes panelFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media (max-width:1180px){
  .hero-v3 .hero-grid{grid-template-columns:1fr;gap:42px}.hero-v3 .hero-copy{max-width:800px}.system-stage{max-width:850px;margin-inline:auto}.tour-layout{grid-template-columns:260px 1fr}.tour-panel{grid-template-columns:1fr;padding:28px}.tour-visual{min-height:270px}.adaptive-v3-grid,.storefront-v3-grid,.trust-v3-grid,.pricing-principles-grid{gap:40px}.addon-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .pilot-bar .section-shell{padding-block:8px}.pilot-bar .section-shell>span{max-width:70%}.outcome-band .section-shell{grid-template-columns:1fr 1fr}.outcome-band .section-shell>div:nth-child(2){border-right:0}.outcome-band .section-shell>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.journey-flow{grid-template-columns:1fr 1fr}.journey-arrow{display:none}.tour-layout{grid-template-columns:1fr}.tour-tabs{grid-template-columns:1fr 1fr}.tour-tab:hover{transform:none}.tour-panel{grid-template-columns:1fr 1fr}.adaptive-v3-grid,.storefront-v3-grid,.trust-v3-grid,.pricing-principles-grid,.faq-v3-grid,.final-cta-v3-inner{grid-template-columns:1fr}.adaptive-device{max-width:720px}.onboarding-track{grid-template-columns:1fr 1fr;gap:30px}.onboarding-track::before{display:none}.storefront-phone{order:2}.segment-cards-v3{grid-template-columns:1fr}.segment-v3{min-height:auto}.trust-list{grid-template-columns:1fr 1fr}.faq-v3-grid>div:first-child{position:static}.final-cta-v3-inner>div:last-child{justify-items:start}.addon-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .pilot-bar{font-size:.72rem}.pilot-bar .section-shell{width:calc(100% - 24px)}.pilot-bar .section-shell>span{max-width:100%}.pilot-bar .section-shell>span strong{display:block}.pilot-bar a{display:none}.site-header{top:0}.pilot-float{left:12px;right:12px;bottom:12px;justify-content:center}.pilot-float-arrow{margin-left:auto}.hero-v3{padding-top:48px}.hero-v3 h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-confidence{display:grid}.segment-switcher{position:static;margin:0 0 10px}.segment-switch{flex:1}.system-shell{transform:none;border-radius:22px}.system-body{grid-template-columns:1fr;min-height:auto}.system-nav{display:none}.system-content{padding:12px}.system-welcome{align-items:flex-start}.system-welcome button{font-size:0;width:38px;height:38px;justify-content:center;padding:0}.system-welcome button svg{width:18px;height:18px}.system-metrics{grid-template-columns:1fr 1fr}.system-metrics article:last-child{grid-column:1/3}.system-panels{grid-template-columns:1fr}.system-tasks{display:none}.outcome-band .section-shell{grid-template-columns:1fr}.outcome-band .section-shell>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.outcome-band .section-shell>div:last-child{border-bottom:0}.journey-flow{grid-template-columns:1fr}.journey-flow article{min-height:auto}.tour-tabs{display:flex;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.tour-tab{min-width:220px;scroll-snap-align:start}.tour-panel{grid-template-columns:1fr;padding:21px}.tour-copy h3{font-size:1.4rem}.tour-visual{min-height:auto}.adaptive-menu{grid-template-columns:1fr 1fr}.adaptive-menu span:last-child{grid-column:1/3}.adapted-badge{display:none}.onboarding-track{grid-template-columns:1fr}.onboarding-track article{grid-template-columns:52px 1fr;justify-items:start;text-align:left}.onboarding-track article>span{box-shadow:none}.storefront-v3-grid{gap:45px}.storefront-phone{width:100%;max-width:340px}.trust-list{grid-template-columns:1fr}.addon-cards{grid-template-columns:1fr}.comparison-wrap{margin-inline:-2px}.final-cta-v3{padding:62px 0 90px}.pricing-page-grid .price-card{padding:25px}.contact-promises{display:grid}.tour-copy ul{margin-bottom:22px}
}
.page-hero{overflow:hidden}
.final-cta-v3-inner{overflow:visible}
@media(max-width:1040px){.main-nav{top:116px}}
@media(max-width:700px){.main-nav{top:108px}}
/* refinamentos finais de navegação e CTA persistente */
.pilot-float{opacity:0;transform:translateY(18px);pointer-events:none}
.pilot-float.visible{opacity:1;transform:none;pointer-events:auto}
@media(max-width:1040px){.main-nav{top:var(--menu-top,78px)}}
@media(max-width:700px){.main-nav{top:var(--menu-top,70px)}}
