:root{
  --bg:#f4f7fb;
  --surface:#ffffff;
  --text:#0a1523;
  --muted:#5d6875;
  --line:#dfe6ef;
  --primary:#0f57b3;
  --green:#1daa4b;
  --dark:#0d1420;
  --shadow:0 20px 60px rgba(17,25,35,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;min-width:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);color:var(--text);overflow-x:hidden}
a{color:inherit}
button,input,textarea,select{font:inherit}
img,svg{display:block;max-width:100%}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto;min-width:0}
.section{padding:clamp(68px,8vw,96px) 0;position:relative}
.bg-glow{position:fixed;z-index:-1;pointer-events:none;filter:blur(80px);opacity:.42}
.glow-left{width:340px;height:340px;border-radius:50%;background:#cfe2ff;left:-120px;top:120px}
.glow-right{width:380px;height:380px;border-radius:50%;background:#e0edff;right:-140px;top:540px}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(247,249,252,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(223,230,239,.95);
}
.nav-wrap{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-width:0;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:0;
}
.brand img{
  display:block;
  height:46px;
  width:auto;
  max-width:180px;
  object-fit:contain;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(16px,2vw,30px);
  min-width:0;
}
.nav-links a{
  text-decoration:none;
  color:#445263;
  font-weight:750;
  font-size:14px;
  white-space:nowrap;
}
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid #d7e0ea;
  border-radius:13px;
  background:#fff;
  cursor:pointer;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
}
html.menu-open,
body.menu-open{overflow:hidden}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:16px;padding:14px 21px;font-weight:850;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-align:center}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#1968d0 100%);color:#fff;box-shadow:0 14px 28px rgba(15,87,179,.22)}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--text)}
.btn-outline{background:#fff;border-color:#ccd7e4;color:#415062}
.btn-sm{padding:10px 16px;border-radius:14px}

/* Hero */
.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#eaf3ff;color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;max-width:100%}
.status-dot{width:9px;height:9px;border-radius:50%;background:var(--green);flex:0 0 auto}
.hero{padding:clamp(40px,6vw,72px) 0 48px}
.hero-grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);gap:clamp(30px,4vw,52px);align-items:center}
.hero-copy,.hero-visual,.showcase-copy,.showcase-panel,.section-heading,.benefit-text,.benefit-card,.faq-intro,.faq-list{min-width:0}
h1{font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.055em;margin:20px 0 18px;overflow-wrap:break-word}
h1 span,.section-heading h2 span,.showcase-copy h2 span,.benefit-text h2 span{color:var(--primary)}
.hero-lead{max-width:590px;font-size:clamp(16px,1.45vw,18px);line-height:1.7;color:var(--muted);margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 24px}
.hero-points{margin:0;padding:0;list-style:none;display:grid;gap:11px}
.hero-points li{position:relative;padding-left:23px;font-size:15px;font-weight:650;color:#3e4d5e}
.hero-points li::before{content:"";position:absolute;left:0;top:.58em;width:9px;height:9px;border-radius:50%;background:var(--green)}
.preview-card{width:100%;min-width:0;background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);border:1px solid #dce5ef;border-radius:28px;padding:16px;box-shadow:var(--shadow);overflow:hidden}
.preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1px 3px 13px;min-width:0}
.preview-dots{display:flex;gap:7px;flex:0 0 auto}.preview-dots span{width:10px;height:10px;border-radius:50%;background:#d5dde7}
.preview-pill{border:1px solid #dce5ef;background:#f8fbff;color:#4e5e71;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:750;white-space:nowrap}
.tab-row{display:flex;gap:8px;min-width:0}
.screen-tabs,.module-pills{flex-wrap:wrap}
.screen-tab,.module-pill{border:1px solid var(--line);background:#fff;color:#475564;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:850;cursor:pointer;transition:.2s;white-space:nowrap}
.screen-tab.active,.module-pill.active{background:var(--dark);border-color:var(--dark);color:#fff}
.screen-stage,.showcase-window{margin-top:13px;background:#fff;border:1px solid #e0e8f0;border-radius:21px;padding:10px;overflow:hidden;min-width:0}
.screen-stage img,.showcase-window img{width:100%;height:auto;border-radius:13px;box-shadow:0 10px 24px rgba(17,28,41,.08)}

/* Trust */
.trust-strip{padding:8px 0 20px}
.trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.trust-grid span{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 10px;text-align:center;font-size:13px;font-weight:820;color:#465364;box-shadow:0 8px 18px rgba(17,25,35,.04);min-width:0}

/* Headings */
.section-heading{max-width:760px}.section-heading.center{text-align:center;margin:0 auto 18px}
.section-heading h2,.showcase-copy h2,.benefit-text h2,.faq-intro h2{font-size:clamp(34px,4vw,52px);line-height:1.07;letter-spacing:-.045em;margin:18px 0;overflow-wrap:break-word}
.section-heading p,.showcase-copy p,.benefit-text p,.faq-intro p{margin:0;color:var(--muted);font-size:clamp(15px,1.35vw,17px);line-height:1.72}

/* Features carousel */
.features-carousel{margin-top:34px;min-width:0}
.single-carousel-shell{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:18px;align-items:center;max-width:860px;margin:0 auto}
.carousel-arrow{width:52px;height:52px;border-radius:50%;border:1px solid #d4dee9;background:#fff;display:grid;place-items:center;cursor:pointer;color:#233142;box-shadow:0 10px 24px rgba(17,25,35,.07);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.carousel-arrow:hover{transform:translateY(-2px);background:#f8fbff;border-color:#bdd0e5;box-shadow:0 14px 28px rgba(17,25,35,.10)}
.carousel-arrow:active{transform:translateY(0) scale(.97)}
.carousel-arrow:focus-visible{outline:3px solid rgba(15,87,179,.22);outline-offset:3px}
.carousel-arrow svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.feature-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;touch-action:pan-y pinch-zoom;min-width:0;border-radius:28px}
.feature-viewport::-webkit-scrollbar{display:none}
.feature-viewport.dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;user-select:none}
.feature-track{display:flex;width:100%;gap:0}
.feature-card{flex:0 0 100%;scroll-snap-align:center;min-width:100%;background:linear-gradient(145deg,#ffffff 0%,#fbfdff 100%);border:1px solid var(--line);border-radius:28px;padding:38px 40px;box-shadow:0 18px 44px rgba(17,25,35,.07);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;min-height:260px;display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:26px;align-items:start}
@media (hover:hover) and (pointer:fine){.feature-card:hover{border-color:#cad8e7;box-shadow:0 22px 48px rgba(17,25,35,.09)}}
.icon-box{width:68px;height:68px;border-radius:21px;background:#eaf3ff;display:grid;place-items:center;margin:0;grid-row:1 / span 2}
.icon-box svg{width:31px;height:31px;stroke:var(--primary);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.feature-card:nth-child(2) .icon-box svg{fill:#0f57b3;stroke:none}
.feature-card h3{margin:4px 0 12px;font-size:clamp(27px,3vw,34px);line-height:1.1;letter-spacing:-.035em}
.feature-card p{margin:0;color:var(--muted);font-size:17px;line-height:1.72;max-width:640px}
.carousel-footer{max-width:860px;margin:16px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 74px}
.carousel-hint{font-size:12px;color:var(--muted);font-weight:700}
.carousel-dots{display:flex;align-items:center;gap:8px}
.carousel-dot{width:8px;height:8px;border:0;border-radius:999px;background:#cbd6e2;padding:0;cursor:pointer;transition:width .22s ease,background .22s ease}
.carousel-dot.active{width:24px;background:var(--primary)}
.carousel-dot:focus-visible{outline:3px solid rgba(15,87,179,.20);outline-offset:3px}

/* Showcase */
.showcase-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px;align-items:center}
.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:11px}.check-list li{position:relative;padding-left:23px;color:#3f4e5f;font-weight:700}.check-list li::before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:var(--green)}
.showcase-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:17px;box-shadow:var(--shadow);overflow:hidden}
.showcase-caption{display:grid;gap:5px;margin-top:13px;padding:7px 4px 2px}.showcase-caption strong{font-size:18px}.showcase-caption span{color:var(--muted);line-height:1.6}

/* Compare */
.compare-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:28px;align-items:start}
.compare-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0}
.compare-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:27px;padding:27px;box-shadow:0 10px 24px rgba(17,25,35,.05)}
.compare-card.emphasis{background:linear-gradient(180deg,#101a28 0%,#16283d 100%);border-color:#16283d;color:#fff}
.compare-top{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#edf4ff;color:var(--primary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;max-width:100%}
.compare-card.emphasis .compare-top{background:rgba(255,255,255,.12);color:#b8d5ff}
.compare-card h3{margin:16px 0 12px;font-size:clamp(22px,2vw,26px);line-height:1.16;letter-spacing:-.03em;overflow-wrap:break-word}
.compare-card p{margin:0 0 14px;line-height:1.72;color:var(--muted)}.compare-card.emphasis p,.compare-card.emphasis li{color:#d4dce7}
.compare-card ul{margin:0;padding:0;list-style:none;display:grid;gap:9px}.compare-card li{position:relative;padding-left:20px;font-weight:700;color:#465364}.compare-card li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:50%;background:var(--green)}

/* Benefits */
.benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:center}
.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}
.stat-box{min-width:0;background:#fff;border:1px solid var(--line);border-radius:21px;padding:21px;box-shadow:0 8px 18px rgba(17,25,35,.05)}
.stat-box strong{display:block;font-size:34px;letter-spacing:-.04em}.stat-box span{display:block;margin-top:8px;color:var(--muted);line-height:1.5;font-weight:700}
.benefit-card{background:linear-gradient(160deg,#0f1724 0%,#172a40 100%);color:#fff;border-radius:29px;padding:29px;box-shadow:0 18px 42px rgba(12,18,26,.18)}
.benefit-header{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:14px;margin-bottom:18px;font-weight:820}.benefit-list{display:grid;gap:16px}.benefit-list b{display:block;font-size:19px;margin-bottom:5px}.benefit-list p{margin:0;color:#c7d1db;line-height:1.68}

/* FAQ + demo + footer */
.faq-grid{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:32px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:19px;padding:18px 20px;margin-bottom:13px;box-shadow:0 8px 18px rgba(17,25,35,.04)}
.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:14px;cursor:pointer;font-weight:900;font-size:17px}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{margin:14px 0 2px;color:var(--muted);line-height:1.72}.faq-list summary span{color:#788698;flex:0 0 auto;transition:transform .22s}.faq-list details[open] summary span{transform:rotate(45deg)}
.demo-card{background:linear-gradient(135deg,#0f1724 0%,#17406f 100%);color:#fff;border-radius:32px;padding:40px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:28px;align-items:center;box-shadow:0 24px 56px rgba(15,23,36,.18)}
.demo-card h2{font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.04em;margin:12px 0}.demo-card p{margin:0;color:#d5e0ea;line-height:1.68}.demo-actions{display:flex;flex-direction:column;gap:11px;min-width:0}.demo-actions small{color:#c6d1dc;text-align:center}
footer{padding:30px 0 36px;border-top:1px solid #dde5ee;background:rgba(255,255,255,.58)}
.footer-wrap{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) minmax(0,.9fr);gap:24px;align-items:center}.footer-brand img{height:40px;width:auto}.footer-brand p{margin:.55rem 0 0;color:var(--muted);line-height:1.58;font-size:13px}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.footer-links a{text-decoration:none;color:#475566;font-weight:760;font-size:14px}.footer-copy{text-align:right;color:#697788;font-size:13px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}

/* Large tablet / small desktop */
@media (max-width:1080px){
  .container{width:min(100% - 32px,960px)}
  .hero-grid{grid-template-columns:1fr;max-width:860px;margin-inline:auto}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-points{max-width:590px;margin-inline:auto;text-align:left}.hero-visual{width:min(100%,820px);margin-inline:auto}
  .trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .showcase-grid,.compare-grid,.benefits-grid,.faq-grid,.demo-card{grid-template-columns:1fr}
  .showcase-copy,.benefit-text,.faq-intro{text-align:center}.check-list{max-width:560px;margin:24px auto 0;text-align:left}
  .showcase-panel{width:min(100%,860px);margin-inline:auto}
  .compare-grid>.section-heading{max-width:760px;text-align:center;margin-inline:auto}.compare-cards{max-width:860px;margin-inline:auto}
  .benefit-card{max-width:860px;margin-inline:auto}.faq-list{max-width:860px;margin-inline:auto;width:100%}
  .footer-wrap{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-copy{text-align:left}.footer-links{justify-content:flex-start}
}

/* Tablet portrait and narrow desktop: switch nav before overlap */
@media (max-width:860px){
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compare-cards{grid-template-columns:1fr}
  .screen-tabs,.module-pills{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;padding-bottom:4px}.screen-tabs::-webkit-scrollbar,.module-pills::-webkit-scrollbar{display:none}.screen-tab,.module-pill{flex:0 0 auto}
}

/* Phones */
@media (max-width:620px){
  .container{width:min(100% - 24px,100%)}
  .section{padding:62px 0}
  .hero{padding:34px 0 38px}.eyebrow,.kicker{font-size:10px;padding:7px 11px;letter-spacing:.065em}
  h1{font-size:clamp(40px,12vw,54px);line-height:1;letter-spacing:-.05em;margin-top:17px}.hero-lead{font-size:16px;line-height:1.62}
  .hero-actions{display:grid;grid-template-columns:1fr;margin:24px 0 22px}.hero-actions .btn{width:100%}
  .hero-points li{font-size:14px;line-height:1.45}
  .preview-card{padding:11px;border-radius:22px}.preview-head{padding:1px 2px 10px}.preview-dots span{width:8px;height:8px}.preview-pill{font-size:10px;padding:6px 9px}.screen-stage{padding:6px;border-radius:16px}.screen-stage img{border-radius:10px}
  .trust-grid{grid-template-columns:1fr}.trust-grid span{padding:13px}
  .section-heading h2,.showcase-copy h2,.benefit-text h2,.faq-intro h2{font-size:clamp(31px,9vw,40px);line-height:1.08}.section-heading p,.showcase-copy p,.benefit-text p,.faq-intro p{font-size:15px;line-height:1.65}
  .showcase-panel{padding:11px;border-radius:22px}.showcase-window{padding:6px;border-radius:16px}.showcase-window img{border-radius:10px}.showcase-caption{padding:5px 3px 0}.showcase-caption strong{font-size:16px}.showcase-caption span{font-size:14px}
  .compare-card{padding:22px;border-radius:22px}.compare-card h3{font-size:22px}.compare-card p,.compare-card li{font-size:15px}
  .stat-grid{grid-template-columns:1fr}.stat-box{padding:20px}.stat-box strong{font-size:32px}.benefit-card{padding:23px;border-radius:23px}.benefit-header{align-items:flex-start}.benefit-list b{font-size:18px}.benefit-list p{font-size:15px}
  .faq-list details{padding:17px;border-radius:17px}.faq-list summary{font-size:16px}.faq-list p{font-size:15px}
  .demo-card{padding:26px 20px;border-radius:24px}.demo-card h2{font-size:31px}.demo-actions .btn{width:100%}
  .footer-wrap{grid-template-columns:1fr}.footer-links{justify-content:flex-start;flex-direction:column;align-items:flex-start}.footer-copy{text-align:left}.footer-brand img{height:36px}
}

/* Small phones */
@media (max-width:390px){
  .container{width:calc(100% - 20px)}
  h1{font-size:38px}.hero-lead{font-size:15px}.hero-points li{font-size:13px}
  .preview-pill{display:none}.preview-head{min-height:14px}
  .screen-tab,.module-pill{font-size:12px;padding:8px 11px}
  .compare-card,.benefit-card{padding:20px}
  .demo-card h2{font-size:28px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}

@media (prefers-reduced-motion:reduce){
  .feature-viewport{scroll-behavior:auto}
  .feature-card,.carousel-dot,.carousel-arrow{transition:none}
}

/* Single-card carousel responsive refinements */
@media (max-width:760px){
  .single-carousel-shell{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}
  .carousel-arrow{width:42px;height:42px}
  .carousel-arrow svg{width:19px;height:19px}
  .feature-card{padding:26px 24px;min-height:280px;grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:14px}
  .icon-box{grid-row:auto;width:58px;height:58px;border-radius:18px}
  .icon-box svg{width:27px;height:27px}
  .feature-card h3{margin:0;font-size:25px}
  .feature-card p{font-size:15px;line-height:1.68}
  .carousel-footer{padding:0 52px;justify-content:center}
  .carousel-hint{display:none}
}
@media (max-width:420px){
  .single-carousel-shell{grid-template-columns:40px minmax(0,1fr) 40px;gap:6px}
  .carousel-arrow{width:38px;height:38px}
  .feature-card{padding:23px 20px;border-radius:23px;min-height:300px}
  .feature-card h3{font-size:23px}
  .carousel-footer{padding:0 46px}
}

.nav-login{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#0f57b3;font-weight:850;font-size:15px;padding:10px 14px;border-radius:13px;background:#eaf3ff;border:1px solid #d6e6fb;transition:.2s ease}.nav-login:hover{background:#dfeeff;transform:translateY(-1px)}
.smart-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.smart-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 14px 34px rgba(17,25,35,.06)}.smart-icon{width:58px;height:58px;border-radius:18px;background:#eaf3ff;display:grid;place-items:center;margin-bottom:18px}.smart-icon svg{width:28px;height:28px;stroke:var(--primary);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.smart-card h2{font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.08;letter-spacing:-.04em;margin:17px 0 13px}.smart-card>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0}.notification-list{display:grid;gap:12px;margin-top:22px}.notification-list>div{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;padding:15px 16px;display:grid;gap:4px}.notification-list strong{font-size:15px}.notification-list span{color:var(--muted);font-size:14px;line-height:1.5}.tracking-demo{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 14px}.tracking-demo>div{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:14px 15px;display:grid;gap:5px}.tracking-demo span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#718094;font-weight:850}.tracking-demo strong{font-size:18px}.tracking-result{grid-column:1/-1;background:#eef8f2!important;border-color:#d5eadc!important}.tracking-result strong{color:#158044}.inline-link{display:inline-flex;margin-top:3px;color:var(--primary);font-weight:850;text-decoration:none}.inline-link:hover{text-decoration:underline}
@media(max-width:1100px){.smart-grid{grid-template-columns:1fr}}
@media(max-width:760px){.nav-login{width:100%;min-height:48px}.tracking-demo{grid-template-columns:1fr}.tracking-result{grid-column:auto}.smart-card{padding:24px;border-radius:24px}}


/* Comunicación y seguimiento */
.smart-heading{margin-bottom:34px}
.communication-stack{display:grid;gap:24px}
.communication-feature{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:38px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:32px;box-shadow:0 14px 34px rgba(17,25,35,.055);overflow:hidden}
.communication-feature.reverse{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}
.communication-feature.reverse .communication-copy{order:2}.communication-feature.reverse .tracking-real-frame{order:1}
.communication-copy{min-width:0}.communication-copy h3{font-size:clamp(30px,3.2vw,44px);line-height:1.05;letter-spacing:-.045em;margin:17px 0 13px}.communication-copy>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0}.communication-copy>p strong{color:#263547}
.compact-list{margin-top:22px}.compact-list>div{padding:13px 15px}.compact-list strong{font-size:14px}.compact-list span{font-size:13px}
.whatsapp-preview{width:min(100%,520px);justify-self:end;border:1px solid #d8e0e9;background:#eef1f4;border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(18,28,40,.09)}
.wa-topbar{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px 18px;background:#fff;border-bottom:1px solid #dce3eb}.wa-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e4edf8;color:#0f57b3;font-size:13px;font-weight:900}.wa-topbar strong{display:block;font-size:14px}.wa-topbar span{display:block;color:#728094;font-size:12px;margin-top:2px}.wa-topbar svg{width:20px;height:20px;stroke:#4d5b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wa-body{min-height:270px;padding:28px 24px;background:linear-gradient(145deg,#e7e3dc 0%,#efebe4 100%);position:relative}.wa-date{width:max-content;margin:0 auto 22px;padding:5px 10px;border-radius:9px;background:rgba(255,255,255,.78);font-size:11px;color:#687587;font-weight:750}.wa-bubble{margin-left:auto;max-width:82%;background:#d9fdd3;border-radius:13px 4px 13px 13px;padding:12px 14px 8px;color:#27333d;font-size:14px;line-height:1.55;box-shadow:0 1px 2px rgba(0,0,0,.07)}.wa-bubble span{display:block;text-align:right;color:#75847f;font-size:10px;margin-top:5px}.wa-action{padding:15px 18px;text-align:center;background:#fff;color:#11853d;font-size:13px;font-weight:900;border-top:1px solid #dce3eb}
.tracking-steps{display:grid;gap:10px;margin:22px 0}.tracking-steps>div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center}.tracking-steps span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf3ff;color:var(--primary);font-size:13px;font-weight:900}.tracking-steps p{margin:0;color:#465568;font-size:14px;line-height:1.5}.tracking-link{margin-top:4px;gap:7px;align-items:center}.tracking-real-frame{min-width:0;background:#e3e8ed;border:1px solid #d8e0e8;border-radius:28px;padding:16px;position:relative;box-shadow:0 18px 42px rgba(17,27,39,.08)}.tracking-real-frame img{width:100%;height:auto;border-radius:18px;border:1px solid #d3dbe4;background:#e3e8ed}.real-label{position:absolute;z-index:2;top:26px;left:26px;background:rgba(255,255,255,.94);border:1px solid #dce4ed;border-radius:999px;padding:8px 11px;color:#506073;font-size:11px;font-weight:850;box-shadow:0 8px 20px rgba(17,27,39,.06)}
@media(max-width:1040px){.communication-feature,.communication-feature.reverse{grid-template-columns:1fr}.communication-feature.reverse .communication-copy,.communication-feature.reverse .tracking-real-frame{order:initial}.whatsapp-preview{justify-self:center;width:min(100%,620px)}.tracking-real-frame{width:min(100%,760px);margin-inline:auto}.communication-copy{text-align:center}.compact-list{text-align:left}.tracking-steps{max-width:520px;margin:22px auto;text-align:left}.communication-copy .smart-icon{margin-inline:auto}}
@media(max-width:620px){.communication-feature{padding:22px;border-radius:24px;gap:26px}.communication-copy h3{font-size:30px}.communication-copy>p{font-size:15px}.whatsapp-preview{border-radius:22px}.wa-body{min-height:230px;padding:22px 16px}.wa-bubble{max-width:92%;font-size:13px}.tracking-real-frame{padding:9px;border-radius:21px}.tracking-real-frame img{border-radius:13px}.real-label{top:16px;left:16px;font-size:9px;padding:6px 8px}}

/* V14 — bloques comerciales adicionales */
.transformation-section{padding-top:78px}.transformation-grid{display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);gap:20px;align-items:center;margin-top:34px}.transformation-card{min-width:0;border-radius:28px;padding:30px;border:1px solid var(--line);background:#fff;box-shadow:0 12px 28px rgba(17,25,35,.05)}.before-card{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.after-card{background:linear-gradient(145deg,#0e1724 0%,#173454 100%);color:#fff;border-color:#173454}.transformation-label{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf1f5;color:#657181;font-size:11px;font-weight:900;letter-spacing:.1em}.after-card .transformation-label{background:rgba(255,255,255,.12);color:#bad5f8}.transformation-card h3{font-size:28px;line-height:1.15;letter-spacing:-.03em;margin:18px 0 22px}.before-list{display:grid;gap:12px}.before-list>div{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:16px;background:#fff;border:1px solid #e3e8ee}.small-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#f1f4f7;flex:0 0 auto}.small-icon svg{width:21px;height:21px;fill:none;stroke:#667485;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.before-list p{margin:0;display:grid;gap:2px}.before-list strong{font-size:14px}.before-list small{color:var(--muted);line-height:1.4}.after-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.after-grid span{padding:13px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:14px;font-weight:800}.after-summary{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.after-summary svg{width:25px;height:25px;fill:none;stroke:#74d99a;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.after-summary p{margin:0;display:grid;gap:4px}.after-summary small{color:#c7d5e4;line-height:1.55}.transform-arrow{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(17,25,35,.06);justify-self:center}.transform-arrow svg{width:24px;height:24px;fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.guided-caption{gap:16px}.guided-copy{display:grid;gap:5px}.guided-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.guided-actions span{padding:7px 10px;border-radius:999px;background:#eef4fb;color:#486078;font-size:11px;font-weight:800}
.process-section{background:rgba(255,255,255,.42);border-block:1px solid rgba(223,230,239,.7)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px;position:relative}.process-grid::before{content:"";position:absolute;left:12.5%;right:12.5%;top:55px;height:1px;background:#d9e2ec;z-index:0}.process-step{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;min-width:0}.step-number{display:block;color:#8a98a9;font-size:11px;font-weight:900;letter-spacing:.12em}.step-icon{width:54px;height:54px;border-radius:17px;background:#eaf3ff;display:grid;place-items:center;margin:14px 0 18px}.step-icon svg{width:26px;height:26px;fill:none;stroke:var(--primary);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.process-step h3{font-size:21px;margin:0 0 8px}.process-step p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.owner-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}.owner-benefits>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}.owner-benefits strong{display:block;font-size:16px;margin-bottom:5px}.owner-benefits span{display:block;color:var(--muted);font-size:13px;line-height:1.55}
.plans-section{padding-top:88px}.plan-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:32px auto 22px;max-width:980px}.period-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;display:grid;gap:5px;transition:.2s}.period-card.active{border-color:#9fc2ee;box-shadow:0 10px 26px rgba(15,87,179,.09)}.period-card>span{color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.period-card strong{font-size:21px}.period-card small{color:var(--muted);line-height:1.45}.payment-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;max-width:1080px;margin:0 auto}.payment-methods,.autopay-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 10px 24px rgba(17,25,35,.04)}.payment-methods h3,.autopay-card h3{margin:0 0 18px;font-size:22px;letter-spacing:-.025em}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.payment-method{border:1px solid #e4e9ef;border-radius:17px;padding:16px;min-width:0}.payment-icon,.autopay-icon{width:45px;height:45px;border-radius:14px;background:#eef5ff;display:grid;place-items:center;margin-bottom:12px}.payment-icon svg,.autopay-icon svg{width:23px;height:23px;fill:none;stroke:var(--primary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.payment-method p{margin:0;display:grid;gap:5px}.payment-method strong{font-size:14px}.payment-method small{color:var(--muted);font-size:12px;line-height:1.5}.autopay-card{background:linear-gradient(155deg,#101927 0%,#17365a 100%);color:#fff;border-color:#17365a}.autopay-card .autopay-icon{background:rgba(255,255,255,.11)}.autopay-card .autopay-icon svg{stroke:#bed9ff}.autopay-card .mini-label{display:block;color:#a9c9ef;font-size:11px;font-weight:900;letter-spacing:.1em;margin-bottom:10px}.autopay-card h3{font-size:25px;line-height:1.15}.autopay-card p{color:#ced9e5;line-height:1.7}.autopay-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.autopay-points span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:750;color:#dce7f2}
.security-section{padding-top:60px}.security-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:0 14px 32px rgba(17,25,35,.05)}.security-copy h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.05;letter-spacing:-.04em;margin:16px 0}.security-copy h2 span{color:var(--primary)}.security-copy p{color:var(--muted);line-height:1.7}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-grid article{border:1px solid #e3e9ef;border-radius:18px;padding:18px}.security-icon{width:42px;height:42px;border-radius:13px;background:#edf4fd;display:grid;place-items:center;margin-bottom:12px}.security-icon svg{width:22px;height:22px;fill:none;stroke:var(--primary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.security-grid h3{font-size:16px;margin:0 0 6px}.security-grid p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}
@media(max-width:1080px){.transformation-grid{grid-template-columns:1fr}.transform-arrow{transform:rotate(90deg)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid::before{display:none}.payment-layout,.security-wrap{grid-template-columns:1fr}.plan-selector{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.transformation-card{padding:22px}.transformation-card h3{font-size:24px}.after-grid,.owner-benefits,.process-grid,.payment-grid,.security-grid{grid-template-columns:1fr}.plan-selector{grid-template-columns:1fr 1fr}.process-step{padding:20px}.payment-methods,.autopay-card,.security-wrap{padding:22px;border-radius:24px}.guided-actions{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.guided-actions span{white-space:nowrap}.transformation-section{padding-top:56px}}
@media(max-width:430px){.plan-selector{grid-template-columns:1fr}.period-card{padding:17px}}



.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:45;display:flex;align-items:center;gap:10px;background:#ffffff;color:#12202f;text-decoration:none;border:1px solid #d8e7dc;border-radius:999px;padding:8px 16px 8px 8px;box-shadow:0 18px 38px rgba(12,20,30,.18);font-size:13px;font-weight:850;transition:transform .2s ease, box-shadow .2s ease}
.floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(12,20,30,.2)}
.floating-whatsapp .wa-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#25D366;box-shadow:inset 0 0 0 1px rgba(0,0,0,.03)}
.floating-whatsapp svg{width:20px;height:20px;display:block;fill:#fff}
.floating-whatsapp span:last-child{white-space:nowrap}
@media(max-width:760px){
  .floating-whatsapp{right:12px;bottom:12px;width:54px;height:54px;padding:0;justify-content:center;border-radius:50%;background:transparent;border:none;box-shadow:none}
  .floating-whatsapp .wa-icon{width:54px;height:54px;box-shadow:0 18px 34px rgba(20,42,24,.3)}
  .floating-whatsapp span:last-child{display:none}
  .floating-whatsapp svg{width:24px;height:24px}
}


/* Compact mobile treatment for MotorPRO en 4 pasos */
.process-mobile-nav{display:none}

@media(max-width:760px){
  .process-section{overflow:hidden}
  .process-grid{
    display:flex !important;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none;
    margin-top:26px;
    padding:2px 2px 8px;
    overscroll-behavior-inline:contain;
    touch-action:pan-x pan-y;
  }
  .process-grid::-webkit-scrollbar{display:none}
  .process-grid::before{display:none}
  .process-step{
    flex:0 0 100%;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    min-height:0;
    padding:20px 20px 22px;
    border-radius:22px;
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    grid-template-rows:auto auto;
    column-gap:15px;
    row-gap:4px;
    align-items:start;
  }
  .process-step.reveal{opacity:1;transform:none;transition:none}
  .step-number{
    grid-column:1/-1;
    margin-bottom:2px;
    font-size:10px;
  }
  .step-icon{
    grid-column:1;
    grid-row:2 / span 2;
    width:52px;
    height:52px;
    margin:6px 0 0;
    border-radius:16px;
  }
  .step-icon svg{width:24px;height:24px}
  .process-step h3{
    grid-column:2;
    grid-row:2;
    margin:5px 0 3px;
    font-size:22px;
    line-height:1.15;
  }
  .process-step p{
    grid-column:2;
    grid-row:3;
    margin:0;
    font-size:14px;
    line-height:1.55;
  }
  .process-mobile-nav{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    gap:12px;
    margin-top:12px;
  }
  .process-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid var(--line);
    background:#fff;
    display:grid;
    place-items:center;
    color:#253445;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(17,25,35,.05);
  }
  .process-arrow:active{transform:scale(.96)}
  .process-arrow svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .process-progress{
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
  }
  .process-counter{
    color:#667487;
    font-size:12px;
    font-weight:850;
    white-space:nowrap;
  }
  .process-dots{display:flex;align-items:center;gap:6px}
  .process-dots span{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#cbd5e1;
    transition:width .2s ease,background .2s ease;
  }
  .process-dots span.active{
    width:18px;
    border-radius:999px;
    background:var(--primary);
  }
}



/* V19 — Hero visual: una sola pantalla real, sin duplicar la demo interactiva */
.hero-product-preview{padding:18px 18px 20px}
.hero-preview-copy{display:grid;gap:7px;padding:4px 5px 14px}
.hero-preview-kicker{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}
.hero-preview-copy strong{font-size:clamp(22px,2vw,28px);line-height:1.12;letter-spacing:-.03em;color:#132033}
.hero-preview-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.6;max-width:520px}
.hero-screen-stage{margin-top:0}
@media(max-width:620px){
  .hero-product-preview{padding:11px 11px 13px}
  .hero-preview-copy{padding:4px 3px 11px}
  .hero-preview-copy strong{font-size:20px}
  .hero-preview-copy p{font-size:13px}
}


/* V20 — Footer simplificado sin menú de navegación */
.footer-grid{
  grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);
  align-items:start;
}
.footer-brand{
  max-width:620px;
}
@media(max-width:760px){
  .footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
}




/* V22 — Navegación móvil estable */
.menu-icon{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.menu-icon-close{display:none}
.menu-toggle.active .menu-icon-open{display:none}
.menu-toggle.active .menu-icon-close{display:block}

.mobile-menu-backdrop{display:none}

@media (max-width:860px){
  .site-header{
    background:#fff;
    backdrop-filter:none;
    z-index:120;
  }

  .nav-wrap{
    height:68px;
    width:min(100% - 24px,1160px);
  }

  .brand img{
    height:38px;
    max-width:145px;
  }

  .menu-toggle{
    display:grid;
    place-items:center;
    position:relative;
    z-index:123;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid #d7e0ea;
    border-radius:13px;
    background:#fff;
    color:#172433;
    box-shadow:none;
    appearance:none;
    -webkit-appearance:none;
  }

  .menu-toggle.active{
    background:#f5f8fc;
    border-color:#c6d2df;
  }

  .menu-toggle:focus-visible{
    outline:3px solid rgba(15,87,179,.20);
    outline-offset:2px;
  }

  .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:68px 0 0;
    z-index:108;
    background:rgba(10,18,28,.34);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .18s ease, visibility .18s ease;
  }

  body.menu-open .mobile-menu-backdrop{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .nav-links{
    position:fixed;
    top:68px;
    right:0;
    left:auto;
    z-index:110;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    width:min(88vw,340px);
    height:calc(100dvh - 68px);
    max-height:none;
    padding:14px 14px calc(18px + env(safe-area-inset-bottom));
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#fff;
    border-left:1px solid #e1e7ef;
    border-radius:18px 0 0 0;
    box-shadow:-18px 20px 40px rgba(14,24,36,.15);
    transform:translateX(102%);
    opacity:1;
    visibility:visible;
    pointer-events:none;
    transition:transform .22s ease;
  }

  .nav-links.open{
    transform:translateX(0);
    pointer-events:auto;
  }

  .nav-links a{
    display:flex;
    align-items:center;
    width:100%;
    min-height:48px;
    padding:12px 11px;
    margin:0;
    border-radius:11px;
    color:#263445;
    font-size:15px;
    line-height:1.25;
    font-weight:780;
    text-decoration:none;
    text-align:left;
    white-space:normal;
  }

  .nav-links > a:not(.nav-login):not(.btn){
    border-bottom:1px solid #edf1f5;
    border-radius:0;
  }

  .nav-links > a:not(.nav-login):not(.btn):hover{
    background:#f7f9fc;
  }

  .nav-links .nav-login{
    margin-top:14px;
    min-height:48px;
    justify-content:center;
    border-radius:12px;
    background:#eaf3ff;
    border:1px solid #d6e6fb;
    color:#0f57b3;
    transform:none;
  }

  .nav-links .btn{
    margin-top:9px;
    min-height:48px;
    width:100%;
    padding:12px 16px;
    border-radius:12px;
    transform:none;
  }
}

@media (max-width:390px){
  .nav-wrap{
    height:64px;
    width:min(100% - 20px,1160px);
  }

  .brand img{
    height:34px;
    max-width:132px;
  }

  .menu-toggle{
    width:40px;
    height:40px;
    border-radius:12px;
  }

  .menu-icon{
    width:21px;
    height:21px;
  }

  .mobile-menu-backdrop{
    inset:64px 0 0;
  }

  .nav-links{
    top:64px;
    width:min(90vw,320px);
    height:calc(100dvh - 64px);
    padding:12px 12px calc(16px + env(safe-area-inset-bottom));
  }

  .nav-links a{
    min-height:46px;
    padding:11px 10px;
    font-size:14px;
  }

  .nav-links .nav-login,
  .nav-links .btn{
    min-height:46px;
    font-size:14px;
  }
}

@media (prefers-reduced-motion:reduce){
  .nav-links,
  .mobile-menu-backdrop{
    transition:none;
  }
}


/* V23 — Planes de suscripción MotorPRO */
.plans-section{
  position:relative;
  padding-top:104px;
  background:
    radial-gradient(circle at 50% 0%,rgba(15,87,179,.075),transparent 34%),
    linear-gradient(180deg,#f7f9fc 0%,#f3f7fb 48%,#f7f9fc 100%);
}
.plans-section .section-heading{max-width:760px;margin-inline:auto}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
  max-width:1180px;
  margin:42px auto 22px;
}
.pricing-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:25px 22px 22px;
  background:#fff;
  border:1px solid #dfe6ee;
  border-radius:24px;
  box-shadow:0 12px 30px rgba(17,25,35,.045);
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.pricing-card:hover{transform:translateY(-4px);border-color:#bfd0e3;box-shadow:0 18px 40px rgba(17,25,35,.08)}
.pricing-card-featured{border:2px solid var(--primary);box-shadow:0 18px 42px rgba(15,87,179,.13);transform:translateY(-8px)}
.pricing-card-featured:hover{transform:translateY(-12px)}
.pricing-card-impulso{border-color:#c9d9ea;background:linear-gradient(180deg,#f7fbff 0%,#fff 44%)}
.featured-ribbon{
  position:absolute;top:0;right:0;padding:8px 13px;border-radius:0 21px 0 14px;
  background:var(--primary);color:#fff;font-size:10px;line-height:1;font-weight:900;letter-spacing:.09em
}
.pricing-top{min-height:230px}
.pricing-badge{
  display:inline-flex;align-items:center;min-height:25px;padding:6px 9px;border-radius:999px;
  background:#eef5ff;color:var(--primary);font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.08em
}
.pricing-badge.special{background:#e9f4ff;color:#145da8}
.pricing-card h3{margin:17px 0 8px;font-size:27px;letter-spacing:-.035em}
.pricing-desc{min-height:66px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.pricing-price{display:flex;align-items:flex-start;gap:3px;margin-top:18px;color:#152235}
.pricing-price .currency{margin-top:6px;font-size:18px;font-weight:850}
.pricing-price strong{font-size:38px;line-height:1;letter-spacing:-.055em}
.price-cycle{margin:4px 0 0 5px;color:#748194;font-size:11px;line-height:1.3;font-weight:750}
.pricing-features{list-style:none;display:grid;gap:11px;padding:18px 0 0;margin:0 0 20px;border-top:1px solid #edf1f5}
.pricing-features li{display:flex;align-items:flex-start;gap:9px;color:#445263;font-size:12px;line-height:1.45}
.pricing-features .check{
  display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:50%;
  background:#edf5ff;color:var(--primary);font-size:11px;font-weight:950
}
.pricing-note{margin:-2px 0 18px;padding:10px 11px;border-radius:12px;background:#f3f7fb;color:#607084;font-size:10px;line-height:1.45}
.pricing-cta{width:100%;margin-top:auto;min-height:44px}
.pricing-subscription{
  display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;max-width:1080px;
  margin:30px auto 18px;padding:24px 28px;border:1px solid #dfe6ee;border-radius:24px;background:#fff;
  box-shadow:0 10px 24px rgba(17,25,35,.035)
}
.pricing-subscription .mini-label{display:block;margin-bottom:7px;color:var(--primary);font-size:10px;font-weight:900;letter-spacing:.09em}
.pricing-subscription h3{margin:0 0 6px;font-size:21px;letter-spacing:-.025em}
.pricing-subscription p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.billing-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.billing-card{
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;
  min-height:104px;padding:14px 10px 12px;border:1px solid #e1e7ef;border-radius:18px;
  background:#f8fafc;text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.billing-main{display:flex;flex-direction:column;align-items:center;gap:2px}
.billing-main strong{display:block;color:#172433;font-size:29px;line-height:1;letter-spacing:-.045em}
.billing-main small{display:block;color:#5f6f82;font-size:12px;line-height:1.2;font-weight:700}
.billing-note{color:#708096;font-size:10px;line-height:1.2;font-weight:700}
.billing-note.regular{color:#6f7d90}
.billing-discount{background:linear-gradient(180deg,#f9fbff 0%,#eef5ff 100%);border-color:#d7e6fb}
.billing-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:5px 10px;border-radius:999px;background:#e7f7ec;color:#177245;font-size:10px;line-height:1;font-weight:900;letter-spacing:.01em}
.billing-top-label{position:absolute;top:10px;right:10px;padding:4px 8px;border-radius:999px;background:#0f57b3;color:#fff;font-size:9px;line-height:1;font-weight:900;letter-spacing:.05em}
.billing-best{border-color:#bfd7ff;box-shadow:0 12px 24px rgba(15,87,179,.08)}

@media(max-width:1040px){
  .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
  .pricing-card-featured{transform:none}
  .pricing-card-featured:hover{transform:translateY(-4px)}
  .pricing-top{min-height:210px}
}
@media(max-width:700px){
  .plans-section{padding-top:82px}
  .pricing-grid{grid-template-columns:1fr;max-width:430px;gap:12px;margin-top:30px}
  .pricing-card{padding:22px 20px 20px;border-radius:21px}
  .pricing-top,.pricing-desc{min-height:0}
  .pricing-price strong{font-size:36px}
  .pricing-subscription{grid-template-columns:1fr;padding:21px 18px;gap:18px;border-radius:20px}
  .billing-chips{grid-template-columns:repeat(2,1fr);gap:10px}
  .billing-card{min-height:98px;padding:14px 8px 12px}
  .billing-main strong{font-size:26px}
  .billing-main small{font-size:11px}
  .billing-note{font-size:9px}
  .billing-top-label{top:8px;right:8px;font-size:8px;padding:4px 7px}
}
@media(max-width:390px){
  .billing-chips{gap:8px}
  .billing-card{min-height:94px;border-radius:16px}
  .billing-main strong{font-size:24px}
  .billing-badge{padding:4px 8px;font-size:9px}
  .pricing-card{padding-inline:18px}
  .pricing-price strong{font-size:34px}
}


/* V27 — Selector interactivo de período y precios */
.plan-period-selector{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  max-width:820px;
  margin:30px auto 36px;
  padding:7px;
  border:1px solid #dfe6ee;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(17,25,35,.045);
}
.period-option{
  position:relative;
  min-height:66px;
  padding:10px 12px;
  border:1px solid transparent;
  border-radius:14px;
  background:transparent;
  color:#556476;
  cursor:pointer;
  font:inherit;
  text-align:center;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.period-option:hover{
  background:#f7f9fc;
}
.period-option.active{
  background:#eef5ff;
  border-color:#bfd7fb;
  box-shadow:0 7px 18px rgba(15,87,179,.08);
  color:#0f57b3;
}
.period-option:focus-visible{
  outline:3px solid rgba(15,87,179,.18);
  outline-offset:2px;
}
.period-name{
  display:block;
  color:#172433;
  font-size:15px;
  line-height:1.15;
  font-weight:900;
}
.period-option.active .period-name{color:#0f57b3}
.period-option small{
  display:block;
  margin-top:5px;
  color:#738196;
  font-size:10px;
  line-height:1.15;
  font-weight:800;
}
.period-option:not(:first-child) small{color:#17824f}
.period-option-best::after{
  content:"Mayor ahorro";
  position:absolute;
  top:-9px;
  left:50%;
  transform:translateX(-50%);
  padding:4px 8px;
  border-radius:999px;
  background:#0f57b3;
  color:#fff;
  font-size:8px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  white-space:nowrap;
}
.pricing-price-dynamic{
  display:block;
  margin-top:18px;
}
.price-primary{
  display:flex;
  align-items:flex-start;
  gap:3px;
}
.price-primary .currency{
  margin-top:6px;
  font-size:18px;
  font-weight:850;
}
.price-primary strong{
  font-size:38px;
  line-height:1;
  letter-spacing:-.055em;
}
.price-period-details{
  display:grid;
  gap:5px;
  margin-top:11px;
  min-height:58px;
}
.price-period-details[hidden]{display:none}
.price-before{
  color:#8a96a7;
  font-size:11px;
  font-weight:700;
  text-decoration:line-through;
}
.price-saving{
  display:inline-flex;
  width:max-content;
  align-items:center;
  padding:5px 9px;
  border-radius:999px;
  background:#e8f7ed;
  color:#167847;
  font-size:10px;
  line-height:1;
  font-weight:900;
}
.price-equivalent{
  color:#67778a;
  font-size:10px;
  line-height:1.3;
  font-weight:750;
}
.impulso-period-note{
  margin-top:11px;
  padding:8px 10px;
  border-radius:11px;
  background:#f3f7fb;
  color:#657488;
  font-size:10px;
  line-height:1.4;
  font-weight:700;
}
.pricing-card.period-updated{
  border-color:#c9d8e9;
}
.pricing-card-featured.period-updated{
  border-color:var(--primary);
}

@media(max-width:700px){
  .plan-period-selector{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    margin:24px auto 28px;
    padding:6px;
    border-radius:18px;
  }
  .period-option{
    min-height:61px;
    padding:9px 8px;
    border-radius:13px;
  }
  .period-name{font-size:14px}
  .period-option small{font-size:9px}
  .period-option-best::after{
    top:-7px;
    font-size:7px;
    padding:3px 7px;
  }
  .price-primary strong{font-size:36px}
}
@media(max-width:390px){
  .plan-period-selector{gap:6px}
  .period-option{min-height:58px}
  .price-primary strong{font-size:34px}
}


/* V28 — aclaración visual de IVA en precios */
.price-cycle{
  color:#0f57b3;
  font-weight:900;
}
.pricing-price .price-cycle{
  background:#eef5ff;
  border-radius:10px;
  padding:5px 7px;
  margin-left:6px;
}
.pricing-price:not(.pricing-price-dynamic) .price-cycle{
  display:inline-block;
}


/* V29 — Gancho de inversión diaria antes de los planes */
.pricing-hook{
  max-width:820px;
  margin:30px auto 18px;
  padding:24px 28px;
  border:1px solid #dbe6f2;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);
  text-align:center;
  box-shadow:0 12px 28px rgba(15,87,179,.055);
}
.pricing-hook h3{
  margin:0;
  color:#172433;
  font-size:clamp(22px,2.4vw,31px);
  line-height:1.15;
  letter-spacing:-.035em;
}
.pricing-hook p{
  margin:10px 0 0;
  color:#66778a;
  font-size:12px;
  line-height:1.5;
  font-weight:650;
}
.pricing-hook p strong{
  color:#0f57b3;
  font-weight:950;
  letter-spacing:.025em;
}
@media(max-width:700px){
  .pricing-hook{
    margin:24px auto 14px;
    padding:20px 18px;
    border-radius:19px;
  }
  .pricing-hook h3{
    font-size:22px;
  }
  .pricing-hook p{
    font-size:11px;
  }
}
