﻿:root {
  --bg: #071824;
  --bg-soft: #0d2433;
  --surface: rgba(11, 34, 48, 0.82);
  --surface-strong: #0f3043;
  --text: #f3fbff;
  --muted: #a7c3d3;
  --accent: #ff7a1a;
  --accent-hover: #e7680f;
  --accent-2: #12c2ff;
  --stroke: rgba(120, 182, 214, 0.24);
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
  --radius: 20px;
  --radius-sm: 14px;
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", Tahoma, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% -8%, rgba(18, 194, 255, 0.18), transparent 38%),
    radial-gradient(circle at 92% 6%, rgba(255, 122, 26, 0.14), transparent 40%),
    linear-gradient(180deg, #06131c 0%, #081b27 100%);
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.section {
  padding: 4.25rem 0;
}

.section h2 {
  margin: 0 0 0.85rem;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 5vw, 3rem);
}

.section-lead {
  margin: 0 0 2rem;
  color: var(--muted);
  max-width: 62ch;
}

.card {
  border: 1px solid var(--stroke);
  background: var(--surface);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #1d0a00;
  box-shadow: 0 14px 26px rgba(255, 122, 26, 0.28);
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-ghost {
  color: var(--text);
  background: rgba(15, 48, 67, 0.55);
  border: 1px solid var(--stroke);
}

.btn-small {
  padding: 0.66rem 1.05rem;
}

.btn-large {
  font-size: 1.03rem;
  padding: 1rem 1.8rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.2rem;
}

.hero-bg-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}

.hero-bg-shape-a {
  width: 300px;
  height: 300px;
  right: -120px;
  top: 80px;
  background: radial-gradient(circle, rgba(18, 194, 255, 0.2), transparent 70%);
}

.hero-bg-shape-b {
  width: 240px;
  height: 240px;
  left: -110px;
  top: 180px;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.18), transparent 70%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
}

.logo {
  font-family: "Bebas Neue", "Barlow", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.hero-content {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  padding-top: 1.2rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: #7cd8ff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-text h1 {
  margin: 0;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.95;
  font-size: clamp(2.8rem, 11vw, 5.4rem);
}

.subtitle {
  margin: 0.85rem 0 1.35rem;
  color: var(--muted);
  font-size: clamp(1.03rem, 3.9vw, 1.22rem);
  max-width: 43ch;
}

.price-tag {
  margin: 0 0 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 26, 0.44);
  background: rgba(255, 122, 26, 0.12);
}

.price-tag strong {
  font-size: 1.05rem;
  color: #ffd9bf;
}

.price-tag span {
  font-size: 0.86rem;
  color: #ffbb90;
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-points {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.25rem;
  color: #cae4f1;
}

.hero-points li::before {
  content: "";
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  left: 0;
  top: 0.45rem;
  background: var(--accent);
}

.hero-media {
  padding: 1rem;
  position: relative;
}

.product-badge {
  margin: 0 0 0.55rem;
  display: inline-flex;
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  background: rgba(18, 194, 255, 0.15);
  color: #89e4ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-media img {
  margin: 0 auto;
  width: min(100%, 430px);
}

.hero-stats {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.stat {
  padding: 1rem;
}

.stat-value {
  margin: 0;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff8f2;
}

.stat-label {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.action-shot {
  overflow: hidden;
}

.action-shot-media {
  margin: 0;
  border-bottom: 1px solid var(--stroke);
}

.action-shot-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.action-shot-copy {
  padding: 1rem;
}

.action-shot-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 5vw, 2.9rem);
}

.action-shot-copy p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  max-width: 52ch;
}

.benefits-grid,
.steps-grid {
  display: grid;
  gap: 0.9rem;
}

.benefit,
.step {
  padding: 1.2rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.benefit:hover,
.step:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 26, 0.42);
}

.benefit h3,
.step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.benefit p,
.step p {
  margin: 0;
  color: var(--muted);
}

.section-accent {
  background:
    linear-gradient(180deg, rgba(9, 30, 43, 0.72), rgba(10, 32, 44, 0.3));
  border-top: 1px solid rgba(120, 182, 214, 0.14);
  border-bottom: 1px solid rgba(120, 182, 214, 0.14);
}

.configurator {
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.product-preview {
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  background: rgba(8, 28, 40, 0.85);
  padding: 0.85rem;
}

.product-preview img {
  margin: 0 auto;
  width: min(100%, 440px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-preview img.is-switching {
  opacity: 0.3;
  transform: scale(0.98);
}

.color-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.72rem;
}

.color-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(15, 48, 67, 0.65);
  color: var(--text);
  padding: 0.55rem 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.color-btn:hover {
  transform: translateY(-1px);
}

.color-btn.is-active {
  border-color: var(--accent);
  box-shadow: 0 10px 22px rgba(255, 122, 26, 0.22);
}

.swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.swatch-naranja { background: #ff7a00; }
.swatch-verde { background: #29b46e; }
.swatch-rosa { background: #ff5ea8; }
.swatch-blanco { background: #ffffff; }

.step-number {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-bottom: 0.55rem;
  font-weight: 800;
  background: rgba(18, 194, 255, 0.18);
  color: #9de8ff;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-question:hover {
  background: rgba(18, 194, 255, 0.07);
}

.faq-question:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.faq-icon {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 48, 67, 0.8);
  color: #89e4ff;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.1rem 1rem;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.footer {
  padding: 2.8rem 0 3.6rem;
}

.footer-content {
  text-align: center;
  padding: 1.8rem 1.2rem;
}

.footer h2 {
  margin: 0;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 6vw, 3rem);
}

.footer p {
  margin: 0.75rem auto 1.2rem;
  max-width: 50ch;
  color: var(--muted);
}

.footer-price {
  margin: 0.85rem 0 0.4rem;
  color: #d7f1ff;
  font-weight: 600;
}

.footer-price strong {
  color: #ffd9bf;
}

.construction-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.construction-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.construction-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.3rem;
  text-align: center;
}

.construction-badge {
  display: inline-flex;
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(15, 48, 67, 0.6);
  color: #89e4ff;
  font-weight: 700;
  margin: 0 0 1rem;
}

.construction-card h1 {
  margin: 0 0 0.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 7vw, 3.2rem);
}

.construction-text {
  margin: 0 auto 1.4rem;
  max-width: 55ch;
  color: var(--muted);
}

.construction-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.thanks-hero {
  padding-bottom: 2.2rem;
}

.thanks-hero-content {
  grid-template-columns: 1fr;
}

.thanks-hero-content .hero-text {
  max-width: 760px;
}

.thanks-badge {
  margin: 0;
  display: inline-flex;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 194, 255, 0.42);
  background: rgba(18, 194, 255, 0.12);
  color: #9de8ff;
  font-weight: 700;
}

.card-lite {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-sm);
  background: rgba(8, 28, 40, 0.85);
  padding: 1rem;
}

.thanks-check h2 {
  margin: 0 0 0.55rem;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.thanks-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
  color: #d0e8f3;
}

.post-sale-help {
  padding: 1.4rem;
  text-align: center;
}

.post-sale-help h2 {
  margin: 0;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
}

.post-sale-help p {
  margin: 0.65rem auto 1.2rem;
  color: var(--muted);
  max-width: 60ch;
}

.post-sale-help .hero-ctas {
  justify-content: center;
}

@media (min-width: 760px) {
  .hero-content {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 2rem;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .action-shot {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

  .action-shot-media {
    border-bottom: 0;
    border-right: 1px solid var(--stroke);
  }

  .action-shot-copy {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .configurator {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    align-items: center;
  }

  .color-options {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
