:root {
  --color-bg: #f4efe6;
  --color-surface: #fffdf8;
  --color-surface-2: #efe3d0;
  --color-text: #23190f;
  --color-muted: #665749;
  --color-brand: #c7682e;
  --color-brand-deep: #92461f;
  --color-accent: #2f6b5f;
  --color-border: #d7c6b1;
  --shadow-soft: 0 14px 40px rgba(35, 25, 15, 0.12);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at 15% 15%, rgba(199, 104, 46, 0.16) 0, rgba(199, 104, 46, 0) 46%),
    radial-gradient(circle at 85% 25%, rgba(47, 107, 95, 0.12) 0, rgba(47, 107, 95, 0) 42%),
    var(--color-bg);
  line-height: 1.55;
}

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

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

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

.section-pad {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.alt-bg {
  background: linear-gradient(180deg, rgba(239, 227, 208, 0.65), rgba(255, 253, 248, 0.8));
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--color-accent);
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 6vw, 4.3rem);
}

h2 {
  font-size: clamp(1.8rem, 4.2vw, 3rem);
}

h3 {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: rgba(244, 239, 230, 0.85);
  border-bottom: 1px solid rgba(215, 198, 177, 0.8);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
}

.brand img {
  height: 60px;
  object-fit: cover;
}

.site-nav {
  display: none;
  gap: 1.2rem;
  font-weight: 500;
  color: var(--color-muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--color-text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  padding: 0.78rem 1.2rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn-icon {
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 auto;
  transition: transform 240ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-icon-whatsapp {
  transform: translate(0, 0);
}

.btn:hover .btn-icon,
.btn:focus-visible .btn-icon {
  transform: scale(1.12) rotate(8deg);
}

.btn:hover .btn-icon-whatsapp,
.btn:focus-visible .btn-icon-whatsapp {
  transform: translate(0.12rem, 0.02rem) scale(1.12) rotate(-6deg);
}

.btn:focus-visible {
  outline: 2px solid rgba(47, 107, 95, 0.4);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-brand), var(--color-brand-deep));
  color: #fff;
  box-shadow: 0 8px 20px rgba(146, 70, 31, 0.3);
}

.btn-secondary {
  background: #fff;
  border-color: var(--color-border);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(102, 87, 73, 0.32);
  color: var(--color-text);
}

.nav-cta {
  display: none;
}

.hero {
  overflow: clip;
  padding: 2.5rem 1rem;
}

.hero-grid {
  display: grid;
  gap: 2.1rem;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 1.15rem;
}

.season-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: var(--color-muted);
}

.season-pill::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--color-accent);
  box-shadow: 0 0 0 0.35rem rgba(47, 107, 95, 0.14);
}

.hero-lead {
  color: var(--color-muted);
  font-size: clamp(1rem, 2.4vw, 1.22rem);
  max-width: 58ch;
}

.cta-stack {
  display: grid;
  gap: 0.6rem;
  justify-items: start;
}

.helper {
  font-size: 0.92rem;
  color: var(--color-muted);
}

.hero-media {
  margin: 0;
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -1.1rem;
  border-radius: var(--radius-lg);
  z-index: -1;
  background: linear-gradient(140deg, rgba(47, 107, 95, 0.22), rgba(199, 104, 46, 0.22));
}

.hero-media img {
  border-radius: var(--radius-lg);
  width: 100%;
  min-height: 380px;
  max-height: 540px;
  object-fit: cover;
  box-shadow: 0 14px 40px rgba(35, 25, 15, 0.12);
  transition: transform 600ms ease, box-shadow 600ms ease;
}

.hero-media img:hover {
  box-shadow: 0 18px 48px rgba(35, 25, 15, 0.18);
}

.hero-gallery {
  position: relative;
  width: 100%;
  min-height: 380px;
  max-height: 540px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  opacity: 0;
}

.hero-gallery-img.active {
  opacity: 1;
  animation: var(--gallery-animation) 1000ms cubic-bezier(0.34, 0, 0.66, 1) forwards;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-gallery-img[data-animation="fade-up"] {
  --gallery-animation: fade-up;
}

.hero-gallery-img[data-animation="fade-down"] {
  --gallery-animation: fade-down;
}

.hero-gallery-img[data-animation="fade-left"] {
  --gallery-animation: fade-left;
}

.hero-gallery-img[data-animation="fade-right"] {
  --gallery-animation: fade-right;
}

.hero-media figcaption {
  margin-top: 0.8rem;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.context-band {
  border-block: 1px solid var(--color-border);
  background: linear-gradient(90deg, rgba(239, 227, 208, 0.9), rgba(255, 253, 248, 0.9));
  padding: 1.2rem 0;
}

.context-band p {
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 500;
  text-align: center;
}

.section-head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: clamp(1.2rem, 2.8vw, 2.1rem);
  max-width: 68ch;
}

.cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.info-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 26px rgba(35, 25, 15, 0.07);
  display: grid;
  gap: 0.55rem;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.info-card:hover,
.info-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(35, 25, 15, 0.12);
  border-color: rgba(47, 107, 95, 0.42);
}

.info-card p {
  color: var(--color-muted);
}

.info-card-note {
  font-size: 0.92rem;
}

.process-grid {
  display: grid;
  gap: 1.3rem;
  align-items: center;
}

.process-copy {
  display: grid;
  gap: 1rem;
}

.process-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.6rem;
  color: var(--color-muted);
}

.process-gallery {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}

.process-gallery img {
  width: 100%;
  height: clamp(180px, 30vw, 290px);
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 14px 40px rgba(35, 25, 15, 0.12);
  transition: transform 520ms ease, box-shadow 520ms ease;
}

.process-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 48px rgba(35, 25, 15, 0.18);
}

.authority {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 40px rgba(35, 25, 15, 0.12);
  padding: clamp(1.3rem, 3vw, 2.3rem);
  display: grid;
  gap: 0.8rem;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.authority:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(35, 25, 15, 0.14);
}

.authority p:last-child {
  color: var(--color-muted);
}

.demos-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.demo-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(35, 25, 15, 0.08);
  display: grid;
  gap: 0.8rem;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.demo-card:hover,
.demo-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(35, 25, 15, 0.14);
}

.demo-card p {
  color: var(--color-muted);
}

.faq-grid {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem 1rem;
  box-shadow: 0 2px 8px rgba(35, 25, 15, 0);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.faq-item[open] {
  border-color: rgba(47, 107, 95, 0.38);
  box-shadow: 0 8px 20px rgba(35, 25, 15, 0.08);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin-top: 0.7rem;
  color: var(--color-muted);
}

.closing-cta {
  margin-top: 1.4rem;
  border-radius: var(--radius-md);
  padding: 1.1rem;
  border: 1px solid var(--color-border);
  background: rgba(239, 227, 208, 0.65);
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

.closing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
}

.site-footer {
  border-top: 1px solid var(--color-border);
  background: rgba(35, 25, 15, 0.98);
  color: #f6f0e8;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 80px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
}

.footer-wrap a {
  color: #ffdcb8;
}

.footer-wrap a:hover,
.footer-wrap a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-page {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.legal-content {
  max-width: 46rem;
}

.legal-content > p,
.legal-content > section {
  margin-top: 1.25rem;
}

.legal-content > section:first-of-type {
  margin-top: 0;
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
}

.legal-content h3 {
  margin-top: 1.1rem;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.legal-content ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-content li + li {
  margin-top: 0.35rem;
}

.legal-content a {
  color: var(--color-brand-deep);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.legal-updated {
  color: var(--color-muted);
  font-size: 0.95rem;
}

.legal-back {
  margin-top: 2.5rem;
}

.info-card .btn {
  margin-top: 0.35rem;
  justify-self: start;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 780px) {
  .site-nav {
    display: inline-flex;
  }

  .nav-cta {
    display: inline-flex;
  }

  .hero-grid {
    grid-template-columns: 1.06fr 0.94fr;
  }

  .process-grid {
    grid-template-columns: 1.06fr 0.94fr;
  }

  .sandbox-actions {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 779px) {
  .site-header {
    position: static;
  }
}

/* ── Product pages & pricing ── */

.product-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.product-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.product-hero-copy {
  display: grid;
  gap: 1rem;
  max-width: 62ch;
}

.product-hero-lead {
  color: var(--color-muted);
  font-size: clamp(1rem, 2.2vw, 1.18rem);
}

.product-hero-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.product-hero-media img {
  width: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(47, 107, 95, 0.12);
  color: var(--color-accent);
  border: 1px solid rgba(47, 107, 95, 0.22);
}

.product-badge--monthly {
  background: rgba(199, 104, 46, 0.12);
  color: var(--color-brand-deep);
  border-color: rgba(199, 104, 46, 0.28);
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  color: var(--color-muted);
}

.feature-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(47, 107, 95, 0.14);
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pricing-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(35, 25, 15, 0.07);
  display: grid;
  gap: 0.65rem;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.pricing-card:hover,
.pricing-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(35, 25, 15, 0.12);
}

.pricing-card--featured {
  border-color: rgba(199, 104, 46, 0.45);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(239, 227, 208, 0.55));
  position: relative;
}

.pricing-card--featured::before {
  content: "Más popular";
  position: absolute;
  top: -0.65rem;
  right: 1rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--color-brand);
  color: #fff;
}

.pricing-tier {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-amount {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-text);
}

.pricing-amount small {
  font-family: "Work Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-muted);
}

.pricing-desc {
  color: var(--color-muted);
  font-size: 0.94rem;
}

.pricing-includes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--color-muted);
}

.pricing-includes li::before {
  content: "· ";
  color: var(--color-brand);
  font-weight: 700;
}

.pricing-note {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(239, 227, 208, 0.55);
  border: 1px solid var(--color-border);
  font-size: 0.92rem;
  color: var(--color-muted);
}

.split-section {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.value-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.value-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.75);
  display: grid;
  gap: 0.45rem;
}

.value-card p {
  color: var(--color-muted);
  font-size: 0.94rem;
}

.service-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 2.5vw, 1.6rem);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 28px rgba(35, 25, 15, 0.08);
  display: grid;
  gap: 0.75rem;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(35, 25, 15, 0.14);
  border-color: rgba(47, 107, 95, 0.38);
}

.service-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 104, 46, 0.12);
  color: var(--color-brand-deep);
  font-size: 1.2rem;
}

.service-card p {
  color: var(--color-muted);
}

.service-card-price {
  font-weight: 600;
  color: var(--color-brand-deep);
  font-size: 0.95rem;
}

.services-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.bundle-banner {
  border: 1px solid rgba(47, 107, 95, 0.32);
  border-radius: var(--radius-lg);
  padding: clamp(1.3rem, 3vw, 2rem);
  background: linear-gradient(135deg, rgba(47, 107, 95, 0.1), rgba(199, 104, 46, 0.08));
  display: grid;
  gap: 0.9rem;
}

.bundle-banner p {
  color: var(--color-muted);
  max-width: 62ch;
}

.steps-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  counter-reset: step;
}

.step-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  gap: 0.5rem;
}

.step-card::before {
  counter-increment: step;
  content: counter(step);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  background: var(--color-brand);
  color: #fff;
}

.step-card p {
  color: var(--color-muted);
  font-size: 0.94rem;
}

.product-cta {
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  background: rgba(239, 227, 208, 0.55);
  display: grid;
  gap: 1rem;
}

.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.88rem;
  color: var(--color-muted);
  margin-bottom: 1rem;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--color-brand-deep);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.breadcrumb span[aria-hidden="true"] {
  opacity: 0.5;
}

.site-nav .nav-dropdown {
  position: relative;
}

.site-nav .nav-dropdown > summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--color-muted);
}

.site-nav .nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.site-nav .nav-dropdown > summary:hover,
.site-nav .nav-dropdown[open] > summary {
  color: var(--color-text);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.15rem;
  z-index: 30;
}

.nav-dropdown-menu a {
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  font-size: 0.92rem;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(239, 227, 208, 0.65);
  color: var(--color-text);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.comparison-table th,
.comparison-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.comparison-table th {
  font-weight: 600;
  background: rgba(239, 227, 208, 0.45);
}

.comparison-table td {
  color: var(--color-muted);
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 780px) {
  .product-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .split-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .hero-media img,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
