:root {
  --navy: #082f56;
  --navy-2: #041f3d;
  --blue: #0f6e9e;
  --sky: #dff3fb;
  --gold: #f4a62a;
  --gold-2: #db7f16;
  --teal: #18bfc0;
  --pink: #ee8daf;
  --violet: #8c6ee8;
  --paper: #fffdfa;
  --cream: #fff3df;
  --ink: #10243b;
  --muted: #64758b;
  --line: rgba(8, 47, 86, 0.13);
  --shadow: 0 26px 74px rgba(8, 47, 86, 0.16);
  --radius: 28px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(24, 191, 192, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 3%, rgba(244, 166, 42, 0.28), transparent 28rem),
    linear-gradient(180deg, #fff7e8 0%, #f1fbff 38%, #fffaf1 68%, #eef9fb 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(8, 47, 86, 0.08) 1px, transparent 1.4px),
    linear-gradient(135deg, rgba(244, 166, 42, 0.05) 25%, transparent 25%);
  background-size: 34px 34px, 58px 58px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 92px 0;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(1160px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 18px 60px rgba(8, 47, 86, 0.14);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--navy);
  font-weight: 950;
  letter-spacing: 0.01em;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(244, 166, 42, 0.48);
  box-shadow: 0 10px 28px rgba(8, 47, 86, 0.16);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.main-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #56677d;
  font-size: 0.92rem;
  font-weight: 850;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.main-nav a:hover {
  color: var(--navy);
  background: rgba(8, 47, 86, 0.08);
}

.btn,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.btn-primary,
.header-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #0d75a3 58%, var(--teal));
  box-shadow: 0 18px 44px rgba(8, 47, 86, 0.24);
}

.btn-secondary {
  color: var(--navy);
  border-color: rgba(8, 47, 86, 0.16);
  background: rgba(255, 255, 255, 0.76);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 0 86px;
  background:
    linear-gradient(120deg, rgba(255, 246, 229, 0.92), rgba(231, 249, 252, 0.88) 48%, rgba(255, 235, 196, 0.62)),
    radial-gradient(circle at 70% 35%, rgba(238, 141, 175, 0.22), transparent 26rem);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(241, 251, 255, 0.92));
}

.hero-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 62%, rgba(24, 191, 192, 0.24), transparent 20rem),
    radial-gradient(circle at 92% 17%, rgba(244, 166, 42, 0.26), transparent 24rem),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.35) 42% 43%, transparent 43% 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.05fr);
  gap: 58px;
  align-items: center;
}

.hero-badge,
.eyebrow {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(244, 166, 42, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.hero-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(24, 191, 192, 0.14);
}

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

h1,
h2,
h3 {
  color: var(--navy-2);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 5.2vw, 5.65rem);
  font-weight: 950;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.6vw, 3.85rem);
  font-weight: 950;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 30px;
  color: #3e5570;
  font-size: clamp(1.06rem, 1.35vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  gap: 12px;
}

.hero-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 14px 36px rgba(8, 47, 86, 0.08);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--navy);
  font-size: 1.45rem;
}

.hero-proof span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.hero-collage {
  position: relative;
  min-height: 600px;
}

.hero-collage::before {
  content: "";
  position: absolute;
  inset: 42px 20px 28px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 30% 30%, rgba(244, 166, 42, 0.25), transparent 38%),
    radial-gradient(circle at 82% 58%, rgba(24, 191, 192, 0.2), transparent 38%),
    rgba(255, 255, 255, 0.36);
  filter: blur(3px);
}

.flyer-card,
.mini-flyer {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 26px 70px rgba(8, 47, 86, 0.18);
  backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.flyer-card:hover,
.mini-flyer:hover {
  transform: translateY(-6px) rotate(0deg) scale(1.02);
  box-shadow: 0 34px 86px rgba(8, 47, 86, 0.22);
}

.flyer-main {
  left: 18%;
  top: 9%;
  width: 48%;
  min-height: 390px;
  display: grid;
  align-content: end;
  padding: 26px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 230, 0.82));
  transform: rotate(-2deg);
}

.flyer-main img {
  position: absolute;
  inset: 28px 26px auto;
  width: calc(100% - 52px);
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(8, 47, 86, 0.09);
}

.flyer-main span {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flyer-main strong {
  display: block;
  max-width: 280px;
  color: var(--navy);
  font-size: 1.6rem;
  line-height: 1.08;
}

.mini-flyer {
  width: 210px;
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 18px;
  border-radius: 24px;
}

.mini-flyer span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-flyer strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.18;
}

.academic {
  right: 3%;
  top: 0;
  background: linear-gradient(135deg, #0c4777, #16a8ba);
  transform: rotate(5deg);
}

.art {
  left: 1%;
  top: 44%;
  background: linear-gradient(135deg, #ee8daf, #f4a62a);
  transform: rotate(-7deg);
}

.movement {
  right: 2%;
  top: 40%;
  background: linear-gradient(135deg, #7656d6, #ee8daf);
  transform: rotate(4deg);
}

.science {
  left: 19%;
  bottom: 0;
  background: linear-gradient(135deg, #123f70, #f4a62a);
  transform: rotate(6deg);
}

.music {
  right: 16%;
  bottom: 2%;
  background: linear-gradient(135deg, #071f3d, #18bfc0);
  transform: rotate(-5deg);
}

.story-band {
  padding-top: 72px;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 54px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(227, 249, 252, 0.7)),
    radial-gradient(circle at 90% 10%, rgba(244, 166, 42, 0.16), transparent 20rem);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.class-carousel {
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 330px);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 8px 26px;
  scroll-snap-type: x mandatory;
}

.class-carousel::-webkit-scrollbar {
  height: 8px;
}

.class-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(8, 47, 86, 0.2);
}

.class-poster {
  min-height: 260px;
  display: grid;
  align-content: end;
  scroll-snap-align: center;
  padding: 24px;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 24px 62px rgba(8, 47, 86, 0.16);
}

.class-poster span {
  margin-bottom: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.class-poster strong {
  font-size: 1.45rem;
  line-height: 1.12;
}

.poster-blue { background: radial-gradient(circle at 25% 10%, rgba(255,255,255,.24), transparent 34%), linear-gradient(135deg, #062a50, #0f86b6); }
.poster-gold { background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 34%), linear-gradient(135deg, #9d5810, #f4a62a); }
.poster-pink { background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 34%), linear-gradient(135deg, #bd4e78, #ee8daf); }
.poster-teal { background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 34%), linear-gradient(135deg, #08686f, #18bfc0); }
.poster-purple { background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 34%), linear-gradient(135deg, #4b3d9e, #8c6ee8); }
.poster-ink { background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.2), transparent 34%), linear-gradient(135deg, #051a33, #0b3b68); }

.program-section {
  overflow: hidden;
}

.program-section::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -8%;
  width: 300px;
  height: 300px;
  border-radius: 45% 55% 60% 40%;
  background: rgba(24, 191, 192, 0.12);
}

.program-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 48px;
  align-items: center;
}

.program-grid.flipped {
  grid-template-columns: 1.05fr 0.95fr;
}

.program-copy p {
  max-width: 560px;
  margin-bottom: 26px;
}

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

.program-cards article,
.benefit,
.contact-form,
.location-card,
blockquote {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.program-cards article {
  min-height: 178px;
  padding: 22px;
  border-radius: 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.program-cards article:hover {
  transform: translateY(-5px);
}

.program-cards span,
.benefit span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-size: 0.78rem;
  font-weight: 950;
}

.program-cards strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.08rem;
}

.program-cards p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.academic-theme {
  background: linear-gradient(180deg, rgba(239, 250, 252, 0.3), rgba(222, 243, 250, 0.72), rgba(255, 250, 241, 0.2));
}

.art-theme {
  background:
    radial-gradient(circle at 82% 18%, rgba(238, 141, 175, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(255, 247, 239, 0.4), rgba(255, 238, 229, 0.74));
}

.movement-theme {
  background:
    radial-gradient(circle at 15% 30%, rgba(140, 110, 232, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(245, 241, 255, 0.7), rgba(235, 250, 252, 0.78));
}

.program-visual {
  min-height: 470px;
  display: grid;
  place-items: center;
}

.atelier-card {
  position: relative;
  width: min(430px, 100%);
  min-height: 470px;
  display: grid;
  align-content: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 38px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(255, 224, 235, 0.68));
  box-shadow: 0 30px 90px rgba(160, 70, 100, 0.18);
  transform: rotate(-2deg);
}

.atelier-card img {
  position: absolute;
  inset: 28px 28px auto;
  width: calc(100% - 56px);
  aspect-ratio: 1.22;
  object-fit: cover;
  border-radius: 24px;
  opacity: 0.92;
}

.atelier-card span {
  color: var(--gold-2);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.atelier-card strong {
  display: block;
  max-width: 310px;
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.75rem;
  line-height: 1.1;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.pill-list span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(8, 47, 86, 0.08);
}

.movement-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
  padding: 46px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.22), transparent 22rem),
    linear-gradient(135deg, #092447, #725ad2 55%, #ee8daf);
  box-shadow: 0 34px 88px rgba(61, 45, 120, 0.24);
}

.movement-panel h2,
.movement-panel p,
.movement-panel .eyebrow {
  color: #fff;
}

.movement-panel p {
  opacity: 0.84;
}

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

.movement-cards article {
  min-height: 190px;
  display: grid;
  align-content: end;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.movement-cards span {
  margin-bottom: 10px;
  color: #ffe7a9;
  font-weight: 950;
}

.movement-cards strong {
  color: #fff;
  line-height: 1.2;
}

.benefits-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: center;
}

.benefits-copy p {
  max-width: 520px;
}

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

.benefit {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  color: var(--navy);
  font-weight: 950;
}

.benefit span {
  flex: 0 0 38px;
  margin-bottom: 0;
}

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

blockquote {
  min-height: 250px;
  margin: 0;
  padding: 28px;
  border-radius: 28px;
}

blockquote p {
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 800;
}

blockquote cite {
  color: var(--gold-2);
  font-style: normal;
  font-weight: 950;
}

.contact-copy {
  position: sticky;
  top: 130px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(24, 191, 192, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.78);
}

label {
  display: grid;
  gap: 9px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 950;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(8, 47, 86, 0.16);
  border-radius: 16px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

input,
select {
  min-height: 54px;
  padding: 0 16px;
}

textarea {
  resize: vertical;
  padding: 16px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(244, 166, 42, 0.72);
  box-shadow: 0 0 0 4px rgba(244, 166, 42, 0.14);
  background: #fff;
}

.full {
  grid-column: 1 / -1;
}

.location-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 20%, rgba(24, 191, 192, 0.14), transparent 20rem),
    rgba(255, 255, 255, 0.78);
}

.footer {
  padding: 80px 0 32px;
  color: #dfefff;
  background:
    radial-gradient(circle at 15% 0%, rgba(24, 191, 192, 0.22), transparent 26rem),
    radial-gradient(circle at 88% 14%, rgba(244, 166, 42, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--navy-2), #06182d);
}

.footer-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 930px;
  margin-bottom: 64px;
  padding: 54px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.footer-cta h2 {
  max-width: 680px;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.72fr 1fr 0.7fr;
  gap: 32px;
  align-items: start;
}

.footer .brand {
  color: #fff;
}

.footer .brand img {
  border-color: rgba(244, 166, 42, 0.62);
}

.footer p,
.footer a {
  display: block;
  color: rgba(223, 239, 255, 0.82);
}

.footer strong {
  display: block;
  margin-bottom: 13px;
  color: #ffd27c;
}

.footer-grid a:not(.brand) {
  margin-bottom: 9px;
}

.footer-brand {
  margin-bottom: 16px;
}

.legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(223, 239, 255, 0.76);
  font-size: 0.92rem;
}

.system-credit {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.84);
  white-space: nowrap;
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.system-credit strong {
  color: #ffd27c;
  font-weight: 950;
  text-shadow: 0 0 20px rgba(244, 166, 42, 0.3);
}

.system-credit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  transform: scaleX(0.52);
  transform-origin: right;
  background: linear-gradient(90deg, transparent, #ffd27c, var(--teal));
  opacity: 0.74;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.system-credit:hover {
  color: #fff;
  text-shadow: 0 0 24px rgba(244, 166, 42, 0.2);
}

.system-credit:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #19b461, #0a8f49);
  box-shadow: 0 18px 46px rgba(10, 143, 73, 0.32);
  font-weight: 950;
}

.floating-whatsapp::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 9px;
  border-radius: 50%;
  background: #d9ffe9;
  box-shadow: 0 0 0 6px rgba(217, 255, 233, 0.18);
}

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

.delay-one {
  transition-delay: 120ms;
}

.delay-two {
  transition-delay: 220ms;
}

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

  .hero-grid,
  .program-grid,
  .program-grid.flipped,
  .benefits-grid,
  .contact-grid,
  .movement-panel {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 560px;
  }

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

@media (max-width: 820px) {
  .section {
    padding: 72px 0;
  }

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

  .hero-proof,
  .program-cards,
  .benefits-list,
  .testimonial-grid,
  .movement-cards {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .contact-form,
  .location-card {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }

  .hero-collage {
    min-height: 720px;
  }

  .flyer-main {
    left: 3%;
    top: 5%;
    width: 68%;
  }

  .academic {
    right: 0;
    top: 2%;
  }

  .art {
    left: 0;
    top: 53%;
  }

  .movement {
    right: 0;
    top: 47%;
  }

  .science {
    left: 8%;
    bottom: 0;
  }

  .music {
    right: 7%;
    bottom: 4%;
  }
}

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

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

  .brand {
    font-size: 0.86rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: clamp(2.36rem, 13vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.88rem, 8vw, 2.65rem);
  }

  .hero-actions,
  .hero-actions .btn,
  .program-copy .btn,
  .contact-form .btn,
  .location-card .btn,
  .footer-cta .btn {
    width: 100%;
  }

  .hero-collage {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .hero-collage::before,
  .flyer-card,
  .mini-flyer {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .flyer-main {
    min-height: 360px;
  }

  .mini-flyer {
    min-height: 124px;
  }

  .story-grid,
  .movement-panel,
  .contact-form,
  .location-card,
  .footer-cta {
    padding: 26px;
    border-radius: 22px;
  }

  .class-carousel {
    grid-auto-columns: minmax(245px, 82vw);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .system-credit {
    white-space: normal;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 52px;
  }
}

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