/* ANIMA · Landing Curso Render Inmobiliario con IA */

#anima-sales-landing,
#anima-sales-landing *{
  box-sizing:border-box;
}

#anima-sales-landing{
  --bg:#0b0f14;
  --bg-2:#121923;
  --card:#151e29;
  --card-2:#1b2633;
  --line:rgba(255,255,255,.08);
  --text:#f5f7fb;
  --muted:#a5b0bf;
  --brand:#f59f3a;
  --brand-2:#ffbf73;
  --accent:#35d3c6;
  --shadow:0 18px 50px rgba(0,0,0,.16);
  --radius-xl:28px;
  --radius-lg:20px;
  --radius-md:14px;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  margin:28px auto 50px;
  max-width:1180px;
}

#anima-sales-landing a{
  text-decoration:none;
}

#anima-sales-landing img{
  max-width:100%;
  display:block;
}

#anima-sales-landing .wrap{
  display:grid;
  gap:24px;
}

#anima-sales-landing .hero{
  background:
    radial-gradient(circle at 0% 0%, rgba(245,159,58,.24), transparent 35%),
    radial-gradient(circle at 100% 20%, rgba(53,211,198,.18), transparent 28%),
    linear-gradient(135deg, #131a23 0%, #0f141c 100%);
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  overflow:hidden;
  box-shadow:var(--shadow);
}

#anima-sales-landing .hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  padding:42px;
  align-items:center;
}

#anima-sales-landing .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#231508;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  margin-bottom:18px;
}

#anima-sales-landing .hero h1{
  font-size:clamp(34px, 5vw, 64px);
  line-height:.95;
  letter-spacing:-.05em;
  margin:0 0 16px;
  color:var(--text);
}

#anima-sales-landing .hero .grad{
  background:linear-gradient(135deg, #ffffff 0%, #ffd39a 45%, #35d3c6 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

#anima-sales-landing .hero p.lead{
  margin:0 0 24px;
  color:#d8dee8;
  font-size:18px;
  line-height:1.6;
  max-width:720px;
}

#anima-sales-landing .cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:24px;
}

#anima-sales-landing .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 22px;
  border-radius:14px;
  font-weight:800;
  font-size:15px;
  transition:all .2s ease;
}

#anima-sales-landing .btn:hover{
  transform:translateY(-2px);
}

#anima-sales-landing .btn-primary{
  color:#201106;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow:0 14px 34px rgba(245,159,58,.26);
}

#anima-sales-landing .btn-secondary{
  color:var(--text);
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
}

#anima-sales-landing .mini-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

#anima-sales-landing .mini-point{
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px 16px;
}

#anima-sales-landing .mini-point strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
  color:#fff;
}

#anima-sales-landing .mini-point span{
  font-size:13px;
  color:var(--muted);
}

#anima-sales-landing .offer-card{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:22px;
  position:relative;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}

#anima-sales-landing .offer-badge{
  position:absolute;
  top:20px;
  right:20px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#201106;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius:999px;
  padding:8px 12px;
}

#anima-sales-landing .status-box{
  margin:34px 0 18px;
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
}

#anima-sales-landing .status-box .big{
  font-size:34px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
  color:#fff;
  margin-bottom:8px;
}

#anima-sales-landing .status-box .sub{
  color:#d0d8e3;
  font-size:15px;
  line-height:1.55;
}

#anima-sales-landing .offer-card h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
}

#anima-sales-landing .offer-card p{
  color:#d0d8e3;
  font-size:15px;
  line-height:1.6;
  margin:0 0 16px;
}

#anima-sales-landing .bullet-list{
  display:grid;
  gap:10px;
  margin:0 0 20px;
  padding:0;
  list-style:none;
}

#anima-sales-landing .bullet-list li{
  position:relative;
  padding-left:28px;
  color:#e7ecf3;
  font-size:14px;
  line-height:1.55;
}

#anima-sales-landing .bullet-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(53,211,198,.16);
  color:#73fff3;
  font-size:12px;
  font-weight:900;
}

#anima-sales-landing .section{
  background:#ffffff;
  color:#10151b;
  border-radius:var(--radius-xl);
  border:1px solid rgba(10,14,18,.06);
  padding:34px;
  box-shadow:0 10px 30px rgba(10,14,18,.05);
}

#anima-sales-landing .section.dark{
  background:linear-gradient(180deg, #111821 0%, #0f141b 100%);
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

#anima-sales-landing .section-head{
  max-width:780px;
  margin-bottom:24px;
}

#anima-sales-landing .kicker{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#b76d12;
  background:#fff3e1;
  border-radius:999px;
  padding:7px 12px;
  margin-bottom:14px;
}

#anima-sales-landing .dark .kicker,
#anima-sales-landing .pricing .kicker,
#anima-sales-landing .final-cta .kicker{
  color:#231508;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
}

#anima-sales-landing h2{
  margin:0 0 12px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.02;
  letter-spacing:-.05em;
}

#anima-sales-landing .section-head p{
  margin:0;
  color:#4d5a68;
  font-size:17px;
  line-height:1.65;
}

#anima-sales-landing .dark .section-head p{
  color:#c5cfdb;
}

#anima-sales-landing .grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

#anima-sales-landing .grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

#anima-sales-landing .grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

#anima-sales-landing .card{
  background:#fff;
  border:1px solid rgba(15,22,31,.08);
  border-radius:18px;
  padding:22px;
  min-height:100%;
  box-shadow:0 8px 25px rgba(0,0,0,.04);
}

#anima-sales-landing .dark .card{
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  box-shadow:none;
}

#anima-sales-landing .icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:20px;
  font-weight:900;
  color:#201106;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  margin-bottom:16px;
}

#anima-sales-landing .card h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.03em;
}

#anima-sales-landing .card p{
  margin:0;
  color:#566474;
  font-size:15px;
  line-height:1.65;
}

#anima-sales-landing .dark .card p{
  color:#c2ccda;
}

#anima-sales-landing .bad-list{
  display:grid;
  gap:12px;
}

#anima-sales-landing .bad-item,
#anima-sales-landing .good-item{
  border-radius:16px;
  padding:18px;
  font-size:15px;
  line-height:1.6;
}

#anima-sales-landing .bad-item{
  background:#fff5f4;
  border:1px solid #ffd8d4;
  color:#7b3b35;
}

#anima-sales-landing .good-item{
  background:#edfdf8;
  border:1px solid #c8f6eb;
  color:#155a53;
}

#anima-sales-landing .split-highlight{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}

#anima-sales-landing .module-card{
  background:#fff;
  border:1px solid rgba(15,22,31,.08);
  border-radius:20px;
  padding:22px;
  box-shadow:0 8px 25px rgba(0,0,0,.04);
  display:flex;
  flex-direction:column;
  gap:14px;
}

#anima-sales-landing .module-num{
  width:54px;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  display:grid;
  place-items:center;
  color:#201106;
  font-size:18px;
  font-weight:900;
}

#anima-sales-landing .module-card h3{
  margin:0;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.03em;
  color:#10151b;
}

#anima-sales-landing .module-card p{
  margin:0;
  color:#566474;
  font-size:15px;
  line-height:1.65;
}

#anima-sales-landing .feature-card{
  background:linear-gradient(180deg, #121923 0%, #0d1218 100%);
  color:var(--text);
  border-radius:20px;
  border:1px solid var(--line);
  padding:24px;
}

#anima-sales-landing .feature-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.03em;
}

#anima-sales-landing .feature-card p{
  margin:0 0 16px;
  color:#c7cfda;
  font-size:15px;
  line-height:1.65;
}

#anima-sales-landing .feature-card ul{
  margin:0;
  padding-left:18px;
  color:#eef2f8;
}

#anima-sales-landing .feature-card li{
  margin:8px 0;
  font-size:14px;
  line-height:1.55;
}

#anima-sales-landing .bonus-card{
  background:#fff8ef;
  border:1px solid #f5debf;
  border-radius:18px;
  padding:20px;
}

#anima-sales-landing .bonus-card b{
  display:block;
  margin-bottom:8px;
  font-size:17px;
  letter-spacing:-.02em;
  color:#6d430c;
}

#anima-sales-landing .bonus-card span{
  color:#7c6850;
  font-size:14px;
  line-height:1.6;
}

#anima-sales-landing .pricing{
  background:
    radial-gradient(circle at 10% 10%, rgba(245,159,58,.18), transparent 30%),
    linear-gradient(135deg, #10161f 0%, #0d1219 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:36px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  box-shadow:var(--shadow);
}

#anima-sales-landing .pricing .left h2{
  color:#fff;
}

#anima-sales-landing .pricing .left p{
  color:#d0d8e3;
  font-size:16px;
  line-height:1.65;
  margin:0 0 18px;
}

#anima-sales-landing .waitlist-box{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
}

#anima-sales-landing .waitlist-box .tag{
  display:inline-block;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#231508;
  background:linear-gradient(135deg, var(--brand), var(--brand-2));
  margin-bottom:12px;
}

#anima-sales-landing .waitlist-box .big{
  font-size:42px;
  line-height:1;
  letter-spacing:-.06em;
  color:#fff;
  font-weight:900;
  margin-bottom:10px;
}

#anima-sales-landing .waitlist-box p{
  color:#d2dae5;
  font-size:14px;
  line-height:1.6;
  margin:0 0 16px;
}

#anima-sales-landing .faq{
  display:grid;
  gap:12px;
}

#anima-sales-landing details{
  background:#fff;
  border:1px solid rgba(15,22,31,.08);
  border-radius:16px;
  overflow:hidden;
}

#anima-sales-landing summary{
  cursor:pointer;
  list-style:none;
  padding:18px 20px;
  font-weight:800;
  font-size:16px;
  color:#10151b;
}

#anima-sales-landing summary::-webkit-details-marker{
  display:none;
}

#anima-sales-landing details p{
  padding:0 20px 18px;
  color:#566474;
  font-size:15px;
  line-height:1.65;
  margin:0;
}

#anima-sales-landing .final-cta{
  background:
    radial-gradient(circle at 50% 0%, rgba(245,159,58,.18), transparent 34%),
    linear-gradient(135deg, #121923 0%, #0f141c 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:42px 32px;
  text-align:center;
  box-shadow:var(--shadow);
}

#anima-sales-landing .final-cta h2{
  color:#fff;
  margin-bottom:12px;
}

#anima-sales-landing .final-cta p{
  max-width:760px;
  margin:0 auto 22px;
  color:#ccd5e0;
  font-size:17px;
  line-height:1.65;
}

#anima-sales-landing .sticky-mobile{
  position:sticky;
  bottom:14px;
  z-index:15;
  margin-top:10px;
}

#anima-sales-landing .sticky-mobile .bar{
  background:rgba(16,22,31,.92);
  border:1px solid var(--line);
  border-radius:18px;
  padding:12px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

#anima-sales-landing .sticky-mobile .bar small{
  display:block;
  color:#dfe6ef;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

@media (max-width:1024px){
  #anima-sales-landing .hero-grid,
  #anima-sales-landing .pricing,
  #anima-sales-landing .grid-4{
    grid-template-columns:1fr 1fr;
  }

  #anima-sales-landing .grid-3{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:860px){
  #anima-sales-landing .hero-grid,
  #anima-sales-landing .grid-2,
  #anima-sales-landing .grid-3,
  #anima-sales-landing .grid-4,
  #anima-sales-landing .split-highlight,
  #anima-sales-landing .pricing{
    grid-template-columns:1fr;
  }

  #anima-sales-landing .hero-grid{
    padding:28px;
  }

  #anima-sales-landing .section{
    padding:24px;
  }

  #anima-sales-landing .pricing{
    padding:24px;
  }

  #anima-sales-landing .mini-points{
    grid-template-columns:1fr;
  }

  #anima-sales-landing .sticky-mobile .bar{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  #anima-sales-landing .waitlist-box .big,
  #anima-sales-landing .status-box .big{
    font-size:34px;
  }
}