:root {
  --gb-navy: #1a237e;
  --gb-navy-deep: #1A237E;
  --gb-blue: #3d5afe;
  --gb-blue-mid: #536DFE;
  --gb-blue-soft: #9FA8FF;
  --gb-blue-wash: #dddfff;
  --gb-blue-pale: #DDE0FF;
  --gb-blue-shadow: #1e1fa3;
  --gb-yellow: #FFD700;
  --gb-yellow-hover: #FFC107;
  --gb-yellow-wash: #fff8cc;
  --gb-yellow-bright: #FFEB3B;
  --gb-orange: #FF9800;
  --gb-orange-deep: #E65100;
  --gb-white: #FFFFFF;
  --gb-hero-bg: #f9f9f9;
  --gb-gray: #666666;
  --gb-ink: #1a237e;
  --radius: 12px;
  --header-h: 5.25rem;
  --font-body: "KoHo", "Segoe UI", sans-serif;
  --space: clamp(3rem, 6vw, 5.5rem);
  --shadow-header: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--gb-gray);
  background: var(--gb-white);
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gb-navy);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin: 0 0 1rem;
  color: var(--gb-navy);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 1rem;
}

:focus-visible {
  outline: 2px solid var(--gb-blue);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 2000;
  background: var(--gb-navy);
  color: var(--gb-white);
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  border-radius: 0 0 0.4rem 0.4rem;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--gb-white);
  box-shadow: var(--shadow-header);
  border-bottom: 4px solid var(--gb-yellow);
}

.header-inner,
.section-inner,
.hero-grid,
.footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.brand {
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 48px;
  max-width: min(180px, 52vw);
  flex-shrink: 0;
}

.brand-bodas {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--gb-blue);
  padding-bottom: 0.2rem;
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: var(--gb-navy);
  font-weight: 700;
  font-size: 1rem;
}

.site-nav a:hover {
  color: var(--gb-blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: var(--radius);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  text-align: center;
  box-sizing: border-box;
}

.btn-header,
.btn-primary {
  background-color: var(--gb-blue);
  color: var(--gb-white);
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
}

.btn-header:hover,
.btn-primary:hover {
  background-color: var(--gb-navy-deep);
  color: var(--gb-white);
}

.btn-ghost {
  background: var(--gb-white);
  color: var(--gb-navy);
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
  border: 1px solid var(--gb-navy);
}

.btn-ghost:hover {
  background: var(--gb-blue-pale);
}

.btn-secondary {
  background-color: var(--gb-yellow);
  color: var(--gb-navy);
  box-shadow: -6px 6px 0 var(--gb-orange);
  width: 100%;
}

.btn-secondary:hover {
  background-color: var(--gb-yellow-hover);
  color: var(--gb-navy);
}

.hero {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--gb-hero-bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gb-blue);
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--gb-gray);
  max-width: 36rem;
}

.promo-pill {
  display: inline-block;
  margin: 0 0 1.4rem;
  padding: 0.65rem 0.95rem;
  background: var(--gb-yellow);
  color: var(--gb-navy);
  border-radius: var(--radius);
  box-shadow: -6px 6px 0 var(--gb-orange);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 8px 10px 0;
}

.hero-media {
  margin: 0;
  background: var(--gb-white);
  border-radius: var(--radius);
  padding: 0.5rem;
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--gb-hero-bg);
  border-radius: 8px;
}

.value,
.process,
.packages,
.video,
.reasons,
.faq {
  padding: var(--space) 0;
}

.value {
  background: var(--gb-white);
}

.section-intro {
  max-width: 42rem;
  color: var(--gb-gray);
  margin-bottom: 2rem;
}

.value-list,
.steps,
.reasons-grid,
.package-grid {
  display: grid;
  gap: 1.25rem;
  padding: 0 8px 10px;
  margin: 0;
  list-style: none;
}

.value-list,
.reasons-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.value-list li,
.steps li,
.reasons-grid li {
  background: var(--gb-white);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: -6px 6px 0 var(--gb-blue-wash);
}

.process {
  background: var(--gb-blue-wash);
}

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

.steps li {
  box-shadow: -6px 6px 0 var(--gb-blue-mid);
}

.step-number {
  display: inline-flex;
  min-width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--gb-blue);
  color: var(--gb-white);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.packages {
  background: var(--gb-yellow-wash);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.package-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--gb-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
}

.package-card--deluxe {
  background: var(--gb-navy);
  box-shadow: -6px 6px 0 var(--gb-yellow);
}

.package-card--deluxe h3 {
  color: var(--gb-yellow);
}

.package-card--deluxe .package-material {
  color: var(--gb-yellow-bright);
}

.package-card--deluxe p {
  color: var(--gb-blue-pale);
}

.package-media {
  background: var(--gb-hero-bg);
}

.package-card--deluxe .package-media {
  background: #0f1548;
}

.package-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.package-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.25rem 1.25rem 1.4rem;
  flex: 1;
}

.package-body .btn {
  margin-top: auto;
}

.package-material {
  margin: 0;
  font-weight: 700;
  color: var(--gb-blue);
}

.video {
  background: var(--gb-white);
}

.video-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.85fr);
  align-items: stretch;
  max-width: 56rem;
  margin: 0 8px 10px 0;
  text-decoration: none;
  color: inherit;
  background: var(--gb-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
}

.video-card:hover {
  background: var(--gb-hero-bg);
}

.video-card:focus-visible {
  outline: 3px solid var(--gb-blue);
  outline-offset: 4px;
}

.video-card-media {
  position: relative;
  display: block;
  min-height: 14rem;
  background: var(--gb-navy);
}

.video-card-media img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 42%;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gb-yellow);
  box-shadow: -4px 4px 0 var(--gb-orange);
  transform: translate(-50%, -50%);
}

.video-play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.15rem;
  border-color: transparent transparent transparent var(--gb-navy);
}

.video-card:hover .video-play {
  background: var(--gb-yellow-hover);
}

.video-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.5rem 1.6rem;
  background: var(--gb-blue-pale);
}

.video-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--gb-navy);
}

.video-card-caption {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gb-gray);
}

.video-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  padding: 10px 16px;
  margin-top: 0.35rem;
  border-radius: var(--radius);
  background: var(--gb-yellow);
  color: var(--gb-navy);
  font-weight: 700;
  box-shadow: -4px 4px 0 var(--gb-orange);
}

.reasons {
  background: var(--gb-hero-bg);
}

.faq {
  background: var(--gb-white);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  padding: 0 8px 10px;
}

details {
  background: var(--gb-blue-pale);
  border-radius: var(--radius);
  padding: 0.2rem 1rem 0.2rem;
  box-shadow: -6px 6px 0 var(--gb-blue-wash);
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gb-navy);
  min-height: 44px;
  display: flex;
  align-items: center;
}

details p {
  color: var(--gb-gray);
  padding-bottom: 0.75rem;
}

.launch {
  padding: var(--space) 0 calc(var(--space) + 2rem);
  background: var(--gb-yellow);
  color: var(--gb-navy);
}

.launch h2,
.launch .eyebrow-light {
  color: var(--gb-navy);
}

.launch .eyebrow-light {
  color: var(--gb-orange-deep);
}

.launch-copy {
  font-size: 1.25rem;
  max-width: 34rem;
  font-weight: 700;
  color: var(--gb-navy);
}

.launch .btn-primary {
  background: var(--gb-blue);
  color: var(--gb-white);
  box-shadow: -6px 6px 0 var(--gb-blue-shadow);
}

.fine-print {
  margin-top: 1.1rem;
  font-size: 1rem;
  color: var(--gb-navy);
}

.site-footer {
  background: var(--gb-white);
  color: var(--gb-navy);
  padding: 2.5rem 0 6.5rem;
  border-top: 12px solid var(--gb-orange);
}

.footer-inner {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.brand-footer .brand-bodas {
  color: var(--gb-navy);
}

.footer-phone {
  color: var(--gb-navy);
  font-weight: 700;
  text-decoration: underline;
}

.copyright {
  margin: 0;
  color: var(--gb-navy);
}

.floating-wa {
  position: fixed;
  right: 1.1rem;
  bottom: 1.2rem;
  z-index: 1100;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1f8a4c;
  color: var(--gb-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(18, 84, 41, 0.28);
}

.sticky-wa {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1090;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: var(--gb-white);
  box-shadow: 0 -2px 8px rgba(26, 35, 126, 0.12);
}

.sticky-wa .btn {
  width: 100%;
}

@media (max-width: 960px) {
  .hero-grid,
  .package-grid,
  .steps,
  .video-card {
    grid-template-columns: 1fr;
  }

  .hero-media {
    max-width: 32rem;
  }

  .video-card {
    max-width: 36rem;
  }

  .video-card-media img {
    min-height: 12rem;
  }
}

@media (max-width: 720px) {
  .header-inner {
    padding: 0.85rem 0;
  }

  .brand-logo {
    height: 40px;
    max-width: min(150px, 48vw);
  }

  .site-nav {
    width: 100%;
    order: 3;
  }

  .btn-header {
    margin-left: auto;
  }

  .sticky-wa {
    display: block;
  }

  .floating-wa {
    bottom: 5.6rem;
    right: 0.9rem;
  }

  .site-footer {
    padding-bottom: 7.5rem;
  }
}

@media (max-width: 360px) {
  .header-inner,
  .section-inner,
  .hero-grid,
  .footer-inner {
    width: min(1180px, calc(100% - 1.25rem));
  }

  h1 {
    font-size: 1.85rem;
  }

  .brand-logo {
    height: 34px;
    max-width: min(132px, 46vw);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .video-card:hover {
    background: var(--gb-white);
  }

  .video-card:hover .video-play {
    background: var(--gb-yellow);
  }
}
