:root{
  --blue:#0b63f6;--blue2:#1546db;--ink:#0b1220;--muted:#647287;--line:#e7edf5;--soft:#f7faff;--green:#19b957;--shadow:0 22px 70px rgba(24,55,105,.11);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:98px}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.wrap{width:min(1180px,92vw);margin:auto}.anchor-section{scroll-margin-top:98px}.small-muted{font-size:13px;color:var(--muted);line-height:1.5}.blue{color:var(--blue)}
.nav{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,237,245,.78)}.nav-in{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:110px;height:auto;display:block}.nav-links{display:flex;gap:34px;font-size:14px;font-weight:680}.nav-links a{position:relative;transition:.2s}.nav-links a:hover{color:var(--blue)}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:center;transition:.2s}.nav-links a:hover:after{transform:scaleX(1)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;padding:15px 22px;font-weight:820;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 12px 28px rgba(11,99,246,.22)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 17px 36px rgba(11,99,246,.3)}.btn-outline{border:1px solid #cbd8ef;color:var(--blue);background:#fff}.btn-outline:hover{border-color:var(--blue);background:#f8fbff;transform:translateY(-2px)}.btn-wa{background:linear-gradient(135deg,#20c765,#13a94e);color:#fff;box-shadow:0 12px 28px rgba(25,185,87,.22)}.btn-wa:hover{transform:translateY(-2px);box-shadow:0 17px 36px rgba(25,185,87,.28)}.wa-svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero{padding:78px 0 64px;background:radial-gradient(circle at 83% 24%,#eaf2ff 0,transparent 33%),#fff}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:54px}.hero-copy{position:relative;z-index:2}.pill{display:inline-flex;gap:8px;align-items:center;background:#eef4ff;color:var(--blue);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.hero h1{font-size:clamp(50px,6.3vw,82px);line-height:.94;letter-spacing:-.06em;margin:20px 0}.hero p{font-size:21px;color:var(--muted);line-height:1.45;max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 22px}.trust-row{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:#4f5f75}.trust-row span{display:flex;gap:8px;align-items:center;font-weight:650}.trust-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:var(--blue);font-style:normal;font-size:14px}.hero-visual-wrap{position:relative;padding:20px}.hero-visual-wrap:before{content:"";position:absolute;inset:8% 0 0 8%;background:radial-gradient(circle,#dbe8ff 0,rgba(219,232,255,.4) 48%,transparent 70%);filter:blur(8px)}.hero-demo{position:relative;width:100%;display:block;border-radius:22px;box-shadow:0 28px 80px rgba(32,56,98,.18);transform:perspective(1200px) rotateY(-2deg);transition:.35s}.hero-visual-wrap:hover .hero-demo{transform:perspective(1200px) rotateY(0) translateY(-4px)}
.section{padding:78px 0}.section.soft{background:linear-gradient(#fff,#fbfdff)}.eyebrow{text-align:center;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.section h2{text-align:center;font-size:40px;letter-spacing:-.04em;margin:9px 0 15px}.section-lead{text-align:center;max-width:670px;margin:0 auto 32px;color:var(--muted);font-size:16px;line-height:1.6}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#fbfcfe;border:1px solid var(--line);border-radius:var(--radius);padding:38px 34px;box-shadow:0 8px 30px rgba(25,56,101,.035)}.step{text-align:center}.step .icon{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;display:grid;place-items:center;margin:0 auto 14px;box-shadow:0 10px 24px rgba(11,99,246,.2)}.step .icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.step h3{font-size:16px;margin:0 0 8px}.step p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;margin-top:40px}.plan{position:relative;border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff;box-shadow:0 8px 30px rgba(30,57,100,.05);transition:transform .25s,border-color .25s,box-shadow .25s}.plan:hover{transform:translateY(-7px);border-color:#8db7ff;box-shadow:0 22px 52px rgba(22,68,145,.13)}.plan.featured{border:2px solid var(--blue);transform:translateY(-9px);box-shadow:0 18px 46px rgba(11,99,246,.12)}.plan.featured:hover{transform:translateY(-13px)}.tag{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;border-radius:999px;padding:7px 14px;font-size:11px;font-weight:900}.plan h3{font-size:24px;margin:0}.plan .sub{color:var(--blue);font-weight:820;margin:5px 0 8px}.plan>p{color:var(--muted);line-height:1.5}.price{font-size:35px;font-weight:900;margin:20px 0}.features{list-style:none;padding:0;margin:0 0 24px}.features li{padding:7px 0;color:#3d4b5e;font-size:14px}.features li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}.plan .btn{width:100%}.domain-strip{margin-top:22px;border:1px solid #dfe8f8;background:#f8fbff;border-radius:15px;padding:19px 21px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.examples-section{padding-top:82px}.examples-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:28px 0}.tab{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-radius:9px;padding:10px 16px;font-size:12px;font-weight:850;box-shadow:0 8px 20px rgba(11,99,246,.13)}.examples{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.example-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 32px rgba(23,47,89,.07);transition:.25s}.example-card:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(23,47,89,.12);border-color:#b7d0fb}.example-card img{width:100%;aspect-ratio:1.08/1;object-fit:cover;display:block}.example-card footer{padding:15px 16px 17px;display:flex;flex-direction:column;gap:4px}.example-card footer b{font-size:15px}.example-card footer span{font-size:12px;line-height:1.45;color:var(--muted)}
.benefits-section{padding-top:96px}.benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:32px}.benefits.three{grid-template-columns:repeat(3,1fr)}.benefit{text-align:center;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff);border-radius:18px;padding:28px 20px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.22s}.benefit:hover{transform:translateY(-4px);border-color:#bdd3f8;box-shadow:0 16px 34px rgba(22,58,110,.08)}.benefit-icon{width:56px;height:56px;border-radius:16px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:26px;margin-bottom:8px}.benefit b{display:block;font-size:14px;margin:8px 0}.benefit small{color:var(--muted);line-height:1.45}.faq{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:30px}.faq details{border:1px solid var(--line);border-radius:13px;padding:17px 19px;background:#fff;transition:.2s}.faq details[open]{border-color:#b9d0f7;box-shadow:0 10px 25px rgba(25,57,102,.05)}.faq summary{font-weight:760;cursor:pointer}.faq p{color:var(--muted);line-height:1.55}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--line);border-radius:22px;padding:34px;margin-top:32px;background:linear-gradient(135deg,#f5f9ff,#fff)}.final-cta h3{font-size:30px;margin:0 0 8px}.final-cta p{margin:0;color:var(--muted);line-height:1.55}.final-actions{display:grid;gap:10px;min-width:300px}
.footer{background:#071424;color:#dce6f4;padding:46px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}.footer h4{color:#fff;margin-top:0}.footer p,.footer a{font-size:13px;color:#aebdd0;line-height:1.8}.footer-logo img,.footer-logo-img{filter:brightness(0) invert(1);width:92px!important}
/* Checkout */
.page-hero{padding:58px 0 32px;text-align:center}.page-hero h1{font-size:48px;letter-spacing:-.045em;margin:0}.page-hero p{color:var(--muted);font-size:18px}.progress{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:12px auto 42px;max-width:1000px}.progress div{font-size:12px;color:#78859a}.progress b{display:block;color:#243249;margin-top:8px}.progress .dot{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eef2f8;margin:auto;font-size:14px;font-weight:900}.progress .active .dot{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(11,99,246,.18)}.progress .done .dot{background:#e6f9ee;color:var(--green)}.checkout-section{padding-top:16px}.checkout-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:start}.card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);padding:30px}.order-head{display:flex;justify-content:space-between;gap:18px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:22px}.order-head h2{margin:8px 0 0;text-align:left;font-size:29px}.order-head>strong{font-size:29px}.order-head p{color:var(--muted);line-height:1.5}.radio-box{border:1px solid var(--line);border-radius:13px;padding:16px;margin:11px 0;display:flex;gap:12px;align-items:center;cursor:pointer;transition:.2s}.radio-box:hover{border-color:#a8c7fa;background:#fbfdff}.radio-box.active{border-color:var(--blue);background:#f8fbff;box-shadow:0 0 0 2px rgba(11,99,246,.05)}.radio-copy{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center}.domain-row{display:grid;grid-template-columns:75px 1fr 110px;gap:0;margin-top:12px}.domain-row span,.domain-row input,.domain-row select{border:1px solid #dce4f1;padding:12px;background:white}.domain-row span{border-radius:9px 0 0 9px}.domain-row select{border-radius:0 9px 9px 0}.purchase-summary{margin-top:20px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchase-summary>div{display:flex;justify-content:space-between;gap:15px;padding:6px 0;color:#405066}.purchase-summary strong{color:var(--ink)}.total{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.total strong{font-size:32px}.pay-wrap{margin-top:22px}.pay-wrap .btn{width:100%;font-size:17px}.secure-note{font-size:12px;color:var(--muted);text-align:center;margin-top:11px}.checkout-preview-card h2{text-align:left;margin:0 0 8px;font-size:28px}.checkout-visual{margin:20px 0;border-radius:18px;overflow:hidden;background:#f5f8fc;box-shadow:0 16px 40px rgba(20,49,93,.1)}.checkout-visual img{width:100%;display:block}.side-list{list-style:none;padding:0;margin:0}.side-list li{padding:10px 0;border-bottom:1px solid #eff3f8;font-size:14px}.side-list li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}.promise-card{margin-top:20px;padding:18px;border-radius:15px;background:#f8fbff;display:flex;gap:13px;align-items:flex-start}.promise-card>span{font-size:26px}.promise-card p{margin:4px 0 0;color:var(--muted);line-height:1.5}.checkout-trust{padding-top:48px}
/* Confirmation */
.confirm-hero{text-align:left;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:54px 0}.checkmark{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e6f9ee;color:var(--green);font-size:34px;margin-bottom:20px}.confirm-hero h1{font-size:52px;line-height:1;letter-spacing:-.04em;margin:0 0 18px}.confirm-hero p{font-size:18px;color:var(--muted)}.order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.meta{border:1px solid var(--line);border-radius:12px;padding:14px}.meta small{display:block;color:var(--muted);margin-bottom:4px}.preview-screen{height:390px;border:8px solid #1a202a;border-radius:18px;background:linear-gradient(135deg,#f7f8fa,#eaf0ee);display:grid;place-items:center;text-align:center;padding:26px;box-shadow:var(--shadow)}.wa-panel{background:linear-gradient(135deg,#f4fff7,#fbfffc);border:1px solid #d6f3df;border-radius:20px;padding:32px;text-align:center}.wa-panel h2{font-size:30px;margin:0 0 8px}.what-next{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:22px}.next-step{text-align:center;border:1px solid var(--line);border-radius:14px;padding:18px}.next-step .n{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:var(--blue);margin:auto auto 10px;font-weight:900}.status{padding:18px;border-radius:12px;margin-bottom:20px}.status.ok{background:#ecfbf2;color:#087f39}.status.warn{background:#fff7e8;color:#8a5a00}.status.err{background:#fff0f0;color:#a12424}
@media(max-width:900px){
  html{scroll-padding-top:82px}.anchor-section{scroll-margin-top:82px}.nav-links{display:none}.hero-grid,.checkout-grid,.confirm-hero{grid-template-columns:1fr}.hero-copy{text-align:center}.hero p,.section-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual-wrap{max-width:720px;margin:0 auto}.steps,.plans,.what-next{grid-template-columns:1fr 1fr}.examples{grid-template-columns:repeat(2,1fr)}.benefits,.benefits.three{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.faq{grid-template-columns:1fr}.order-meta{grid-template-columns:1fr}.plan.featured{transform:none}.plan.featured:hover{transform:translateY(-7px)}.checkout-preview-card{order:-1}.checkout-preview-card h2,.checkout-preview-card p{text-align:center}.page-hero h1{font-size:42px}
}
@media(max-width:560px){
  html{scroll-padding-top:74px}.anchor-section{scroll-margin-top:74px}.wrap{width:min(94vw,1180px)}.nav-in{height:68px;gap:10px}.logo img{width:92px}.nav-cta{padding:11px 13px;font-size:12px}.hero{padding:48px 0 48px}.hero h1{font-size:54px;text-align:center}.hero p{text-align:center;font-size:18px}.pill{font-size:10px}.hero-actions{justify-content:center}.hero-actions .btn{width:100%;max-width:330px}.trust-row{justify-content:center;gap:10px}.trust-row span{font-size:12px}.hero-visual-wrap{padding:8px 0 0}.hero-demo{border-radius:15px;transform:none}.section{padding:58px 0}.section h2{font-size:32px;line-height:1.05}.section-lead{font-size:14px;padding:0 8px}.steps,.plans,.what-next,.benefits,.benefits.three,.examples,.footer-grid{grid-template-columns:1fr}.steps{padding:28px 20px}.step{padding:6px 4px}.plan,.plan.featured{transform:none;text-align:center}.plan .features{text-align:left;max-width:330px;margin-left:auto;margin-right:auto}.domain-strip{flex-direction:column;text-align:center}.examples-tabs{gap:8px}.tab{flex:1 1 45%;text-align:center}.example-card{text-align:center}.benefits-section{padding-top:72px}.benefit{min-height:150px}.faq details{text-align:left}.final-cta{flex-direction:column;text-align:center;padding:28px 20px}.final-actions{width:100%;min-width:0}.footer{text-align:center}.footer-grid{gap:20px}.footer-logo img{margin:auto}.page-hero{padding:38px 0 22px}.page-hero h1{font-size:36px;line-height:1.05}.progress{grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:28px}.progress b{display:none}.progress .dot{width:38px;height:38px}.checkout-section{padding-top:8px}.card{padding:22px 18px}.order-head{flex-direction:column;align-items:center;text-align:center}.order-head h2{text-align:center}.order-head>strong{align-self:center}.checkout-preview-card{order:-1}.radio-copy{gap:10px;text-align:left}.domain-row{grid-template-columns:58px 1fr 92px}.total{text-align:left}.confirm-hero{text-align:center;padding:38px 0}.confirm-hero h1{font-size:40px}.checkmark{margin-left:auto;margin-right:auto}.preview-screen{height:300px}.wa-panel{padding:26px 18px}.wa-panel .btn{width:100%;min-width:0}.what-next{grid-template-columns:1fr}.order-meta{grid-template-columns:1fr}.benefits.three{grid-template-columns:1fr}
}

/* === W24 X10 visual refinement === */
:root{--blue:#0668ff;--blue2:#0047d9;--ink:#080d17;--muted:#667085;--line:#e5ebf3;--soft:#f8fbff;--radius:26px}
body{background:linear-gradient(180deg,#fff 0,#fff 72%,#fbfdff 100%)}
.wrap{width:min(1240px,92vw)}
.nav{background:rgba(255,255,255,.88);backdrop-filter:blur(22px) saturate(180%);border-bottom:1px solid rgba(221,229,239,.72)}
.nav-in{height:78px}.logo img{width:104px}.nav-links{gap:36px}.nav-links a{font-weight:720;color:#182033}
.btn{border-radius:14px;padding:15px 23px;letter-spacing:-.01em}.btn-primary{background:linear-gradient(135deg,#086bff,#0049dc);box-shadow:0 14px 34px rgba(4,96,245,.23)}
.hero{padding:76px 0 82px;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(54,130,255,.13),transparent 31%),radial-gradient(circle at 12% 5%,rgba(216,232,255,.44),transparent 23%),#fff}
.hero-grid{grid-template-columns:.88fr 1.12fr;gap:64px}.hero h1{font-size:clamp(56px,6.2vw,86px);line-height:.93;letter-spacing:-.067em}.hero p{font-size:20px;max-width:530px}.pill{background:#edf4ff;border:1px solid #dce9ff;padding:9px 13px}
.trust-row{display:grid;grid-template-columns:repeat(3,max-content);gap:18px;align-items:center;white-space:nowrap;margin-top:3px}.trust-row span{font-size:12px;color:#526078}.trust-icon{width:27px;height:27px;background:#eef5ff;border:1px solid #deebff;color:#0565f3;font-size:13px}
.hero-visual-wrap{position:relative;min-height:500px;padding:28px 18px 24px 8px}.hero-glow{position:absolute;width:640px;height:390px;right:-70px;top:60px;border-radius:50%;background:radial-gradient(circle,rgba(0,101,255,.18),rgba(0,101,255,.03) 55%,transparent 72%);filter:blur(9px)}
.browser-frame{position:relative;z-index:2;background:#fff;border:1px solid #dfe6ee;border-radius:21px;box-shadow:0 34px 85px rgba(21,47,90,.19);overflow:hidden}.hero-browser{width:92%;margin-left:auto;transform:perspective(1400px) rotateY(-3deg) rotateX(.8deg);transform-origin:center;transition:transform .35s,box-shadow .35s}.hero-visual-wrap:hover .hero-browser{transform:perspective(1400px) rotateY(0) translateY(-4px);box-shadow:0 42px 95px rgba(21,47,90,.23)}
.browser-bar{height:37px;background:#f7f8fa;border-bottom:1px solid #e7ebf0;display:flex;align-items:center;padding:0 12px;gap:20px}.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;display:block;background:#c5cbd3}.browser-dots i:first-child{background:#ff6b63}.browser-dots i:nth-child(2){background:#ffc85b}.browser-dots i:nth-child(3){background:#61c96d}.browser-url{font-size:9px;color:#8a95a5;background:#fff;border:1px solid #e3e7ed;padding:4px 20px;border-radius:6px;margin:auto}
.demo-site{background:#f5efe5}.demo-nav{height:58px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#faf8f4;color:#2a241f;font-size:10px}.demo-nav b{font-size:16px;letter-spacing:.16em}.demo-nav span{color:#6c6258}.demo-nav em{font-style:normal;background:#1f1b17;color:white;padding:8px 11px;border-radius:999px}
.demo-hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:320px}.demo-copy{padding:42px 22px 35px 35px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.demo-copy small,.phone-copy small,.mini-copy small{font-size:9px;font-weight:900;letter-spacing:.15em;color:#8a6543}.demo-copy h3{font-size:38px;line-height:.95;letter-spacing:-.05em;margin:10px 0 13px;color:#191512}.demo-copy p{font-size:12px;line-height:1.55;color:#6d6157;margin:0 0 18px}.demo-cta{font-size:10px;font-weight:800;padding:9px 12px;border-radius:999px;background:#1d1916;color:#fff}.demo-photo{min-height:320px}.demo-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.02)}
.phone-frame{position:absolute;z-index:4;right:-2px;bottom:7px;width:166px;height:338px;background:#111;border:6px solid #111;border-radius:28px;box-shadow:0 22px 55px rgba(9,20,39,.28);overflow:hidden;transform:rotate(1.2deg)}.phone-notch{position:absolute;z-index:3;left:50%;transform:translateX(-50%);top:5px;width:58px;height:14px;border-radius:12px;background:#111}.phone-site{height:100%;background:#f9f6f0;position:relative;display:flex;flex-direction:column}.phone-nav{height:41px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:9px;background:#fbfaf7}.phone-nav b{letter-spacing:.12em}.phone-site img{height:145px;width:100%;object-fit:cover}.phone-copy{padding:19px 14px}.phone-copy b{display:block;font-size:20px;line-height:1.04;margin:9px 0 16px;letter-spacing:-.04em}.phone-copy span{display:inline-block;font-size:9px;background:#1b1714;color:#fff;padding:8px 10px;border-radius:999px}
.floating-proof{position:absolute;z-index:5;left:0;bottom:-2px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.94);border:1px solid #dfe7f0;border-radius:15px;padding:10px 13px;box-shadow:0 14px 34px rgba(26,55,99,.12);backdrop-filter:blur(12px)}.floating-proof>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f8ee;color:#13a653;font-weight:900}.floating-proof b{font-size:11px;display:block}.floating-proof small{font-size:9px;color:#7b8798}
.section{padding:94px 0}.section.soft{background:linear-gradient(180deg,#fff,#f9fbfe)}.section h2{font-size:42px}.section-lead{max-width:740px}
.steps{padding:42px 36px;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 20px 60px rgba(34,63,105,.06)}.step .icon{width:62px;height:62px}.step .icon svg{stroke:#fff!important;color:#fff!important}.step h3{font-size:17px}.step p{max-width:210px;margin:auto}
.plans{gap:24px;margin-top:46px}.plan{border-radius:24px;padding:34px 31px;box-shadow:0 14px 40px rgba(27,54,96,.06)}.plan:hover{border-color:#4b95ff;box-shadow:0 28px 60px rgba(16,85,194,.13);transform:translateY(-9px)}.plan.featured{box-shadow:0 25px 70px rgba(0,99,255,.15)}.plan.featured:hover{transform:translateY(-15px)}
.domain-strip{border-radius:18px;background:linear-gradient(90deg,#f8fbff,#fff);padding:21px 24px}
.examples-section{padding-top:104px}.examples-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:30px 0 18px}.tab{text-align:center;border-radius:10px;padding:10px 8px}.examples{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.example-card{border-radius:14px;box-shadow:0 9px 26px rgba(23,47,89,.07);min-width:0}.example-card img{aspect-ratio:1.36/1;object-fit:cover;image-rendering:auto}.example-card footer{padding:12px 12px 13px;text-align:center}.example-card footer b{font-size:13px}.example-card footer span{font-size:10px;line-height:1.35;display:none}.example-card:hover{transform:translateY(-4px) scale(1.01)}
.benefits-section{padding-top:118px}.benefits{gap:16px;margin-top:38px}.benefit{min-height:205px;border-radius:22px;padding:30px 18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 35px rgba(25,56,101,.045)}.benefit-icon{width:66px;height:66px;border-radius:20px;font-size:30px;background:linear-gradient(145deg,#f2f7ff,#e6f0ff);border:1px solid #dbe8ff}.benefit b{font-size:15px}.benefit small{max-width:175px}.final-cta{border-radius:26px;padding:42px;background:linear-gradient(120deg,#f5f9ff 0,#fff 72%)}
.checkout-preview-card{overflow:hidden}.checkout-kicker{font-size:10px;letter-spacing:.13em;font-weight:900;color:var(--blue);margin-bottom:10px}.checkout-visual.premium-preview{position:relative;min-height:330px;overflow:visible;background:radial-gradient(circle at 70% 30%,#eaf2ff,transparent 40%),#f8fafc;padding:24px 32px 32px;margin-bottom:28px}.mini-browser{border:1px solid #dce4ef;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 20px 46px rgba(22,47,89,.15)}.mini-browser-bar{height:30px;padding:0 10px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #e7ebf1;color:#c2c9d3;font-size:8px}.mini-browser-bar b{margin:auto;font-size:8px;color:#8a96a6}.mini-site{display:grid;grid-template-columns:.82fr 1.18fr;min-height:235px;background:#f6efe5}.mini-copy{padding:28px 14px 24px 22px}.mini-copy h3{font-size:25px;line-height:.98;letter-spacing:-.04em;margin:9px 0 10px}.mini-copy p{font-size:10px;color:#6e6259;line-height:1.45}.mini-copy em{display:inline-block;font-style:normal;font-size:9px;background:#1f1a16;color:#fff;padding:8px 10px;border-radius:999px}.mini-site img{width:100%;height:100%;min-height:235px;object-fit:cover}.mini-phone{position:absolute;right:15px;bottom:10px;width:100px;height:210px;border:5px solid #151515;border-radius:20px;background:white;overflow:hidden;box-shadow:0 15px 34px rgba(12,30,60,.23);display:flex;flex-direction:column}.mini-phone img{height:112px;width:100%;object-fit:cover}.mini-phone b{font-size:12px;padding:13px 8px 3px}.mini-phone span{font-size:8px;color:#7a8492;padding:0 8px}
@media(max-width:900px){
 .hero-grid{gap:20px}.hero-visual-wrap{min-height:480px;width:min(760px,100%)}.hero-browser{width:88%;margin:0 auto;transform:none}.floating-proof{left:8%}.examples-tabs,.examples{grid-template-columns:repeat(3,1fr)}.trust-row{justify-content:center}.benefits-section{padding-top:90px}
}
@media(max-width:560px){
 body{text-align:center}.wrap{width:min(94vw,1180px)}.hero{padding-top:42px}.hero-copy,.hero-copy *{text-align:center}.hero h1{font-size:52px;line-height:.96}.hero p{max-width:330px}.hero-actions{display:flex;justify-content:center}.trust-row{grid-template-columns:repeat(3,1fr);width:100%;gap:6px;white-space:normal}.trust-row span{display:grid;grid-template-columns:1fr;text-align:center;justify-items:center;font-size:9px;line-height:1.2;gap:5px}.trust-icon{width:26px;height:26px}.hero-visual-wrap{min-height:380px;padding:10px 0 0}.hero-browser{width:91%}.browser-bar{height:27px}.browser-url{padding:3px 10px;font-size:7px}.demo-nav{height:40px;padding:0 12px}.demo-nav span{display:none}.demo-nav b{font-size:11px}.demo-nav em{padding:5px 7px;font-size:7px}.demo-hero{min-height:240px}.demo-copy{padding:25px 10px 20px 17px}.demo-copy h3{font-size:26px}.demo-copy p{font-size:9px}.demo-photo{min-height:240px}.phone-frame{width:112px;height:232px;right:0;bottom:3px;border-width:4px;border-radius:21px}.phone-notch{width:42px;height:10px}.phone-nav{height:30px}.phone-site img{height:98px}.phone-copy{padding:11px 9px}.phone-copy b{font-size:14px;margin:6px 0 10px}.floating-proof{left:4%;bottom:-18px;padding:7px 9px;border-radius:12px}.floating-proof>span{width:23px;height:23px}.floating-proof b{font-size:8px}.floating-proof small{font-size:7px}.section{padding:70px 0}.section h2{font-size:31px}.steps{padding:29px 18px}.examples-tabs{grid-template-columns:repeat(3,1fr);gap:7px}.tab{font-size:9px;padding:8px 5px}.examples{display:flex;overflow-x:auto;gap:10px;padding:4px 1px 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.examples::-webkit-scrollbar{display:none}.example-card{flex:0 0 72%;scroll-snap-align:center}.example-card footer b{font-size:13px}.benefits{grid-template-columns:1fr!important}.benefit{min-height:150px}.benefit small{max-width:260px}.checkout-visual.premium-preview{min-height:275px;padding:16px 20px 24px}.mini-site{min-height:190px}.mini-copy{padding:22px 10px 18px 13px;text-align:left}.mini-copy h3{font-size:19px}.mini-site img{min-height:190px}.mini-phone{width:82px;height:170px;right:8px}.mini-phone img{height:88px}.checkout-preview-card h2,.checkout-preview-card p{text-align:center}.order-head h2,.order-head p{text-align:center}.footer{text-align:center}
}

/* W24 X12 — compact spacing, sharper examples and stronger checkout trust */
.hero{padding:46px 0 40px}
.hero-grid{gap:42px}
.hero h1{margin:16px 0}
.hero-actions{margin:22px 0 18px}
.section{padding:52px 0}
.section.soft{padding-top:50px;padding-bottom:50px}
.section h2{margin:7px 0 12px}
.section-lead{margin-bottom:24px}
.steps{padding:30px 30px}
.plans{margin-top:30px}
.domain-strip{margin-top:16px}
.examples-section{padding-top:54px!important;padding-bottom:46px!important}
.examples-tabs{margin:20px 0 14px!important;gap:8px!important}
.examples{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;align-items:stretch}
.example-card{border-radius:15px!important;min-width:0;overflow:hidden;background:#fff}
.example-card img{width:100%!important;height:146px!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;background:#f5f8fc;padding:7px;display:block;image-rendering:auto}
.example-card footer{padding:10px 8px 11px!important;min-height:46px;justify-content:center}
.example-card footer b{font-size:12px!important}
.example-card footer span{display:none!important}
.benefits-section{padding-top:52px!important;padding-bottom:48px}
.benefits{margin-top:24px}
.benefit{min-height:154px;padding:22px 14px}
.benefit-icon{width:52px;height:52px;font-size:24px}
.faq{margin-top:22px}
.final-cta{margin-top:26px;padding:28px 30px}
.page-hero{padding:42px 0 24px}
.progress{margin-bottom:30px}
.checkout-section{padding-top:8px;padding-bottom:48px}
.checkout-trust{padding:48px 0 54px!important}
.trust-intro{text-align:center;max-width:760px;margin:0 auto 24px}
.trust-intro h2{font-size:34px;letter-spacing:-.035em;margin:8px 0 10px}
.trust-intro p{margin:0 auto;color:var(--muted);font-size:16px;line-height:1.6;max-width:680px}
.checkout-trust .benefits{margin-top:0}
.checkout-trust .benefit{min-height:156px}

@media(max-width:900px){
  .hero{padding:40px 0 36px}
  .section{padding:46px 0}
  .examples{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .example-card img{height:155px!important}
}
@media(max-width:560px){
  .hero{padding:30px 0 30px}
  .section,.section.soft{padding:40px 0}
  .hero-grid{gap:14px}
  .examples-section{padding-top:42px!important;padding-bottom:38px!important}
  .examples{display:flex!important;overflow-x:auto;gap:10px!important;padding:3px 3px 12px;scroll-snap-type:x mandatory}
  .example-card{flex:0 0 58%!important;scroll-snap-align:center}
  .example-card img{height:148px!important;padding:6px}
  .benefits-section{padding-top:42px!important;padding-bottom:40px}
  .trust-intro{padding:0 8px;margin-bottom:18px}
  .trust-intro h2{font-size:28px}
  .trust-intro p{font-size:14px}
  .checkout-trust{padding:40px 0 44px!important}
}

/* W24 X13 — mobile hierarchy, centered proof points, premium examples and checkout alignment */

/* Brand/logo */
.logo img{display:block;height:auto;object-fit:contain}
.nav .logo img{width:108px}
.footer-logo img{width:92px}

/* Hero proof row: one clean line on desktop */
.trust-row{display:grid;grid-template-columns:repeat(3,max-content);align-items:center;justify-content:start;gap:22px;margin-top:4px}
.trust-row span{justify-content:center;white-space:nowrap}
.trust-row .trust-icon{flex:0 0 28px}

/* Example categories: quieter, less blue, more premium */
.examples-tabs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important;margin:20px 0 16px!important}
.tab{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff!important;color:#29374b!important;border:1px solid #e1e7f0!important;box-shadow:none!important;border-radius:999px!important;padding:9px 8px!important;font-size:11px!important;font-weight:760!important;letter-spacing:0!important;text-transform:none!important}
.tab b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#eef4ff;color:var(--blue);font-size:10px}

/* Rebuild portfolio previews as real DOM mini-sites so they stay crisp at every resolution */
.examples{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;align-items:stretch}
.example-card{overflow:hidden;border:1px solid #e1e7f0;background:#fff;border-radius:16px!important;box-shadow:0 9px 24px rgba(26,52,91,.055)!important}
.example-mockup{padding:8px 8px 0;background:#f7f9fc;min-height:170px}
.mock-browser{height:20px;border:1px solid rgba(23,36,55,.09);border-bottom:0;border-radius:9px 9px 0 0;background:#fff;display:flex;align-items:center;gap:6px;padding:0 7px;color:#c5ccd6;font-size:5px}
.mock-browser em{font-style:normal;margin-left:auto;margin-right:auto;color:#9aa5b5;font-size:5px}
.mock-page{height:140px;position:relative;overflow:hidden;border:1px solid rgba(23,36,55,.09);border-radius:0 0 8px 8px;background:#fff}
.mock-nav{height:27px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;font-size:5px;position:relative;z-index:2}
.mock-nav b{font-size:6px;letter-spacing:.08em}.mock-nav span{opacity:.68}
.mock-hero{position:relative;z-index:2;width:63%;padding:13px 0 8px 9px;text-align:left}
.mock-hero small{font-size:4.5px;font-weight:900;letter-spacing:.08em}.mock-hero h3{font-size:13px;line-height:.96;letter-spacing:-.045em;margin:5px 0 5px;text-align:left}.mock-hero p{font-size:5px;line-height:1.45;max-width:85px;margin:0 0 7px}.mock-hero i{display:inline-block;font-style:normal;font-size:4.7px;padding:5px 7px;border-radius:999px;color:#fff;background:#161b22}
.mock-art{position:absolute;right:-13px;top:26px;width:58%;height:114px;border-radius:50% 0 0 50%;display:grid;place-items:center;font-size:32px;transform:rotate(-4deg)}
.example-restaurant .mock-page{background:#fff9f1}.example-restaurant .mock-art{background:linear-gradient(145deg,#f5c77e,#b45a2d);color:#fff}.example-restaurant .mock-hero i{background:#4c2719}
.example-pro .mock-page{background:#f6f8fb}.example-pro .mock-art{background:linear-gradient(145deg,#203a61,#0a1730);color:#dae7ff}.example-pro .mock-hero i{background:#172a48}
.example-health .mock-page{background:#f4fbfb}.example-health .mock-art{background:linear-gradient(145deg,#d7f4ee,#74cbbb);color:#087b73}.example-health .mock-hero i{background:#0d8f85}
.example-beauty .mock-page{background:#fff7f7}.example-beauty .mock-art{background:linear-gradient(145deg,#f5dfdc,#d9a6a0);color:#fff}.example-beauty .mock-hero i{background:#9c6a67}
.example-services .mock-page{background:#f5f8fb}.example-services .mock-art{background:linear-gradient(145deg,#dce5ec,#7891a3);color:#fff}.example-services .mock-hero i{background:#425d70}
.example-shop .mock-page{background:#fff9f1}.example-shop .mock-art{background:linear-gradient(145deg,#ffe3ad,#f39a3d);color:#fff}.example-shop .mock-hero i{background:#d97917}
.example-card footer{padding:11px 8px 12px!important;min-height:48px}.example-card footer b{font-size:12px!important}.example-card footer span{display:none!important}

/* Checkout domain */
.domain-row input::placeholder{color:#8793a5;opacity:1}
.domain-row input:focus::placeholder{color:transparent}
.domain-row input:focus{outline:2px solid rgba(11,99,246,.14);outline-offset:-2px;border-color:#9dbef6}

/* Checkout trust and footer alignment */
.checkout-trust .wrap{max-width:1040px}
.checkout-trust .benefits.three{grid-template-columns:repeat(3,1fr);max-width:940px;margin:0 auto}
.checkout-trust .benefit{text-align:center;align-items:center;justify-content:center}
.checkout-trust + .footer .footer-grid{align-items:start}

@media(max-width:900px){
  .examples-tabs{grid-template-columns:repeat(3,1fr)!important}
  .examples{grid-template-columns:repeat(3,1fr)!important}
  .trust-row{justify-content:center}
}

@media(max-width:560px){
  /* Hero always reads: message first, visual second */
  .hero-grid{display:flex!important;flex-direction:column!important;gap:20px!important}
  .hero-copy{order:1;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}
  .hero-visual-wrap{order:2;width:100%;margin-top:0!important}
  .pill{align-self:center;margin-left:auto;margin-right:auto;text-align:center!important;justify-content:center}
  .hero h1{margin:14px 0 12px!important;text-align:center!important}
  .hero p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .hero-actions{width:100%;justify-content:center!important}
  .trust-row{width:100%;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;justify-content:center!important;align-items:start;margin:2px auto 0!important}
  .trust-row span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;white-space:normal!important;text-align:center!important;font-size:10px!important;line-height:1.2;min-width:0}
  .trust-row .trust-icon{width:30px;height:30px;font-size:14px;margin:0 auto}

  /* Category pills become two clean rows, not a wall of blue */
  .examples-tabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:7px!important;margin:16px 0 13px!important}
  .tab{font-size:9px!important;padding:7px 4px!important;gap:4px}.tab b{width:18px;height:18px;font-size:9px}

  /* Crisp horizontal portfolio reel */
  .examples{display:flex!important;overflow-x:auto!important;gap:10px!important;padding:3px 4px 14px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .example-card{flex:0 0 76%!important;scroll-snap-align:center!important;text-align:center}
  .example-mockup{min-height:218px;padding:10px 10px 0}
  .mock-browser{height:24px;font-size:6px}.mock-browser em{font-size:6px}
  .mock-page{height:178px}.mock-nav{height:32px;padding:0 10px;font-size:6px}.mock-nav b{font-size:7px}
  .mock-hero{padding:18px 0 10px 12px}.mock-hero small{font-size:5.5px}.mock-hero h3{font-size:17px;margin:6px 0}.mock-hero p{font-size:6px;max-width:110px}.mock-hero i{font-size:5.5px;padding:6px 8px}.mock-art{height:144px;top:32px;font-size:40px}

  /* Checkout proof points centered and visually balanced */
  .checkout-trust .benefits.three{display:grid!important;grid-template-columns:1fr!important;max-width:360px;margin:0 auto!important}
  .checkout-trust .benefit{width:100%;text-align:center!important}
  .checkout-trust .benefit b,.checkout-trust .benefit small{text-align:center!important;margin-left:auto;margin-right:auto}
  .checkout-trust + .footer{text-align:center}
}

/* W24 X15 — visual portfolio + mobile checkout hardening */
.footer-logo img{filter:none!important;background:transparent!important;width:104px!important;height:auto!important}

/* Portfolio: photography first, copy second. No pixelated CSS mockups. */
.examples{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}
.example-card{min-width:0!important}
.portfolio-preview{position:relative;height:190px;overflow:hidden;background:#eef2f7}
.portfolio-preview img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;padding:0!important;display:block;transform:scale(1.01);transition:transform .35s ease;image-rendering:auto!important}
.example-card:hover .portfolio-preview img{transform:scale(1.055)}
.portfolio-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,12,23,.03) 28%,rgba(5,12,23,.76) 100%)}
.portfolio-overlay{position:absolute;z-index:2;left:13px;right:13px;bottom:12px;color:#fff;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-shadow:0 1px 12px rgba(0,0,0,.28)}
.portfolio-overlay small{font-size:7px;font-weight:900;letter-spacing:.13em;opacity:.86}
.portfolio-overlay b{font-size:15px;line-height:1.05}
.portfolio-overlay span{font-size:8px;opacity:.9;line-height:1.25}
.example-card footer{min-height:44px!important;padding:10px 8px!important;display:grid!important;place-items:center!important}
.example-card footer b{font-size:12px!important}
.tab b{font-family:inherit!important;font-weight:900!important;font-size:11px!important;background:linear-gradient(135deg,#edf4ff,#f7faff)!important;border:1px solid #dce9ff;color:#0b63f6!important;box-shadow:0 3px 10px rgba(11,99,246,.08)}

/* Checkout: never grow wider when domain is selected */
.checkout-grid>*{min-width:0!important;max-width:100%!important}.card{min-width:0!important;overflow:hidden}.radio-box{min-width:0!important}.radio-copy{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.radio-copy>div{min-width:0}.radio-copy>strong{white-space:nowrap!important;display:block!important;text-align:right!important}.domain-row{width:100%!important;max-width:100%!important;grid-template-columns:58px minmax(0,1fr) 92px!important;overflow:hidden}.domain-row input,.domain-row select,.domain-row span{min-width:0!important;width:100%!important}.purchase-summary{width:100%;min-width:0}.purchase-summary>div{min-width:0}.purchase-summary strong{white-space:nowrap}.total{width:100%;min-width:0;gap:12px}.total>div{min-width:0}.total>strong{white-space:nowrap;min-width:0}.pay-wrap{width:100%;min-width:0}.pay-wrap .btn{max-width:100%}

@media(max-width:900px){.portfolio-preview{height:210px}}
@media(max-width:560px){
  .plan .features{max-width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .plan .features li{text-align:center!important;display:block!important;padding:7px 4px!important}
  .plan .features li:before{display:inline-block!important;margin-right:7px!important}
  .examples{display:flex!important;overflow-x:auto!important;gap:12px!important;padding:4px 12px 16px!important;scroll-padding:12px}
  .example-card{flex:0 0 72%!important;max-width:290px!important}
  .portfolio-preview{height:220px!important}
  .portfolio-overlay{left:16px;right:16px;bottom:15px}.portfolio-overlay small{font-size:8px}.portfolio-overlay b{font-size:19px}.portfolio-overlay span{font-size:10px}
  .radio-box{padding:15px 14px!important}.radio-copy{gap:8px!important}.radio-copy b{font-size:16px!important}.radio-copy .small-muted{font-size:12px!important}.radio-copy>strong{font-size:16px!important;line-height:1!important}
  .domain-row{grid-template-columns:54px minmax(0,1fr) 82px!important}.domain-row span,.domain-row input,.domain-row select{padding:11px 8px!important;font-size:14px!important}
  .purchase-summary>div{font-size:15px!important}.total{align-items:flex-end!important}.total strong{font-size:clamp(30px,10vw,42px)!important;letter-spacing:-.04em}.secure-note{font-size:12px!important;line-height:1.45;padding:0 4px}
  .footer-logo img{width:116px!important;margin:0 auto 10px!important}
}

/* W24 X16 — crisp device mockups for every category */
.premium-tabs .tab{display:flex!important;align-items:center;justify-content:center;gap:8px;background:#fff!important;color:#172033!important;border:1px solid #dce3ee!important;box-shadow:0 5px 16px rgba(20,45,84,.04)!important;border-radius:999px!important;font-size:11px!important;font-weight:850!important;white-space:nowrap}
.premium-tabs .cat-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#eef5ff;color:#0b63f6;font-size:12px;font-weight:900;box-shadow:inset 0 0 0 1px #dce9ff}
.premium-examples{gap:12px!important}.device-card{background:#fff!important;overflow:hidden!important}.device-stage{position:relative;height:188px;background:linear-gradient(145deg,#f8fafc,#edf3f9);padding:13px 15px 10px;overflow:hidden}.site-browser{position:absolute;left:12px;right:27px;top:13px;height:154px;background:#fff;border:1px solid #dbe3ed;border-radius:10px;box-shadow:0 10px 26px rgba(29,50,82,.10);overflow:hidden}.site-bar{height:18px;background:#f4f6f9;border-bottom:1px solid #e5eaf0;display:flex;align-items:center;gap:4px;padding:0 7px;color:#9aa4b2;font-size:5px}.site-bar i{width:4px;height:4px;border-radius:50%;background:#c5ccd6}.site-bar span{margin-left:auto;margin-right:auto;transform:translateX(-8px);font-size:5px;color:#a1a9b4}.site-page{height:calc(100% - 18px);background:var(--site-bg,#fff)}.site-top{height:25px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;font-size:5px;color:var(--site-ink,#10141b)}.site-top b{font-size:6px;letter-spacing:.07em}.site-top span{opacity:.68}.site-layout{display:grid;grid-template-columns:56% 44%;height:calc(100% - 25px);align-items:stretch}.site-copy{padding:11px 6px 8px 10px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:var(--site-ink,#10141b)}.site-copy small{font-size:4.5px;font-weight:900;letter-spacing:.12em}.site-copy h3{font-size:12px;line-height:.98;letter-spacing:-.04em;margin:5px 0 5px;max-width:95px}.site-copy p{font-size:4.7px;line-height:1.35;margin:0 0 8px;opacity:.7;max-width:100px}.site-copy button{border:0;border-radius:5px;background:var(--site-accent,#0b63f6);color:#fff;font-size:4.5px;font-weight:800;padding:5px 7px}.site-photo{display:grid;place-items:center;overflow:hidden;position:relative}.site-photo:before{content:"";position:absolute;width:82%;aspect-ratio:1;border-radius:48% 52% 44% 56%;background:rgba(255,255,255,.30);transform:rotate(-12deg)}.site-photo span{position:relative;font-size:34px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.10));font-family:Arial,sans-serif}.site-phone{position:absolute;right:7px;bottom:9px;width:48px;height:102px;background:#111;border-radius:10px;padding:3px;box-shadow:0 10px 24px rgba(10,22,39,.22);z-index:4}.phone-pill{width:18px;height:3px;background:#060606;border-radius:8px;position:absolute;top:4px;left:50%;transform:translateX(-50%);z-index:2}.phone-mini{height:100%;background:var(--site-bg,#fff);border-radius:8px;padding:10px 4px 4px;display:flex;flex-direction:column;color:var(--site-ink,#10141b);overflow:hidden;text-align:left}.phone-mini b{font-size:4.8px;letter-spacing:.05em}.phone-mini small{font-size:5.2px;font-weight:850;line-height:1.05;margin:6px 0 4px}.phone-art{height:48px!important;min-height:48px!important;display:grid;place-items:center;border-radius:4px;overflow:hidden}.phone-art span{font-size:15px}.phone-mini em{font-style:normal;background:var(--site-accent,#0b63f6);color:#fff;font-size:4px;padding:4px 5px;border-radius:4px;margin-top:4px;align-self:flex-start}
.theme-food{--site-bg:#fffaf2;--site-ink:#29180d;--site-accent:#a7541f}.food-photo{background:linear-gradient(135deg,#dca56e,#6f3219)}
.theme-pro{--site-bg:#f4f7fb;--site-ink:#0d2343;--site-accent:#153f75}.pro-photo{background:linear-gradient(135deg,#dce5ef,#8ca3bd)}
.theme-health{--site-bg:#f5fbfa;--site-ink:#102b2a;--site-accent:#12a994}.health-photo{background:linear-gradient(135deg,#c6f3eb,#58cdbb)}
.theme-beauty{--site-bg:#fff7f5;--site-ink:#422426;--site-accent:#aa6865}.beauty-photo{background:linear-gradient(135deg,#f2d4cd,#cf9b99)}
.theme-services{--site-bg:#f6f8f9;--site-ink:#182529;--site-accent:#3b6171}.services-photo{background:linear-gradient(135deg,#d9e1e3,#87a1aa)}
.theme-shop{--site-bg:#fff9f2;--site-ink:#412512;--site-accent:#e07d2f}.shop-photo{background:linear-gradient(135deg,#ffddae,#eaa364)}
.device-card footer{padding:10px 8px 11px!important;min-height:44px!important}.device-card footer b{font-size:12px!important}.device-card:hover .site-browser{transform:translateY(-2px);transition:.25s}.device-card:hover .site-phone{transform:translateY(-3px) rotate(1deg);transition:.25s}
@media(max-width:900px){.device-stage{height:204px}.site-browser{height:168px}.site-phone{width:52px;height:112px}.site-copy h3{font-size:13px}}
@media(max-width:560px){.premium-tabs .tab{font-size:11px!important;padding:8px 7px!important}.premium-tabs .cat-icon{width:24px;height:24px;font-size:12px}.device-card{flex:0 0 82%!important;max-width:330px!important}.device-stage{height:260px!important;padding:16px}.site-browser{left:14px;right:38px;top:15px;height:222px;border-radius:13px}.site-bar{height:23px}.site-page{height:calc(100% - 23px)}.site-top{height:34px;padding:0 12px}.site-top b{font-size:8px}.site-top span{font-size:6px}.site-copy{padding:16px 10px 12px 15px}.site-copy small{font-size:6px}.site-copy h3{font-size:18px;max-width:145px;margin:7px 0}.site-copy p{font-size:6.5px;max-width:145px;margin-bottom:10px}.site-copy button{font-size:6px;padding:6px 8px}.site-photo span{font-size:48px}.site-phone{right:10px;bottom:14px;width:68px;height:146px;border-radius:14px;padding:4px}.phone-pill{width:25px;height:4px}.phone-mini{border-radius:11px;padding:14px 6px 5px}.phone-mini b{font-size:6px}.phone-mini small{font-size:7px;margin:8px 0 6px}.phone-art{height:68px!important;min-height:68px!important}.phone-art span{font-size:22px}.phone-mini em{font-size:5px;padding:5px 6px}.device-card footer b{font-size:14px!important}}

/* W24 X17 — portfolio visual premium */
.x17-tabs{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:12px!important;margin:28px 0 20px!important}
.x17-tabs .tab{height:48px!important;padding:6px 12px!important;border:1px solid #dbe4f1!important;background:#fff!important;color:#121a2a!important;border-radius:999px!important;box-shadow:0 6px 18px rgba(22,48,88,.04)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;font-size:12px!important;font-weight:850!important}
.x17-tabs .cat-icon{width:29px!important;height:29px!important;flex:0 0 29px!important;border-radius:50%!important;background:linear-gradient(145deg,#f7fbff,#e9f3ff)!important;color:#0968ff!important;display:grid!important;place-items:center!important;font-size:14px!important;box-shadow:inset 0 0 0 1px #dbeaff!important}
.x17-examples{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important}
.x17-card{border:1px solid #dde5ef!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 12px 30px rgba(25,47,79,.075)!important;min-width:0!important;transition:transform .25s ease,box-shadow .25s ease!important}
.x17-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 42px rgba(25,47,79,.14)!important}
.x17-stage{height:210px;position:relative;padding:10px 14px 12px;background:linear-gradient(145deg,#f8fafc,#eef3f9);overflow:hidden}
.x17-browser{position:absolute;left:10px;right:25px;top:10px;height:174px;border:1px solid #d7e0eb;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 10px 25px rgba(23,40,65,.13)}
.x17-bar{height:19px;background:#f7f9fb;border-bottom:1px solid #e6ebf1;display:flex;align-items:center;gap:4px;padding:0 7px}.x17-bar i{width:4px;height:4px;border-radius:50%;background:#c5ced9}.x17-bar span{font-size:5px;color:#a1acb8;margin:auto;transform:translateX(-8px)}
.x17-web{height:155px;position:relative;overflow:hidden;background:#111}.x17-web>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important;filter:none!important;transform:none!important}.x17-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,18,.80) 0%,rgba(5,10,18,.55) 42%,rgba(5,10,18,.06) 78%)}
.x17-brand{position:absolute;left:10px;top:9px;color:#fff;font-size:6px;font-weight:900;letter-spacing:.12em;text-shadow:0 1px 6px rgba(0,0,0,.35)}
.x17-copy{position:absolute;left:10px;bottom:11px;text-align:left;color:#fff;width:72%;z-index:2}.x17-copy small{display:block;font-size:4.7px;font-weight:900;letter-spacing:.13em;opacity:.88}.x17-copy h3{font-size:13px!important;line-height:.94!important;letter-spacing:-.045em!important;margin:5px 0 4px!important;color:#fff!important}.x17-copy p{font-size:4.9px;line-height:1.3;margin:0 0 7px;opacity:.88;max-width:105px}.x17-copy b{display:inline-block;font-size:4.7px;padding:5px 7px;border-radius:5px;background:#fff;color:#111}
.x17-phone{position:absolute;right:6px;bottom:10px;width:49px;height:106px;border:4px solid #101216;border-radius:12px;background:#fff;overflow:hidden;z-index:4;box-shadow:0 10px 25px rgba(10,18,30,.28)}.x17-phone>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;padding:0!important;filter:none!important}.x17-phone:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,8,14,.12),rgba(4,8,14,.55))}.x17-notch{position:absolute;z-index:4;top:2px;left:50%;transform:translateX(-50%);width:18px;height:4px;background:#090a0c;border-radius:10px}.x17-phone strong{position:absolute;z-index:3;left:5px;bottom:26px;color:#fff;text-align:left;font-size:5.6px;line-height:1;letter-spacing:.04em}.x17-phone span{position:absolute;z-index:3;left:5px;bottom:8px;color:#111;background:#fff;border-radius:4px;padding:4px 5px;font-size:4px;font-weight:850}
.x17-card footer{height:48px!important;min-height:48px!important;padding:0!important;display:grid!important;place-items:center!important;background:#fff!important}.x17-card footer b{font-size:13px!important}
.x17-food .x17-copy b{color:#7a3d16}.x17-pro .x17-copy b{color:#0e3565}.x17-health .x17-copy b{color:#007c7b}.x17-beauty .x17-copy b{color:#8a4650}.x17-services .x17-copy b{color:#315366}.x17-shop .x17-copy b{color:#a05219}
@media(max-width:760px){.x17-tabs{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.x17-tabs .tab{height:45px!important;padding:5px 7px!important;font-size:10px!important;gap:6px!important}.x17-tabs .cat-icon{width:25px!important;height:25px!important;flex-basis:25px!important;font-size:12px!important}.x17-examples{display:flex!important;overflow-x:auto!important;gap:12px!important;padding:5px 5px 18px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.x17-examples::-webkit-scrollbar{display:none}.x17-card{flex:0 0 84%!important;max-width:340px!important;scroll-snap-align:center!important}.x17-stage{height:285px!important;padding:14px}.x17-browser{left:13px;right:38px;top:13px;height:238px;border-radius:14px}.x17-bar{height:25px}.x17-bar span{font-size:7px}.x17-web{height:213px}.x17-brand{left:14px;top:13px;font-size:8px}.x17-copy{left:14px;bottom:17px;width:72%}.x17-copy small{font-size:6px}.x17-copy h3{font-size:22px!important;margin:7px 0 6px!important}.x17-copy p{font-size:7px;max-width:155px;margin-bottom:10px}.x17-copy b{font-size:6px;padding:6px 9px}.x17-phone{right:9px;bottom:14px;width:72px;height:155px;border-width:5px;border-radius:17px}.x17-notch{width:27px;height:5px;top:3px}.x17-phone strong{left:7px;bottom:38px;font-size:8px}.x17-phone span{left:7px;bottom:11px;font-size:5.5px;padding:5px 6px}.x17-card footer{height:54px!important}.x17-card footer b{font-size:15px!important}}


/* W24 X18 — planes centrados + ejemplos fotográficos coherentes */
#planes .eyebrow,#planes h2,#planes .section-lead{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
#planes .plans{align-items:stretch}
#planes .plan{text-align:center!important;display:flex;flex-direction:column;align-items:center}
#planes .plan>p{max-width:330px;margin-left:auto;margin-right:auto;text-align:center!important}
#planes .plan .price{text-align:center!important;width:100%}
#planes .plan .features{display:flex!important;flex-direction:column!important;align-items:center!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
#planes .plan .features li{text-align:center!important;width:100%;display:block!important}
#planes .plan .btn{margin-top:auto}
.x17-health .x17-web img,.x17-health .x17-phone img{object-position:center 55%!important}
.x17-beauty .x17-web img,.x17-beauty .x17-phone img{object-position:center 52%!important}
.x17-services .x17-web img,.x17-services .x17-phone img{object-position:center 48%!important}
.x17-shop .x17-web img,.x17-shop .x17-phone img{object-position:center 48%!important}
@media(max-width:760px){
 #planes .plan{padding-left:22px!important;padding-right:22px!important}
 #planes .plan .features{align-items:center!important}
 #planes .plan .features li{text-align:center!important}
}

/* WEB24 V2.1 — stronger brand, conversion hierarchy and Agentia cross-sell */
html{scroll-padding-top:132px}.anchor-section{scroll-margin-top:132px}
.promo-bar{background:#071424;color:#fff;font-size:12px}.promo-in{min-height:36px;display:flex;align-items:center;justify-content:center;gap:14px;text-align:center}.promo-in>span{color:#8fbaff;font-weight:900;letter-spacing:.08em}.promo-in b{font-weight:700}.promo-in a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:800}
.nav{top:0}.nav-in{height:78px}.brand-lockup{display:flex;align-items:center;gap:11px;min-width:230px}.brand-lockup img{width:88px;height:auto;display:block}.brand-lockup span{display:flex;flex-direction:column;padding-left:11px;border-left:1px solid #dce5f1;line-height:1.08}.brand-lockup b{font-size:11px;letter-spacing:.14em;color:#14213a}.brand-lockup small{font-size:10px;color:#7b8798;margin-top:4px;white-space:nowrap}
.hero{padding-top:64px}.hero h1{font-size:clamp(46px,5.5vw,72px);line-height:.97}.hero p{font-size:19px;max-width:610px}.hero-micro{font-size:12px;color:#758297;margin:-10px 0 20px}.hero-micro b{color:#233049}.hero-actions .btn-outline{border-color:#d6e1f2}
.value-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdff}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0}.value-grid>div{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:10px;padding:0 28px;border-right:1px solid var(--line)}.value-grid>div:last-child{border-right:0}.value-grid span{grid-row:1/3;width:32px;height:32px;border-radius:9px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-size:10px;font-weight:900}.value-grid b{font-size:13px}.value-grid small{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.4}
.plan .price:after{content:" pago único";display:block;font-size:10px;font-weight:750;color:#8a96a7;text-transform:uppercase;letter-spacing:.08em;margin-top:5px}.domain-strip strong{white-space:nowrap}
.mid-cta{padding:30px 0 18px}.mid-cta-in{border-radius:22px;background:#071424;color:#fff;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 20px 50px rgba(7,20,36,.16)}.mid-cta h2{font-size:31px;letter-spacing:-.04em;margin:5px 0 8px}.mid-cta p{margin:0;color:#aebdd0}.eyebrow.left{text-align:left}.mid-cta .eyebrow{color:#83b0ff}
.agentia-cross{padding-top:34px}.agentia-card{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:center;border:1px solid #dce6f4;border-radius:26px;padding:38px;background:linear-gradient(135deg,#f8fbff,#eef5ff);overflow:hidden}.agentia-copy h2{text-align:left;margin:7px 0 12px;font-size:36px}.agentia-copy p{color:var(--muted);font-size:16px;line-height:1.65;max-width:700px}.text-link{display:inline-flex;color:var(--blue);font-weight:850;margin-top:8px}.agentia-mini{min-height:220px;border-radius:22px;background:#071424;color:#fff;padding:32px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 22px 55px rgba(7,20,36,.2);position:relative;overflow:hidden}.agentia-mini:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#0b63f6;filter:blur(28px);opacity:.26;right:-70px;top:-55px}.agentia-mini span{font-size:11px;font-weight:900;letter-spacing:.16em;color:#88b5ff;z-index:1}.agentia-mini strong{font-size:27px;line-height:1.08;letter-spacing:-.04em;margin:15px 0;z-index:1}.agentia-mini small{color:#aebdd0;z-index:1}
.final-cta h3{max-width:670px;line-height:1.05}.final-cta .eyebrow{margin-bottom:9px}
.footer p b{color:#fff}
@media(max-width:980px){.brand-lockup{min-width:auto}.brand-lockup span{display:none}.nav-links{gap:19px}.agentia-card{grid-template-columns:1fr}.agentia-mini{min-height:180px}.value-grid>div{padding:0 16px}}
@media(max-width:760px){html{scroll-padding-top:108px}.anchor-section{scroll-margin-top:108px}.promo-in{min-height:31px;font-size:9px;gap:7px}.promo-in b{display:none}.nav-in{height:68px}.brand-lockup img{width:86px}.nav-links{display:none}.nav-cta{padding:12px 14px;font-size:12px}.hero{padding-top:38px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions{display:grid;width:100%;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-micro{text-align:center}.value-grid{grid-template-columns:1fr;padding:4px 0}.value-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:17px 8px}.value-grid>div:last-child{border-bottom:0}.mid-cta-in{padding:28px 24px;display:block;text-align:center}.mid-cta .eyebrow{text-align:center}.mid-cta h2{font-size:27px}.mid-cta .btn{margin-top:20px;width:100%}.agentia-card{padding:26px 22px;gap:24px}.agentia-copy .eyebrow,.agentia-copy h2{text-align:center}.agentia-copy h2{font-size:29px}.agentia-copy p{text-align:center}.text-link{display:flex;justify-content:center}.agentia-mini{text-align:left}.final-cta .eyebrow{text-align:center}.final-cta h3{font-size:27px}}


/* WEB24 V3 — hero premium / visual product showcase */
.hero-v3{padding:74px 0 86px!important;background:radial-gradient(circle at 77% 31%,rgba(15,107,255,.13),transparent 27%),radial-gradient(circle at 8% 1%,rgba(222,235,255,.58),transparent 22%),linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}
.hero-v3 .hero-grid{grid-template-columns:.84fr 1.16fr!important;gap:62px!important;align-items:center}
.hero-v3 .hero-copy{padding-top:4px}
.hero-v3 h1{font-size:clamp(55px,5.6vw,78px)!important;line-height:.93!important;letter-spacing:-.066em!important;margin:20px 0 22px!important;max-width:610px}
.hero-v3 h1 .blue{display:inline-block;background:linear-gradient(135deg,#086bff,#0046d8);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-v3 .hero-copy>p{font-size:19px!important;line-height:1.55!important;max-width:585px!important;color:#66758a}
.hero-v3 .pill{box-shadow:0 8px 20px rgba(28,100,215,.06)}

.hero-showcase{position:relative;min-height:535px;padding:26px 32px 34px 0;isolation:isolate}
.hero-showcase:before{content:"";position:absolute;z-index:-3;width:560px;height:420px;right:-30px;top:48px;border-radius:45%;background:radial-gradient(circle,rgba(33,114,246,.22),rgba(75,142,248,.07) 48%,transparent 70%);filter:blur(18px)}
.showcase-orbit{position:absolute;z-index:-2;border:1px solid rgba(37,112,230,.12);border-radius:50%;pointer-events:none}
.orbit-one{width:510px;height:510px;right:-80px;top:0}.orbit-two{width:380px;height:380px;right:-13px;top:68px}
.showcase-browser{position:absolute;z-index:2;left:0;right:40px;top:37px;height:420px;border-radius:23px;overflow:hidden;background:#fff;border:1px solid rgba(212,222,235,.95);box-shadow:0 36px 88px rgba(20,45,86,.23),0 3px 10px rgba(25,48,85,.08);transform:perspective(1500px) rotateY(-2.8deg) rotateX(.6deg);transition:.35s ease}
.hero-showcase:hover .showcase-browser{transform:perspective(1500px) rotateY(0) translateY(-5px);box-shadow:0 44px 100px rgba(20,45,86,.27)}
.showcase-browser-bar{height:38px;background:rgba(249,250,252,.98);border-bottom:1px solid #e8edf4;display:flex;align-items:center;padding:0 13px;position:relative}
.showcase-browser-bar .browser-dots{position:absolute;left:13px}.showcase-url{margin:auto;font-size:9px;color:#7e8998;background:#fff;border:1px solid #e4e9ef;border-radius:7px;padding:5px 38px}.showcase-secure{font-size:8px;color:#2c9b63;font-weight:800;position:absolute;right:13px}
.showcase-screen{height:382px;position:relative;overflow:hidden;background:#13100e}.showcase-screen>img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%;filter:saturate(.96) contrast(1.04)}
.showcase-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,10,9,.87) 0%,rgba(11,10,9,.63) 38%,rgba(11,10,9,.15) 68%,rgba(11,10,9,.03) 100%)}
.showcase-shade:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 30%,rgba(0,0,0,.1))}
.showcase-nav{position:absolute;z-index:2;top:0;left:0;right:0;height:62px;padding:0 25px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.17);font-size:8px}.showcase-nav strong{font-size:12px;letter-spacing:.14em}.showcase-nav span{opacity:.82}.showcase-nav b{justify-self:end;padding:8px 10px;border-radius:999px;background:#fff;color:#17130f;font-size:7px}
.showcase-copy{position:absolute;z-index:2;left:31px;bottom:36px;color:#fff;width:57%}.showcase-copy small{font-size:8px;font-weight:900;letter-spacing:.16em;opacity:.82}.showcase-copy h3{font-size:39px!important;line-height:.94!important;letter-spacing:-.045em!important;margin:10px 0 11px!important;color:#fff!important}.showcase-copy p{font-size:10px;line-height:1.5;max-width:235px;margin:0 0 17px;opacity:.85}.showcase-copy>span{display:inline-flex;background:#fff;color:#17130f;border-radius:999px;padding:9px 12px;font-size:8px;font-weight:850}
.showcase-phone{position:absolute;z-index:5;right:-2px;bottom:18px;width:152px;height:324px;border:6px solid #101113;border-radius:29px;background:#111;overflow:hidden;box-shadow:0 26px 55px rgba(10,21,39,.32);transform:rotate(1.6deg);transition:.35s ease}.hero-showcase:hover .showcase-phone{transform:rotate(.3deg) translateY(-5px)}
.showcase-phone>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.95) contrast(1.05)}.showcase-phone-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,8,7,.12) 0%,rgba(8,8,7,.18) 38%,rgba(8,8,7,.83) 100%)}.showcase-phone-notch{position:absolute;z-index:4;top:5px;left:50%;transform:translateX(-50%);width:54px;height:14px;border-radius:9px;background:#101113}.showcase-phone-brand{position:absolute;z-index:3;left:12px;top:29px;color:#fff;font-size:7px;font-weight:900;letter-spacing:.12em}.showcase-phone-copy{position:absolute;z-index:3;left:12px;right:12px;bottom:18px;color:#fff;text-align:left}.showcase-phone-copy small{font-size:6px;font-weight:900;letter-spacing:.12em;opacity:.8}.showcase-phone-copy strong{display:block;font-size:18px;line-height:1.02;letter-spacing:-.035em;margin:8px 0 13px}.showcase-phone-copy span{display:inline-block;background:#fff;color:#17130f;border-radius:999px;padding:7px 9px;font-size:6px;font-weight:850}
.showcase-card{position:absolute;z-index:7;display:flex;align-items:center;gap:10px;padding:11px 13px;background:rgba(255,255,255,.95);border:1px solid rgba(218,227,239,.98);border-radius:16px;box-shadow:0 16px 38px rgba(21,45,83,.14);backdrop-filter:blur(14px)}.showcase-card>span{width:31px;height:31px;border-radius:10px;background:#edf4ff;color:#086bff;display:grid;place-items:center;font-weight:900}.showcase-card b{display:block;font-size:10px;line-height:1.2}.showcase-card small{display:block;font-size:8px;color:#8390a1;margin-top:3px;white-space:nowrap}.showcase-card-top{right:18px;top:0}.showcase-card-bottom{left:10px;bottom:18px}.showcase-label{position:absolute;right:60px;bottom:2px;font-size:7px;font-weight:900;letter-spacing:.15em;color:#97a4b6}

@media(max-width:980px){
 .hero-v3 .hero-grid{grid-template-columns:1fr!important;gap:24px!important}.hero-v3 .hero-copy{text-align:center}.hero-v3 h1,.hero-v3 .hero-copy>p{margin-left:auto!important;margin-right:auto!important}.hero-v3 .hero-actions,.hero-v3 .trust-row{justify-content:center!important}.hero-showcase{width:min(760px,100%);margin:0 auto;min-height:520px;padding-left:25px}.showcase-browser{left:25px}
}
@media(max-width:560px){
 .hero-v3{padding:38px 0 58px!important}.hero-v3 h1{font-size:45px!important;line-height:.95!important;margin:17px 0 17px!important}.hero-v3 .hero-copy>p{font-size:16px!important;max-width:355px!important}.hero-v3 .pill{font-size:9px!important;padding:8px 10px!important}.hero-v3 .hero-micro{margin-top:-7px!important}.hero-showcase{min-height:392px;padding:12px 0 22px;margin-top:4px}.hero-showcase:before{width:340px;height:300px;right:-35px;top:30px}.orbit-one{width:330px;height:330px;right:-95px;top:9px}.orbit-two{display:none}.showcase-browser{left:3px;right:23px;top:26px;height:302px;border-radius:17px;transform:none}.showcase-browser-bar{height:28px}.showcase-browser-bar .browser-dots{left:8px;gap:3px}.showcase-browser-bar .browser-dots i{width:5px;height:5px}.showcase-url{font-size:6px;padding:3px 20px}.showcase-secure{font-size:5px;right:8px}.showcase-screen{height:274px}.showcase-nav{height:42px;padding:0 12px;grid-template-columns:1fr auto}.showcase-nav strong{font-size:8px}.showcase-nav span{display:none}.showcase-nav b{font-size:5px;padding:5px 7px}.showcase-copy{left:16px;bottom:22px;width:64%;text-align:left!important}.showcase-copy small{font-size:5px}.showcase-copy h3{font-size:26px!important;margin:7px 0 7px!important}.showcase-copy p{font-size:7px;max-width:145px;margin-bottom:10px}.showcase-copy>span{font-size:5px;padding:6px 7px}.showcase-phone{right:-2px;bottom:18px;width:103px;height:218px;border-width:4px;border-radius:21px}.showcase-phone-notch{width:39px;height:9px;top:4px}.showcase-phone-brand{left:8px;top:20px;font-size:5px}.showcase-phone-copy{left:8px;right:8px;bottom:10px;text-align:left!important}.showcase-phone-copy small{font-size:4px}.showcase-phone-copy strong{font-size:12px;margin:5px 0 8px}.showcase-phone-copy span{font-size:4px;padding:5px 6px}.showcase-card{padding:7px 8px;gap:6px;border-radius:11px}.showcase-card>span{width:22px;height:22px;border-radius:7px;font-size:10px}.showcase-card b{font-size:7px}.showcase-card small{font-size:5.5px}.showcase-card-top{right:7px;top:0}.showcase-card-bottom{left:5px;bottom:2px}.showcase-label{display:none}
}
/* V5 X10 — WEB24 premium / Apple-inspired restraint. Blue is the only brand accent. */
:root{--blue:#0b63f6;--blue2:#1546db;--ink:#090b10;--muted:#667085;--line:#e9edf3;--soft:#f6f7f9;--shadow:0 28px 80px rgba(20,31,51,.10)}
body{background:#fff;color:var(--ink)}
.promo-bar{background:#0b0d11!important;color:#fff!important;border:0!important}.promo-bar a{color:#b9d4ff!important}
.nav{background:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(12,17,29,.07)!important;backdrop-filter:blur(22px) saturate(180%)}
.nav-links{gap:27px!important}.nav-links a{font-weight:650!important;color:#343a46}.nav-links a:hover{color:var(--blue)!important}
.btn{border-radius:14px!important}.btn-primary{background:var(--blue)!important;box-shadow:0 10px 28px rgba(11,99,246,.22)!important}.btn-primary:hover{background:#0057e7!important}.btn-outline{border-color:#dce3ed!important;background:#fff!important;color:#111827!important}
.hero-v3{padding:86px 0 78px!important;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)!important;overflow:hidden;position:relative}
.hero-v3:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-210px;top:-230px;background:radial-gradient(circle,rgba(11,99,246,.10),rgba(11,99,246,0) 68%);pointer-events:none}
.hero-v3 .hero-grid{grid-template-columns:.86fr 1.14fr!important;gap:72px!important;align-items:center!important}
.hero-v3 .hero-copy{text-align:left!important}.hero-v3 .pill{background:#eef4ff!important;color:#0b63f6!important;border:1px solid #d9e7ff!important;box-shadow:none!important}
.hero-v3 h1{font-size:clamp(54px,5.5vw,78px)!important;line-height:.97!important;letter-spacing:-.06em!important;margin:22px 0 18px!important;max-width:610px}.hero-v3 h1 .blue,.blue-text{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:var(--blue)!important}
.hero-v3 .hero-copy>p{font-size:22px!important;line-height:1.35!important;color:#4e5969!important;margin:0 0 28px!important;max-width:500px!important}.hero-v3 .hero-copy>p strong{color:#111827!important}
.hero-v3 .hero-actions{justify-content:flex-start!important;margin:0 0 18px!important}.hero-v3 .hero-micro{color:#778195!important;font-size:13px!important;margin:0 0 22px!important}.hero-v3 .trust-row{justify-content:flex-start!important;gap:20px!important}.hero-v3 .trust-icon{background:#eef4ff!important;color:var(--blue)!important}
.hero-showcase{min-height:560px!important;padding:18px 8px 22px 0!important;margin:0!important;position:relative}.hero-showcase:before{content:"";position:absolute;inset:58px 6px 46px 50px;border-radius:38px;background:linear-gradient(145deg,#f4f6f8,#fff);border:1px solid #e8ecf1;box-shadow:0 40px 100px rgba(16,24,40,.08)}
.showcase-orbit,.showcase-label,.showcase-card{display:none!important}.showcase-browser{left:10px!important;right:42px!important;top:64px!important;height:404px!important;border-radius:20px!important;border:1px solid #dfe5ec!important;background:#fff!important;box-shadow:0 30px 80px rgba(15,23,42,.16)!important;transform:none!important;overflow:hidden}
.showcase-browser:after{display:none!important}.showcase-browser-bar{height:38px!important;background:#f7f8fa!important;border-bottom:1px solid #e9edf2!important}.showcase-url{background:#fff!important;border:1px solid #e5e9ef!important;color:#7a8493!important;font-size:8px!important;min-width:170px!important}.showcase-secure{color:#5f6b7a!important}.showcase-screen{height:366px!important;background:#f5f5f3!important}.showcase-screen>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(.72) contrast(.98) brightness(1.03)!important}.showcase-shade{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 42%,rgba(255,255,255,.16) 76%,rgba(255,255,255,0) 100%)!important}
.showcase-nav{height:54px!important;padding:0 24px!important;color:#121826!important}.showcase-nav strong{font-size:10px!important;letter-spacing:.10em!important}.showcase-nav span{font-size:7px!important;color:#5f6672!important}.showcase-nav b{background:var(--blue)!important;color:#fff!important;border-radius:999px!important;padding:8px 11px!important}.showcase-copy{left:34px!important;bottom:52px!important;color:#111827!important;width:51%!important}.showcase-copy small{color:var(--blue)!important;opacity:1!important}.showcase-copy h3{font-size:37px!important;line-height:1.01!important;color:#101828!important;margin:10px 0 12px!important}.showcase-copy p{color:#596273!important;font-size:10px!important;max-width:255px!important}.showcase-copy>span{background:#111827!important;color:#fff!important;border-radius:999px!important;padding:9px 13px!important}
.showcase-phone{right:0!important;bottom:18px!important;width:146px!important;height:308px!important;border:6px solid #0d0f12!important;border-radius:30px!important;box-shadow:0 28px 60px rgba(15,23,42,.25)!important;transform:rotate(1.4deg)!important}.showcase-phone>img{filter:saturate(.72) brightness(1.02)!important}.showcase-phone-shade{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(15,23,42,.10) 34%,rgba(15,23,42,.78))!important}.showcase-phone-copy span{background:#fff!important;color:#111827!important}
.value-strip{background:#fff!important;border-top:1px solid #eef1f5!important;border-bottom:1px solid #eef1f5!important}.value-grid>div span{color:var(--blue)!important}.value-grid b{color:#131722!important}
.section{padding:94px 0!important}.section.soft{background:#f7f8fa!important}.eyebrow{color:var(--blue)!important}.section h2{font-size:44px!important;letter-spacing:-.045em!important}.section-lead{color:#667085!important}
.steps{background:#fff!important;border-color:#e8edf3!important;box-shadow:0 20px 55px rgba(16,24,40,.045)!important}.step .icon{background:#eef4ff!important;color:var(--blue)!important;box-shadow:none!important}
/* compact, light before/after */
.transformation-section{background:#fff!important;color:var(--ink)!important;padding-top:76px!important;padding-bottom:76px!important}.transformation-section:before{display:none!important}.transformation-section .eyebrow{color:var(--blue)!important}.transformation-section h2{color:#0b0d12!important;font-size:39px!important;line-height:1.03!important}.transformation-section .section-lead{color:#667085!important;max-width:660px!important}.before-after-grid{grid-template-columns:1fr 48px 1fr!important;gap:18px!important;margin-top:34px!important;align-items:center!important;max-width:960px;margin-left:auto;margin-right:auto}.before-panel,.after-panel{background:#f8f9fb!important;border:1px solid #e5e9ef!important;border-radius:22px!important;padding:14px!important;box-shadow:none!important}.after-panel{background:#fff!important;border-color:#d8e6ff!important;box-shadow:0 18px 55px rgba(11,99,246,.08)!important}.compare-label{font-size:9px!important;letter-spacing:.10em!important;padding:6px 9px!important;margin:0 0 10px!important}.compare-label.bad{color:#697386!important;background:#edf0f4!important}.compare-label.good{color:var(--blue)!important;background:#edf4ff!important}.compare-arrow{width:44px!important;height:44px!important;background:#eef4ff!important;color:var(--blue)!important;box-shadow:none!important;font-size:20px!important}.ig-mock{padding:14px!important;border:1px solid #e5e7eb!important;border-radius:14px!important}.ig-avatar{width:38px!important;height:38px!important;background:#e8edf4!important;color:#667085!important}.ig-stats{margin:12px 0!important}.ig-mock p{font-size:9px!important}.ig-grid{margin-top:9px!important}.ig-grid img{height:64px!important;aspect-ratio:auto!important;object-fit:cover!important}.web-mock{border-radius:14px!important;border:1px solid #e1e7ef!important}.web-mock-bar{height:25px!important}.web-mock-body{height:178px!important;background:#f4f3ef!important}.web-mock-body img{filter:saturate(.7) brightness(1.03)!important}.web-mock-shade{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 52%,rgba(255,255,255,.1))!important}.web-mock-brand{color:#111827!important;left:16px!important;top:14px!important;font-size:8px!important}.web-mock-copy{left:16px!important;bottom:18px!important}.web-mock-copy small{color:var(--blue)!important}.web-mock-copy b{color:#111827!important;font-size:17px!important;margin:5px 0 9px!important}.web-mock-copy span{background:var(--blue)!important;color:#fff!important;padding:6px 8px!important}.compare-list{display:none!important}.transformation-cta{max-width:960px!important;margin:18px auto 0!important;background:#f7f9fc!important;border:1px solid #e7ebf1!important;border-radius:16px!important;padding:15px 17px!important}.transformation-cta b{color:#111827!important;font-size:13px!important}.transformation-cta b span{color:#667085!important;font-weight:650!important}
.plans{gap:18px!important}.plan{border-color:#e5e9ef!important;box-shadow:0 12px 36px rgba(16,24,40,.05)!important}.plan.featured{border-color:var(--blue)!important;box-shadow:0 18px 55px rgba(11,99,246,.11)!important}.tag{background:var(--blue)!important}.price{letter-spacing:-.035em}
.examples-tabs .tab{background:#f2f4f7!important;color:#344054!important;box-shadow:none!important;border:1px solid #e4e7ec!important}.example-card{box-shadow:0 12px 36px rgba(16,24,40,.06)!important;border-color:#e5e9ef!important}
.benefit{background:#fff!important;border-color:#e7ebf0!important}.benefit-icon{background:#eef4ff!important;color:var(--blue)!important}
.agentia-card{background:#0b0d12!important;border-radius:28px!important}.agentia-card h2,.agentia-card p{color:#fff!important}.agentia-card p{opacity:.72}.agentia-mini{background:linear-gradient(145deg,#151922,#0b0d12)!important;border:1px solid #252b36!important}
.final-cta{background:linear-gradient(135deg,#0b63f6,#1647d8)!important;border-radius:28px!important}
/* checkout premium neutral */
.page-hero{background:#f7f8fa!important}.checkout-preview-card{background:#fff!important}.checkout-kicker{color:var(--blue)!important}.checkout-visual.premium-preview{background:linear-gradient(145deg,#f4f6f8,#fff)!important;border:1px solid #e5e9ef!important}.mini-site{background:#f4f3ef!important}.mini-site>img{filter:saturate(.7) brightness(1.03)!important}.mini-copy{color:#111827!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(10px)}.mini-copy p{color:#667085!important}.mini-copy em{background:var(--blue)!important;color:#fff!important}.mini-phone{border-color:#111318!important}.checkout-trust{background:#f7f8fa!important}
@media(max-width:980px){.hero-v3 .hero-grid{grid-template-columns:1fr!important;gap:34px!important}.hero-v3 .hero-copy{text-align:center!important}.hero-v3 h1,.hero-v3 .hero-copy>p{margin-left:auto!important;margin-right:auto!important}.hero-v3 .hero-actions,.hero-v3 .trust-row{justify-content:center!important}.hero-showcase{width:min(760px,100%)!important;margin:auto!important}}
@media(max-width:760px){.hero-v3{padding:46px 0 55px!important}.hero-v3 h1{font-size:46px!important}.hero-v3 .hero-copy>p{font-size:18px!important}.hero-showcase{min-height:400px!important}.showcase-browser{left:0!important;right:19px!important;top:35px!important;height:306px!important}.showcase-screen{height:278px!important}.showcase-copy{left:18px!important;bottom:30px!important;width:60%!important}.showcase-copy h3{font-size:25px!important}.showcase-phone{width:100px!important;height:213px!important;right:-3px!important}.before-after-grid{grid-template-columns:1fr!important;max-width:520px!important}.compare-arrow{margin:-4px auto!important;transform:rotate(90deg)}.web-mock-body{height:170px!important}.transformation-cta{flex-direction:column!important;text-align:center!important}.transformation-cta b{text-align:center!important}}

/* V5.1 — consistency + conversion fixes */
body{overflow-x:hidden}
.promo-bar{margin:0!important}
.nav{margin:0!important}
.hero-v3{margin:0!important;padding-top:34px!important;border-top:0!important}
.hero-v3 .hero-grid{min-height:640px}
.value-strip{margin:0!important}
.value-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important}
.value-grid>div{padding:28px 32px!important;border-right:1px solid #e8edf3!important;display:grid!important;grid-template-columns:34px 1fr!important;column-gap:12px!important;align-items:start!important}
.value-grid>div:last-child{border-right:0!important}
.value-grid>div span{grid-row:1 / span 2!important;font-size:12px!important;font-weight:900!important;line-height:1!important;padding-top:4px!important}
.value-grid>div b{font-size:15px!important;line-height:1.25!important;margin:0 0 7px!important}
.value-grid>div small{font-size:12.5px!important;line-height:1.5!important;color:#667085!important}
.steps.steps-three{grid-template-columns:repeat(3,1fr)!important;max-width:1040px!important;margin:0 auto!important;padding:34px 28px!important}
.steps.steps-three .step{padding:8px 16px!important}
.steps.steps-three .step .icon{width:54px!important;height:54px!important;background:#0b63f6!important;color:#fff!important;border-radius:16px!important;box-shadow:0 12px 28px rgba(11,99,246,.18)!important}
.steps.steps-three .step h3{font-size:18px!important;color:#101828!important;margin-top:14px!important}
.steps.steps-three .step p{font-size:13.5px!important;color:#667085!important;max-width:240px!important;margin:0 auto!important}

/* restore WEB24 blue visual language across lower half */
#planes .eyebrow,#ejemplos .eyebrow,#preguntas .eyebrow,.benefits-section .eyebrow{color:#0b63f6!important}
.plan .sub,.features li:before,.example-card footer b,.blue-text{color:#0b63f6!important}
.plan.featured{border:2px solid #0b63f6!important}
.plan.featured .btn,.tag{background:#0b63f6!important;color:#fff!important}
.examples-tabs .tab{background:#eef4ff!important;color:#0b63f6!important;border-color:#d8e6ff!important}
.examples-tabs .tab:hover{background:#0b63f6!important;color:#fff!important}
.benefit-icon{background:#eef4ff!important;color:#0b63f6!important;border:1px solid #dce9ff!important}
.benefit{border:1px solid #e5eaf1!important;background:#fff!important;box-shadow:0 12px 34px rgba(16,24,40,.045)!important}
.benefit b{color:#101828!important}
.benefit small{color:#667085!important}
.agentia-card{box-shadow:0 22px 60px rgba(16,24,40,.12)!important}
.final-cta{color:#fff!important;box-shadow:0 24px 60px rgba(11,99,246,.22)!important}
.final-cta h3,.final-cta p{color:#fff!important}
.final-cta p{opacity:.86!important}
.final-cta .btn-primary{background:#fff!important;color:#0b63f6!important;box-shadow:none!important}
.final-cta .btn-outline,.final-cta .btn-wa{border-color:rgba(255,255,255,.45)!important}
.footer{margin-top:0!important}

@media(max-width:980px){
  .hero-v3{padding-top:24px!important}.hero-v3 .hero-grid{min-height:auto}
  .value-grid{grid-template-columns:1fr!important}.value-grid>div{border-right:0!important;border-bottom:1px solid #e8edf3!important}.value-grid>div:last-child{border-bottom:0!important}
  .steps.steps-three{grid-template-columns:1fr!important;max-width:620px!important}.steps.steps-three .step p{max-width:420px!important}
}
@media(max-width:760px){
  .hero-v3{padding-top:18px!important}.value-grid>div{padding:20px 18px!important}.section{padding:72px 0!important}.section h2{font-size:36px!important}
}

/* V5.2 — tighter premium rhythm + light conversion blocks */
/* Header / hero: no dead white band */
.hero-v3{padding-top:8px!important}
.hero-v3 .hero-grid{min-height:610px!important}
@media(max-width:980px){.hero-v3{padding-top:6px!important}.hero-v3 .hero-grid{min-height:auto!important}}
@media(max-width:760px){.hero-v3{padding-top:4px!important}}

/* Process copy + compact spacing */
#como{padding-top:58px!important;padding-bottom:58px!important}
#como .eyebrow{letter-spacing:.11em!important}
.steps.steps-three{margin-top:22px!important}

/* Simple before / after */
.transformation-section{padding:58px 0!important}
.transformation-section h2{font-size:38px!important}
.simple-compare{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:920px;margin:28px auto 0;padding:14px;background:#f7f9fc;border:1px solid #e6ebf2;border-radius:24px}
.simple-side{min-width:0;background:#fff;border:1px solid #e5e9ef;border-radius:18px;padding:14px}
.simple-web{border-color:#d5e4ff;box-shadow:0 14px 34px rgba(11,99,246,.07)}
.simple-label{display:inline-block;font-size:10px;font-weight:900;letter-spacing:.09em;color:#667085;background:#eef1f5;border-radius:999px;padding:6px 9px;margin-bottom:10px}
.blue-label{color:var(--blue);background:#edf4ff}
.simple-side .ig-mock{border:0!important;padding:8px!important}
.simple-side .web-mock{border:0!important}
.simple-side .ig-grid img{height:72px!important}
.simple-side .web-mock-body{height:190px!important}
@media(max-width:760px){.simple-compare{grid-template-columns:1fr;max-width:520px}.simple-side .web-mock-body{height:176px!important}}

/* Tighten plans -> examples */
#planes{padding-bottom:34px!important}
.examples-section{padding-top:30px!important;padding-bottom:42px!important}

/* Light CTA under examples */
.mid-cta{padding:14px 0 18px!important}
.mid-cta-in{background:linear-gradient(135deg,#f7faff,#eef4ff)!important;color:#101828!important;border:1px solid #dce8fa!important;box-shadow:none!important;padding:28px 32px!important}
.mid-cta h2{color:#101828!important}
.mid-cta p{color:#667085!important}
.mid-cta .eyebrow{color:var(--blue)!important}

/* Tighten benefits -> Agentia */
.benefits-section{padding-top:46px!important;padding-bottom:28px!important}
.agentia-cross{padding-top:16px!important;padding-bottom:46px!important}

/* Agentia: soft, premium, still distinct */
.agentia-card{background:linear-gradient(135deg,#f7faff,#eef4ff)!important;border:1px solid #d9e6fa!important;box-shadow:0 18px 48px rgba(24,55,105,.07)!important;color:#101828!important;padding:34px!important}
.agentia-card h2{color:#101828!important}
.agentia-card p{color:#667085!important;opacity:1!important}
.agentia-card .eyebrow{color:var(--blue)!important}
.agentia-mini{background:#fff!important;color:#101828!important;border:1px solid #dce6f4!important;box-shadow:0 14px 38px rgba(24,55,105,.08)!important;min-height:190px!important}
.agentia-mini:after{background:#dbe9ff!important;opacity:.9!important;filter:blur(20px)!important}
.agentia-mini span{color:var(--blue)!important}
.agentia-mini strong{color:#101828!important}
.agentia-mini small{color:#667085!important}

/* Reduce generic dead space before FAQ */
#preguntas{padding-top:54px!important}

/* WEB24 V5.5 — comparación, AGENTIA y FAQ */
.transformation-section{padding:64px 0!important;overflow:hidden}
.compare-card{width:min(100%,980px);margin:30px auto 0;display:grid;grid-template-columns:1fr 58px 1fr;align-items:stretch;background:#fff;border:1px solid #e4eaf2;border-radius:24px;padding:18px;box-shadow:0 18px 55px rgba(30,64,110,.06)}
.compare-pane{min-width:0;border-radius:18px;padding:18px;background:#fafbfd;border:1px solid #edf0f4;overflow:hidden}
.compare-website{background:#f7faff;border-color:#dbe8ff}
.compare-head{display:flex;align-items:center;gap:10px;margin-bottom:15px;color:#111827;font-size:14px}
.compare-kicker{font-size:9px;font-weight:900;letter-spacing:.14em;padding:6px 8px;border-radius:999px;background:#edf0f4;color:#697386}.compare-kicker.blue{background:#eaf2ff;color:var(--blue)}
.compare-divider{display:grid;place-items:center}.compare-divider span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:18px;font-weight:900}
.ig-profile-clean{background:#fff;border:1px solid #e6e9ef;border-radius:15px;padding:15px;overflow:hidden}.ig-profile-head{display:flex;gap:10px;align-items:center}.ig-avatar-clean{width:38px;height:38px;border-radius:50%;background:#edf1f7;color:#667085;display:grid;place-items:center;font-weight:800}.ig-profile-head div{display:grid}.ig-profile-head strong{font-size:13px}.ig-profile-head small{font-size:10px;color:#7b8494;margin-top:2px}.ig-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:15px 0;text-align:center}.ig-metrics span{display:grid}.ig-metrics b{font-size:14px}.ig-metrics small{font-size:8px;color:#7b8494}.ig-profile-clean p{font-size:10px;line-height:1.45;margin:0 0 12px;color:#344054}.ig-profile-clean p span{color:#7b8494}.ig-gallery-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.ig-gallery-clean img{width:100%;height:78px;object-fit:cover;border-radius:7px;display:block}
.website-clean{background:#fff;border:1px solid #dfe5ee;border-radius:15px;overflow:hidden;box-shadow:0 12px 32px rgba(26,65,120,.08)}.browser-clean{height:29px;display:flex;align-items:center;gap:5px;padding:0 10px;background:#f6f7f9;border-bottom:1px solid #e8ebef}.browser-clean i{width:5px;height:5px;border-radius:50%;background:#c4c9d1}.browser-clean span{font-size:8px;color:#697386;margin-left:5px}.website-hero-clean{height:214px;position:relative;overflow:hidden;background:#eef1f4}.website-hero-clean>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.website-gradient{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.80) 48%,rgba(255,255,255,.04) 78%)}.website-brand{position:absolute;left:17px;top:16px;font-size:8px;font-weight:900;letter-spacing:.12em;color:#101828}.website-copy{position:absolute;left:17px;bottom:20px;display:grid;justify-items:start}.website-copy small{font-size:7px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.website-copy strong{font-size:18px;line-height:1.05;letter-spacing:-.035em;margin:7px 0 10px;color:#101828}.website-copy span{background:var(--blue);color:white;border-radius:6px;padding:7px 10px;font-size:8px;font-weight:800}.compare-caption{font-size:11px;line-height:1.45;margin:13px 2px 0}.muted-cap{color:#7b8494}.good-cap{color:#315f9e;font-weight:700}
.agentia-cross{padding:44px 0 54px!important}.agentia-card{grid-template-columns:1.05fr .95fr!important;gap:42px!important;background:linear-gradient(135deg,#f8fbff 0%,#eff5ff 100%)!important;padding:42px!important;border-radius:28px!important}.agentia-copy h2{font-size:40px!important;line-height:1.02!important;max-width:650px}.agentia-visual{min-height:300px;position:relative;border:1px solid #d8e5f7;border-radius:24px;background:radial-gradient(circle at 50% 36%,#fff 0,#f5f9ff 40%,#eaf2ff 100%);overflow:hidden;display:grid;place-items:center}.ai-orbit{position:absolute;border:1px solid rgba(11,99,246,.13);border-radius:50%}.ai-orbit-one{width:240px;height:240px}.ai-orbit-two{width:185px;height:185px}.ai-robot{position:relative;z-index:3;display:grid;justify-items:center;filter:drop-shadow(0 18px 24px rgba(18,68,140,.15))}.robot-antenna{width:4px;height:22px;background:#7aaaf8;position:relative}.robot-antenna i{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--blue);left:-3px;top:-5px;box-shadow:0 0 0 6px rgba(11,99,246,.1)}.robot-head{width:112px;height:78px;border-radius:28px;background:linear-gradient(145deg,#fff,#eaf2ff);border:2px solid #cfe0fb;display:flex;align-items:center;justify-content:center;gap:24px;position:relative}.robot-head:before{content:"";position:absolute;inset:8px;border-radius:21px;border:1px solid #e2ebf8}.robot-eye{width:12px;height:12px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(11,99,246,.1);z-index:1}.robot-head b{position:absolute;width:30px;height:8px;border-bottom:2px solid #8aa8ce;border-radius:50%;bottom:15px}.robot-body{width:82px;height:55px;border-radius:13px 13px 28px 28px;background:linear-gradient(180deg,#dceaff,#bcd5fb);border:2px solid #c2d8f6;margin-top:-2px;display:grid;place-items:center;color:var(--blue);font-weight:950;font-size:13px}.ai-bubble{position:absolute;z-index:4;background:#fff;border:1px solid #dce6f4;border-radius:14px;padding:10px 12px;display:flex;gap:8px;align-items:center;box-shadow:0 12px 28px rgba(32,71,128,.08)}.ai-bubble>span{width:26px;height:26px;border-radius:8px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.ai-bubble div{display:grid}.ai-bubble b{font-size:10px;color:#172033}.ai-bubble small{font-size:8px;color:#7b8494}.bubble-one{left:24px;top:40px}.bubble-two{right:22px;top:72px}.bubble-three{right:38px;bottom:42px}.agentia-visual-copy{position:absolute;left:24px;bottom:25px;display:grid;z-index:4}.agentia-visual-copy span{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--blue)}.agentia-visual-copy strong{font-size:14px;color:#172033;line-height:1.15;margin-top:5px}
.faq{align-items:start}.faq details{min-height:58px}.faq summary{line-height:1.35}
@media(max-width:900px){.compare-card{grid-template-columns:1fr;gap:12px}.compare-divider{height:32px}.compare-divider span{transform:rotate(90deg)}.agentia-card{grid-template-columns:1fr!important}.agentia-visual{min-height:280px}}
@media(max-width:560px){.compare-card{padding:10px;border-radius:18px}.compare-pane{padding:13px}.ig-gallery-clean img{height:64px}.website-hero-clean{height:185px}.website-copy strong{font-size:16px}.agentia-card{padding:24px 18px!important}.agentia-visual{min-height:270px}.bubble-one{left:10px;top:28px}.bubble-two{right:9px;top:60px}.bubble-three{right:14px;bottom:36px}.agentia-visual-copy{left:14px;bottom:18px}}

/* WEB24 V5.7 — compact conversion section + premium before/after */
.sales-strip{background:#fff!important;border-color:#edf1f6!important}
.sales-grid{padding:10px 0!important}
.sales-grid>div{padding:17px 26px!important;min-height:92px!important;align-content:center!important}
.sales-grid>div span{width:34px!important;height:34px!important;border-radius:10px!important;background:#edf4ff!important;display:grid!important;place-items:center!important;padding:0!important}
.sales-grid>div b{font-size:15px!important;margin:0 0 4px!important;letter-spacing:-.01em}
.sales-grid>div small{font-size:12px!important;line-height:1.4!important;max-width:270px!important}
#como{padding:42px 0 46px!important;background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%)!important}
#como h2{font-size:38px!important;margin:7px 0 8px!important}
#como .section-lead{margin-bottom:20px!important}
#como .steps.steps-three{margin-top:18px!important;padding:24px 28px!important;gap:10px!important;background:#fff!important}
#como .step .icon{width:48px!important;height:48px!important;margin-bottom:10px!important}
#como .step .icon svg{width:22px!important;height:22px!important}
#como .step h3{font-size:15px!important;margin-bottom:5px!important}
#como .step p{font-size:12px!important;max-width:250px!important;margin:0 auto!important}

.transformation-section{padding:46px 0 20px!important}
.transformation-section h2{font-size:38px!important;margin-bottom:9px!important}
.transformation-section .section-lead{margin-bottom:18px!important}
.compare-card-v2{margin-top:20px!important;padding:14px!important;border-radius:22px!important;box-shadow:0 14px 44px rgba(30,64,110,.055)!important}
.compare-card-v2 .compare-pane{padding:15px!important;border-radius:16px!important}
.compare-card-v2 .compare-head{margin-bottom:11px!important}
.ig-profile-v2{padding:12px!important;border-radius:14px!important}
.ig-topbar{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #edf0f4}
.instagram-logo{width:22px;height:22px;fill:none;stroke:#111827;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ig-topbar strong{font-size:11px}.ig-topbar span{font-size:11px;color:#98a2b3;letter-spacing:.1em}
.ig-profile-v2 .ig-profile-head{gap:9px}.ig-profile-v2 .ig-avatar-clean{width:34px;height:34px;font-size:11px}
.ig-profile-v2 .ig-metrics{margin:11px 0}.ig-profile-v2 .ig-metrics b{font-size:13px}.ig-profile-v2 .ig-profile-clean p{font-size:9px}
.ig-gallery-v2{gap:6px!important}
.ig-gallery-v2 figure{margin:0;position:relative;border-radius:9px;overflow:hidden;height:92px;background:#eef1f4}
.ig-gallery-v2 figure img{height:100%!important;width:100%!important;border-radius:0!important;object-fit:cover!important;filter:saturate(.82) contrast(.96)}
.ig-gallery-v2 figure:nth-child(1) img{object-position:13% 50%}.ig-gallery-v2 figure:nth-child(2) img{object-position:50% 50%;transform:scale(1.38)}.ig-gallery-v2 figure:nth-child(3) img{object-position:82% 50%;transform:scale(1.22)}
.ig-gallery-v2 figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(8,15,25,.55))}
.ig-gallery-v2 figcaption{position:absolute;z-index:2;left:7px;bottom:6px;color:#fff;font-size:7px;font-weight:800;letter-spacing:.02em}

.website-pro{border-color:#dce7f8!important;box-shadow:0 14px 36px rgba(20,70,145,.09)!important}
.web-pro-nav{height:33px;padding:0 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;background:#fff;border-bottom:1px solid #edf1f6;color:#152238}
.web-pro-nav b{font-size:7px;letter-spacing:.12em}.web-pro-nav span{text-align:center;font-size:6px;color:#7a8698}.web-pro-nav em{font-size:6px;font-style:normal;font-weight:800;color:#fff;background:var(--blue);border-radius:999px;padding:5px 7px}
.web-pro-hero{height:176px!important}
.web-pro-hero>img{object-position:center 48%!important;filter:saturate(.72) brightness(1.04)}
.web-pro-hero .website-gradient{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 44%,rgba(255,255,255,.18) 73%,rgba(255,255,255,.02) 100%)!important}
.web-pro-hero .website-copy{left:16px!important;bottom:15px!important;max-width:60%}
.web-pro-hero .website-copy strong{font-size:19px!important;line-height:1!important;margin:5px 0 6px!important}.web-pro-hero .website-copy p{font-size:7px;color:#647287;line-height:1.35;margin:0 0 8px;max-width:150px}.web-pro-hero .website-copy span{font-size:7px!important;padding:6px 9px!important;border-radius:999px!important}
.web-pro-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #edf1f6;background:#fff}.web-pro-features span{display:flex;align-items:center;gap:6px;padding:9px 10px;font-size:7px;font-weight:750;color:#344054;border-right:1px solid #edf1f6}.web-pro-features span:last-child{border-right:0}.web-pro-features b{display:grid;place-items:center;width:18px;height:18px;border-radius:6px;background:#edf4ff;color:var(--blue);font-size:6px}
.compare-card-v2 .compare-caption{margin-top:10px!important}
#planes{padding-top:28px!important}

@media(max-width:900px){
  .sales-grid>div{padding:15px 18px!important;min-height:82px!important}
  .compare-card-v2{grid-template-columns:1fr!important;max-width:620px!important}.compare-card-v2 .compare-divider{height:26px!important}.compare-card-v2 .compare-divider span{transform:rotate(90deg)}
  #planes{padding-top:24px!important}
}
@media(max-width:560px){
  .sales-grid{padding:0!important}.sales-grid>div{min-height:auto!important;padding:14px 10px!important}.sales-grid>div small{max-width:none!important}
  #como{padding:34px 0 36px!important}#como h2{font-size:31px!important}#como .steps.steps-three{padding:18px 14px!important}
  .transformation-section{padding:36px 0 14px!important}.transformation-section h2{font-size:31px!important}.compare-card-v2{padding:9px!important}.ig-gallery-v2 figure{height:76px}.web-pro-nav span{display:none}.web-pro-nav{grid-template-columns:1fr auto}.web-pro-hero{height:168px!important}.web-pro-hero .website-copy strong{font-size:17px!important}.web-pro-features span{padding:8px 6px;font-size:6.5px}
  #planes{padding-top:20px!important}
}


/* WEB24 V5.8 — branded before/after + checkout price alignment */
.instagram-brand{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:radial-gradient(circle at 32% 96%,#ffd600 0 19%,#ff7a00 20% 38%,#ff0169 39% 63%,#d300c5 64% 78%,#7638fa 79% 100%);box-shadow:0 4px 10px rgba(209,0,197,.18)}
.instagram-brand .instagram-logo{width:16px!important;height:16px!important;stroke:#fff!important;stroke-width:1.8!important}
.ig-topbar{grid-template-columns:24px 1fr auto!important}
.ig-profile-v2{background:#fff!important;border:1px solid #e8ebf0!important;box-shadow:0 10px 26px rgba(16,24,40,.04)!important}
.ig-gallery-v2 figure{height:104px!important;background:#eef1f4!important}
.ig-gallery-v2 figure img{transform:none!important;filter:saturate(.92) contrast(1.01)!important}
.ig-gallery-v2 figure:nth-child(1) img{object-position:center 55%!important}
.ig-gallery-v2 figure:nth-child(2) img{object-position:center!important}
.ig-gallery-v2 figure:nth-child(3) img{object-position:center!important}
.compare-instagram{background:linear-gradient(180deg,#fcfcfd,#f8f9fb)!important}
.compare-website{background:linear-gradient(180deg,#f8fbff,#f3f7ff)!important}
.website-pro{position:relative;overflow:hidden;background:#fff!important;border:1px solid #d9e5f7!important;box-shadow:0 18px 45px rgba(20,70,145,.11)!important}
.web24-made{position:absolute;z-index:4;right:10px;bottom:44px;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid rgba(216,230,255,.95);box-shadow:0 6px 18px rgba(20,70,145,.10);border-radius:999px;padding:5px 8px}
.web24-made img{width:24px;height:auto;display:block}.web24-made span{font-size:6px;font-weight:800;color:#315f9e;letter-spacing:.02em}
.web-pro-nav{height:36px!important}.web-pro-nav b{font-size:7.5px!important}.web-pro-nav em{box-shadow:0 5px 12px rgba(11,99,246,.18)}
.web-pro-hero{height:188px!important}.web-pro-hero .website-gradient{background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 43%,rgba(255,255,255,.34) 67%,rgba(255,255,255,.02) 100%)!important}
.web-pro-hero .website-copy strong{font-size:20px!important}.web-pro-hero .website-copy p{font-size:7.5px!important;max-width:170px!important}
.compare-card-v2{border-color:#e3e9f3!important}.compare-card-v2 .compare-head b{font-size:14px!important}.compare-kicker{font-weight:900!important}
.order-head{display:block!important}.order-title-block{width:100%}.order-name-price{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-top:12px}.order-name-price h2{margin:0!important}.order-name-price #planPrice{font-size:29px!important;line-height:1!important;white-space:nowrap}.order-title-block .sub{margin-top:10px}.order-title-block p{margin-bottom:0}
@media(max-width:560px){.ig-gallery-v2 figure{height:84px!important}.web24-made{right:7px;bottom:40px;padding:4px 6px}.web24-made img{width:20px}.web24-made span{font-size:5.5px}.order-name-price{align-items:center}.order-name-price #planPrice{font-size:25px!important}}

/* WEB24 V5.9 — polish conversion sections */
#como h2{max-width:980px;margin-left:auto!important;margin-right:auto!important}
#como .section-lead strong{color:#172033;font-weight:750}
.ig-avatar-photo{padding:2px;background:linear-gradient(135deg,#ffd600,#ff0169 48%,#7638fa);overflow:hidden}
.ig-avatar-photo img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid #fff;display:block}
.ig-profile-head{grid-template-columns:auto 1fr auto!important}.ig-follow{border:0;background:#0b63f6;color:#fff;font-weight:750;font-size:10px;border-radius:8px;padding:7px 12px;cursor:default}
.compare-instagram{background:linear-gradient(145deg,#fff 0%,#fff7fb 100%)!important;border-color:#f4dce9!important}.compare-instagram .compare-kicker{background:#fff0f7!important;color:#d60075!important}.compare-instagram:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#ffb800,#ff0069,#a434f5);opacity:.8}.compare-pane{position:relative;overflow:hidden}
.web-pro-nav b i{font-style:normal;color:#b99068}.web-pro-nav em{padding:6px 10px!important}.web-pro-features span{display:grid!important;grid-template-columns:20px 1fr!important;grid-template-rows:auto auto!important;column-gap:7px!important}.web-pro-features span b{grid-row:1/3}.web-pro-features span i{font-style:normal;font-size:7px;font-weight:800}.web-pro-features span small{font-size:5.8px;color:#8a95a6;font-weight:600}
#planes{padding-top:52px!important}
.checkout-grid{align-items:stretch!important}.checkout-card,.checkout-preview-card{height:100%;box-sizing:border-box}.checkout-preview-card{display:flex;flex-direction:column}.checkout-next{margin-top:20px;padding:18px 20px;border:1px solid #dbe7fb;background:linear-gradient(135deg,#f8fbff,#f2f7ff);border-radius:18px}.checkout-next>b{font-size:16px}.checkout-next p{color:#69768a;line-height:1.5;margin:7px 0 12px}.checkout-next>div{display:flex;gap:8px;flex-wrap:wrap}.checkout-next>div span{font-size:11px;font-weight:750;color:#315f9e;background:#fff;border:1px solid #dfe9f8;padding:6px 8px;border-radius:999px}.checkout-preview-card .promise-card{margin-top:14px!important}
.premium-preview-v2{position:relative!important;padding:30px 42px 40px!important;background:radial-gradient(circle at 78% 18%,#eaf3ff,transparent 36%),linear-gradient(145deg,#f8fbff,#f1f5fa)!important;min-height:410px!important}.premium-preview-v2 .mini-browser{overflow:hidden;border-radius:18px!important;box-shadow:0 24px 50px rgba(25,48,80,.16)!important}.premium-preview-v2 .mini-browser-bar{height:34px!important}.mini-nav{height:38px;background:#fff;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:0 18px;border-bottom:1px solid #eef1f5;font-size:7px;color:#758196}.mini-nav b{color:#222;font-size:8px;letter-spacing:.08em}.mini-nav em{font-style:normal;background:#111827;color:#fff;border-radius:999px;padding:6px 9px;font-weight:700}.premium-preview-v2 .mini-site{height:285px!important}.premium-preview-v2 .mini-copy{width:48%!important;padding:30px 20px 24px 26px!important;z-index:2}.premium-preview-v2 .mini-copy h3{font-size:29px!important;line-height:.98!important;margin:9px 0 12px!important}.premium-preview-v2 .mini-copy p{font-size:10px!important;line-height:1.45!important}.premium-preview-v2 .mini-copy>em{display:inline-block;background:#111827!important;border-radius:999px!important;padding:9px 12px!important;font-size:8px!important}.premium-preview-v2 .mini-site>img{width:58%!important;object-fit:cover!important}.mini-proof{display:flex;gap:5px;margin-top:14px}.mini-proof span{font-size:6px;background:#f6f0e9;color:#72563d;border-radius:999px;padding:5px 6px;white-space:nowrap}.premium-preview-v2 .mini-phone{right:15px!important;bottom:13px!important;width:142px!important;height:265px!important;border-radius:28px!important;background:#fff!important;overflow:hidden!important;border:7px solid #111827!important;box-shadow:0 18px 35px rgba(17,24,39,.24)!important}.premium-preview-v2 .mini-phone img{height:120px!important;width:100%!important;object-fit:cover!important}.phone-top{font-size:8px;font-weight:850;letter-spacing:.08em;padding:13px 10px 9px;color:#222}.phone-copy{padding:10px 11px;display:flex;flex-direction:column;gap:6px}.phone-copy small{font-size:6px;color:#9b7654;font-weight:850;letter-spacing:.12em}.phone-copy b{font-size:16px;line-height:1.05}.phone-copy span{font-size:7px;background:#111827;color:#fff;padding:7px 8px;border-radius:999px;text-align:center}
@media(max-width:900px){#planes{padding-top:40px!important}.premium-preview-v2{min-height:380px!important;padding:24px 28px 34px!important}.premium-preview-v2 .mini-phone{width:120px!important;height:235px!important}.checkout-next{margin-top:16px}}
@media(max-width:560px){#planes{padding-top:34px!important}.ig-follow{display:none}.premium-preview-v2{min-height:330px!important;padding:18px 12px 28px!important}.mini-nav span{display:none}.mini-nav{grid-template-columns:1fr auto}.premium-preview-v2 .mini-copy{padding:22px 12px 18px 16px!important}.premium-preview-v2 .mini-copy h3{font-size:22px!important}.mini-proof{display:none}.premium-preview-v2 .mini-phone{width:100px!important;height:205px!important;right:5px!important}.checkout-next>div{display:grid}}

/* WEB24 V6.1 — conversion flow / exact CTA anchors / polished comparison */
/* Exact anchor landing: the plan title starts immediately below the sticky header. */
#planes{scroll-margin-top:0!important;padding-top:48px!important}

/* ASI DE SIMPLE: stronger hierarchy and tighter rhythm */
#como{padding-top:54px!important;padding-bottom:42px!important}
#como h2{font-size:42px!important;line-height:1.04!important;letter-spacing:-.045em!important;margin:10px auto 8px!important;max-width:1020px!important}
#como .section-lead{margin:0 auto 24px!important;font-size:17px!important;color:#5e6a7e!important}
#como .steps.steps-three{margin-top:0!important}

/* Full-width premium example now lives directly after ASI DE SIMPLE */
.conversion-showcase-section{padding:0 0 44px;background:linear-gradient(180deg,#f7f9fc 0%,#fff 100%)}
.conversion-showcase-section .wrap{position:relative}
.conversion-proofbar{display:flex;justify-content:flex-end;gap:10px;margin:0 8px 12px}
.conversion-proofbar span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #dfe8f6;border-radius:999px;background:#fff;color:#475467;font-size:12px;font-weight:750;box-shadow:0 8px 20px rgba(18,43,75,.05)}
.conversion-proofbar b{color:var(--blue);font-size:14px}
.conversion-device-stage{position:relative;border:1px solid #dbe5f2;border-radius:28px;padding:20px 120px 26px 22px;background:radial-gradient(circle at 80% 18%,#eaf3ff 0,transparent 34%),#f8fafc;box-shadow:0 26px 70px rgba(20,46,80,.10);overflow:hidden}
.conversion-browser{overflow:hidden;border:1px solid #dbe3ef;border-radius:20px;background:#fff;box-shadow:0 22px 55px rgba(20,45,80,.14)}
.conversion-browserbar{height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;border-bottom:1px solid #e9edf3;color:#8b96a6;font-size:10px}
.conversion-browserbar>span{display:flex;gap:5px}.conversion-browserbar i{width:7px;height:7px;border-radius:50%;background:#c7cfda}.conversion-browserbar b{font-size:10px;letter-spacing:.02em}.conversion-browserbar em{justify-self:end;font-style:normal;color:#188554;font-size:10px;font-weight:800}
.conversion-nav{height:48px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding:0 24px;border-bottom:1px solid #f0f2f5}.conversion-nav strong{font-size:11px;letter-spacing:.16em}.conversion-nav span{font-size:10px;color:#697386}.conversion-nav a{font-size:10px;font-weight:800;color:#fff;background:#111827;padding:9px 13px;border-radius:999px}
.conversion-screen{position:relative;height:360px;overflow:hidden;background:#f3eee7}.conversion-screen>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.conversion-screen-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 39%,rgba(255,255,255,.24) 66%,rgba(255,255,255,.02) 100%)}
.conversion-copy{position:absolute;z-index:2;left:38px;top:50%;transform:translateY(-50%);max-width:390px}.conversion-copy small{display:block;color:#98704c;font-size:11px;font-weight:900;letter-spacing:.17em}.conversion-copy h3{font-family:Georgia,serif;font-size:43px;line-height:.98;letter-spacing:-.035em;margin:12px 0;color:#131722}.conversion-copy p{max-width:320px;color:#687386;font-size:13px;line-height:1.55;margin:0 0 17px}.conversion-copy>b{display:inline-block;color:#fff;background:#111827;border-radius:999px;padding:11px 15px;font-size:11px}
.conversion-phone{position:absolute;right:32px;bottom:44px;width:172px;height:340px;border:8px solid #111827;border-radius:34px;background:#fff;box-shadow:0 24px 55px rgba(17,24,39,.27);overflow:hidden;z-index:4}.conversion-notch{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:56px;height:12px;border-radius:999px;background:#111827;z-index:3}.conversion-phone-brand{padding:27px 13px 9px;font-size:9px;font-weight:900;letter-spacing:.12em}.conversion-phone>img{width:100%;height:132px;object-fit:cover}.conversion-phone-copy{padding:12px}.conversion-phone-copy small{font-size:6px;color:#98704c;letter-spacing:.12em;font-weight:900}.conversion-phone-copy strong{display:block;font-family:Georgia,serif;font-size:20px;line-height:1.03;margin:7px 0 12px}.conversion-phone-copy b{display:block;font-size:8px;text-align:center;color:#fff;background:#111827;border-radius:999px;padding:8px 6px}
.conversion-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:14px;border:1px solid #e2e8f1;border-radius:20px;background:#fff;box-shadow:0 13px 32px rgba(20,46,80,.06)}.conversion-benefits>div{display:flex;gap:12px;padding:17px 22px;border-right:1px solid #e8edf4}.conversion-benefits>div:last-child{border-right:0}.conversion-benefits span{flex:0 0 34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:11px;font-weight:900}.conversion-benefits p{margin:0}.conversion-benefits b{display:block;font-size:14px;margin:0 0 4px}.conversion-benefits small{display:block;color:#6c788b;font-size:11px;line-height:1.45}

/* BEFORE / AFTER — simpler Instagram header, real avatar, corrected feed */
.transformation-section{padding-top:44px!important;padding-bottom:20px!important}
.compare-instagram{border-color:#f1d5e6!important;background:linear-gradient(145deg,#fff,#fff9fc)!important}
.ig-profile-v2{padding:16px!important}
.ig-profile-head-pro{display:grid!important;grid-template-columns:52px 1fr auto!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important}
.ig-profile-head-pro .ig-avatar-clean{width:52px!important;height:52px!important;margin:0!important}.ig-profile-head-pro>div{min-width:0}.ig-profile-head-pro strong{font-size:14px!important}.ig-profile-head-pro small{font-size:10px!important;color:#7a8597!important;margin-top:3px!important}.ig-menu{font-weight:900;color:#9aa4b2;letter-spacing:.14em}
.ig-metrics{padding:10px 0!important;border-top:1px solid #eef1f5;border-bottom:1px solid #eef1f5}.ig-profile-v2>p{font-size:11px!important;margin:10px 0!important}.ig-gallery-v2{gap:7px!important}.ig-gallery-v2 figure{height:128px!important;border-radius:12px!important;overflow:hidden!important}.ig-gallery-v2 figure img{width:100%;height:100%;object-fit:cover!important}.ig-gallery-v2 figure figcaption{display:none!important}
.compare-card-v2{padding:16px!important;box-shadow:0 22px 55px rgba(20,46,80,.08)!important}.compare-pane{padding:16px!important}.compare-caption{font-size:11px!important;line-height:1.45!important}

/* Checkout: right card is deliberately compact so both cards finish at the payment CTA level. */
.checkout-grid{align-items:start!important}
.checkout-card,.checkout-preview-card{height:auto!important}
.checkout-preview-balanced{padding:26px!important}
.checkout-preview-balanced h2{font-size:25px!important;line-height:1.05!important;margin-bottom:6px!important}.checkout-preview-balanced>p{margin:0 0 12px!important}
.premium-preview-v3{position:relative!important;min-height:292px!important;margin:12px 0 14px!important;padding:18px 52px 22px 18px!important;background:radial-gradient(circle at 76% 18%,#e8f2ff,transparent 35%),#f7f9fc!important;overflow:visible!important}
.premium-preview-v3 .mini-browser{border-radius:14px!important}.premium-preview-v3 .mini-browser-bar{height:28px!important}.premium-preview-v3 .mini-nav{height:32px!important;padding:0 12px!important;gap:10px!important}.premium-preview-v3 .mini-site{height:190px!important;min-height:190px!important}.premium-preview-v3 .mini-copy{padding:18px 10px 14px 15px!important;width:auto!important}.premium-preview-v3 .mini-copy h3{font-size:20px!important;margin:7px 0 8px!important}.premium-preview-v3 .mini-copy p{font-size:8px!important;margin:0 0 8px!important}.premium-preview-v3 .mini-copy>em{font-size:7px!important;padding:7px 8px!important}.premium-preview-v3 .mini-site>img{min-height:190px!important}.premium-preview-v3 .mini-proof{margin-top:8px!important}.premium-preview-v3 .mini-proof span{font-size:5px!important;padding:4px!important}.mini-phone-v3{right:8px!important;bottom:10px!important;width:94px!important;height:188px!important;border-width:5px!important;border-radius:20px!important}.mini-phone-v3 .phone-top{padding:10px 7px 6px!important;font-size:6px!important}.mini-phone-v3>img{height:70px!important}.mini-phone-v3 .phone-copy{padding:7px!important;gap:4px!important}.mini-phone-v3 .phone-copy b{font-size:11px!important}.mini-phone-v3 .phone-copy span{font-size:6px!important;padding:5px!important}
.checkout-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 11px}.checkout-feature-grid span{border:1px solid #e3eaf4;border-radius:10px;background:#fbfdff;color:#46546a;font-size:10px;font-weight:750;padding:8px 9px}.compact-promise{margin:0!important;padding:13px 14px!important;border-radius:13px!important}.compact-promise>span{font-size:20px!important}.compact-promise b{font-size:13px!important}.compact-promise p{font-size:10px!important;line-height:1.35!important;margin-top:3px!important}

@media(max-width:900px){
  #como h2{font-size:35px!important}.conversion-showcase-section{padding-bottom:34px}.conversion-device-stage{padding-right:92px}.conversion-screen{height:310px}.conversion-copy{left:28px;max-width:310px}.conversion-copy h3{font-size:35px}.conversion-phone{width:145px;height:292px;right:20px;bottom:38px}.conversion-phone>img{height:110px}.conversion-phone-copy strong{font-size:17px}.conversion-benefits{grid-template-columns:1fr}.conversion-benefits>div{border-right:0;border-bottom:1px solid #e8edf4}.conversion-benefits>div:last-child{border-bottom:0}
}
@media(max-width:560px){
  #como{padding-top:38px!important;padding-bottom:30px!important}#como h2{font-size:30px!important}.conversion-proofbar{justify-content:center;flex-wrap:wrap}.conversion-device-stage{padding:10px 10px 18px}.conversion-nav span{display:none}.conversion-nav{grid-template-columns:1fr auto;padding:0 13px}.conversion-screen{height:260px}.conversion-copy{left:18px;max-width:205px}.conversion-copy h3{font-size:27px}.conversion-copy p{font-size:10px}.conversion-phone{display:none}.conversion-benefits>div{padding:14px 16px}.ig-gallery-v2 figure{height:92px!important}.transformation-section{padding-top:32px!important}.checkout-feature-grid{grid-template-columns:1fr}.premium-preview-v3{min-height:250px!important;padding:12px 40px 16px 10px!important}.mini-phone-v3{width:80px!important;height:166px!important}
}
html{scroll-padding-top:80px!important}
@media(max-width:760px){html{scroll-padding-top:70px!important}}


/* WEB24 V6.2 — conversion, trust and contact refinements */
.plan-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0 18px}
.plan-proof-row>span{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #e3eaf4;border-radius:14px;background:#fbfdff}
.plan-proof-row b{font-size:12px;white-space:nowrap;color:#172033}.plan-proof-row small{font-size:10px;line-height:1.4;color:#6d788a}
.whatsapp-section{padding:22px 0 64px}.whatsapp-card{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px 38px;border-radius:24px;background:linear-gradient(135deg,#0d1729,#121f36);box-shadow:0 22px 55px rgba(10,26,52,.16)}
.whatsapp-card h2{margin:7px 0 8px;color:#fff;font-size:36px}.whatsapp-card p{margin:0;max-width:650px;color:#b8c4d6;line-height:1.55}.whatsapp-card .eyebrow{color:#83b4ff}.whatsapp-card .btn{flex:0 0 auto}
.domain-hint{margin:-2px 0 14px;padding:10px 12px;border-radius:10px;background:#f6f9fd;color:#66758a;font-size:10px;line-height:1.45;border:1px solid #e3eaf4}
.footer-muted{color:#9aa6b7}.footer a:hover{color:#fff}
@media(max-width:760px){.plan-proof-row{grid-template-columns:1fr}.whatsapp-card{align-items:flex-start;flex-direction:column;padding:28px 24px}.whatsapp-card h2{font-size:30px}.whatsapp-card .btn{width:100%;text-align:center}}
