:root {
  --navy: #061a3a;
  --navy-2: #08234f;
  --navy-3: #0b3170;
  --gold: #f2a900;
  --gold-2: #e89500;
  --green: #25d366;
  --ink: #081a36;
  --muted: #5a6880;
  --line: #dfe5ef;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(6, 26, 58, .14);
  --radius: 8px;
  --container: 1240px;
  --header: 78px;
}

* { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 18px);
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.menu-open,
body.lightbox-open { overflow: hidden; }

img, svg { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

:focus-visible {
  outline: 3px solid rgba(242, 169, 0, .9);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 18px;
}

.section {
  padding: 36px 0;
  scroll-margin-top: calc(var(--header) + 18px);
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.08;
  font-weight: 1000;
  text-align: center;
}

h2 span { color: var(--gold-2); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: var(--header);
  background: #061a3a;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.nav {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo {
  width: clamp(190px, 16vw, 230px);
  flex: 0 0 auto;
}

.logo img {
  width: 100%;
  height: 70px;
  max-height: 72px;
  object-fit: contain;
}

.main-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 9px;
  color: rgba(255, 255, 255, .92);
  font-size: .78rem;
  font-weight: 950;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 4px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }

.nav-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
}

.menu-toggle::before {
  content: "☰";
  display: none;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

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

.btn-wa {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(37, 211, 102, .25);
}

.icon-wa {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  display: inline-block;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.49c-.28-.14-1.66-.82-1.91-.91-.26-.1-.45-.14-.64.14-.19.28-.72.91-.88 1.09-.16.19-.33.21-.61.07-.28-.14-1.18-.44-2.25-1.39-.83-.74-1.39-1.66-1.55-1.94-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.54-.87-2.11-.23-.55-.46-.47-.64-.48h-.54c-.19 0-.49.07-.75.35-.26.28-.98.96-.98 2.34s1.01 2.71 1.15 2.9c.14.19 1.98 3.02 4.8 4.24.67.29 1.19.46 1.6.59.67.21 1.28.18 1.77.11.54-.08 1.66-.68 1.9-1.33.23-.66.23-1.22.16-1.33-.07-.12-.26-.19-.54-.33ZM16.02 3C8.84 3 3 8.84 3 16.02c0 2.31.61 4.56 1.76 6.54L3 29l6.6-1.73a13 13 0 0 0 6.42 1.64h.01C23.21 28.91 29 23.07 29 15.89 29 8.77 23.14 3 16.02 3Zm.01 23.72h-.01a10.8 10.8 0 0 1-5.51-1.51l-.39-.23-3.92 1.03 1.05-3.82-.25-.39a10.8 10.8 0 0 1-1.66-5.78c0-5.89 4.79-10.68 10.69-10.68 2.85 0 5.53 1.11 7.55 3.13a10.62 10.62 0 0 1 3.12 7.55c0 5.9-4.79 10.7-10.67 10.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-instagram {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 7px;
  background:
    radial-gradient(circle at 72% 28%, #fff 0 5%, transparent 6%),
    radial-gradient(circle at center, transparent 0 23%, #fff 24% 33%, transparent 34%),
    linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 78%, #515bd4);
}

.icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: inline-block;
  color: currentColor;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-phone { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79a15 15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2Z'/%3E%3C/svg%3E"); }
.icon-video { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1.4l2.45-1.23A1.08 1.08 0 0 1 22 7.13v9.74a1.08 1.08 0 0 1-1.55.96L18 16.6V18a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6Z'/%3E%3C/svg%3E"); }
.icon-user { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E"); }
.icon-chart { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14v18H5V3Zm3 12h2V9H8v6Zm3 0h2V6h-2v9Zm3 0h2v-4h-2v4Z'/%3E%3C/svg%3E"); }
.icon-calendar { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm13 8H6v10h14V10Z'/%3E%3C/svg%3E"); }
.icon-gift { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7h-2.18A3 3 0 0 0 12 5.76 3 3 0 0 0 6.18 7H4v5h1v9h14v-9h1V7ZM9 4a1 1 0 0 1 1 1v2H8a1 1 0 0 1 1-3Zm6 0a1 1 0 0 1 1 3h-2V5a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); }
.icon-target { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-8-8V2Zm1 1v8h8A9 9 0 0 0 13 3Zm-1 6a3 3 0 1 0 3 3h-3V9Z'/%3E%3C/svg%3E"); }
.icon-repeat { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5a7 7 0 1 1-6.32 4H3l4-4 4 4H7.9A5 5 0 1 0 12 7V5Z'/%3E%3C/svg%3E"); }
.icon-group { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm8 0a4 4 0 1 0-4-4 4 4 0 0 0 4 4ZM8 13c-3.31 0-6 1.79-6 4v2h12v-2c0-2.21-2.69-4-6-4Zm8 .2c-.66 0-1.3.09-1.9.26A4.8 4.8 0 0 1 16 17v2h6v-2c0-2.1-2.54-3.8-6-3.8Z'/%3E%3C/svg%3E"); }
.icon-cap { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 3 10 5-10 5L2 8l10-5Zm-6 8.2 6 3 6-3V17c0 1.66-2.69 3-6 3s-6-1.34-6-3v-5.8Z'/%3E%3C/svg%3E"); }
.icon-clock { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm1 11h5v-2h-4V6h-2v7Z'/%3E%3C/svg%3E"); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 74%, rgba(242,169,0,.12), transparent 20%),
    linear-gradient(96deg, #fff 0 57%, var(--navy) 57% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 58px;
  width: 420px;
  height: 420px;
  border: 18px solid var(--gold);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 26px;
  width: 160px;
  height: 150px;
  background-image: radial-gradient(var(--gold) 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: .7;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  align-items: center;
  gap: 34px;
}

.handline {
  margin: 0 0 12px;
  color: #62708a;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 800;
}

.handline span { color: var(--gold-2); }

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 5.3vw, 4.25rem);
  line-height: .96;
  font-weight: 1000;
  letter-spacing: 0;
}

.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--gold-2); }

.mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 26px;
}

.mini-features div {
  min-height: 54px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  column-gap: 8px;
  padding: 8px 12px;
  border: 1px solid #cbd5e5;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(6,26,58,.08);
}

.mini-features .icon {
  grid-row: span 2;
  color: var(--navy);
}

.mini-features strong {
  display: block;
  font-size: .9rem;
  line-height: 1.1;
}

.mini-features small {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
}

.hero-art {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: end center;
}

.hero-art > img {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.24));
}

.gold-swoosh {
  position: absolute;
  inset: 70px 0 28px auto;
  width: min(100%, 545px);
  border-radius: 999px 8px 999px 8px;
  background:
    linear-gradient(135deg, rgba(242,169,0,.98), rgba(242,169,0,.06) 26%, transparent 27%),
    radial-gradient(circle at center, #092b61 0 61%, transparent 62%);
  transform: rotate(-7deg);
}

.trophy-shield {
  position: absolute;
  right: 12px;
  top: 110px;
  z-index: 1;
  width: 104px;
  display: grid;
  place-items: center;
  opacity: .95;
}

.summer-band {
  padding: 0 0 24px;
  background: #fff;
}

.summer-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .85fr 1.15fr 1fr;
  gap: 18px;
  align-items: center;
  margin-top: -22px;
  padding: 18px 24px;
  border: 3px solid #fff;
  border-radius: 16px;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.summer-badge {
  justify-self: start;
  min-width: 190px;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), #f08300);
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  font-weight: 1000;
  line-height: .98;
  text-align: center;
  transform: rotate(-4deg);
}

.summer-info,
.summer-advantage {
  display: flex;
  align-items: center;
  gap: 14px;
}

.summer-info .icon,
.summer-advantage .icon {
  width: 54px;
  height: 54px;
  color: var(--gold);
}

.summer-info small,
.summer-advantage small {
  display: block;
  color: #d8e4f7;
  font-weight: 800;
}

.summer-info strong,
.summer-advantage strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.1;
}

.summer-info b {
  display: inline-flex;
  margin-top: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--gold);
}

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

.feature-row article {
  min-height: 184px;
  padding: 22px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,26,58,.08);
  text-align: center;
}

.feature-row .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  color: var(--navy);
}

.feature-row h3 {
  margin: 0 0 7px;
  font-size: 1rem;
  line-height: 1.14;
}

.feature-row p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

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

.level-card {
  min-height: 174px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  align-items: end;
  overflow: hidden;
  padding: 22px 20px 0;
  border-radius: 18px;
  color: #fff;
  box-shadow: var(--shadow);
}

.level-card.primary { background: linear-gradient(135deg, #418f3e, #78b952); }
.level-card.middle { background: linear-gradient(135deg, #0b559c, #267cc5); }
.level-card.high { background: linear-gradient(135deg, #4f2b84, #8254c9); }
.level-card h3 { margin: 0; font-size: 2rem; line-height: 1; }
.level-card p { margin: 8px 0 20px; font-size: 1.05rem; font-weight: 900; }
.level-card img { width: 100%; max-height: 165px; object-fit: contain; align-self: end; filter: drop-shadow(0 12px 18px rgba(0,0,0,.18)); }

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

.package,
.package-includes {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(6,26,58,.09);
}

.package.vip { background: linear-gradient(145deg, #fff, #fff7e4); }
.package.premium { background: linear-gradient(145deg, #fff, #f7efff); }
.package.standard { background: linear-gradient(145deg, #fff, #f5f9ff); }

.package h3,
.package-includes h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.16rem;
}

.crown, .star {
  color: var(--gold);
  font-size: 2.2rem;
  line-height: 1;
}

.package .icon { color: var(--navy-3); width: 42px; height: 42px; margin-bottom: 8px; }
.price { margin: 0 0 14px; font-weight: 800; }
.price strong { display: block; color: var(--gold-2); font-size: 2.2rem; line-height: 1.05; }

.package ul,
.package-includes ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.package li,
.package-includes li {
  position: relative;
  padding-left: 22px;
  color: #1d2d4a;
  font-size: .95rem;
}

.package li::before,
.package-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 1000;
}

.package .btn { width: 100%; margin-top: auto; }

.package-includes {
  color: #fff;
  background:
    radial-gradient(circle at 90% 90%, rgba(242,169,0,.28), transparent 30%),
    var(--navy);
}

.package-includes h3 { color: var(--gold); }
.package-includes li { color: #e9f1ff; }

.schedule-card {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 18px;
  padding: 18px;
  border: 3px solid var(--navy);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.schedule-title {
  padding: 24px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--navy);
}

.schedule-title h2 {
  margin: 0 0 10px;
  color: #fff;
  text-align: left;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.schedule-title p { margin: 0; color: #d7e2f5; }

.day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.day-grid div {
  min-height: 146px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px 10px;
  border-right: 1px solid var(--line);
}

.day-grid div:last-child { border-right: 0; }
.day-grid strong { color: var(--navy-3); font-size: .9rem; }
.day-grid span { color: #233653; font-size: .82rem; font-weight: 750; }

.section-note {
  max-width: 680px;
  margin: -12px auto 22px;
  color: var(--muted);
  text-align: center;
}

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

.poster {
  min-height: 360px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,26,58,.08);
}

.poster img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 6px;
}

.process {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(242,169,0,.22), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.process h2 { color: #fff; }

.process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.process-row article {
  min-height: 180px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
}

.process-row span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-weight: 1000;
}

.process-row h3 { margin: 14px 0 8px; line-height: 1.15; }
.process-row p { margin: 0; color: #dbe7ff; font-size: .94rem; }

.about { background: var(--soft); }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: center;
  gap: 32px;
}

.about h2 { text-align: left; }
.about p { color: var(--muted); font-size: 1.02rem; }
.about img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

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

.experience-grid article {
  min-height: 154px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(6,26,58,.08);
}

.experience-grid h3 { margin: 0 0 8px; color: var(--navy); line-height: 1.15; }
.experience-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.faq { background: var(--soft); }
.faq-list { max-width: 900px; display: grid; gap: 10px; margin-inline: auto; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border: 0;
  color: var(--navy);
  background: #fff;
  font-weight: 950;
  text-align: left;
}

.faq-question span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
}

.faq-answer { max-height: 0; overflow: hidden; transition: max-height .22s ease; }
.faq-answer p { margin: 0; padding: 0 18px 16px; color: var(--muted); }
.faq-item.active .faq-answer { max-height: 180px; }
.faq-item.active .faq-question span { color: var(--navy); background: var(--gold); }

.cta {
  padding: 38px 0;
  background: linear-gradient(135deg, var(--gold) 0 38%, var(--navy) 38% 100%);
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  color: #fff;
  background: rgba(6,26,58,.88);
  box-shadow: var(--shadow);
}

.cta h2 { margin: 0 0 8px; color: #fff; text-align: left; }
.cta p { margin: 0; color: #dbe7ff; font-weight: 850; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.instagram-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 78%, #515bd4);
  font-weight: 950;
}

.site-footer {
  padding: 42px 0 22px;
  color: #fff;
  background: #041126;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(150px, .7fr));
  gap: 28px;
}

.footer-brand img {
  width: 220px;
  max-height: 72px;
  object-fit: contain;
  margin-bottom: 14px;
}

.footer-grid p { max-width: 430px; margin: 0; color: #c8d4e6; }
.footer-grid h3 { margin: 0 0 12px; color: var(--gold); font-size: 1rem; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; color: #dce7fa; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #c8d4e6;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #fff; font-weight: 950; }

.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 18px 34px rgba(0,0,0,.25);
}
.floating-wa .icon-wa { width: 32px; height: 32px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 70px;
  background: rgba(4,17,38,.9);
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(92vw, 900px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  background: #fff;
}
.lightbox button {
  border: 0;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-prev,
.lightbox-next {
  width: 50px;
  height: 64px;
  border-radius: var(--radius);
  font-size: 2.4rem;
  line-height: 1;
}

@media (max-width: 1180px) {
  .nav-actions .phone-pill { display: none; }
  .nav-link { font-size: .76rem; padding-inline: 8px; }
  .feature-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-row, .experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1380px) {
  .nav-actions .phone-pill { display: none; }
  .nav-link { font-size: .74rem; padding-inline: 8px; }
  .nav .btn { padding-inline: 12px; font-size: .9rem; }
}

@media (max-width: 920px) {
  :root { --header: 74px; }
  .menu-toggle {
    display: block;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 120;
  }
  .menu-toggle::before {
    display: block;
  }
  .menu-toggle span {
    display: none;
  }
  .nav-actions { display: none; }
  .logo { width: clamp(145px, 44vw, 175px); }
  .logo img { height: 62px; max-height: 62px; }
  .main-menu {
    position: fixed;
    inset: var(--header) 12px auto 12px;
    max-height: calc(100vh - var(--header) - 20px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--radius);
    background: #061a3a;
    box-shadow: 0 20px 42px rgba(0,0,0,.28);
  }
  .main-menu.open { display: flex; }
  .nav-link { justify-content: center; width: 100%; font-size: .9rem; }
  .hero { background: linear-gradient(180deg, #fff 0 62%, var(--navy) 62%); }
  .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-top: 36px; }
  .hero-art { min-height: 360px; }
  .gold-swoosh { inset: 28px 0 16px 0; margin: auto; }
  .summer-card { grid-template-columns: 1fr; margin-top: 0; text-align: center; }
  .summer-badge { justify-self: center; }
  .summer-info, .summer-advantage { justify-content: center; }
  .level-row, .poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schedule-card { grid-template-columns: 1fr; }
  .day-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .day-grid div { border-bottom: 1px solid var(--line); }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { padding-inline: 12px; }
  .section { padding: 30px 0; }
  .nav { justify-content: space-between; }
  .hero h1 { font-size: clamp(2.28rem, 13vw, 3.1rem); }
  .handline span { display: block; }
  .mini-features { display: grid; grid-template-columns: 1fr; }
  .hero-art { min-height: 300px; }
  .hero-art > img { width: min(100%, 340px); }
  .trophy-shield { width: 74px; top: 32px; right: 6px; }
  .summer-card { padding: 16px; }
  .summer-badge { min-width: 170px; font-size: 1.45rem; }
  .feature-row,
  .level-row,
  .package-grid,
  .poster-grid,
  .process-row,
  .experience-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .level-card { min-height: 190px; grid-template-columns: 1fr 40%; }
  .level-card h3 { font-size: 1.7rem; }
  .poster { min-height: 390px; }
  .day-grid { grid-template-columns: 1fr; }
  .cta-actions, .btn, .instagram-link { width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-wa { width: 54px; height: 54px; right: 14px; bottom: 14px; }
  .lightbox { padding: 64px 10px 22px; gap: 8px; }
  .lightbox-prev, .lightbox-next { position: absolute; top: 50%; width: 42px; height: 54px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

@media (max-width: 380px) {
  .container { padding-inline: 10px; }
  .hero h1 { font-size: 2.18rem; }
  .level-card { grid-template-columns: 1fr; padding-bottom: 0; }
  .level-card img { max-height: 128px; justify-self: end; }
  .poster { min-height: 340px; padding: 8px; }
}

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

/* ===== Şampiyon Online Akademi final geliştirmeleri ===== */
.icon-coach {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm-7 18c0-4.1 3.13-7 7-7s7 2.9 7 7v2H5v-2Zm14.5-9.5 1.5 1.5 3-3 1.5 1.5-4.5 4.5-3-3 1.5-1.5Z'/%3E%3C/svg%3E");
}
.icon-exam {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10v3h3v17H4V5h3V2Zm2 3h6V4H9v1Zm0 5h7V8H9v2Zm0 4h7v-2H9v2Zm0 4h5v-2H9v2Z'/%3E%3C/svg%3E");
}

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

.btn-primary {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(242,169,0,.24);
}

.section-kicker {
  margin: 0 0 10px;
  color: #d99100 !important;
  font-size: .78rem !important;
  font-weight: 1000;
  letter-spacing: .11em;
}

.education-model {
  background: linear-gradient(180deg, #f7f9fd, #eef3fa);
}
.education-model-grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: center;
}
.education-model-media {
  position: relative;
}
.education-model-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.education-model-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 14px;
  color: #fff;
  background: rgba(6,26,58,.88);
  backdrop-filter: blur(10px);
}
.education-model-badge strong { color: var(--gold); }
.education-model-badge span { font-size: .85rem; color: #e7eefb; }
.education-model-copy h2 { margin-bottom: 14px; text-align: left; }
.education-model-copy > p:not(.section-kicker) { margin: 0; color: var(--muted); font-size: 1.02rem; }
.education-model-list { display: grid; gap: 12px; margin: 24px 0; }
.education-model-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(6,26,58,.06);
}
.education-model-list article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold);
  background: var(--navy);
  font-weight: 1000;
}
.education-model-list h3 { margin: 0 0 3px; color: var(--navy); font-size: 1rem; }
.education-model-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.about-copy h2 { margin-bottom: 12px; }
.about-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.about-checks span {
  position: relative;
  padding: 11px 12px 11px 38px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  background: #fff;
  font-size: .88rem;
  font-weight: 850;
}
.about-checks span::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #d99100;
  font-weight: 1000;
}

.experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.experience-grid article { min-height: 140px; }

.footer-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
}
.footer-trust > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 8px 12px;
}
.footer-trust .icon {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  color: var(--gold);
}
.footer-trust strong { color: #fff; font-size: .94rem; }
.footer-trust small { color: #aebdd3; font-size: .75rem; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-social {
  width: 42px;
  height: 42px;
  display: grid !important;
  place-items: center;
  margin: 0 !important;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.footer-social-wa { background: var(--green); }
.footer-social-ig { background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 78%, #515bd4); }
.footer-social .icon-wa { width: 23px; height: 23px; color: #fff; }
.footer-social .icon-instagram { width: 23px; height: 23px; }

.contact-rail {
  position: fixed;
  right: 16px;
  top: 50%;
  z-index: 72;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}
.contact-rail a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 15px 32px rgba(6,26,58,.2);
  transition: transform .18s ease, filter .18s ease;
}
.contact-rail a:hover { transform: translateX(-3px); filter: brightness(1.04); }
.contact-rail-call { color: var(--navy) !important; background: var(--gold); }
.contact-rail-call .icon { width: 28px; height: 28px; }
.contact-rail-wa { background: var(--green); }
.contact-rail-wa .icon-wa { width: 29px; height: 29px; }
.contact-rail-ig { background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 78%, #515bd4); }
.contact-rail-ig .icon-instagram { width: 28px; height: 28px; }
.mobile-action-bar { display: none; }
.floating-wa { display: none !important; }

section[id] { scroll-margin-top: calc(var(--header) + 18px); }

@media (max-width: 1180px) {
  .feature-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-rail { display: none; }
}

@media (max-width: 920px) {
  .feature-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .education-model-grid { grid-template-columns: 1fr; }
  .education-model-media img { height: 390px; }
  .footer-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .feature-row { grid-template-columns: 1fr; }
  .education-model-media img { height: auto; aspect-ratio: 4 / 3; }
  .education-model-badge {
    position: static;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
  }
  .education-model-copy h2 { font-size: clamp(1.8rem, 9vw, 2.4rem); }
  .about-checks { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .footer-trust { grid-template-columns: 1fr; padding: 12px; }
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    min-height: 62px;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    box-shadow: 0 -8px 26px rgba(6,26,58,.17);
  }
  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: .76rem;
    font-weight: 1000;
  }
  .mobile-action-bar a:first-child { background: var(--navy); }
  .mobile-action-bar a:last-child { background: var(--green); }
  .mobile-action-bar .icon { width: 21px; height: 21px; }
  .mobile-action-bar .icon-wa { width: 23px; height: 23px; }
}

@media (max-width: 920px) {
  .hero::before,
  .hero::after { display: none; }
}

@media (max-width: 640px) { .day-grid div { min-height: 0; padding: 12px 14px; } }


/* --- Final visual fixes: header logo and Instagram rail icon --- */
.site-header {
  overflow: visible;
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(164px, 15vw, 205px);
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 26px rgba(2, 16, 43, .22);
  border: 1px solid rgba(255,255,255,.55);
}
.logo img {
  display: block;
  width: 100%;
  height: 54px;
  max-height: 54px;
  object-fit: contain;
}

/* cleaner official-looking Instagram icon in right rail */
.contact-rail-ig {
  background: #ffffff;
  border: 1px solid rgba(8, 27, 57, .10);
}
.contact-rail-ig .icon-instagram {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23f58529'/%3E%3Cstop offset='35%25' stop-color='%23feda77'/%3E%3Cstop offset='60%25' stop-color='%23dd2a7b'/%3E%3Cstop offset='82%25' stop-color='%238134af'/%3E%3Cstop offset='100%25' stop-color='%23515bd4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='2' width='60' height='60' rx='16' fill='url(%23g)'/%3E%3Crect x='17' y='17' width='30' height='30' rx='10' fill='none' stroke='white' stroke-width='4'/%3E%3Ccircle cx='32' cy='32' r='8' fill='none' stroke='white' stroke-width='4'/%3E%3Ccircle cx='45.5' cy='18.5' r='3.5' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}

/* keep footer / inline instagram icon cleaner too */
.instagram-link .icon-instagram,
.footer-social-ig .icon-instagram {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23f58529'/%3E%3Cstop offset='35%25' stop-color='%23feda77'/%3E%3Cstop offset='60%25' stop-color='%23dd2a7b'/%3E%3Cstop offset='82%25' stop-color='%238134af'/%3E%3Cstop offset='100%25' stop-color='%23515bd4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='2' width='60' height='60' rx='16' fill='url(%23g)'/%3E%3Crect x='17' y='17' width='30' height='30' rx='10' fill='none' stroke='white' stroke-width='4'/%3E%3Ccircle cx='32' cy='32' r='8' fill='none' stroke='white' stroke-width='4'/%3E%3Ccircle cx='45.5' cy='18.5' r='3.5' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 960px) {
  .logo {
    width: clamp(138px, 42vw, 170px);
    padding: 6px 10px;
    border-radius: 14px;
  }
  .logo img {
    height: 46px;
    max-height: 46px;
  }
}


/* --- Final footer logo and polish fix --- */
.footer-grid {
  align-items: start;
}
.footer-brand {
  max-width: 430px;
}
.footer-brand__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  margin-bottom: 16px;
}
.footer-brand__logo-wrap img {
  width: 210px;
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: 0;
  display: block;
}
.footer-brand__contact {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
.footer-brand__contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #dce7fa;
}
.footer-brand__contact strong {
  color: #fff;
}
.footer-brand p {
  max-width: 430px;
}
.footer-socials {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .footer-brand {
    max-width: 100%;
  }
  .footer-brand__logo-wrap img {
    width: 190px;
  }
}
@media (max-width: 560px) {
  .footer-brand__logo-wrap {
    padding: 10px 12px;
    border-radius: 14px;
  }
  .footer-brand__logo-wrap img {
    width: 170px;
  }
  .footer-social {
    width: 40px;
    height: 40px;
  }
}
