:root{
  --green:#0b6a42;
  --green-dark:#075134;
  --green-950:#082b1f;
  --green-soft:#eaf6ef;
  --lime:#b9e85c;
  --ink:#102019;
  --ink-2:#2f443a;
  --muted:#687870;
  --line:#dce6e0;
  --line-strong:#c9d7cf;
  --surface:#ffffff;
  --surface-2:#f6f9f7;
  --surface-3:#eef5f1;
  --danger:#a53f35;
  --danger-bg:#fff1ef;
  --success:#17613e;
  --success-bg:#edf8f2;
  --shadow-sm:0 8px 24px rgba(8,43,31,.06);
  --shadow-md:0 20px 54px rgba(8,43,31,.10);
  --shadow-lg:0 36px 90px rgba(8,43,31,.14);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,230,224,.9);backdrop-filter:blur(14px)}
.navin{height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:block;width:145px;height:auto}
.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#34463d}
.navlinks>a:not(.btn):hover{color:var(--green)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:12px 17px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.btn.large{padding:14px 21px;font-size:15px}
.primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(11,106,66,.20)}
.primary:hover{background:var(--green-dark);box-shadow:0 14px 28px rgba(11,106,66,.25)}
.secondary{background:#fff;color:var(--ink);border:1px solid var(--line-strong)}
.secondary:hover{border-color:#9fb5a9;background:#fbfdfc}
.ghost{background:transparent;color:var(--ink)}

.hero{position:relative;overflow:hidden;padding:88px 0 72px;background:linear-gradient(180deg,#fbfdfc 0%,#f4f8f6 100%)}
.hero:before{content:"";position:absolute;right:-180px;top:-180px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(185,232,92,.20) 0%,rgba(185,232,92,.05) 48%,transparent 72%)}
.hero:after{content:"";position:absolute;left:-180px;bottom:-320px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(11,106,66,.10) 0%,transparent 70%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.hero-copy{max-width:635px}
.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid #cfe2d7;background:rgba(255,255,255,.78);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;color:var(--green-dark)}
.badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(185,232,92,.18)}
.hero h1{font-size:clamp(46px,5vw,68px);line-height:1.02;letter-spacing:-.052em;margin:22px 0 20px;max-width:720px}
.hero h1 span{color:var(--green)}
.hero .lead{font-size:18px;line-height:1.68;color:var(--muted);max-width:600px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#52655b;font-size:13px;font-weight:650}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-row i{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#dff2e7;color:var(--green);font-size:11px;font-weight:900}

.product-window{position:relative;background:#fff;border:1px solid #d7e4dd;border-radius:24px;box-shadow:var(--shadow-lg);padding:14px;transform:perspective(1200px) rotateY(-1.5deg) rotateX(1deg)}
.product-window:before{content:"";position:absolute;inset:18px -18px -18px 18px;border-radius:24px;background:#dbeee3;z-index:-1;opacity:.55}
.product-bar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;border-bottom:1px solid #e7eeea}
.product-dots{display:flex;gap:6px}.product-dots span{width:8px;height:8px;border-radius:50%;background:#cad7d0}.product-dots span:first-child{background:#9ec8b0}.product-label{font-size:11px;font-weight:800;color:#789087}
.product-body{display:grid;grid-template-columns:138px 1fr;min-height:375px}
.product-side{border-right:1px solid #e9efec;padding:16px 10px;display:grid;align-content:start;gap:8px}
.product-side b{font-size:11px;color:#51655b;padding:8px 10px;border-radius:8px}.product-side b.active{background:#e9f5ee;color:var(--green)}
.product-main{padding:18px}
.mock-title{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:14px}.mock-title strong{font-size:17px}.mock-title small{color:#789087;font-size:10px}
.mock-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:13px}
.mock-kpi{border:1px solid #e1eae5;border-radius:11px;padding:11px;background:#fbfdfc}.mock-kpi small{display:block;color:#7b8d84;font-size:9px;margin-bottom:6px}.mock-kpi b{font-size:17px}
.mock-board{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mock-col{background:#f4f8f6;border:1px solid #e3ebe7;border-radius:11px;padding:9px;min-height:195px}.mock-col>strong{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#688077;margin-bottom:9px}.mock-card{background:#fff;border:1px solid #dfe8e3;border-radius:9px;padding:10px;margin-bottom:8px;box-shadow:0 4px 10px rgba(8,43,31,.04)}.mock-card b{display:block;font-size:10px;margin-bottom:4px}.mock-card span{font-size:8px;color:#7b8d84}.mock-pill{display:inline-flex!important;margin-top:8px;background:#e9f6ee;color:#147047!important;border-radius:999px;padding:4px 6px;font-weight:800}
.window-caption{text-align:center;margin-top:15px;font-size:11px;color:#829088}

.proof-strip{border-top:1px solid #e3ebe6;border-bottom:1px solid #e3ebe6;background:#fff}
.proof-grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:center}.proof-grid div{padding:19px 10px;text-align:center;font-size:12px;font-weight:800;color:#667a70;border-right:1px solid #edf1ef}.proof-grid div:last-child{border-right:0}

.section{padding:92px 0}.section.soft{background:var(--surface-2)}
.section-head{max-width:730px;margin:0 auto 44px;text-align:center}.eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--green);font-weight:900}.section-head h2{font-size:clamp(34px,4vw,48px);line-height:1.1;letter-spacing:-.04em;margin:12px 0 15px}.section-head p{font-size:16px;line-height:1.65;color:var(--muted);margin:0}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm);transition:.2s}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#bfd5c8}.feature-icon{width:42px;height:42px;border-radius:12px;background:#eaf6ef;display:grid;place-items:center;color:var(--green);font-size:19px;font-weight:900;margin-bottom:18px}.feature-card strong{font-size:17px;display:block;margin-bottom:8px}.feature-card p{font-size:13.5px;line-height:1.6;color:var(--muted);margin:0}

.workflow{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}.workflow-copy{position:sticky;top:120px}.workflow-copy h2{font-size:44px;line-height:1.08;letter-spacing:-.04em;margin:12px 0 17px}.workflow-copy p{color:var(--muted);font-size:16px;line-height:1.65}.workflow-steps{display:grid;gap:12px}.workflow-step{display:grid;grid-template-columns:52px 1fr;gap:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.workflow-num{width:52px;height:52px;border-radius:14px;background:var(--green-950);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900}.workflow-step strong{display:block;font-size:17px;margin:4px 0 6px}.workflow-step p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.55}

.plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:920px;margin:0 auto}.plan{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:470px}.plan.featured{border:2px solid var(--green);box-shadow:var(--shadow-md)}.plan-ribbon{position:absolute;right:18px;top:18px;border-radius:999px;padding:6px 9px;background:#e7f5ec;color:var(--green);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.plan-type{display:inline-flex;width:max-content;border-radius:8px;background:#f0f6f3;color:#5a7266;padding:6px 8px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.plan h3{font-size:25px;letter-spacing:-.025em;margin:14px 0 8px}.plan .desc{margin:0;color:var(--muted);font-size:14px;line-height:1.55;min-height:45px}.price{font-size:43px;line-height:1;font-weight:900;letter-spacing:-.055em;margin:27px 0 6px}.price small{font-size:13px;letter-spacing:0;color:#6c7f75;font-weight:700}.plan-divider{height:1px;background:#e8eeeb;margin:23px 0}.features{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:11px;color:#3d5147;font-size:13.5px}.features li{display:flex;gap:9px;align-items:flex-start}.features li:before{content:"✓";width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#e8f5ed;color:var(--green);font-size:10px;font-weight:900;flex:0 0 auto}.plan .btn{width:100%;margin-top:auto}.loading{grid-column:1/-1;padding:55px 20px;text-align:center;color:var(--muted)}

.cta-wrap{padding:0 0 94px;background:#fff}.cta-panel{position:relative;overflow:hidden;background:var(--green-950);color:#fff;border-radius:28px;padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-panel:after{content:"";position:absolute;right:-90px;top:-120px;width:330px;height:330px;border-radius:50%;background:rgba(185,232,92,.14)}.cta-panel>div{position:relative;z-index:1}.cta-panel h2{font-size:36px;line-height:1.15;letter-spacing:-.035em;margin:0 0 10px}.cta-panel p{color:#c8d7d0;margin:0;line-height:1.55}.cta-panel .primary{background:var(--lime);color:#123520;box-shadow:none}.cta-panel .primary:hover{background:#caef82}

.footer{border-top:1px solid var(--line);background:#fbfcfb}.footerin{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#6d7e75;font-size:12px}.footer-left{display:flex;align-items:center;gap:20px}.footer .logo{width:118px;opacity:.9}.footer-links{display:flex;gap:20px;font-weight:700}

.signup-shell{min-height:100vh;background:linear-gradient(180deg,#f8fbf9,#f2f7f4);padding-bottom:60px}.signup-top{height:76px;border-bottom:1px solid #dce6e0;background:rgba(255,255,255,.9);display:flex;align-items:center}.signup-top .container{display:flex;align-items:center;justify-content:space-between}.signup-top .logo{width:132px}.signup-container{width:min(1060px,calc(100% - 40px));margin:0 auto}.stepper{display:flex;align-items:center;justify-content:center;gap:0;padding:30px 0 24px}.step-item{display:flex;align-items:center;gap:9px;color:#8b9991;font-size:12px;font-weight:800}.step-item b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #cfdcd5}.step-item.active{color:var(--green)}.step-item.active b{background:var(--green);color:#fff;border-color:var(--green)}.step-line{width:92px;height:1px;background:#cfdcd5;margin:0 12px}.step-line.active{background:#61a682}
.signup-layout{display:grid;grid-template-columns:1fr 285px;gap:20px;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-md);padding:31px}.form-card.full{grid-column:1/-1}.form-card h1{font-size:34px;line-height:1.12;letter-spacing:-.035em;margin:10px 0 10px}.form-card>.intro{color:var(--muted);line-height:1.55;margin:0 0 25px;font-size:14px}.signup-aside{background:var(--green-950);color:#fff;border-radius:22px;padding:24px;box-shadow:var(--shadow-md)}.signup-aside h3{font-size:18px;margin:4px 0 15px}.signup-aside p{font-size:12.5px;line-height:1.55;color:#c8d6cf;margin:0}.aside-list{display:grid;gap:14px;margin-top:22px}.aside-list div{display:grid;grid-template-columns:27px 1fr;gap:10px;align-items:start}.aside-list b{width:27px;height:27px;border-radius:9px;background:rgba(185,232,92,.15);color:var(--lime);display:grid;place-items:center;font-size:11px}.aside-list span{font-size:12px;line-height:1.45;color:#e6eee9}.aside-secure{border-top:1px solid rgba(255,255,255,.12);margin-top:22px;padding-top:17px;font-size:11px;color:#aebfb6}
.person-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.person-option{border:1px solid var(--line-strong);background:#fff;border-radius:13px;padding:15px;text-align:left;cursor:pointer;transition:.18s}.person-option strong,.person-option span{display:block}.person-option strong{font-size:14px}.person-option span{font-size:11px;color:var(--muted);margin-top:4px}.person-option.selected{border-color:var(--green);background:#eff8f3;box-shadow:0 0 0 3px rgba(11,106,66,.06)}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label,.coupon-box>label{font-size:12px;font-weight:800;color:#31463b}.field input,.coupon-row input{width:100%;border:1px solid #cbd9d1;border-radius:10px;background:#fff;padding:12px 13px;outline:none;color:var(--ink)}.field input:focus,.coupon-row input:focus{border-color:#6cae89;box-shadow:0 0 0 3px rgba(11,106,66,.08)}.field input::placeholder,.coupon-row input::placeholder{color:#a0ada6}.submit{width:100%;padding:14px;margin-top:8px}.privacy-note{text-align:center;font-size:11px;color:#819087;line-height:1.45;margin:12px 0 0}.back-row{text-align:center;margin-top:17px}.link-button{border:0;background:transparent;color:var(--green);font-weight:800;font-size:12px;cursor:pointer;padding:9px}
.signup-plans{max-width:none}.signup-plans .plan{min-height:455px}.signup-plans .choose-plan{font-size:13px}
.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-card{border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;gap:5px;background:#fbfdfc}.review-card>span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:900;color:var(--green)}.review-card strong{font-size:16px}.review-card small{font-size:11px;line-height:1.45;color:var(--muted)}.selected-review{background:#eef8f2;border-color:#c8e2d3}.coupon-box{margin:18px 0;border:1px solid var(--line);border-radius:14px;padding:16px}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:8px}.total-box{margin:18px 0;background:var(--green-950);color:#fff;border-radius:15px;padding:19px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.total-box>div:first-child{display:grid;gap:4px}.total-box small{font-size:11px;color:#b9c8c0}.total-price{font-size:29px;font-weight:900;white-space:nowrap}.total-price small{font-size:12px;font-weight:700}.free-callout,.payment-callout{border-radius:13px;padding:14px 15px;display:grid;gap:4px;margin:15px 0}.free-callout{background:var(--success-bg);border:1px solid #c5e2d1;color:var(--success)}.payment-callout{background:#f5f8f6;border:1px solid var(--line);color:#34483e}.free-callout b,.payment-callout b{font-size:13px}.free-callout span,.payment-callout span{font-size:12px;line-height:1.5}.terms{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:12px;line-height:1.5;color:#465a50}.terms input{margin-top:2px}
.feedback{border-radius:11px;padding:11px 13px;font-size:12px;line-height:1.45;margin:12px 0}.feedback.error{background:var(--danger-bg);color:#8f332c;border:1px solid #efc9c4}.feedback.success{background:var(--success-bg);color:var(--success);border:1px solid #c9e4d4}.build{text-align:center;color:#a3afa9;font-size:9px;margin-top:15px}

.result-shell{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,#f8fbf9,#eef5f1);padding:24px}.result{width:min(650px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;text-align:center;box-shadow:var(--shadow-lg)}.result .logo{margin:0 auto 22px}.result-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 17px;background:#e9f6ee;color:var(--green);font-size:28px;font-weight:900}.result h1{font-size:34px;letter-spacing:-.035em;margin:10px 0}.result p{color:var(--muted);line-height:1.6}.email-box{display:inline-block;background:#f3f7f5;border:1px solid var(--line);border-radius:10px;padding:10px 13px;font-size:12px}.result-tip{font-size:12px}.result-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:23px}

@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:50px}.hero-copy{max-width:760px}.product-window{max-width:700px;margin:auto}.workflow{grid-template-columns:1fr;gap:30px}.workflow-copy{position:static}.features-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(3,1fr)}.proof-grid div:nth-child(3){border-right:0}.proof-grid div:nth-child(-n+3){border-bottom:1px solid #edf1ef}.signup-layout{grid-template-columns:1fr}.signup-aside{order:-1}.cta-panel{align-items:flex-start;flex-direction:column}
}
@media(max-width:720px){
  .container,.signup-container{width:min(100% - 28px,1180px)}.navin{height:68px}.navlinks>a:not(.btn){display:none}.nav-actions .ghost{display:none}.logo{width:128px}.hero{padding:62px 0 52px}.hero h1{font-size:44px}.hero .lead{font-size:16px}.product-body{grid-template-columns:105px 1fr}.product-side{padding:12px 7px}.product-side b{font-size:9px;padding:7px}.product-main{padding:12px}.mock-kpis{grid-template-columns:1fr}.mock-board{grid-template-columns:1fr}.mock-col:nth-child(n+2){display:none}.section{padding:66px 0}.features-grid,.plans,.grid,.review-grid{grid-template-columns:1fr}.plan{min-height:auto}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid div{border-bottom:1px solid #edf1ef}.proof-grid div:nth-child(2n){border-right:0}.workflow-copy h2{font-size:36px}.section-head h2{font-size:35px}.cta-wrap{padding-bottom:65px}.cta-panel{padding:34px 26px}.cta-panel h2{font-size:30px}.footerin{align-items:flex-start;flex-direction:column;padding:24px 0}.footer-left{flex-direction:column;align-items:flex-start}.step-line{width:30px;margin:0 7px}.step-item span{display:none}.form-card{padding:23px 19px}.form-card h1{font-size:29px}.person-toggle{grid-template-columns:1fr}.total-box{align-items:flex-start;flex-direction:column}.coupon-row{grid-template-columns:1fr}.coupon-row .btn{width:100%}
}

/* v4 — responsive, accessibility and conversion hardening */
section[id]{scroll-margin-top:92px}
:focus-visible{outline:3px solid rgba(11,106,66,.28);outline-offset:3px}
.catalog-error{grid-column:1/-1;display:grid;justify-items:center;gap:8px;padding:34px 20px;text-align:center;border:1px solid #ead6d2;border-radius:16px;background:#fff8f6;color:#7e392f}
.catalog-error strong{font-size:15px}.catalog-error span{font-size:12.5px;color:#7d655e}.catalog-error .btn{margin-top:7px;background:#fff}
.result-shell{min-height:100svh}

@media(max-width:980px){
  .signup-aside{order:2}
  .hero{padding-top:72px}
  .product-window{transform:none}
}

@media(max-width:720px){
  .navlinks{display:none}
  .nav-actions{gap:6px}
  .nav-actions .ghost{display:inline-flex;padding:10px 10px}
  .nav-start{padding:10px 12px}
  .hero h1{font-size:clamp(37px,11vw,44px);line-height:1.04;letter-spacing:-.045em}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%}
  .trust-row{display:grid;grid-template-columns:1fr;gap:9px}
  .product-window{padding:10px;border-radius:18px}
  .product-window:before{display:none}
  .product-body{grid-template-columns:1fr;min-height:auto}
  .product-side{display:none}
  .product-main{padding:12px 8px 8px}
  .mock-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .mock-kpi{padding:9px 7px}.mock-kpi b{font-size:13px}.mock-kpi small{font-size:8px}
  .mock-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .mock-col{min-height:160px}.mock-col:nth-child(3){display:none}
  .signup-aside{display:none}
  .signup-top{height:68px}.signup-top .logo{width:122px}.signup-top .btn{padding:10px 11px;font-size:12px}
  .signup-container{width:min(100% - 24px,1060px)}
  .stepper{padding:22px 0 18px}
  .form-card{border-radius:18px;box-shadow:0 12px 34px rgba(8,43,31,.08)}
  .signup-plans .plan{min-height:auto}
}

@media(max-width:480px){
  .container{width:min(100% - 22px,1180px)}
  .navin{height:64px;gap:10px}
  .logo{width:116px}
  .nav-actions .ghost{font-size:12px}
  .nav-start{font-size:12px}
  .hero{padding:46px 0 42px}
  .badge{font-size:10px;padding:6px 9px}
  .hero h1{font-size:clamp(34px,10.5vw,40px);margin-top:17px}
  .hero .lead{font-size:15px;line-height:1.58}
  .product-label{font-size:9px}
  .product-bar{height:38px}
  .mock-title strong{font-size:14px}
  .mock-title small{display:none}
  .mock-kpis{grid-template-columns:1fr 1fr}.mock-kpi:nth-child(3){display:none}
  .mock-board{grid-template-columns:1fr}.mock-col:nth-child(2){display:none}
  .proof-grid{grid-template-columns:1fr 1fr}.proof-grid div{padding:14px 7px;font-size:11px}
  .section{padding:54px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:31px}.section-head p{font-size:14px}
  .feature-card{padding:20px}.workflow-step{grid-template-columns:42px 1fr;gap:13px;padding:17px}.workflow-num{width:42px;height:42px;font-size:14px}
  .workflow-copy h2{font-size:31px}.workflow-copy p{font-size:14px}
  .plan{padding:22px 19px;border-radius:18px}.price{font-size:38px}.plan-ribbon{right:13px;top:13px}
  .cta-panel{border-radius:20px;padding:28px 21px}.cta-panel h2{font-size:27px}
  .footer-links{flex-wrap:wrap}
  .step-item b{width:28px;height:28px}.step-line{width:25px;margin:0 5px}
  .form-card{padding:21px 16px}.form-card h1{font-size:27px}.form-card>.intro{font-size:13px}
  .field input,.coupon-row input{padding:13px 12px;font-size:16px}
  .review-card{padding:14px}.total-price{font-size:27px}
  .result{padding:28px 18px;border-radius:18px}.result h1{font-size:29px}
}

/* v5 — premium public site redesign */
:root{
  --green:#0a6b43;
  --green-dark:#06492f;
  --green-deep:#063323;
  --lime:#b8e95c;
  --ink:#0b1913;
  --ink-2:#2b4036;
  --muted:#6b7d73;
  --surface-2:#f5f8f6;
  --surface-3:#edf4f0;
  --line:#d9e5de;
  --shadow-xl:0 32px 90px rgba(7,52,35,.16);
}
body{background:#fff}
.nav{background:rgba(255,255,255,.94);box-shadow:0 1px 0 rgba(11,25,19,.03)}
.navin{height:78px}
.navlinks{gap:30px}
.navlinks a{position:relative}
.navlinks a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:99px;background:var(--green);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.navlinks a:hover:after{transform:scaleX(1)}
.nav-actions .ghost{border:1px solid transparent}
.nav-actions .ghost:hover{border-color:var(--line);background:#f7faf8}

.hero{padding:92px 0 82px;background:
  radial-gradient(circle at 88% 14%,rgba(184,233,92,.18),transparent 28%),
  radial-gradient(circle at 14% 86%,rgba(10,107,67,.08),transparent 30%),
  linear-gradient(180deg,#fbfdfc 0%,#f3f7f5 100%)}
.hero-grid{grid-template-columns:.92fr 1.08fr;gap:70px}
.hero-copy{max-width:620px}
.hero h1{font-size:clamp(48px,5.15vw,70px);line-height:.99;letter-spacing:-.055em;margin:24px 0 22px}
.hero .lead{font-size:18px;line-height:1.72;max-width:585px}
.hero-actions{margin-top:32px}
.hero-actions .btn{min-height:51px}
.trust-row{margin-top:25px;gap:20px}
.trust-row span{font-size:12.5px;color:#506158}

/* Premium dashboard preview */
.dashboard-preview{position:relative;min-width:0}
.preview-frame{overflow:hidden;border:1px solid rgba(197,217,206,.95);border-radius:25px;background:#fff;box-shadow:var(--shadow-xl);transform:perspective(1200px) rotateY(-1.2deg);transform-origin:center}
.preview-frame:after{content:"";position:absolute;inset:0;border-radius:25px;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.preview-topbar{height:44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;background:#fbfdfc;border-bottom:1px solid #e8efeb}
.preview-window-dots{display:flex;gap:6px}.preview-window-dots span{width:8px;height:8px;border-radius:50%;background:#d2ddd7}.preview-window-dots span:first-child{background:#9dcbb0}.preview-window-dots span:nth-child(2){background:#c5dfab}
.preview-brand{font-size:10px;font-weight:900;letter-spacing:.08em;color:#50645a;text-transform:uppercase}
.preview-status{justify-self:end;display:flex;align-items:center;gap:6px;font-size:9.5px;font-weight:800;color:#567065}.preview-status i{width:7px;height:7px;border-radius:50%;background:#36b476;box-shadow:0 0 0 4px rgba(54,180,118,.10)}
.preview-body{display:grid;grid-template-columns:120px 1fr;min-height:430px}
.preview-sidebar{padding:16px 10px;background:linear-gradient(180deg,#0b3b2b,#082d21);color:#dce9e2;display:flex;flex-direction:column;gap:6px}
.preview-side-mark{width:36px;height:36px;border-radius:11px;margin:0 0 12px 5px;display:grid;place-items:center;background:linear-gradient(135deg,#b8e95c,#68bd61);color:#092a1e;font-weight:950;font-size:11px;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.preview-nav-item{display:flex;align-items:center;gap:8px;padding:9px 9px;border-radius:9px;color:#b8ccc1;font-size:9px}.preview-nav-item span{width:20px;text-align:center;font-size:12px}.preview-nav-item b{font-weight:700}.preview-nav-item.active{color:#fff;background:rgba(255,255,255,.10)}
.preview-content{padding:20px;background:linear-gradient(180deg,#fbfdfc,#f6faf8)}
.preview-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.preview-heading>div{display:grid;gap:3px}.preview-heading small,.preview-panel-head small{font-size:8px;font-weight:900;letter-spacing:.12em;color:#7d9186}.preview-heading strong{font-size:17px;letter-spacing:-.02em}.preview-heading>span{font-size:9px;color:#667d71;border:1px solid #dce7e1;background:#fff;border-radius:8px;padding:6px 8px}
.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:10px}
.preview-metric{min-width:0;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:start;background:#fff;border:1px solid #e0e9e4;border-radius:13px;padding:11px;box-shadow:0 5px 16px rgba(7,52,35,.035)}
.metric-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:13px;font-weight:900}.metric-icon.phone{background:#e6f5ec;color:#0a6b43}.metric-icon.crm{background:#eef4df;color:#66862f}.metric-icon.calendar{background:#eaf0f7;color:#526b86}
.preview-metric>div:last-child{display:grid;min-width:0}.preview-metric small{font-size:7.5px;color:#83958c}.preview-metric b{font-size:11px;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-metric span{font-size:7.2px;line-height:1.35;color:#8a9a92;margin-top:3px}
.preview-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:10px}
.preview-panel{background:#fff;border:1px solid #dfe9e4;border-radius:14px;padding:13px;min-width:0;box-shadow:0 5px 18px rgba(7,52,35,.03)}
.preview-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preview-panel-head>div{display:grid;gap:1px}.preview-panel-head strong{font-size:11.5px}.panel-chip{font-size:7px;font-weight:800;color:#27764e;background:#e9f6ee;border-radius:999px;padding:4px 7px}
.pipeline-rows{display:grid;gap:11px}.pipeline-row{display:grid;grid-template-columns:92px 1fr 52px;align-items:center;gap:7px}.pipeline-label{display:flex;align-items:center;gap:6px;min-width:0}.pipeline-label b{font-size:8px;white-space:nowrap}.stage-dot{width:7px;height:7px;border-radius:50%;background:#67bd82;box-shadow:0 0 0 3px #edf7f1}.pipeline-track{height:7px;background:#edf3ef;border-radius:999px;overflow:hidden}.pipeline-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0a6b43,#73c87e)}.pipeline-row>small{font-size:7px;color:#87978f;text-align:right}
.activity-list{display:grid;gap:7px}.activity-item{display:grid;grid-template-columns:28px 1fr 6px;gap:7px;align-items:center;padding:8px;border-radius:10px;background:#f8fbf9}.activity-item>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#e8f4ed;color:#0a6b43;font-size:10px}.activity-item>div{display:grid;gap:1px}.activity-item b{font-size:8px}.activity-item small{font-size:6.8px;color:#8b9b93}.activity-item>i{width:6px;height:6px;border-radius:50%;background:#71c482}
.preview-caption{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:13px;color:#75887e;font-size:10.5px;font-weight:700}.preview-caption span{width:6px;height:6px;border-radius:50%;background:var(--lime)}

.proof-strip{background:#fff;border-top:1px solid #edf2ef;border-bottom:1px solid #edf2ef}.proof-grid div{font-size:11px;letter-spacing:.04em;color:#587065}

.product-section{background:#fff}
.section{padding:92px 0}
.section-head{max-width:760px;margin:0 auto 46px;text-align:center}.section-head h2{font-size:clamp(36px,4vw,50px);letter-spacing:-.045em;line-height:1.06;margin:10px 0 14px}.section-head p{max-width:680px;margin:0 auto;font-size:16px;line-height:1.7;color:var(--muted)}
.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:950;color:var(--green);text-transform:uppercase}
.premium-features{gap:14px}
.feature-card{position:relative;overflow:hidden;padding:27px 25px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdfc);border:1px solid #dce6e1;box-shadow:0 8px 24px rgba(7,52,35,.035);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.feature-card:before{content:"";position:absolute;right:-42px;top:-42px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(184,233,92,.18),transparent 68%);opacity:0;transition:opacity .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(7,52,35,.08);border-color:#c8dcd1}.feature-card:hover:before{opacity:1}
.feature-icon{width:43px;height:43px;border-radius:12px;background:#edf7f1;color:#0a6b43;display:grid;place-items:center;margin-bottom:18px;border:1px solid #d8eadf}.feature-icon span{font-size:16px;font-weight:900}.feature-card strong{font-size:17px}.feature-card p{min-height:66px;font-size:13.5px;line-height:1.63;color:#66786f}.feature-link{display:flex;align-items:center;justify-content:space-between;margin-top:17px;padding-top:15px;border-top:1px solid #edf2ef;color:#53675d;font-size:10.5px;font-weight:800}.feature-link span{font-size:14px;color:var(--green)}

.workflow-section{background:linear-gradient(180deg,#f1f7f3,#f7faf8)}
.workflow{gap:70px}.workflow-copy h2{font-size:clamp(38px,4vw,51px);letter-spacing:-.045em;line-height:1.08}.workflow-copy p{font-size:16px;line-height:1.72}.workflow-step{background:#fff;border:1px solid #dce7e1;border-radius:17px;padding:20px;box-shadow:0 8px 22px rgba(7,52,35,.035)}.workflow-num{background:linear-gradient(135deg,#0b6842,#0b4b32);box-shadow:0 7px 16px rgba(10,107,67,.15)}.workflow-step strong{font-size:14px}.workflow-step p{font-size:12.5px;line-height:1.5;color:#74867d}

.plans-section{background:#fff}
.loading{grid-column:1/-1;min-height:120px;display:flex;align-items:center;justify-content:center;gap:10px;color:#697c72;font-size:13px}.loading span{width:18px;height:18px;border:2px solid #d6e5dd;border-top-color:var(--green);border-radius:50%;animation:pv-spin .8s linear infinite}@keyframes pv-spin{to{transform:rotate(360deg)}}
.plan{border-radius:22px;padding:28px;background:#fff;border:1px solid #dbe6e0;box-shadow:0 10px 28px rgba(7,52,35,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.plan:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(7,52,35,.08)}.plan.featured{border-color:#9ecbb2;background:linear-gradient(180deg,#fbfffc,#fff);box-shadow:0 16px 42px rgba(10,107,67,.09)}
.plan-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.plan-type{font-size:9px;letter-spacing:.16em;font-weight:950;color:var(--green)}.plan-choice{font-size:8px;font-weight:850;color:#256846;background:#e9f6ee;border-radius:999px;padding:5px 8px}.plan-choice.neutral{color:#586a61;background:#f1f4f2}.plan h3{font-size:27px;letter-spacing:-.035em;margin:0}.plan .desc{font-size:13px;line-height:1.55}.price{margin-top:19px}.features li{font-size:12.5px;line-height:1.45}

.cta-wrap{padding:0 0 90px;background:#fff}.cta-panel{position:relative;overflow:hidden;border-radius:27px;padding:46px 48px;background:linear-gradient(120deg,#073b29,#075c3b);box-shadow:0 24px 62px rgba(7,52,35,.16)}.cta-panel:after{content:"";position:absolute;width:340px;height:340px;right:-100px;top:-180px;border-radius:50%;background:radial-gradient(circle,rgba(184,233,92,.26),transparent 66%)}.cta-panel>div{position:relative;z-index:1}.cta-eyebrow{color:#c8ef7a}.cta-panel h2{font-size:39px;letter-spacing:-.04em;margin:8px 0 8px;color:#fff}.cta-panel p{color:#c5d5cc}.cta-button{background:#fff;color:#073b29;box-shadow:none}.cta-button:hover{background:#f3f8f5}.cta-button span{font-size:18px}

.footer{border-top:1px solid #e8eeeb;background:#fafcfb}.footerin{padding:32px 0}.footer-left span,.footer-links{font-size:11px;color:#71847a}

/* checkout / signup wording and polish */
.signup-shell{background:linear-gradient(180deg,#f7faf8,#eef4f1)}
.form-card{box-shadow:0 18px 52px rgba(7,52,35,.08)}
.payment-callout,.free-callout{border-radius:14px}
.coupon-box{background:#fbfdfc}
.total-box{background:linear-gradient(125deg,#073827,#082c21)}

@media(max-width:1080px){
  .hero-grid{gap:44px}.preview-body{grid-template-columns:102px 1fr}.preview-sidebar{padding-left:8px;padding-right:8px}.preview-nav-item{padding:8px 6px}.preview-content{padding:16px}.preview-metric{grid-template-columns:30px 1fr;padding:9px}.metric-icon{width:30px;height:30px}.preview-grid{grid-template-columns:1.35fr .75fr}
}
@media(max-width:980px){
  .hero{padding-top:72px}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-copy{max-width:720px}.dashboard-preview{max-width:780px;margin:0 auto}.preview-frame{transform:none}.workflow{gap:35px}.section{padding:76px 0}
}
@media(max-width:720px){
  .navin{height:66px}.nav-actions .ghost{display:inline-flex}.hero{padding:54px 0 48px}.hero h1{font-size:clamp(37px,10.8vw,46px)}.hero .lead{font-size:15.5px}.trust-row{grid-template-columns:1fr;gap:8px}.dashboard-preview{margin-top:5px}.preview-frame{border-radius:18px}.preview-topbar{height:38px;padding:0 10px}.preview-body{grid-template-columns:1fr;min-height:auto}.preview-sidebar{display:none}.preview-content{padding:12px}.preview-heading{margin-bottom:10px}.preview-heading strong{font-size:14px}.preview-metrics{gap:6px}.preview-metric{grid-template-columns:1fr;padding:9px}.preview-metric .metric-icon{display:none}.preview-metric b{font-size:10px}.preview-metric span{display:none}.preview-grid{grid-template-columns:1.45fr .9fr;gap:6px}.preview-panel{padding:9px}.pipeline-row{grid-template-columns:78px 1fr}.pipeline-row>small{display:none}.activity-item{grid-template-columns:24px 1fr}.activity-item>span{width:24px;height:24px}.activity-item>i{display:none}.preview-caption{font-size:9.5px}.section{padding:64px 0}.section-head h2{font-size:34px}.section-head p{font-size:14px}.premium-features{grid-template-columns:1fr}.feature-card p{min-height:auto}.workflow-copy h2{font-size:34px}.cta-wrap{padding-bottom:64px}.cta-panel{padding:34px 25px}.cta-panel h2{font-size:30px}.plan-topline{align-items:flex-start}.plan-choice{max-width:130px;text-align:center}
}
@media(max-width:480px){
  .container{width:min(100% - 22px,1180px)}.nav-actions .ghost{padding:9px 9px}.nav-start{padding:9px 11px}.hero{padding-top:44px}.hero h1{font-size:clamp(34px,10.6vw,40px)}.hero-actions{grid-template-columns:1fr}.preview-status{display:none}.preview-topbar{grid-template-columns:1fr auto 1fr}.preview-brand{grid-column:2}.preview-metrics{grid-template-columns:1fr 1fr}.preview-metric:nth-child(3){display:none}.preview-grid{grid-template-columns:1fr}.activity-panel{display:none}.pipeline-panel{padding:10px}.pipeline-row{grid-template-columns:82px 1fr}.section-head h2{font-size:31px}.section{padding:55px 0}.feature-card{padding:22px 20px}.cta-panel h2{font-size:27px}.plan{padding:22px 19px}.plan-topline{display:grid;justify-items:start;gap:7px}
}

/* v6 — UX, mobile density and conversion polish */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden}
.feature-meta{margin-top:17px;padding-top:15px;border-top:1px solid #edf2ef;color:#617269;font-size:11px;font-weight:750;line-height:1.45}
.plan.featured{border:1px solid var(--line);box-shadow:0 10px 28px rgba(7,52,35,.04)}
.plan.featured:hover{border-color:#bcd4c7;box-shadow:0 20px 44px rgba(7,52,35,.08)}
.coupon-details{margin:16px 0;border:1px solid var(--line);border-radius:14px;background:#fbfdfc;overflow:hidden}
.coupon-details summary{cursor:pointer;list-style:none;padding:14px 16px;font-size:12px;font-weight:850;color:#3a5045;display:flex;align-items:center;justify-content:space-between}
.coupon-details summary::-webkit-details-marker{display:none}.coupon-details summary:after{content:'+';font-size:17px;font-weight:700;color:#6c7d74}.coupon-details[open] summary:after{content:'−'}
.coupon-details .coupon-box{border:0;border-top:1px solid #e8efeb;border-radius:0;margin:0;background:#fff}
.selected-review{border-color:#bcd8c9;background:#f7fcf9}
.signup-aside{position:sticky;top:96px}

@media(max-width:980px){
  .signup-aside{position:static}
}
@media(max-width:720px){
  .hero{padding:46px 0 42px}
  .hero h1{font-size:clamp(33px,9.4vw,39px);line-height:1.03;margin:18px 0 16px}
  .hero .lead{font-size:14.5px;line-height:1.58}
  .badge{font-size:10px}
  .section{padding:52px 0}
  .section-head{margin-bottom:30px}
  .section-head h2{font-size:29px;line-height:1.1;margin-top:9px}
  .section-head p{font-size:13.5px;line-height:1.58}
  .feature-card{padding:19px 18px;border-radius:16px}
  .feature-card strong{font-size:16px}.feature-card p{font-size:13px}.feature-icon{width:38px;height:38px;margin-bottom:14px}
  .workflow-copy h2{font-size:29px}.workflow-copy p{font-size:13.5px}
  .workflow-step{padding:16px;border-radius:15px}.workflow-step strong{font-size:15px}.workflow-step p{font-size:12.5px}
  .plan{padding:21px 18px;border-radius:18px}.plan h3{font-size:23px}.plan .desc{font-size:13px}.price{font-size:35px;margin-top:20px}.features{font-size:12.5px;gap:9px}
  .cta-panel{padding:29px 22px}.cta-panel h2{font-size:27px}
  .form-card h1{font-size:25px}.form-card>.intro{font-size:12.75px;line-height:1.5}
  .stepper{padding:18px 0 14px}.step-item b{width:27px;height:27px}.step-line{width:24px}
}
@media(max-width:520px){
  .navin{height:60px}.logo{width:108px}.nav-start{display:none}.nav-actions .ghost{font-size:11.5px;padding:8px 10px}
  .hero{padding:38px 0 36px}.hero h1{font-size:clamp(31px,9vw,35px)}.hero .lead{font-size:14px}
  .trust-row{font-size:11.5px}.trust-row i{width:18px;height:18px}
  .preview-frame{border-radius:15px}.preview-topbar{height:34px}.preview-content{padding:9px}.preview-heading strong{font-size:12.5px}
  .preview-metric{padding:7px}.preview-metric b{font-size:9px}.preview-panel{padding:8px}.pipeline-row{grid-template-columns:72px 1fr}.pipeline-label b{font-size:7.5px}
  .proof-grid div{padding:12px 5px;font-size:10px}
  .section{padding:44px 0}.section-head h2{font-size:27px}.section-head p{font-size:13px}
  .cta-wrap{padding-bottom:48px}.cta-panel{padding:25px 19px}.cta-panel h2{font-size:25px}
  .signup-top{height:60px}.signup-top .logo{width:108px}.signup-top .btn{font-size:11px;padding:8px 9px}
  .signup-container{width:min(100% - 18px,1060px)}.form-card{padding:19px 14px;border-radius:16px}.form-card h1{font-size:24px}
  .person-option{padding:12px}.person-option strong{font-size:13px}.person-option span{font-size:10.5px}
  .field{gap:6px}.field label{font-size:11.5px}.submit{padding:13px}.privacy-note{font-size:10.5px}
  .plan-ribbon{position:static;display:inline-flex;margin-bottom:8px}.plan-type{margin-bottom:2px}
  .coupon-details summary{padding:12px 13px}.total-box{padding:16px}.total-price{font-size:25px}
}


/* v7 — remove redundant module strip and tighten hero → platform transition */
.product-section{padding-top:54px;padding-bottom:88px}
@media(max-width:980px){.product-section{padding-top:46px;padding-bottom:72px}}
@media(max-width:720px){.product-section{padding-top:36px;padding-bottom:58px}}
@media(max-width:520px){.product-section{padding-top:30px;padding-bottom:50px}}


/* v8 — brand positioning and stronger logo presence */
.navin{height:84px}
.navin>a[aria-label="PraVender — início"]{display:flex;align-items:center;flex:0 0 auto}
.navin>a[aria-label="PraVender — início"] .logo{width:184px;filter:saturate(1.08) contrast(1.04);drop-shadow:none}
.navin>a[aria-label="PraVender — início"] .logo{filter:saturate(1.08) contrast(1.04) drop-shadow(0 3px 8px rgba(8,43,31,.10))}
.hero h1 span{color:var(--green)}
.footer-left .logo{opacity:1;filter:saturate(1.05) contrast(1.03)}
@media(max-width:980px){
  .navin{height:78px}
  .navin>a[aria-label="PraVender — início"] .logo{width:168px}
}
@media(max-width:720px){
  .navin{height:68px}
  .navin>a[aria-label="PraVender — início"] .logo{width:148px}
}
@media(max-width:520px){
  .navin{height:64px}
  .navin>a[aria-label="PraVender — início"] .logo{width:136px}
}
/* v9 — linguagem comercial e leitura de resultado */
.commercial-head{max-width:900px}
.commercial-head h2{max-width:820px}
.commercial-head p{max-width:850px;font-size:1.08rem}
.result-card{position:relative;overflow:hidden}
.result-card::after{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,var(--green),#98c53e);opacity:.8}
.result-card strong{font-size:1.06rem;line-height:1.3}
.result-card .feature-meta{font-weight:750;color:#164d38}
@media (min-width: 960px){
  .hero-copy .lead{max-width:690px;font-size:1.16rem;line-height:1.68}
  .hero-copy h1{max-width:720px}
  .premium-features{gap:18px}
}
@media (max-width: 640px){
  .hero-copy .badge{font-size:.72rem;letter-spacing:.02em}
  .hero-copy .lead{font-size:1rem;line-height:1.58}
  .commercial-head p{font-size:.98rem}
  .result-card strong{font-size:1rem}
  .result-card p{font-size:.9rem;line-height:1.5}
  .result-card .feature-meta{font-size:.78rem}
}


/* v11 — mobile-first polish: 360–430px is a dedicated layout, not a squeezed desktop */
@media (max-width: 640px){
  .container{width:calc(100% - 32px)}
  .navin{height:62px;gap:10px}
  .navin>a[aria-label="PraVender — início"] .logo{width:124px}
  .nav-actions .ghost{font-size:12px;padding:8px 6px}

  .hero{padding:32px 0 30px}
  .hero-grid{gap:24px}
  .hero-copy{max-width:none}
  .badge{padding:6px 9px;font-size:10px;line-height:1.2}
  .hero h1{font-size:30px;line-height:1.055;letter-spacing:-.037em;margin:14px 0 13px;max-width:350px}
  .hero .lead{font-size:14px;line-height:1.52;max-width:355px}
  .hero-actions{margin-top:20px;gap:8px}
  .hero-actions .btn{min-height:44px;padding:11px 14px;font-size:13.5px;border-radius:10px}
  .trust-row{display:flex;gap:7px 12px;margin-top:16px;font-size:11px;line-height:1.25}
  .trust-row span{gap:5px}
  .trust-row i{width:17px;height:17px;font-size:9px}

  .dashboard-preview{width:100%;margin:0}
  .preview-frame{border-radius:16px;box-shadow:0 16px 38px rgba(7,52,35,.09)}
  .preview-topbar{display:none}
  .preview-content{padding:12px}
  .preview-heading{margin-bottom:9px;align-items:center}
  .preview-heading small{font-size:7px}
  .preview-heading strong{font-size:13px;line-height:1.2}
  .preview-heading>span{font-size:8px;padding:4px 6px}
  .preview-metrics{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}
  .preview-metric{padding:9px 8px;border-radius:10px;min-width:0}
  .preview-metric:nth-child(3){display:none}
  .preview-metric small{font-size:7.5px}
  .preview-metric b{font-size:10px;line-height:1.25}
  .preview-metric span,.preview-metric .metric-icon{display:none}
  .preview-grid{display:block}
  .activity-panel{display:none}
  .pipeline-panel{padding:9px;border-radius:10px}
  .preview-panel-head{margin-bottom:8px}
  .preview-panel-head small{font-size:7px}.preview-panel-head strong{font-size:10px}
  .panel-chip{display:none}
  .pipeline-rows{gap:5px}
  .pipeline-row{grid-template-columns:92px 1fr;gap:7px}
  .pipeline-row>small{display:none}
  .pipeline-label b{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .pipeline-track{height:5px}
  .preview-caption{margin-top:8px;font-size:8.5px}

  .product-section{padding-top:36px!important;padding-bottom:42px!important}
  .section{padding:44px 0}
  .section-head{margin-bottom:24px;text-align:left}
  .section-head .eyebrow{font-size:9.5px}
  .section-head h2{font-size:25px;line-height:1.08;letter-spacing:-.03em;margin:8px 0 10px}
  .section-head p,.commercial-head p{font-size:13px;line-height:1.48}
  .commercial-head{margin-left:0;margin-right:0}

  /* Benefits become a swipeable rail on phones: much shorter page, one clear idea at a time. */
  .premium-features{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 16px 12px 0;margin-right:-16px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .premium-features::-webkit-scrollbar{display:none}
  .premium-features .feature-card{flex:0 0 min(82vw,310px);scroll-snap-align:start;padding:18px 17px;border-radius:15px;box-shadow:0 8px 24px rgba(7,52,35,.05)}
  .feature-icon{width:34px;height:34px;border-radius:10px;font-size:16px;margin-bottom:12px}
  .feature-card strong,.result-card strong{font-size:15px;line-height:1.28;margin-bottom:7px}
  .feature-card p,.result-card p{font-size:12.5px;line-height:1.45}
  .feature-meta,.result-card .feature-meta{font-size:10.5px;line-height:1.35;margin-top:13px;padding-top:11px}

  .workflow{gap:22px}
  .workflow-copy .eyebrow{font-size:9.5px}
  .workflow-copy h2{font-size:25px;line-height:1.08;margin:8px 0 10px}
  .workflow-copy p{font-size:13px;line-height:1.48;margin-bottom:16px}
  .workflow-copy .btn{width:100%;min-height:43px;font-size:13.5px}
  .workflow-steps{gap:8px}
  .workflow-step{grid-template-columns:34px 1fr;gap:11px;padding:13px 12px;border-radius:13px;box-shadow:none}
  .workflow-num{width:34px;height:34px;border-radius:10px;font-size:11px}
  .workflow-step strong{font-size:14px;line-height:1.25;margin:1px 0 4px}
  .workflow-step p{font-size:11.5px;line-height:1.4}

  .plans{gap:12px}
  .plan{padding:19px 17px;border-radius:16px;min-height:auto}
  .plan h3{font-size:21px;margin:11px 0 6px}
  .plan .desc{font-size:12.5px;line-height:1.45;min-height:auto}
  .price{font-size:33px;margin:18px 0 4px}
  .plan-divider{margin:17px 0}
  .features{font-size:12px;line-height:1.35;gap:8px;margin-bottom:19px}
  .plan .btn{min-height:43px;padding:11px 12px;font-size:13px}

  .cta-wrap{padding-bottom:42px}
  .cta-panel{padding:23px 18px;border-radius:17px;gap:18px}
  .cta-panel .eyebrow{font-size:9px}
  .cta-panel h2{font-size:24px;line-height:1.08;margin:6px 0 8px}
  .cta-panel p{font-size:12.5px;line-height:1.45}
  .cta-panel .btn{width:100%;min-height:43px;font-size:13.5px}

  .footerin{padding:22px 0;gap:14px}
  .footer-left{gap:10px}.footer-left .logo{width:104px}
  .footer-left span{font-size:10px;line-height:1.4}
  .footer-links{gap:13px;font-size:10.5px}

  /* Signup / checkout: compact and thumb-friendly without iOS auto-zoom. */
  .signup-container{width:calc(100% - 24px)}
  .signup-top{height:58px}.signup-top .logo{width:112px}.signup-top .btn{padding:7px 8px;font-size:10.5px}
  .stepper{padding:15px 0 12px}
  .step-item b{width:25px;height:25px;font-size:10px}.step-line{width:18px;margin:0 4px}
  .form-card{padding:17px 14px;border-radius:15px}
  .form-card h1{font-size:23px;line-height:1.08;margin:8px 0}
  .form-card>.intro{font-size:12.25px;line-height:1.45;margin-bottom:18px}
  .person-toggle{gap:7px;margin-bottom:15px}
  .person-option{padding:11px;border-radius:11px}.person-option strong{font-size:12.5px}.person-option span{font-size:10px}
  .grid{gap:12px}.field input,.coupon-row input{font-size:16px;padding:12px 11px;border-radius:9px}
  .submit{min-height:44px;font-size:13.5px}
  .review-grid{gap:8px}.review-card{padding:12px;border-radius:11px}.review-card strong{font-size:14px}
  .coupon-details{margin:13px 0}.coupon-details summary{padding:11px 12px}
  .total-box{padding:14px 13px;border-radius:12px;margin:13px 0}.total-price{font-size:24px}
  .terms{font-size:11px;line-height:1.4}
}

@media (max-width: 374px){
  .container{width:calc(100% - 24px)}
  .navin>a[aria-label="PraVender — início"] .logo{width:116px}
  .hero{padding-top:27px}
  .hero h1{font-size:28px;max-width:325px}
  .hero .lead{font-size:13.5px}
  .trust-row{font-size:10.5px;gap:6px 10px}
  .section-head h2,.workflow-copy h2{font-size:23px}
  .premium-features .feature-card{flex-basis:86vw}
  .pipeline-row{grid-template-columns:82px 1fr}
}


/* Legal pages */
.legal-page{background:#f8fbf9;min-height:100vh;padding-top:82px;color:#10281f}
.legal-hero{padding:72px 0 52px;background:linear-gradient(135deg,#f5faf7 0%,#eef8f1 55%,#f8fbdc 100%);border-bottom:1px solid #dbe9e0}
.legal-hero .container{max-width:900px}
.legal-hero h1{font-size:48px;line-height:1.04;letter-spacing:-.045em;margin:10px 0 16px;max-width:760px}
.legal-hero p{font-size:18px;line-height:1.65;color:#5c7169;max-width:760px;margin:0}
.legal-meta{margin-top:18px;font-size:12px;font-weight:700;color:#6d8179}
.legal-wrap{max-width:900px;padding-top:42px;padding-bottom:72px}
.legal-note{padding:20px 22px;border:1px solid #cfe3d6;background:#fff;border-radius:16px;margin-bottom:30px;box-shadow:0 10px 28px rgba(9,53,36,.05)}
.legal-note strong{display:block;font-size:14px;margin-bottom:7px}
.legal-note p{margin:0;color:#5c7169;font-size:14px;line-height:1.6}
.legal-section{padding:24px 0;border-bottom:1px solid #e0ebe4}
.legal-section h2{font-size:22px;letter-spacing:-.02em;margin:0 0 10px}
.legal-section p{font-size:15px;line-height:1.72;color:#4f655d;margin:0 0 10px}
.legal-inline-link{font-weight:800;color:#08734c;text-decoration:underline;text-underline-offset:3px}
.legal-back{padding-top:30px}
.terms a{color:#08734c;font-weight:800;text-decoration:underline;text-underline-offset:2px}
@media(max-width:700px){
  .legal-page{padding-top:58px}.legal-hero{padding:40px 0 30px}.legal-hero h1{font-size:32px}.legal-hero p{font-size:14px;line-height:1.55}.legal-wrap{padding-top:24px;padding-bottom:48px}.legal-note{padding:16px}.legal-section{padding:20px 0}.legal-section h2{font-size:18px}.legal-section p{font-size:13px;line-height:1.65}
}


/* v14 — WhatsApp comercial */
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:90;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:10px 16px 10px 12px;border-radius:999px;background:#25D366;color:#072b18;box-shadow:0 16px 38px rgba(7,81,52,.24);font-size:13px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(7,81,52,.30);filter:saturate(1.05)}
.whatsapp-float svg{width:30px;height:30px;flex:0 0 30px;color:#fff}
.whatsapp-float span{white-space:nowrap}.whatsapp-float strong{font-weight:950}
.footer-links a[href*="wa.me"]{color:var(--green);font-weight:900}
@media(max-width:720px){
  .whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;min-height:56px;padding:0;justify-content:center;border-radius:50%;box-shadow:0 13px 30px rgba(7,81,52,.25)}
  .whatsapp-float svg{width:31px;height:31px}.whatsapp-float span{display:none}
}
@media(max-width:390px){.whatsapp-float{right:13px;bottom:13px;width:54px;height:54px;min-height:54px}}

/* v15 — teste grátis de 72 horas */
.trial-plan-note{display:inline-flex;align-items:center;gap:7px;margin:2px 0 8px;padding:6px 10px;border-radius:999px;background:#edf9f1;color:#05683e;font-weight:800;font-size:12px;border:1px solid #cbe9d7}
.trial-start-card{display:flex;gap:16px;align-items:flex-start;margin:20px 0;padding:18px;border:1px solid #bfe3cd;border-radius:16px;background:linear-gradient(135deg,#f1fbf5,#fbfff5)}
.trial-start-icon{flex:0 0 58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#063f2d;color:#b9e85c;font-weight:900;font-size:18px;box-shadow:0 10px 24px rgba(6,63,45,.16)}
.trial-start-card strong{display:block;color:#082d21;font-size:17px;margin:2px 0 6px}.trial-start-card p{margin:0;color:#536d62;line-height:1.55;font-size:14px}
.trial-total{border-color:#d7e8de;background:#fff}.plans .price small{max-width:120px;display:inline-block;line-height:1.1}
@media(max-width:520px){.trial-start-card{gap:12px;padding:14px;border-radius:14px}.trial-start-icon{flex-basis:48px;height:48px;border-radius:13px;font-size:15px}.trial-start-card strong{font-size:15px}.trial-start-card p{font-size:13px}.trial-plan-note{font-size:11px}.hero .badge{font-size:11px}.plans .price small{max-width:105px;font-size:10px}}
