/* ═══════════════════════════════════════════════════════════
 * LANDING PAGES · Google Ads optimizada
 * Sin menú, sin escapes, mobile-first brutal
 * ═══════════════════════════════════════════════════════════ */

/* Reset focused */
.aiden-lp-body{margin:0;font-family:var(--fb,'Figtree',system-ui,sans-serif);background:#fff;color:var(--n950,#141413);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.aiden-lp{position:relative;overflow-x:clip}
.aiden-lp .lp-w{max-width:1100px;margin:0 auto;padding:0 22px}
@media(max-width:640px){.aiden-lp .lp-w{padding:0 18px}}

/* ═══ HEADER MINIMALISTA ═══ */
.ah-lp{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px) saturate(1.5);
  -webkit-backdrop-filter:blur(20px) saturate(1.5);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.ah-lp-bar{
  max-width:1100px;margin:0 auto;padding:14px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.ah-lp-logo img{display:block;height:28px;width:auto}
.ah-lp-right{display:flex;align-items:center;gap:12px}
.ah-lp-phone{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--n700);text-decoration:none;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:13px;
  transition:color .2s;
}
.ah-lp-phone:hover{color:var(--t500,#13967E)}
.ah-lp-phone svg{width:14px;height:14px;color:var(--t500,#13967E)}
.ah-lp-cta{
  display:inline-flex;align-items:center;
  padding:9px 18px;
  background:var(--n950,#141413);color:#fff;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:13px;letter-spacing:-.01em;
  border-radius:9999px;text-decoration:none;
  transition:all .25s cubic-bezier(.16,1,.3,1);
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}
.ah-lp-cta:hover{background:var(--t500,#13967E);transform:translateY(-1px);box-shadow:0 4px 12px rgba(19,150,126,.25)}
@media(max-width:640px){
  .ah-lp-phone-txt{display:none}
  .ah-lp-cta{padding:8px 14px;font-size:12px}
}

/* ═══ FOOTER MINIMALISTA ═══ */
.af-lp{background:#FAFAF8;border-top:1px solid rgba(0,0,0,.06);padding:40px 0 28px}
.af-lp-inner{max-width:1100px;margin:0 auto;padding:0 22px}
.af-lp-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:24px}
.af-lp-trust-item{display:inline-flex;align-items:center;gap:6px;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:600;font-size:12.5px;color:var(--n600,#525250)}
.af-lp-trust-item svg{width:14px;height:14px;color:var(--t500,#13967E)}
.af-lp-sep{height:1px;background:rgba(0,0,0,.06);margin:0 0 20px}
.af-lp-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:11.5px;color:var(--n500,#7a7a77)}
.af-lp-legal{display:flex;gap:10px;align-items:center;font-weight:500}
.af-lp-legal a{color:inherit;text-decoration:none}
.af-lp-legal a:hover{color:var(--t600,#0E7A67);text-decoration:underline}
.af-lp-legal span{opacity:.4}
@media(max-width:640px){
  .af-lp-bottom{flex-direction:column;text-align:center}
}

/* ═══ TIPOGRAFÍA BASE ═══ */
.aiden-lp h1,.aiden-lp h2,.aiden-lp h3{font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;letter-spacing:-.03em;color:var(--n950,#141413);margin:0}

/* ═══ SECCIÓN HEAD (reutilizable) ═══ */
.aiden-lp .lp-sec-head{text-align:center;max-width:680px;margin:0 auto 48px}
.aiden-lp .lp-sec-h{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1;letter-spacing:-.035em;margin:0 0 14px}
.aiden-lp .lp-sec-h em{font-style:normal;background:linear-gradient(110deg,var(--t500,#13967E),#1BB896);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.aiden-lp .lp-sec-p{font-size:16px;color:var(--n500,#7a7a77);line-height:1.55;margin:0}

/* ═══ CTA PRIMARIO (botón principal reutilizable) ═══ */
.aiden-lp .lp-cta-main{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 28px;
  background:linear-gradient(135deg,var(--t500,#13967E),#1BB896);
  color:#fff;text-decoration:none;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:16px;letter-spacing:-.015em;
  border-radius:9999px;border:none;cursor:pointer;
  transition:all .3s cubic-bezier(.16,1,.3,1);
  box-shadow:0 2px 6px rgba(19,150,126,.18),0 12px 28px rgba(19,150,126,.25);
  position:relative;overflow:hidden;
}
.aiden-lp .lp-cta-main::before{
  content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
  transition:left .6s cubic-bezier(.16,1,.3,1);
}
.aiden-lp .lp-cta-main:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(19,150,126,.25),0 20px 40px rgba(19,150,126,.35)}
.aiden-lp .lp-cta-main:hover::before{left:100%}
.aiden-lp .lp-cta-main svg{width:18px;height:18px;transition:transform .3s cubic-bezier(.16,1,.3,1)}
.aiden-lp .lp-cta-main:hover svg{transform:translateX(4px)}
.aiden-lp .lp-cta-main--alt{background:var(--n950,#141413);box-shadow:0 2px 6px rgba(0,0,0,.12),0 12px 28px rgba(0,0,0,.15)}
.aiden-lp .lp-cta-main--alt:hover{background:#000;box-shadow:0 4px 12px rgba(0,0,0,.18),0 20px 40px rgba(0,0,0,.25)}
.aiden-lp .lp-cta-main--final{padding:20px 36px;font-size:18px}

/* ═══ 1. HERO ═══ */
.aiden-lp .lp-hero{position:relative;padding:80px 0 60px;overflow:hidden}
.aiden-lp .lp-hero-orbs{position:absolute;inset:0;pointer-events:none;z-index:0}
.aiden-lp .lp-hero-orb{position:absolute;border-radius:50%;filter:blur(90px);mix-blend-mode:multiply}
.aiden-lp .lp-hero-orb--1{width:520px;height:520px;background:radial-gradient(circle,rgba(19,150,126,.22),transparent 70%);top:-15%;left:-8%;animation:lpOrb1 22s ease-in-out infinite}
.aiden-lp .lp-hero-orb--2{width:440px;height:440px;background:radial-gradient(circle,rgba(87,74,135,.15),transparent 70%);top:5%;right:-6%;animation:lpOrb2 26s ease-in-out infinite}
.aiden-lp .lp-hero-orb--3{width:360px;height:360px;background:radial-gradient(circle,rgba(27,184,150,.18),transparent 70%);bottom:-10%;left:40%;animation:lpOrb3 20s ease-in-out infinite}
@keyframes lpOrb1{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(80px,50px) scale(1.06)}66%{transform:translate(-40px,80px) scale(.96)}}
@keyframes lpOrb2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-90px,40px) scale(1.08)}}
@keyframes lpOrb3{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(50px,-60px) scale(1.1)}}
.aiden-lp .lp-hero-inner{position:relative;z-index:2;text-align:center;max-width:820px;margin:0 auto}

.aiden-lp .lp-hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 14px;
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(19,150,126,.2);
  border-radius:9999px;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;
  color:var(--t600,#0E7A67);
  margin-bottom:24px;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.aiden-lp .lp-hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--t500,#13967E);box-shadow:0 0 8px rgba(19,150,126,.6),0 0 0 3px rgba(19,150,126,.15);animation:lpPulse 2s ease-in-out infinite}
@keyframes lpPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}

.aiden-lp .lp-hero-h{
  font-size:clamp(2.4rem,6.5vw,4.4rem);
  line-height:1.02;letter-spacing:-.045em;
  margin:0 0 22px;max-width:820px;margin-left:auto;margin-right:auto;
}
.aiden-lp .lp-hero-h em{
  font-style:normal;
  background:linear-gradient(110deg,var(--t500,#13967E) 0%,#1BB896 45%,var(--t500,#13967E) 80%);
  background-size:200% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  animation:lpShim 5s linear infinite;
}
@keyframes lpShim{0%{background-position:0% center}100%{background-position:200% center}}

.aiden-lp .lp-hero-sub{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--n500,#525250);line-height:1.55;margin:0 auto 28px;max-width:620px}

.aiden-lp .lp-hero-bullets{list-style:none;padding:0;margin:0 auto 36px;max-width:460px;display:flex;flex-direction:column;gap:10px;text-align:left}
.aiden-lp .lp-hero-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--n700,#404040);font-weight:500;line-height:1.45}
.aiden-lp .lp-hero-bullets li svg{width:18px;height:18px;color:var(--t500,#13967E);flex-shrink:0;margin-top:3px;padding:3px;background:rgba(19,150,126,.1);border-radius:50%;box-sizing:border-box}

.aiden-lp .lp-hero-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}
.aiden-lp .lp-hero-cta-sub{font-size:13px;color:var(--n500,#7a7a77);font-weight:500}

@media(max-width:640px){
  .aiden-lp .lp-hero{padding:48px 0 40px}
  .aiden-lp .lp-hero-bullets{max-width:100%}
  .aiden-lp .lp-hero-bullets li{font-size:14px}
}

/* ═══ 2. TRUST STRIP ═══ */
.aiden-lp .lp-trust{padding:32px 0;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);background:#FDFDFB}
.aiden-lp .lp-trust-label{text-align:center;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--n500,#7a7a77);margin-bottom:18px}
.aiden-lp .lp-trust-inner{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}
.aiden-lp .lp-trust-item{display:inline-flex;align-items:center;gap:8px;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:13.5px;color:var(--n700,#404040)}
.aiden-lp .lp-trust-item svg{width:16px;height:16px;color:var(--t500,#13967E)}
@media(max-width:640px){
  .aiden-lp .lp-trust{padding:22px 0}
  .aiden-lp .lp-trust-label{font-size:10.5px;margin-bottom:12px}
  .aiden-lp .lp-trust-inner{gap:14px}
  .aiden-lp .lp-trust-item{font-size:12px}
  .aiden-lp .lp-trust-item svg{width:13px;height:13px}
}

/* ═══ 3. BENEFITS ═══ */
.aiden-lp .lp-benefits{padding:80px 0}
.aiden-lp .lp-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:960px;margin:0 auto}
@media(max-width:720px){.aiden-lp .lp-benefits-grid{grid-template-columns:1fr}}
.aiden-lp .lp-benefit{
  padding:32px 28px;
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(20px) saturate(1.5);
  -webkit-backdrop-filter:blur(20px) saturate(1.5);
  border:1px solid rgba(255,255,255,.9);
  border-radius:20px;
  box-shadow:0 1px 3px rgba(0,0,0,.04),0 10px 28px rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);
}
.aiden-lp .lp-benefit:hover{transform:translateY(-3px);box-shadow:0 2px 6px rgba(0,0,0,.05),0 20px 44px rgba(0,0,0,.09)}
.aiden-lp .lp-benefit-icon{
  width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,rgba(19,150,126,.1),rgba(27,184,150,.08));
  display:flex;align-items:center;justify-content:center;
  color:var(--t600,#0E7A67);margin-bottom:18px;
}
.aiden-lp .lp-benefit-icon svg{width:24px;height:24px}
.aiden-lp .lp-benefit h3{font-size:19px;line-height:1.2;margin:0 0 10px}
.aiden-lp .lp-benefit p{font-size:14.5px;color:var(--n600,#525250);line-height:1.55;margin:0}

/* ═══ 4. HOW IT WORKS ═══ */
.aiden-lp .lp-how{padding:80px 0;background:#FAFAF8}
.aiden-lp .lp-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1000px;margin:0 auto;position:relative}
@media(max-width:900px){.aiden-lp .lp-how-grid{grid-template-columns:repeat(2,1fr);gap:20px}}
@media(max-width:520px){.aiden-lp .lp-how-grid{grid-template-columns:1fr}}
.aiden-lp .lp-how-step{position:relative;padding:28px 24px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;text-align:center}
.aiden-lp .lp-how-num{
  width:42px;height:42px;border-radius:50%;
  background:linear-gradient(135deg,var(--t500,#13967E),#1BB896);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 16px;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:18px;
  box-shadow:0 3px 12px rgba(19,150,126,.3);
}
.aiden-lp .lp-how-step h3{font-size:16px;line-height:1.2;margin:0 0 8px}
.aiden-lp .lp-how-step p{font-size:13.5px;color:var(--n600,#525250);line-height:1.5;margin:0}
.aiden-lp .lp-how-arrow{position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:var(--n300,#bdbdbc);z-index:2}
.aiden-lp .lp-how-arrow svg{width:100%;height:100%}
@media(max-width:900px){.aiden-lp .lp-how-arrow{display:none}}

/* ═══ 5. CTA BAND ═══ */
.aiden-lp .lp-cta-band{padding:64px 0}
.aiden-lp .lp-cta-band-inner{
  padding:40px 48px;
  background:linear-gradient(135deg,#F5F9F7 0%,#E8F2EE 100%);
  border:1px solid rgba(19,150,126,.15);
  border-radius:24px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
}
.aiden-lp .lp-cta-band-text{flex:1;min-width:280px}
.aiden-lp .lp-cta-band-text h3{font-size:clamp(1.3rem,2.5vw,1.8rem);line-height:1.15;margin:0 0 6px}
.aiden-lp .lp-cta-band-text h3 em{font-style:normal;background:linear-gradient(110deg,var(--t500,#13967E),#1BB896);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.aiden-lp .lp-cta-band-text p{font-size:14.5px;color:var(--n600,#525250);margin:0;line-height:1.5}
@media(max-width:640px){.aiden-lp .lp-cta-band-inner{padding:32px 24px;flex-direction:column;text-align:center}}

/* ═══ 6. TESTIMONIALS ═══ */
.aiden-lp .lp-testim{padding:80px 0}
.aiden-lp .lp-testim-stars{display:flex;gap:2px;color:#F5A623;margin-bottom:14px}
.aiden-lp .lp-testim-stars svg{width:16px;height:16px}
.aiden-lp .lp-testim-big{
  max-width:760px;margin:0 auto 36px;padding:48px 40px;
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(24px) saturate(1.5);
  -webkit-backdrop-filter:blur(24px) saturate(1.5);
  border:1px solid rgba(255,255,255,.95);
  border-radius:24px;
  box-shadow:0 2px 8px rgba(0,0,0,.04),0 20px 48px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.95);
  text-align:center;
}
.aiden-lp .lp-testim-big .lp-testim-stars{justify-content:center}
.aiden-lp .lp-testim-big-q{
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:600;
  font-size:clamp(1.2rem,2.5vw,1.5rem);line-height:1.4;letter-spacing:-.02em;
  color:var(--n900,#2a2a28);margin:0 0 24px;
}
.aiden-lp .lp-testim-big-author{display:flex;flex-direction:column;gap:3px}
.aiden-lp .lp-testim-big-author strong{font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:14.5px;color:var(--n950,#141413);letter-spacing:-.005em}
.aiden-lp .lp-testim-big-author span{font-size:13px;color:var(--n500,#7a7a77)}

.aiden-lp .lp-testim-small-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:760px;margin:0 auto}
@media(max-width:640px){.aiden-lp .lp-testim-small-grid{grid-template-columns:1fr}}
.aiden-lp .lp-testim-small{
  padding:28px 24px;
  background:rgba(255,255,255,.7);
  backdrop-filter:blur(20px) saturate(1.5);
  -webkit-backdrop-filter:blur(20px) saturate(1.5);
  border:1px solid rgba(255,255,255,.9);
  border-radius:18px;
  box-shadow:0 1px 3px rgba(0,0,0,.04),0 8px 20px rgba(0,0,0,.05);
}
.aiden-lp .lp-testim-small blockquote{margin:0 0 12px;font-size:14px;line-height:1.55;color:var(--n700,#404040);font-weight:500}
.aiden-lp .lp-testim-small figcaption{font-size:12.5px;color:var(--n500,#7a7a77)}
.aiden-lp .lp-testim-small figcaption strong{color:var(--n900,#2a2a28);font-weight:700}

/* ═══ 7. COMPARE ═══ */
.aiden-lp .lp-compare{padding:80px 0;background:#FAFAF8}
.aiden-lp .lp-compare-table{
  max-width:840px;margin:0 auto;
  background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;
  box-shadow:0 1px 3px rgba(0,0,0,.04),0 12px 32px rgba(0,0,0,.06);
  overflow:hidden;
}
.aiden-lp .lp-compare-header{display:grid;grid-template-columns:1.6fr 1fr 1fr;padding:22px 24px;background:linear-gradient(180deg,#FDFDFB 0%,#F5F5F0 100%);border-bottom:1px solid rgba(0,0,0,.06);gap:14px;align-items:center}
.aiden-lp .lp-compare-col-feat{}
.aiden-lp .lp-compare-col-aiden,.aiden-lp .lp-compare-col-other{display:flex;flex-direction:column;align-items:center;gap:4px}
.aiden-lp .lp-compare-col-aiden{position:relative}
.aiden-lp .lp-compare-col-aiden::after{content:"Recomendado";position:absolute;top:-18px;padding:2px 10px;background:linear-gradient(135deg,var(--t500,#13967E),#1BB896);color:#fff;border-radius:9999px;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:9px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;box-shadow:0 2px 6px rgba(19,150,126,.3)}
.aiden-lp .lp-compare-logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--t500,#13967E),#1BB896);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:14px;box-shadow:0 2px 6px rgba(19,150,126,.25)}
.aiden-lp .lp-compare-name{font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:14px;color:var(--n950,#141413)}
.aiden-lp .lp-compare-name-small{font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:12.5px;color:var(--n600,#525250);line-height:1.3;text-align:center}

.aiden-lp .lp-compare-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.04);gap:14px;align-items:center;transition:background .2s}
.aiden-lp .lp-compare-row:hover{background:rgba(19,150,126,.02)}
.aiden-lp .lp-compare-row:last-child{border-bottom:none}
.aiden-lp .lp-compare-feat{font-size:14px;color:var(--n800,#2a2a28);font-weight:500}
.aiden-lp .lp-compare-val{font-size:13.5px;text-align:center;font-weight:600;color:var(--n700,#404040)}
.aiden-lp .lp-compare-val--aiden{color:var(--t600,#0E7A67);font-weight:800;background:rgba(19,150,126,.04);border-radius:8px;padding:4px 6px}

@media(max-width:640px){
  .aiden-lp .lp-compare-header,
  .aiden-lp .lp-compare-row{grid-template-columns:1fr 1fr 1fr;gap:8px;padding:14px 16px;font-size:12px}
  .aiden-lp .lp-compare-feat{font-size:12.5px}
  .aiden-lp .lp-compare-val{font-size:12px}
  .aiden-lp .lp-compare-col-aiden::after{font-size:8px;padding:2px 7px;top:-16px}
  .aiden-lp .lp-compare-name-small{font-size:10.5px}
}

/* ═══ 8. FAQ ═══ */
.aiden-lp .lp-faq{padding:80px 0}
.aiden-lp .lp-faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.aiden-lp .lp-faq-item{
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(20px) saturate(1.5);
  -webkit-backdrop-filter:blur(20px) saturate(1.5);
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  overflow:hidden;
  transition:box-shadow .25s cubic-bezier(.16,1,.3,1);
}
.aiden-lp .lp-faq-item[open]{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.04),0 12px 28px rgba(19,150,126,.08)}
.aiden-lp .lp-faq-q{
  list-style:none;cursor:pointer;
  padding:18px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:15.5px;color:var(--n950,#141413);letter-spacing:-.01em;
  user-select:none;line-height:1.35;
}
.aiden-lp .lp-faq-q::-webkit-details-marker{display:none}
.aiden-lp .lp-faq-q::marker{content:""}
.aiden-lp .lp-faq-ico{
  width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;
  flex-shrink:0;color:var(--n500,#7a7a77);
  transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s cubic-bezier(.16,1,.3,1);
}
.aiden-lp .lp-faq-item[open] .lp-faq-ico{transform:rotate(180deg);color:var(--t500,#13967E)}
.aiden-lp .lp-faq-a{padding:0 22px 18px;font-size:14.5px;color:var(--n600,#525250);line-height:1.6}
.aiden-lp .lp-faq-a p{margin:0 0 10px}
.aiden-lp .lp-faq-a p:last-child{margin-bottom:0}
.aiden-lp .lp-faq-a strong{color:var(--n800,#2a2a28);font-weight:700}

/* ═══ 9. FINAL ═══ */
.aiden-lp .lp-final{position:relative;padding:100px 0;text-align:center;overflow:hidden;background:linear-gradient(180deg,#FAFAF8 0%,#fff 100%)}
.aiden-lp .lp-final-orbs{position:absolute;inset:0;pointer-events:none;z-index:0}
.aiden-lp .lp-final-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5}
.aiden-lp .lp-final-orb--1{width:500px;height:500px;background:radial-gradient(circle,rgba(19,150,126,.3),transparent 70%);top:-15%;left:-10%}
.aiden-lp .lp-final-orb--2{width:400px;height:400px;background:radial-gradient(circle,rgba(27,184,150,.25),transparent 70%);bottom:-10%;right:-5%}
.aiden-lp .lp-final-inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.aiden-lp .lp-final-h{font-size:clamp(2rem,5vw,3.2rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}
.aiden-lp .lp-final-h em{font-style:normal;background:linear-gradient(110deg,var(--t500,#13967E) 0%,#1BB896 45%,var(--t500,#13967E) 80%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:lpShim 5s linear infinite}
.aiden-lp .lp-final-p{font-size:17px;color:var(--n500,#525250);line-height:1.55;margin:0 auto 36px;max-width:500px}
.aiden-lp .lp-final-trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.aiden-lp .lp-final-trust-item{display:inline-flex;align-items:center;gap:6px;font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:700;font-size:13px;color:var(--n600,#525250)}
.aiden-lp .lp-final-trust-item svg{width:14px;height:14px;color:var(--t500,#13967E)}

/* ═══ STICKY CTA MOBILE ═══ */
.lp-sticky-cta{
  position:fixed;
  bottom:-70px;left:0;right:0;z-index:48;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(24px) saturate(1.6);
  -webkit-backdrop-filter:blur(24px) saturate(1.6);
  border-top:1px solid rgba(0,0,0,.08);
  transition:bottom .4s cubic-bezier(.16,1,.3,1);
  box-shadow:0 -4px 24px rgba(0,0,0,.08);
}
.lp-sticky-cta.is-visible{bottom:0}
.lp-sticky-cta-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
  padding:14px 22px;
  background:linear-gradient(135deg,var(--t500,#13967E),#1BB896);
  color:#fff;text-decoration:none;
  font-family:var(--fd,'Sora',system-ui,sans-serif);font-weight:800;font-size:15px;letter-spacing:-.01em;
  border-radius:9999px;
  box-shadow:0 2px 6px rgba(19,150,126,.2),0 8px 20px rgba(19,150,126,.3);
}
.lp-sticky-cta-btn svg{width:16px;height:16px}
@media(min-width:720px){.lp-sticky-cta{display:none}}

/* ═══ Responsive tweaks ═══ */
@media(max-width:640px){
  .aiden-lp .lp-benefits,
  .aiden-lp .lp-how,
  .aiden-lp .lp-testim,
  .aiden-lp .lp-compare,
  .aiden-lp .lp-faq{padding:60px 0}
  .aiden-lp .lp-final{padding:70px 0 100px}
  .aiden-lp .lp-sec-head{margin-bottom:32px}
  .aiden-lp .lp-benefit{padding:24px 22px}
  .aiden-lp .lp-testim-big{padding:32px 24px}
}
