:root {
  --bg: #060d1c;
  --bg-secondary: #0b1730;
  --panel: rgba(10, 21, 46, 0.78);
  --panel-strong: rgba(7, 14, 31, 0.92);
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --text: #eef4ff;
  --muted: #b0bfdc;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #ffbe3d;
  --gold-strong: #ff8f1f;
  --cyan: #64d7ff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
  --font-display: "Arial Black", "Segoe UI", sans-serif;
  --font-body: "Trebuchet MS", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 190, 61, 0.18), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(100, 215, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #091326 0%, #050b17 48%, #020611 100%);
  min-height: 100vh;
  line-height: 1.6;
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms ease;
  overflow-x: hidden;
}

body.preload {
  opacity: 0;
  transform: translateY(18px);
}

body.modal-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
  pointer-events: none;
  z-index: -1;
}

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

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: #071020;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.launch-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 0.3rem 0.45rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.launch-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.launch-backdrop {
  position: absolute;
  inset: 0;
}

.launch-backdrop {
  background:
    radial-gradient(circle at top left, rgba(255, 190, 61, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.8), rgba(2, 6, 17, 0.94));
  backdrop-filter: blur(12px);
}

.launch-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  min-height: min(92vh, 820px);
  max-height: calc(100vh - 0.6rem);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 13, 28, 0.92);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.45);
  transform: translateY(18px) scale(0.98);
  transition: transform 280ms ease;
}

.launch-dialog > * {
  min-width: 0;
}

.launch-modal.is-open .launch-dialog {
  transform: translateY(0) scale(1);
}

.launch-copy {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1.25rem;
  padding: clamp(1.6rem, 3.5vw, 3rem);
  background:
    radial-gradient(circle at top, rgba(255, 190, 61, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(11, 23, 48, 0.96), rgba(7, 14, 31, 0.94));
}

.launch-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.launch-copy p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.launch-info-grid {
  display: grid;
  gap: 0.9rem;
}

.launch-info-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.launch-info-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.launch-info-card strong {
  display: block;
  overflow-wrap: anywhere;
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.launch-actions .button {
  min-width: 200px;
}

.launch-map-wrap {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(circle at center, rgba(255, 190, 61, 0.08), transparent 30%),
    linear-gradient(180deg, #081226, #060d1c);
}

.launch-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: min(84vh, 760px);
  filter: saturate(0.96) contrast(1.06);
}

.launch-map-wrap::before {
  content: "Harita yukleniyor...";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(238, 244, 255, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.launch-map-wrap.is-loaded::before {
  content: "";
}

.launch-close {
  position: fixed;
  top: max(0.9rem, env(safe-area-inset-top));
  right: max(0.9rem, env(safe-area-inset-right));
  z-index: 130;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(4, 10, 21, 0.82);
  color: var(--text);
  cursor: pointer;
  animation: launch-close-pulse 1.7s ease-in-out infinite;
}

.launch-close svg {
  width: 18px;
  height: 18px;
}

@keyframes launch-close-pulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 190, 61, 0.12);
  }

  50% {
    border-color: rgba(255, 190, 61, 0.72);
    box-shadow: 0 0 0 5px rgba(255, 190, 61, 0.08);
  }
}

.section {
  padding: 6rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(5, 11, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

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

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.section-copy h2,
.contact-shell h2,
.testimonial-shell h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-copy span,
.hero-text,
.section-copy p,
.section-heading p,
.program-card p,
.facility-card p,
.pricing-card p,
.contact-shell p,
.footer-brand p,
.faq-list p {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a,
.footer-nav a {
  position: relative;
  font-size: 0.96rem;
}

.site-nav a::after,
.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  padding-top: 4rem;
}

.hero-grid,
.section-grid,
.contact-shell,
.testimonial-shell {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.hero-text {
  max-width: 60ch;
  margin: 1.5rem 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-strong) 100%);
  color: #071121;
  box-shadow: 0 15px 30px rgba(255, 162, 40, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-highlights {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero-highlights li,
.pricing-card li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--muted);
}

.hero-highlights li::before,
.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
}

.hero-panel {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.orbital-frame {
  position: relative;
  width: min(78vw, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 190, 61, 0.3), rgba(255, 190, 61, 0.03) 55%, transparent 70%),
    linear-gradient(180deg, rgba(14, 34, 74, 0.95), rgba(8, 18, 40, 0.8));
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.05), 0 35px 90px rgba(0, 0, 0, 0.45);
}

.orbital-frame::before,
.orbital-frame::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.orbital-frame::after {
  inset: -6%;
  border-color: rgba(255, 190, 61, 0.35);
}

.orbital-frame img {
  width: 72%;
  height: auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.45));
}

.panel-card,
.feature-card,
.program-card,
.facility-card,
.pricing-card,
.testimonial-shell,
.contact-shell,
.faq-list details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.panel-card {
  position: absolute;
  padding: 1rem 1.1rem;
  min-width: 210px;
}

.panel-card span,
.plan-label,
.tag {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-top {
  top: 10%;
  right: 0;
}

.card-bottom {
  bottom: 10%;
  left: 0;
}

.stats-strip {
  padding-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stats-grid article {
  padding: 1.5rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold);
}

.stats-grid span {
  color: var(--muted);
}

.section-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

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

.section-heading h2,
.section-copy h2,
.contact-shell h2,
.testimonial-shell h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.feature-stack,
.program-grid,
.facility-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 1.25rem;
}

.feature-stack {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.program-card,
.facility-card,
.pricing-card {
  padding: 1.5rem;
}

.feature-card h3,
.program-card h3,
.facility-card h3,
.pricing-card h3 {
  margin-top: 0;
}

.section-dark {
  background: linear-gradient(180deg, rgba(8, 18, 40, 0.74), rgba(4, 10, 21, 0.7));
}

.program-grid,
.facility-grid,
.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}

.program-card,
.facility-card {
  min-height: 250px;
}

.facility-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(13, 29, 63, 0.95), rgba(5, 10, 23, 0.92));
}

.pricing-card ul {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1.5rem 0 2rem;
  list-style: none;
}

.pricing-card-featured {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 190, 61, 0.16), rgba(8, 18, 40, 0.85)),
    var(--panel-strong);
}

.pricing-card-featured::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 190, 61, 0.4), transparent 70%);
}

.section-accent {
  padding-top: 1rem;
}

.testimonial-shell,
.contact-shell {
  grid-template-columns: 1fr auto;
  align-items: stretch;
  padding: 2rem;
}

.contact-copy,
.contact-side {
  display: grid;
  gap: 1.25rem;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.contact-meta-card,
.map-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
}

.contact-meta-card {
  padding: 1rem 1.1rem;
}

.contact-meta-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-card {
  overflow: hidden;
  min-width: min(100%, 440px);
  min-height: 320px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  filter: saturate(0.9) contrast(1.08);
}

.whatsapp-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.82rem 0.6rem 0.62rem;
  border-radius: 999px;
  background: rgba(18, 29, 23, 0.92);
  border: 1px solid rgba(67, 210, 122, 0.36);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 0.92rem;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
  background: rgba(21, 39, 29, 0.96);
  border-color: rgba(67, 210, 122, 0.58);
}

.whatsapp-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2ad66f, #13994b);
  color: #ffffff;
}

.whatsapp-icon svg {
  width: 18px;
  height: 18px;
}

.testimonial-shell blockquote {
  margin: 0;
  max-width: 34ch;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.7;
}

.faq-section {
  padding-top: 1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(10, 21, 46, 0.78);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.faq-list details:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 190, 61, 0.24);
}

.faq-list details[open] {
  border-color: rgba(255, 190, 61, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 190, 61, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(10, 21, 46, 0.9);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  font-size: 1rem;
  line-height: 1.45;
}

.faq-arrow {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.faq-arrow svg {
  width: 1rem;
  height: 1rem;
}

.faq-list details[open] .faq-arrow {
  transform: rotate(180deg);
  background: rgba(255, 190, 61, 0.14);
  border-color: rgba(255, 190, 61, 0.26);
}

.faq-list p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: var(--muted);
}

.contact-section {
  padding-top: 1rem;
}

.site-footer {
  padding: 2rem 0 2.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 17, 0.88);
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr auto;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 72px;
  height: 72px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  color: var(--muted);
  text-align: right;
}

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

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

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

.reveal-delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 1100px) {
  .launch-dialog {
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: calc(100vh - 0.8rem);
    overflow: auto;
  }

  .launch-copy {
    gap: 1rem;
  }

  .launch-map-wrap iframe {
    min-height: 360px;
  }

  .hero-grid,
  .section-grid,
  .testimonial-shell,
  .contact-shell,
  .footer-grid,
  .feature-stack,
  .program-grid,
  .facility-grid,
  .pricing-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-copy {
    text-align: left;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .launch-modal {
    padding: 0.2rem;
  }

  .launch-copy {
    align-content: start;
    padding-top: 4.5rem;
  }

  .launch-actions {
    flex-direction: column;
  }

  .launch-actions .button {
    width: 100%;
    min-width: 0;
  }

  .launch-info-card strong {
    overflow-wrap: anywhere;
  }

  .section {
    padding: 4.5rem 0;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(5, 11, 24, 0.95);
    transform-origin: top;
    transform: scaleY(0.8);
    opacity: 0;
    visibility: hidden;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .hero-grid,
  .section-grid,
  .feature-stack,
  .program-grid,
  .facility-grid,
  .pricing-grid,
  .testimonial-shell,
  .contact-shell,
  .footer-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-panel {
    min-height: 380px;
  }

  .panel-card {
    min-width: auto;
    width: min(100%, 240px);
  }

  .card-top {
    top: 0;
    right: auto;
    left: 0;
  }

  .card-bottom {
    bottom: 0;
    left: auto;
    right: 0;
  }

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

  .whatsapp-float {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .testimonial-shell blockquote {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .launch-dialog {
    border-radius: 22px;
    max-height: calc(100vh - 0.4rem);
    width: 100%;
  }

  .launch-copy h2 {
    line-height: 1.02;
  }

  .launch-copy {
    padding: 4.2rem 1rem 1rem;
  }

  .launch-copy,
  .launch-map-wrap {
    width: 100%;
  }

  .launch-info-grid {
    gap: 0.7rem;
  }

  .launch-info-card {
    padding: 0.85rem 0.9rem;
  }

  .launch-map-wrap iframe {
    min-height: 240px;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

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

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .brand-copy span {
    font-size: 0.82rem;
  }

  .hero h1,
  .section-heading h2,
  .section-copy h2,
  .contact-shell h2,
  .testimonial-shell h2 {
    line-height: 1.02;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 13vw, 3rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .orbital-frame {
    width: min(86vw, 360px);
  }

  .feature-card,
  .program-card,
  .facility-card,
  .pricing-card,
  .testimonial-shell,
  .contact-shell,
  .stats-grid article,
  .faq-list details {
    padding: 1.2rem;
  }

  .faq-list summary {
    padding: 1rem;
  }

  .faq-list p {
    padding: 0 1rem 1rem;
  }

  .faq-arrow {
    width: 2rem;
    height: 2rem;
  }

  .map-card {
    min-width: 100%;
    min-height: 240px;
  }

  .map-card iframe {
    min-height: 240px;
  }

  .whatsapp-float {
    padding-right: 0.75rem;
    bottom: 0.7rem;
    right: 0.7rem;
  }

  .whatsapp-float span:last-child {
    display: none;
  }

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

  .footer-brand img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 0.65rem;
  }

  .brand-copy span {
    display: none;
  }

  .launch-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
  }

  .panel-card {
    width: min(100%, 190px);
    padding: 0.85rem 0.9rem;
  }

  .stats-grid strong {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-close {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}