:root {
  --ink: #073047;
  --ink-2: #0a5871;
  --teal: #07899a;
  --sky: #aee8ff;
  --sun: #ffc431;
  --orange: #ff6b16;
  --coral: #ff4c25;
  --leaf: #49b54a;
  --mint: #ddfff2;
  --cream: #fff9ec;
  --paper: #ffffff;
  --shadow: 0 26px 80px rgba(7, 48, 71, 0.16);
  --soft-shadow: 0 14px 35px rgba(7, 48, 71, 0.12);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 196, 49, 0.26), transparent 24rem),
    radial-gradient(circle at 90% 0%, rgba(174, 232, 255, 0.8), transparent 30rem),
    linear-gradient(180deg, #f7fcff 0%, #fffaf0 45%, #f4fbff 100%);
  color: var(--ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(7, 48, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 48, 71, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 4px;
  background: transparent;
}

.progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--sun), var(--teal));
  box-shadow: 0 0 18px rgba(255, 107, 22, 0.45);
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 900;
  display: flex;
  width: min(1120px, calc(100% - 28px));
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px 12px 10px 14px;
  box-shadow: 0 18px 50px rgba(7, 48, 71, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(7, 48, 71, 0.08);
}

.desktop-nav {
  display: flex;
  gap: 26px;
  font-weight: 800;
  color: rgba(7, 48, 71, 0.72);
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--orange);
}

.header-cta,
.primary-action,
.secondary-action,
.signup-form button,
.sticky-whatsapp,
.footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 900;
}

.header-cta,
.primary-action,
.signup-form button,
.sticky-whatsapp {
  border: 0;
  background: linear-gradient(135deg, var(--orange), var(--coral));
  color: white;
  box-shadow: 0 16px 34px rgba(255, 76, 37, 0.28);
}

.header-cta {
  padding: 0 20px;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 60px;
  align-items: center;
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 126px 0 84px;
}

.hero-copy,
.hero-stage,
.section-heading,
.registration-copy,
.quiz-panel,
.quiz-result {
  min-width: 0;
}

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

.cloud {
  position: absolute;
  width: 180px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  filter: blur(0.1px);
  animation: drift 16s ease-in-out infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 18px;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  left: 28px;
  width: 72px;
  height: 72px;
}

.cloud::after {
  right: 26px;
  width: 94px;
  height: 94px;
}

.cloud-one {
  top: 15%;
  left: -7%;
}

.cloud-two {
  right: -8%;
  bottom: 18%;
  width: 220px;
  transform: scale(0.86);
  animation-delay: -7s;
}

.sun-orbit {
  position: absolute;
  top: 105px;
  right: 12%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, #fff8a8 0 9%, transparent 10%),
    linear-gradient(135deg, #ffd845, #ff9f1c);
  box-shadow: 0 0 0 16px rgba(255, 196, 49, 0.18), 0 0 70px rgba(255, 196, 49, 0.5);
  animation: sunPulse 3.6s ease-in-out infinite;
}

.sun-orbit::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 7deg, transparent 0 9deg, rgba(255, 164, 20, 0.9) 10deg 14deg, transparent 15deg 30deg);
  z-index: -1;
}

.leaf {
  position: absolute;
  width: 92px;
  height: 36px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #7ed957, #1d9f5d);
  opacity: 0.32;
  transform: rotate(-18deg);
}

.leaf-one {
  left: 7%;
  bottom: 12%;
}

.leaf-two {
  right: 30%;
  top: 24%;
  transform: rotate(28deg);
}

.eyebrow,
.kicker,
.preview-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 9px 14px;
  box-shadow: var(--soft-shadow);
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 7px rgba(73, 181, 74, 0.14);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Baloo 2", "Nunito", sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(3.7rem, 8vw, 7.7rem);
  color: var(--ink);
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1::after {
  content: "";
  display: block;
  width: min(420px, 80%);
  height: 18px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--sun), transparent);
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(7, 48, 71, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.55;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  padding: 0 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.secondary-action {
  border: 2px solid rgba(7, 48, 71, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  box-shadow: var(--soft-shadow);
}

.primary-action:hover,
.secondary-action:hover,
.signup-form button:hover,
.sticky-whatsapp:hover {
  transform: translateY(-2px);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 670px;
}

.quick-facts article {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  padding: 15px;
  box-shadow: 0 12px 30px rgba(7, 48, 71, 0.08);
}

.quick-facts strong {
  display: block;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.quick-facts span {
  display: block;
  margin-top: 4px;
  color: rgba(7, 48, 71, 0.65);
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 640px;
}

.hero-card {
  position: sticky;
  top: 110px;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 44px;
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 196, 49, 0.38), transparent 24%),
    radial-gradient(circle at 20% 68%, rgba(73, 181, 74, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(222, 250, 255, 0.62));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -12% -8% -12%;
  height: 180px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(135deg, rgba(73, 181, 74, 0.28), rgba(7, 137, 154, 0.22));
}

.camp-badge {
  position: absolute;
  top: 28px;
  right: 26px;
  z-index: 4;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  text-align: center;
  box-shadow: 0 18px 40px rgba(7, 48, 71, 0.22);
  animation: float 4.4s ease-in-out infinite;
}

.camp-badge::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(255, 196, 49, 0.8);
  border-radius: 50%;
}

.camp-badge span,
.camp-badge strong {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 16px;
}

.camp-badge span {
  align-self: end;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.camp-badge strong {
  align-self: start;
  color: var(--sun);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.35rem;
  line-height: 0.9;
}

.mascot {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 320px;
  height: 510px;
  transform: translateX(-50%);
  transform-origin: 50% 85%;
  animation: heroBob 5s ease-in-out infinite;
}

.cape {
  position: absolute;
  left: 118px;
  top: 188px;
  width: 205px;
  height: 268px;
  border-radius: 28px 90px 42px 120px;
  background: linear-gradient(135deg, #ff8f1a 0%, #d94119 72%);
  transform: rotate(-11deg);
  box-shadow: inset -26px -18px 0 rgba(115, 25, 15, 0.14);
  animation: capeWave 2.8s ease-in-out infinite;
}

.head {
  position: absolute;
  left: 90px;
  top: 58px;
  width: 150px;
  height: 156px;
  border-radius: 48% 48% 45% 45%;
  background: #ffc99c;
  box-shadow: inset 0 -10px 0 rgba(209, 114, 62, 0.12);
  z-index: 3;
}

.hair {
  position: absolute;
  z-index: 5;
  background: linear-gradient(135deg, #5f230d, #bd4c12);
  box-shadow: inset -6px -5px 0 rgba(43, 18, 7, 0.22);
}

.hair-a {
  left: 80px;
  top: 22px;
  width: 112px;
  height: 70px;
  border-radius: 100% 10% 100% 8%;
  transform: rotate(-12deg);
}

.hair-b {
  left: 147px;
  top: 20px;
  width: 98px;
  height: 82px;
  border-radius: 20% 100% 16% 90%;
  transform: rotate(18deg);
}

.mask {
  position: absolute;
  left: 21px;
  top: 54px;
  width: 110px;
  height: 48px;
  border-radius: 24px 24px 28px 28px;
  background: #0588a7;
  box-shadow: inset 0 -5px 0 rgba(2, 58, 76, 0.18);
}

.eye {
  position: absolute;
  top: 66px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 56% 58%, #2a160b 0 28%, #fff 30% 65%, transparent 66%);
}

.eye-left {
  left: 41px;
}

.eye-right {
  right: 41px;
}

.smile {
  position: absolute;
  left: 54px;
  bottom: 28px;
  width: 48px;
  height: 23px;
  border-bottom: 5px solid #7a270f;
  border-radius: 0 0 50px 50px;
}

.neck {
  position: absolute;
  left: 139px;
  top: 196px;
  width: 56px;
  height: 40px;
  border-radius: 0 0 16px 16px;
  background: #f7b782;
}

.body {
  position: absolute;
  left: 92px;
  top: 216px;
  z-index: 2;
  width: 150px;
  height: 185px;
  border-radius: 55px 55px 34px 34px;
  background: linear-gradient(135deg, #0794aa, #064a6b);
  box-shadow: inset -20px -18px 0 rgba(3, 36, 57, 0.16);
}

.body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 82px;
  height: 82px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: white;
  box-shadow: 0 9px 20px rgba(3, 36, 57, 0.18);
}

.body img {
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: 2;
  width: 62px;
  height: 50px;
  transform: translateX(-50%);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.arm {
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 180px;
  border-radius: 38px;
  background: linear-gradient(135deg, #078fa9, #053f61);
}

.arm-left {
  left: 58px;
  top: 234px;
  transform: rotate(26deg);
}

.arm-right {
  right: 34px;
  top: 178px;
  height: 176px;
  transform: rotate(-42deg);
  transform-origin: 50% 90%;
  animation: punch 2.4s ease-in-out infinite;
}

.glove {
  position: absolute;
  top: -22px;
  left: -11px;
  width: 82px;
  height: 72px;
  border-radius: 32px 34px 24px 28px;
  background: linear-gradient(135deg, #ffb02e, #ff6b16);
  box-shadow: inset -8px -8px 0 rgba(160, 53, 15, 0.18);
}

.belt {
  position: absolute;
  left: 85px;
  top: 377px;
  z-index: 4;
  width: 164px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9c4119, #ff8c17, #9c4119);
}

.belt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 6px solid #9c4119;
  border-radius: 50%;
  background: var(--sun);
}

.leg {
  position: absolute;
  top: 390px;
  z-index: 1;
  width: 55px;
  height: 105px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #075f7d, #043a52);
}

.leg-left {
  left: 110px;
  transform: rotate(7deg);
}

.leg-right {
  right: 104px;
  transform: rotate(-7deg);
}

.boot {
  position: absolute;
  top: 480px;
  z-index: 3;
  width: 72px;
  height: 44px;
  border-radius: 24px 18px 20px 20px;
  background: linear-gradient(135deg, #ffb02e, #ff6718);
  box-shadow: inset -8px -8px 0 rgba(137, 49, 16, 0.15);
}

.boot-left {
  left: 92px;
  transform: rotate(-8deg);
}

.boot-right {
  right: 82px;
  transform: rotate(8deg);
}

.floating-note {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 84px;
  min-height: 42px;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
  animation: float 4s ease-in-out infinite;
}

.note-one {
  left: 34px;
  top: 136px;
  transform: rotate(-9deg);
}

.note-two {
  right: 45px;
  top: 260px;
  animation-delay: -1.2s;
}

.note-three {
  left: 58px;
  bottom: 72px;
  animation-delay: -2s;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1120px, calc(100% - 42px));
  margin: -34px auto 0;
  position: relative;
  z-index: 4;
}

.trust-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  padding: 16px;
  color: var(--ink);
  font-weight: 900;
  box-shadow: var(--soft-shadow);
}

.trust-strip span,
.activity-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.trust-strip span {
  width: 34px;
  height: 34px;
}

.icon-shield {
  border: 4px solid #1697c0;
  border-radius: 18px 18px 24px 24px;
}

.icon-shield::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 13px;
  height: 7px;
  border-left: 4px solid var(--leaf);
  border-bottom: 4px solid var(--leaf);
  transform: rotate(-45deg);
}

.icon-people::before,
.icon-people::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--orange);
}

.icon-people::before {
  left: 4px;
  top: 3px;
  width: 14px;
  height: 14px;
  box-shadow: 15px 0 0 var(--sun);
}

.icon-people::after {
  left: 0;
  bottom: 4px;
  width: 19px;
  height: 13px;
  border-radius: 12px 12px 4px 4px;
  box-shadow: 15px 0 0 var(--sun);
}

.icon-meal {
  border-radius: 0 0 18px 18px;
  background: var(--teal);
}

.icon-meal::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -8px;
  width: 28px;
  height: 16px;
  border-radius: 50%;
  background: var(--sun);
}

.icon-clock {
  border: 4px solid #8b4a9d;
  border-radius: 50%;
}

.icon-clock::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 5px;
  width: 4px;
  height: 13px;
  border-radius: 999px;
  background: #8b4a9d;
}

.icon-clock::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: #8b4a9d;
}

.section {
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
  padding: 110px 0;
}

.section-heading {
  max-width: 780px;
}

.section-heading.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 46px;
  align-items: end;
}

.section-heading.compact {
  max-width: 620px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: clamp(2.65rem, 5.5vw, 5.1rem);
}

.section-heading p:not(.kicker),
.registration-copy p,
.quiz-panel p {
  color: rgba(7, 48, 71, 0.7);
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 700;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.activity-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  text-align: left;
  color: var(--ink);
  box-shadow: var(--soft-shadow);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 12%;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 196, 49, 0.18);
}

.activity-card:hover,
.activity-card.active {
  transform: translateY(-5px);
  border-color: rgba(255, 107, 22, 0.38);
  background: white;
}

.activity-card strong {
  display: block;
  margin-top: 32px;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.7rem;
  line-height: 0.98;
}

.activity-card small {
  display: block;
  margin-top: 8px;
  color: rgba(7, 48, 71, 0.65);
  font-weight: 800;
  line-height: 1.35;
}

.activity-icon {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 196, 49, 0.35), rgba(7, 137, 154, 0.18));
}

.palette::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50% 46% 56% 44%;
  background:
    radial-gradient(circle at 34% 35%, var(--orange) 0 10%, transparent 11%),
    radial-gradient(circle at 60% 32%, #1685c7 0 10%, transparent 11%),
    radial-gradient(circle at 50% 62%, var(--leaf) 0 10%, transparent 11%),
    #ffd48d;
}

.masks::before,
.masks::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 28px;
  height: 28px;
  border-radius: 6px 6px 18px 18px;
}

.masks::before {
  left: 12px;
  background: var(--leaf);
}

.masks::after {
  right: 12px;
  background: var(--sun);
}

.mountain::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 13px;
  width: 38px;
  height: 33px;
  clip-path: polygon(0 100%, 45% 10%, 68% 54%, 82% 34%, 100% 100%);
  background: linear-gradient(135deg, #0b9bb3, #4dbb62);
}

.runner::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: -10px 28px 0 0 var(--orange), 15px 32px 0 -1px var(--ink-2);
}

.runner::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 31px;
  width: 14px;
  height: 28px;
  border-radius: 999px;
  background: var(--teal);
  transform: rotate(24deg);
}

.bowl::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 27px;
  border-radius: 0 0 25px 25px;
  background: var(--teal);
}

.bowl::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 13px -2px 0 var(--orange), 25px 4px 0 var(--sun);
}

.teacher::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffc99c;
}

.teacher::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: 34px;
  height: 24px;
  border-radius: 18px 18px 8px 8px;
  background: var(--teal);
}

.activity-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--ink), #0a667d);
  padding: 34px;
  color: white;
  box-shadow: var(--shadow);
}

.activity-preview h3 {
  margin-top: 10px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.activity-preview p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.6;
}

.preview-tag {
  color: var(--sun);
}

.preview-meter {
  display: grid;
  place-items: center;
}

.preview-meter span {
  position: relative;
  display: grid;
  place-items: center;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--ink) 0 58%, transparent 59%),
    conic-gradient(var(--sun) var(--value), rgba(255, 255, 255, 0.14) 0);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-meter strong {
  display: block;
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.4rem;
  line-height: 0.9;
}

.day {
  position: relative;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.time-card {
  min-height: 260px;
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  padding: 22px;
  box-shadow: var(--soft-shadow);
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.time-card.active,
.time-card:hover {
  transform: translateY(-6px);
  background: var(--ink);
  color: white;
}

.time-card time {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 196, 49, 0.2);
  padding: 8px 12px;
  color: var(--orange);
  font-weight: 900;
}

.time-card.active time,
.time-card:hover time {
  background: rgba(255, 255, 255, 0.12);
  color: var(--sun);
}

.time-card strong {
  display: block;
  margin-top: 30px;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.time-card p {
  color: rgba(7, 48, 71, 0.66);
  font-weight: 700;
  line-height: 1.45;
}

.time-card.active p,
.time-card:hover p {
  color: rgba(255, 255, 255, 0.74);
}

.power {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 24px;
}

.quiz-panel,
.quiz-result {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.76);
  padding: 34px;
  box-shadow: var(--shadow);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.quiz-options button {
  min-height: 70px;
  border: 2px solid rgba(7, 48, 71, 0.08);
  border-radius: 20px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.quiz-options button:hover,
.quiz-options button.active {
  transform: translateY(-3px);
  border-color: var(--orange);
}

.quiz-result {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, var(--sun), #fff3b9 45%, white);
}

.result-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: var(--ink);
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.quiz-result h3 {
  margin-top: 28px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.quiz-result p {
  color: rgba(7, 48, 71, 0.72);
  font-weight: 800;
  line-height: 1.55;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.safety-grid article {
  min-height: 286px;
  border-radius: 30px;
  background: white;
  padding: 25px;
  box-shadow: var(--soft-shadow);
}

.safety-grid span {
  color: var(--orange);
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.safety-grid h3 {
  margin-top: 58px;
  font-size: 1.8rem;
}

.safety-grid p {
  color: rgba(7, 48, 71, 0.66);
  font-weight: 700;
  line-height: 1.5;
}

.registration-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 32px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 196, 49, 0.45), transparent 22rem),
    linear-gradient(135deg, var(--ink), #075e75);
  padding: clamp(28px, 5vw, 56px);
  color: white;
  box-shadow: var(--shadow);
}

.registration-copy h2 {
  margin-top: 10px;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
}

.registration-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.registration-card .kicker {
  color: var(--sun);
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-row a {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 13px 16px;
  color: white;
  font-weight: 900;
}

.signup-form {
  display: grid;
  gap: 14px;
  border-radius: 30px;
  background: white;
  padding: 22px;
  color: var(--ink);
}

.signup-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 52px;
  border: 2px solid rgba(7, 48, 71, 0.09);
  border-radius: 16px;
  background: #f7fbff;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(7, 137, 154, 0.14);
}

.signup-form button {
  min-height: 58px;
  margin-top: 6px;
}

.faq {
  padding-top: 30px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-top: 32px;
}

details {
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 22px;
  box-shadow: 0 10px 24px rgba(7, 48, 71, 0.07);
}

summary {
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

details p {
  margin: 10px 0 0;
  color: rgba(7, 48, 71, 0.7);
  font-weight: 700;
  line-height: 1.5;
}

.site-footer {
  display: flex;
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 38px 0 92px;
  color: rgba(7, 48, 71, 0.7);
  font-weight: 800;
}

.site-footer img {
  width: 86px;
  border-radius: 18px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-actions a {
  border: 2px solid rgba(7, 48, 71, 0.08);
  background: white;
  padding: 0 20px;
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 880;
  padding: 0 22px;
}

.section-snap {
  scroll-margin-top: 90px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(22px, -10px, 0);
  }
}

@keyframes sunPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) rotate(5deg);
  }
}

@keyframes heroBob {
  0%, 100% {
    transform: translateX(-50%) rotate(-1deg);
  }
  50% {
    transform: translateX(-50%) translateY(-12px) rotate(1deg);
  }
}

@keyframes capeWave {
  0%, 100% {
    transform: rotate(-11deg) skewX(0deg);
  }
  50% {
    transform: rotate(-8deg) skewX(-5deg);
  }
}

@keyframes punch {
  0%, 100% {
    transform: rotate(-42deg) translateY(0);
  }
  50% {
    transform: rotate(-47deg) translateY(-8px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(var(--tilt, 0deg));
  }
  50% {
    transform: translateY(-10px) rotate(var(--tilt, 0deg));
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-stage {
    min-height: 580px;
  }

  .hero-card {
    min-height: 570px;
    position: relative;
    top: auto;
  }

  .trust-strip,
  .activity-grid,
  .timeline,
  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading.split,
  .power,
  .registration-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 18px);
  }

  .brand span {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 15px;
  }

  .hero {
    width: min(100% - 28px, 520px);
    padding-top: 104px;
    overflow: hidden;
  }

  h1 {
    font-size: clamp(2.9rem, 13.4vw, 3.8rem);
    line-height: 0.98;
  }

  h1::after {
    width: 72%;
    height: 13px;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .sun-orbit {
    right: 2px;
    top: 92px;
    width: 78px;
    height: 78px;
    opacity: 0.78;
  }

  .cloud-one,
  .cloud-two {
    display: none;
  }

  .hero-actions,
  .quick-facts,
  .trust-strip,
  .activity-grid,
  .activity-preview,
  .timeline,
  .quiz-options,
  .safety-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    width: 100%;
  }

  .quick-facts {
    display: grid;
  }

  .hero-stage {
    min-height: 500px;
  }

  .hero-card {
    min-height: 500px;
    border-radius: 32px;
  }

  .mascot {
    bottom: 22px;
    transform: translateX(-50%) scale(0.82);
  }

  .camp-badge {
    width: 124px;
    height: 124px;
    top: 18px;
    right: 18px;
  }

  .floating-note {
    min-width: 74px;
    font-size: 1.05rem;
  }

  .note-one {
    left: 20px;
  }

  .note-two {
    right: 20px;
    top: 210px;
  }

  .note-three {
    left: 20px;
    bottom: 54px;
  }

  .trust-strip,
  .section,
  .site-footer {
    width: min(100% - 28px, 520px);
  }

  .section {
    padding: 78px 0;
  }

  .activity-preview {
    padding: 26px;
  }

  .time-card,
  .safety-grid article {
    min-height: auto;
  }

  .safety-grid h3 {
    margin-top: 34px;
  }

  .registration-card {
    border-radius: 30px;
  }

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

  .sticky-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
  }
}

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

/* Premium campaign layer */
.premium-header {
  width: min(1180px, calc(100% - 28px));
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.84);
}

.premium-header .desktop-nav {
  gap: clamp(12px, 1.45vw, 22px);
  font-size: 0.94rem;
}

.header-socials {
  display: flex;
  gap: 8px;
}

.header-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(7, 48, 71, 0.08);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 1000;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 107, 22, 0.14);
}

.premium-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 128px 0 76px;
}

.premium-hero-media,
.premium-hero-media img,
.premium-hero-overlay {
  position: absolute;
  inset: 0;
}

.premium-hero-media {
  z-index: -3;
}

.premium-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 48%;
  filter: saturate(1.06) contrast(1.02);
}

.premium-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(247, 252, 255, 0.98) 0%, rgba(247, 252, 255, 0.9) 36%, rgba(247, 252, 255, 0.34) 62%, rgba(247, 252, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 48, 71, 0.04) 0%, rgba(255, 249, 236, 0.22) 76%, rgba(255, 249, 236, 0.96) 100%);
}

.premium-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 140px;
  background: linear-gradient(180deg, transparent, #fff9ec 72%);
}

.premium-hero-content {
  display: grid;
  width: min(1180px, calc(100% - 42px));
  min-height: calc(100svh - 204px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.38fr);
  gap: 34px;
  align-items: end;
}

.premium-copy {
  align-self: center;
}

.premium-copy h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 7.4vw, 7.8rem);
}

.hero-line {
  display: block;
}

.premium-copy h1::after {
  width: min(520px, 82%);
}

.premium-copy .hero-lead {
  max-width: 670px;
  color: rgba(7, 48, 71, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.premium-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 830px;
}

.premium-facts article {
  min-height: 96px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

.premium-facts strong {
  font-size: 1.18rem;
}

.lead-panel {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  padding: 24px;
  box-shadow: 0 30px 80px rgba(7, 48, 71, 0.18);
  backdrop-filter: blur(18px);
}

.lead-panel-kicker {
  margin: 0;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-panel h2 {
  margin-top: 12px;
  font-size: 2.25rem;
}

.lead-panel p:not(.lead-panel-kicker) {
  color: rgba(7, 48, 71, 0.68);
  font-weight: 800;
  line-height: 1.45;
}

.lead-panel-button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--coral));
  color: white;
  font-weight: 1000;
  box-shadow: 0 14px 30px rgba(255, 76, 37, 0.26);
}

.lead-panel-socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.lead-panel-socials a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 999px;
  background: rgba(7, 48, 71, 0.04);
  font-weight: 1000;
}

.premium-trust {
  margin-top: -42px;
}

.search-intent {
  padding-top: 120px;
}

.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.conversion-grid article {
  min-height: 250px;
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  padding: 28px;
  box-shadow: var(--soft-shadow);
}

.conversion-grid span {
  color: var(--orange);
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.conversion-grid h3 {
  margin-top: 64px;
  font-size: 2rem;
}

.conversion-grid p {
  color: rgba(7, 48, 71, 0.68);
  font-weight: 800;
  line-height: 1.5;
}

.urgency {
  padding: 42px 0 100px;
}

.urgency-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 196, 49, 0.26), transparent 24rem),
    linear-gradient(135deg, var(--ink), #085f77);
  color: white;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: var(--shadow);
}

.urgency-card .kicker {
  color: var(--sun);
}

.urgency-card h2 {
  margin-top: 8px;
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 92px);
  gap: 10px;
}

.countdown span {
  display: grid;
  min-height: 92px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.countdown strong {
  display: block;
  color: white;
  font-family: "Baloo 2", sans-serif;
  font-size: 2.4rem;
  line-height: 0.8;
}

.premium-registration {
  background:
    linear-gradient(90deg, rgba(7, 48, 71, 0.94), rgba(7, 48, 71, 0.78)),
    url("assets/super-luem-hero.jpg");
  background-size: cover;
  background-position: 64% 48%;
}

.form-note {
  margin: 0;
  color: rgba(7, 48, 71, 0.62);
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
}

.premium-footer {
  border-top: 1px solid rgba(7, 48, 71, 0.08);
}

.mobile-action-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 920;
  display: none;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(7, 48, 71, 0.2);
  backdrop-filter: blur(18px);
}

.mobile-action-bar a {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 999px;
  font-weight: 1000;
}

.mobile-action-bar a:first-child {
  background: rgba(7, 48, 71, 0.08);
}

.mobile-action-bar a:last-child {
  background: linear-gradient(135deg, var(--orange), var(--coral));
  color: white;
}

.language-switch {
  display: flex;
  gap: 4px;
  align-items: center;
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 999px;
  background: rgba(7, 48, 71, 0.05);
  padding: 4px;
}

.language-switch a {
  position: relative;
  display: grid;
  width: 40px;
  min-width: 40px;
  min-height: 34px;
  place-items: center;
  border-radius: 999px;
  color: rgba(7, 48, 71, 0.72);
  font-size: 0.78rem;
  font-weight: 1000;
}

.language-switch img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(7, 48, 71, 0.08), 0 6px 14px rgba(7, 48, 71, 0.12);
}

.language-switch span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.language-switch a[aria-current="page"] {
  background: white;
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(7, 48, 71, 0.1);
}

.compact-stack {
  padding-top: 90px;
}

.section-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.section-anchor-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 48, 71, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0 18px;
  color: rgba(7, 48, 71, 0.82);
  font-weight: 1000;
  box-shadow: 0 10px 26px rgba(7, 48, 71, 0.08);
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.95fr));
  gap: 14px;
  margin-top: 24px;
}

.answer-card,
.offer-card,
.proof-grid article {
  border: 1px solid rgba(7, 48, 71, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.answer-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.answer-card.featured {
  background:
    linear-gradient(135deg, rgba(7, 48, 71, 0.96), rgba(7, 137, 154, 0.9)),
    linear-gradient(135deg, rgba(255, 196, 49, 0.2), transparent);
  color: white;
}

.answer-card span,
.offer-card .kicker,
.proof-grid span {
  color: var(--orange);
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.answer-card.featured span {
  color: var(--sun);
}

.answer-card h3 {
  margin: 22px 0 10px;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1;
}

.answer-card p {
  margin: 0;
  color: rgba(7, 48, 71, 0.68);
  font-weight: 800;
  line-height: 1.5;
}

.answer-card.featured p,
.answer-card.featured .mini-list {
  color: rgba(255, 255, 255, 0.86);
}

.mini-list,
.included-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 900;
}

.mini-list li + li {
  margin-top: 8px;
}

.mini-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--sun);
}

.offer-section {
  padding-top: 56px;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: start;
}

.offer-card {
  position: sticky;
  top: 104px;
  padding: clamp(24px, 3vw, 34px);
}

.offer-card h2 {
  margin-top: 10px;
  font-size: clamp(2.15rem, 4.8vw, 4rem);
}

.offer-card p {
  color: rgba(7, 48, 71, 0.68);
  font-weight: 800;
  line-height: 1.55;
}

.included-list {
  display: grid;
  gap: 10px;
}

.included-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-top: 1px solid rgba(7, 48, 71, 0.08);
  padding-top: 12px;
}

.included-list strong {
  color: var(--ink);
  font-weight: 1000;
}

.included-list span {
  color: rgba(7, 48, 71, 0.66);
  font-weight: 800;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.offer-actions .primary-action,
.offer-actions .secondary-action {
  min-height: 46px;
  padding: 0 18px;
}

.compact-activities .activity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.compact-activities .activity-card {
  min-height: 150px;
  border-radius: 22px;
  padding: 18px;
}

.compact-activities .activity-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.compact-activities .activity-card strong {
  margin-top: 18px;
  font-size: 1.36rem;
}

.compact-activities .activity-card small {
  font-size: 0.9rem;
}

.compact-activities .activity-preview {
  grid-template-columns: minmax(0, 1fr) 150px;
  border-radius: 24px;
  padding: 22px;
}

.compact-activities .activity-preview h3 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.compact-day {
  padding-top: 60px;
}

.compact-timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.compact-timeline .time-card {
  min-height: 174px;
  padding: 20px;
}

.compact-timeline .time-card strong {
  font-size: 1.34rem;
}

.compact-urgency {
  padding: 36px 0 66px;
}

.mini-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr) auto;
  gap: 20px;
  align-items: center;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--ink), #076f7e);
  color: white;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow);
}

.mini-cta .kicker {
  color: var(--sun);
}

.mini-cta h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.cta-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cta-stats span {
  display: grid;
  min-height: 78px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 1000;
  text-align: center;
  text-transform: uppercase;
}

.cta-stats strong {
  display: block;
  color: white;
  font-size: 1.5rem;
  line-height: 1;
}

.compact-quiz {
  padding-top: 66px;
  padding-bottom: 66px;
}

.compact-safety {
  padding-top: 72px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.proof-grid article {
  padding: 22px;
}

.proof-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 16px;
  background: rgba(73, 181, 74, 0.13);
  color: var(--leaf);
  letter-spacing: 0;
}

.proof-grid h3 {
  margin: 20px 0 8px;
  font-size: 1.55rem;
}

.proof-grid p {
  margin: 0;
  color: rgba(7, 48, 71, 0.66);
  font-weight: 800;
  line-height: 1.45;
}

.compact-registration {
  padding-top: 70px;
}

.registration-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.registration-badges span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 1000;
}

.compact-faq {
  padding-top: 66px;
}

@media (max-width: 1120px) {
  .premium-hero-content,
  .urgency-card,
  .mini-cta,
  .offer-layout {
    grid-template-columns: 1fr;
  }

  .lead-panel {
    max-width: 520px;
  }

  .premium-facts,
  .conversion-grid,
  .answer-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card {
    position: static;
  }

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

@media (max-width: 780px) {
  .header-socials {
    display: none;
  }

  .premium-header .header-cta {
    display: none;
  }

  .premium-hero {
    min-height: auto;
    padding: 94px 0 34px;
  }

  .premium-hero-media img {
    object-position: 71% 34%;
  }

  .premium-hero-overlay {
    background:
      linear-gradient(180deg, rgba(247, 252, 255, 0.94) 0%, rgba(247, 252, 255, 0.9) 42%, rgba(247, 252, 255, 0.58) 66%, rgba(255, 249, 236, 0.98) 100%),
      linear-gradient(90deg, rgba(247, 252, 255, 0.98), rgba(247, 252, 255, 0.28));
  }

  .premium-hero-content {
    width: min(calc(100% - 28px), 560px);
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .premium-copy h1 {
    max-width: calc(100vw - 28px);
    font-size: clamp(2.24rem, 9.6vw, 2.95rem);
    line-height: 0.98;
  }

  .premium-copy .hero-lead {
    font-size: 0.98rem;
  }

  .hero-line {
    max-width: 100%;
  }

  .premium-copy .eyebrow {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 8px;
    white-space: normal;
    padding: 8px 12px;
    font-size: 0.68rem;
    line-height: 1.25;
    letter-spacing: 0.07em;
  }

  .premium-copy .eyebrow span {
    align-self: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions a,
  .primary-action,
  .secondary-action {
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .premium-facts,
  .conversion-grid,
  .countdown,
  .answer-grid,
  .proof-grid,
  .compact-activities .activity-grid,
  .compact-timeline,
  .cta-stats {
    grid-template-columns: 1fr;
  }

  .lead-panel {
    display: none;
  }

  .premium-trust {
    margin-top: 0;
  }

  .search-intent {
    padding-top: 76px;
  }

  .section {
    width: min(100% - 28px, 560px);
    padding: 54px 0;
  }

  .trust-strip {
    width: min(100% - 28px, 560px);
    gap: 8px;
  }

  .section-heading.split {
    gap: 16px;
  }

  .section-heading h2,
  .offer-card h2,
  .mini-cta h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.02;
  }

  .section-heading p:not(.kicker),
  .offer-card p,
  .registration-copy p,
  .quiz-panel p {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .section-anchor-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .section-anchor-nav a {
    min-height: 38px;
    padding: 0 8px;
    font-size: 0.86rem;
  }

  .answer-card {
    min-height: auto;
    border-radius: 20px;
    padding: 20px;
  }

  .answer-card h3 {
    margin-top: 18px;
  }

  .offer-layout {
    gap: 16px;
  }

  .offer-card,
  .mini-cta,
  .compact-activities .activity-preview {
    border-radius: 22px;
  }

  .included-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .offer-actions {
    display: grid;
  }

  .compact-activities .activity-card {
    min-height: 112px;
    padding: 16px;
  }

  .compact-activities .activity-card strong {
    margin-top: 12px;
  }

  .compact-activities .activity-preview {
    grid-template-columns: 1fr;
  }

  .compact-activities .preview-meter {
    display: none;
  }

  .compact-timeline .time-card {
    min-height: auto;
  }

  .mini-cta {
    gap: 16px;
  }

  .proof-grid article {
    padding: 18px;
  }

  .registration-badges {
    display: none;
  }

  .conversion-grid article {
    min-height: auto;
  }

  .conversion-grid h3 {
    margin-top: 34px;
  }

  .urgency {
    padding: 20px 0 76px;
  }

  .urgency-card {
    border-radius: 28px;
  }

  .countdown {
    gap: 8px;
  }

  .countdown span {
    min-height: 76px;
  }

  .sticky-whatsapp {
    display: none;
  }

  .mobile-action-bar {
    display: grid;
    max-width: calc(100vw - 20px);
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  .mobile-action-bar a {
    min-width: 0;
  }

  .site-footer {
    padding-bottom: 112px;
  }
}
