:root {
  --ink: #171717;
  --muted: #5f646d;
  --paper: #fffaf2;
  --panel: #ffffff;
  --cream: #fff4df;
  --line: rgba(23, 23, 23, 0.1);
  --yellow: #ffc847;
  --orange: #ff7a3d;
  --red: #ef2f2f;
  --green: #20c36a;
  --blue: #2f6df6;
  --shadow: 0 20px 55px rgba(23, 23, 23, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 200, 71, 0.3), transparent 32rem),
    linear-gradient(180deg, #fffaf2 0%, #fff 45%, #fff7ea 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.section-pad {
  padding: 84px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 24px, 1200px);
  margin: 12px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 12px 38px rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(23, 23, 23, 0.14);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #353942;
  font-size: 0.92rem;
  font-weight: 750;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  transform: translateY(-1px);
  background: rgba(255, 200, 71, 0.18);
  color: var(--ink);
}

.main-nav .nav-whatsapp {
  color: #062814;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(32, 195, 106, 0.26);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding-top: 110px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape,
.road-line {
  position: absolute;
  display: block;
}

.shape {
  border-radius: 999px;
  filter: blur(0.2px);
  animation: float 7s ease-in-out infinite;
}

.shape-one {
  width: 180px;
  height: 180px;
  right: 8%;
  top: 16%;
  background: rgba(47, 109, 246, 0.13);
}

.shape-two {
  width: 110px;
  height: 110px;
  left: 7%;
  bottom: 18%;
  background: rgba(255, 122, 61, 0.18);
  animation-delay: -2s;
}

.road-line {
  width: 260px;
  height: 64px;
  border: 3px dashed rgba(23, 23, 23, 0.13);
  border-color: rgba(23, 23, 23, 0.13) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.road-line-one {
  right: 16%;
  bottom: 15%;
}

.road-line-two {
  left: -40px;
  top: 26%;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 5vw, 4.35rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-subtitle {
  margin-bottom: 14px;
  color: #2c3037;
  font-size: clamp(1.12rem, 2.6vw, 1.55rem);
  font-weight: 800;
}

.hero-text,
.section-copy p,
.section-heading p,
.feature-card p,
.partner-card p,
.cta-panel p {
  color: var(--muted);
}

.hero-text {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(23, 23, 23, 0.18);
}

.btn-primary {
  color: #062814;
  background: var(--green);
}

.btn-youtube {
  color: #fff;
  background: linear-gradient(135deg, #ff2a2a, #c90000);
}

.btn-youtube.large {
  min-height: 60px;
  padding-inline: 26px;
}

.btn-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  font-size: 0.72rem;
}

.play-icon {
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.profile-orbit {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    conic-gradient(from 160deg, var(--yellow), var(--green), var(--blue), var(--orange), var(--yellow)) border-box;
  border: 12px solid transparent;
  box-shadow: var(--shadow);
}

.profile-orbit::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 2px dashed rgba(23, 23, 23, 0.14);
  border-radius: 50%;
  animation: spin 26s linear infinite;
}

.profile-orbit img {
  position: relative;
  width: 78%;
  height: 78%;
  object-fit: cover;
  border-radius: 50%;
}

.traffic-dot {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23, 23, 23, 0.2);
}

.dot-red {
  top: 14%;
  right: 14%;
  background: var(--red);
}

.dot-yellow {
  left: 5%;
  top: 48%;
  background: var(--yellow);
}

.dot-green {
  right: 18%;
  bottom: 9%;
  background: var(--green);
}

.route-card {
  position: absolute;
  right: 0;
  bottom: 26px;
  max-width: 245px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.14);
  backdrop-filter: blur(14px);
}

.route-card span,
.partner-card span,
.social-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card strong {
  display: block;
  line-height: 1.18;
}

.youtube-spotlight {
  background: #151515;
  color: #fff;
}

.youtube-grid,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.youtube-spotlight .section-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.youtube-preview {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.24), transparent 42%),
    linear-gradient(160deg, #2a2a2a, #0f0f0f);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.youtube-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.46) 100%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.18), transparent 16rem);
  pointer-events: none;
}

.youtube-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.card-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.partner-card,
.social-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(23, 23, 23, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card:hover,
.partner-card:hover,
.social-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 122, 61, 0.35);
  box-shadow: 0 22px 45px rgba(23, 23, 23, 0.12);
}

.feature-card {
  padding: 24px;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 950;
}

.social-section {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.72), rgba(255, 255, 255, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(23, 23, 23, 0.035) 38px 40px);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.social-card {
  position: relative;
  min-height: 170px;
  padding: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.social-card::before,
.social-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: transform 240ms ease, opacity 240ms ease;
}

.social-card::before {
  background: inherit;
  transform: scale(1.02);
}

.social-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 12rem);
}

.social-card:hover::before {
  transform: scale(1.08);
}

.social-card span,
.social-card strong {
  position: relative;
  z-index: 1;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.social-card span {
  color: rgba(255, 255, 255, 0.78);
}

.social-card strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.social-tiktok {
  background-image: url("tiktok.png");
  background-position: center 42%;
}

.social-instagram {
  background-image: url("instagram.png");
  background-position: center 45%;
}

.social-youtube {
  grid-column: span 2;
  min-height: 230px;
  background-image: url("youtube.png");
  background-position: center 44%;
  border-color: rgba(255, 255, 255, 0.2);
}

.social-youtube::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.54) 46%, rgba(201, 0, 0, 0.3) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
}

.social-youtube strong {
  max-width: 420px;
  font-size: clamp(1.22rem, 2.2vw, 1.75rem);
}

.social-facebook {
  background-image: url("facebook.png");
  background-position: center 44%;
}

.social-x {
  background-image: url("x.png");
  background-position: center 42%;
}

.partner-card {
  padding: 24px;
}

.partner-card h3 {
  min-height: 58px;
}

.faq-section {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fffaf2;
  box-shadow: 0 10px 24px rgba(23, 23, 23, 0.06);
}

summary {
  position: relative;
  padding: 20px 56px 20px 20px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--yellow);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  padding-top: 36px;
}

.cta-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 200, 71, 0.35), transparent 14rem),
    linear-gradient(135deg, #171717, #2b2b2b);
  box-shadow: var(--shadow);
}

.cta-panel img {
  width: 96px;
  height: 96px;
  border: 4px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.cta-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.cta-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 34px 0 42px;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .section-pad {
    padding: 68px 0;
  }

  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 82px 12px auto;
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    padding: 14px 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-grid,
  .youtube-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .youtube-grid .section-copy {
    order: -1;
  }

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

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

  .social-youtube {
    grid-column: span 2;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .site-header {
    width: calc(100% - 16px);
    border-radius: 24px;
  }

  .brand span {
    max-width: 170px;
  }

  .brand small {
    display: none;
  }

  .section-pad {
    padding: 56px 0;
  }

  h1 {
    font-size: clamp(2.8rem, 16vw, 4.6rem);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .profile-orbit {
    border-width: 8px;
  }

  .route-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -36px;
    justify-self: end;
  }

  .youtube-preview {
    border-radius: 22px;
  }

  .card-grid,
  .partner-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-youtube {
    grid-column: auto;
    min-height: 210px;
  }

  .partner-card h3 {
    min-height: auto;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
