/* ANIMA · Curso SketchUp para Render Arquitectónico */

#anima-sketchup-landing,
#anima-sketchup-landing *{
  box-sizing:border-box;
}

#anima-sketchup-landing{
  --dark:#07110d;
  --panel:#0f1f18;
  --line:rgba(255,255,255,.1);
  --text:#f4fff9;
  --muted:#aac0b4;
  --green:#20d67b;
  --lime:#a8ff7a;
  --blue:#32c8ff;
  --cream:#f7fff9;
  --ink:#111b15;
  --softmuted:#5b6b60;
  --shadow:0 22px 60px rgba(0,0,0,.18);
  max-width:1180px;
  margin:28px auto 56px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
}

#anima-sketchup-landing a{
  text-decoration:none;
}

#anima-sketchup-landing .wrap{
  display:grid;
  gap:24px;
}

#anima-sketchup-landing .hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 10% 5%,rgba(32,214,123,.28),transparent 34%),
    radial-gradient(circle at 92% 18%,rgba(50,200,255,.17),transparent 34%),
    linear-gradient(135deg,#102219,#06100c);
  box-shadow:var(--shadow);
}

#anima-sketchup-landing .hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.22;
  pointer-events:none;
}

#anima-sketchup-landing .hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  padding:44px;
  align-items:center;
}

#anima-sketchup-landing .eyebrow,
#anima-sketchup-landing .badge,
#anima-sketchup-landing .kicker,
#anima-sketchup-landing .tag{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--green),var(--lime));
  color:#06130c;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:16px;
}

#anima-sketchup-landing h1{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(36px,5.3vw,68px);
  line-height:.92;
  letter-spacing:-.06em;
}

#anima-sketchup-landing .grad{
  background:linear-gradient(135deg,#fff 0%,#a8ff7a 45%,#32c8ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

#anima-sketchup-landing .lead{
  max-width:720px;
  margin:0 0 24px;
  color:#d8e8df;
  font-size:18px;
  line-height:1.65;
}

#anima-sketchup-landing .cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:24px;
}

#anima-sketchup-landing .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:14px;
  font-size:15px;
  font-weight:900;
  transition:.2s;
}

#anima-sketchup-landing .btn:hover{
  transform:translateY(-2px);
}

#anima-sketchup-landing .btn-primary{
  color:#06130c;
  background:linear-gradient(135deg,var(--green),var(--lime));
  box-shadow:0 16px 38px rgba(32,214,123,.24);
}

#anima-sketchup-landing .btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
}

#anima-sketchup-landing .mini-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

#anima-sketchup-landing .mini-point{
  padding:14px 16px;
  border-radius:15px;
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
}

#anima-sketchup-landing .mini-point strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
  font-size:15px;
}

#anima-sketchup-landing .mini-point span{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

#anima-sketchup-landing .panel{
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.13);
  padding:24px;
  box-shadow:0 20px 52px rgba(0,0,0,.22);
}

#anima-sketchup-landing .panel h3{
  margin:0 0 12px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.045em;
  color:#fff;
}

#anima-sketchup-landing .panel p{
  color:#d8e8df;
  font-size:15px;
  line-height:1.65;
  margin:0 0 18px;
}

#anima-sketchup-landing .status{
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px;
  margin-bottom:18px;
}

#anima-sketchup-landing .status .big,
#anima-sketchup-landing .waitlist-box .big{
  color:#fff;
  font-size:38px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
  margin-bottom:8px;
}

#anima-sketchup-landing .status .sub{
  color:#d4e5dc;
  font-size:15px;
  line-height:1.55;
}

#anima-sketchup-landing .bullet-list{
  display:grid;
  gap:10px;
  margin:0 0 20px;
  padding:0;
  list-style:none;
}

#anima-sketchup-landing .bullet-list li{
  position:relative;
  padding-left:28px;
  color:#effff6;
  font-size:14px;
  line-height:1.55;
}

#anima-sketchup-landing .bullet-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(168,255,122,.18);
  color:#a8ff7a;
  font-size:12px;
  font-weight:900;
}

#anima-sketchup-landing .section{
  background:#fff;
  color:var(--ink);
  border-radius:30px;
  border:1px solid rgba(17,27,21,.08);
  padding:36px;
  box-shadow:0 12px 34px rgba(17,27,21,.055);
}

#anima-sketchup-landing .section.dark{
  background:linear-gradient(180deg,#102219,#07110d);
  color:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

#anima-sketchup-landing .section-head{
  max-width:820px;
  margin-bottom:26px;
}

#anima-sketchup-landing .section:not(.dark) .kicker{
  background:#edfff4;
  color:#08783e;
}

#anima-sketchup-landing h2{
  margin:0 0 12px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.02;
  letter-spacing:-.055em;
}

#anima-sketchup-landing .section-head p{
  margin:0;
  color:var(--softmuted);
  font-size:17px;
  line-height:1.65;
}

#anima-sketchup-landing .dark .section-head p{
  color:#d4e5dc;
}

#anima-sketchup-landing .grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

#anima-sketchup-landing .grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

#anima-sketchup-landing .grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

#anima-sketchup-landing .card,
#anima-sketchup-landing .module-card{
  background:#fff;
  border:1px solid rgba(17,27,21,.08);
  border-radius:20px;
  padding:22px;
  box-shadow:0 8px 25px rgba(17,27,21,.045);
}

#anima-sketchup-landing .dark .card{
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
  box-shadow:none;
}

#anima-sketchup-landing .icon,
#anima-sketchup-landing .module-num{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,var(--green),var(--lime));
  color:#06130c;
  font-weight:950;
  font-size:18px;
  margin-bottom:16px;
}

#anima-sketchup-landing .card h3,
#anima-sketchup-landing .module-card h3,
#anima-sketchup-landing .feature-card h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.035em;
}

#anima-sketchup-landing .card p,
#anima-sketchup-landing .module-card p{
  margin:0;
  color:#5b6b60;
  font-size:15px;
  line-height:1.65;
}

#anima-sketchup-landing .dark .card p{
  color:#d2e2d9;
}

#anima-sketchup-landing .compare{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

#anima-sketchup-landing .weak,
#anima-sketchup-landing .strong{
  border-radius:18px;
  padding:18px;
  font-size:15px;
  line-height:1.6;
}

#anima-sketchup-landing .weak{
  background:#fff5f3;
  border:1px solid #ffd9d2;
  color:#7a3a30;
}

#anima-sketchup-landing .strong{
  background:#edfff4;
  border:1px solid #c7f6d8;
  color:#145b34;
}

#anima-sketchup-landing .feature-card{
  background:linear-gradient(180deg,#102219,#07110d);
  color:#fff;
  border-radius:22px;
  border:1px solid var(--line);
  padding:24px;
}

#anima-sketchup-landing .feature-card p{
  margin:0 0 16px;
  color:#d4e5dc;
  font-size:15px;
  line-height:1.65;
}

#anima-sketchup-landing .feature-card ul{
  margin:0;
  padding-left:18px;
  color:#effff6;
}

#anima-sketchup-landing .feature-card li{
  margin:8px 0;
  font-size:14px;
  line-height:1.55;
}

#anima-sketchup-landing .bonus-card{
  background:#f1fff6;
  border:1px solid #d4f4df;
  border-radius:18px;
  padding:20px;
}

#anima-sketchup-landing .bonus-card b{
  display:block;
  margin-bottom:8px;
  font-size:17px;
  color:#0d6c3b;
  letter-spacing:-.02em;
}

#anima-sketchup-landing .bonus-card span{
  color:#4e6858;
  font-size:14px;
  line-height:1.6;
}

#anima-sketchup-landing .pricing{
  background:
    radial-gradient(circle at 10% 10%,rgba(32,214,123,.22),transparent 32%),
    radial-gradient(circle at 86% 20%,rgba(50,200,255,.13),transparent 28%),
    linear-gradient(135deg,#102219,#07110d);
  border:1px solid var(--line);
  border-radius:30px;
  padding:36px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  box-shadow:var(--shadow);
}

#anima-sketchup-landing .pricing h2{
  color:#fff;
}

#anima-sketchup-landing .pricing p{
  margin:0 0 18px;
  color:#d8e8df;
  font-size:16px;
  line-height:1.65;
}

#anima-sketchup-landing .waitlist-box{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
}

#anima-sketchup-landing .faq{
  display:grid;
  gap:12px;
}

#anima-sketchup-landing details{
  background:#fff;
  border:1px solid rgba(17,27,21,.08);
  border-radius:16px;
  overflow:hidden;
}

#anima-sketchup-landing summary{
  cursor:pointer;
  list-style:none;
  padding:18px 20px;
  font-weight:900;
  color:#111b15;
}

#anima-sketchup-landing summary::-webkit-details-marker{
  display:none;
}

#anima-sketchup-landing details p{
  padding:0 20px 18px;
  margin:0;
  color:#5b6b60;
  font-size:15px;
  line-height:1.65;
}

#anima-sketchup-landing .final-cta{
  background:
    radial-gradient(circle at 50% 0%,rgba(32,214,123,.24),transparent 34%),
    linear-gradient(135deg,#102219,#07110d);
  border:1px solid var(--line);
  border-radius:30px;
  padding:44px 32px;
  text-align:center;
  box-shadow:var(--shadow);
}

#anima-sketchup-landing .final-cta h2{
  color:#fff;
}

#anima-sketchup-landing .final-cta p{
  max-width:760px;
  margin:0 auto 22px;
  color:#d8e8df;
  font-size:17px;
  line-height:1.65;
}

#anima-sketchup-landing .sticky-mobile{
  position:sticky;
  bottom:14px;
  z-index:15;
}

#anima-sketchup-landing .sticky-mobile .bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border-radius:18px;
  background:rgba(7,17,13,.92);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

#anima-sketchup-landing .sticky-mobile small{
  color:#f0fff7;
  font-size:14px;
  line-height:1.35;
  font-weight:800;
}

@media(max-width:1024px){
  #anima-sketchup-landing .hero-grid,
  #anima-sketchup-landing .pricing,
  #anima-sketchup-landing .grid-4{
    grid-template-columns:1fr 1fr;
  }

  #anima-sketchup-landing .grid-3{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:860px){
  #anima-sketchup-landing .hero-grid,
  #anima-sketchup-landing .grid-2,
  #anima-sketchup-landing .grid-3,
  #anima-sketchup-landing .grid-4,
  #anima-sketchup-landing .compare,
  #anima-sketchup-landing .pricing{
    grid-template-columns:1fr;
  }

  #anima-sketchup-landing .hero-grid{
    padding:28px;
  }

  #anima-sketchup-landing .section,
  #anima-sketchup-landing .pricing{
    padding:24px;
  }

  #anima-sketchup-landing .mini-points{
    grid-template-columns:1fr;
  }

  #anima-sketchup-landing .waitlist-box .big,
  #anima-sketchup-landing .status .big{
    font-size:34px;
  }

  #anima-sketchup-landing .sticky-mobile .bar{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
}