/* ================================================================
   DELUXE VOYAGE — Coming Soon
   Futuristic style · Light cream palette
   Colours from brand identity & social media post
================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Palette */
  --cream:        #f4ece0;
  --cream-mid:    #ede3d0;
  --cream-dark:   #e0d3bc;
  --white:        #ffffff;
  --navy:         #1a3347;
  --navy-mid:     #2d4a62;
  --crimson:      #c0001a;
  --crimson-lt:   #e8293a;
  --gold:         #b08840;
  --gold-lt:      #caa85a;
  --muted:        rgba(26,51,71,0.55);
  --border:       rgba(26,51,71,0.1);
  --card:         rgba(255,255,255,0.8);
  --card-border:  rgba(26,51,71,0.09);
  --shadow:       0 4px 24px rgba(26,51,71,0.10);
  --shadow-lg:    0 12px 40px rgba(26,51,71,0.14);
  --ease:         cubic-bezier(.4,0,.2,1);
  --r:            14px;
  --font-h:       'Barlow Condensed', sans-serif;
  --font-b:       'Inter', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-b);
  background: var(--cream);
  color: var(--navy);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* subtle dot texture */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(26,51,71,0.055) 1px, transparent 1px);
  background-size: 30px 30px;
}

/* ── Canvas ──────────────────────────────────────────────────────── */
#bgCanvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; }

/* ── Geo corner accents ──────────────────────────────────────────── */
.geo {
  position: fixed; width: 52px; height: 52px;
  z-index: 1; pointer-events: none;
}
.geo-tl { top: 20px; left: 20px;
  border-top: 1.5px solid var(--crimson); border-left: 1.5px solid var(--crimson); opacity: .35; }
.geo-tr { top: 20px; right: 20px;
  border-top: 1.5px solid var(--navy);    border-right: 1.5px solid var(--navy);   opacity: .15; }
.geo-bl { bottom: 20px; left: 20px;
  border-bottom: 1.5px solid var(--gold); border-left: 1.5px solid var(--gold);    opacity: .4; }
.geo-br { bottom: 20px; right: 20px;
  border-bottom: 1.5px solid var(--navy); border-right: 1.5px solid var(--navy);   opacity: .15; }

/* ── Page wrapper ────────────────────────────────────────────────── */
.page-wrapper {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; min-height: 100vh;
}

/* ================================================================
   HEADER
================================================================ */
.site-header { padding: 24px 40px 16px; position: relative; z-index: 10; }

.header-inner {
  max-width: 1060px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

/* Lang switch */
.lang-switch {
  display: flex; align-items: center; gap: 6px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 100px; padding: 4px 6px;
  box-shadow: var(--shadow); flex-shrink: 0;
}
.lang-switch span { color: var(--border); font-size: .75rem; }
.lang-btn {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-b); font-size: .7rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); padding: 5px 12px; border-radius: 100px;
  transition: all .2s;
}
.lang-btn.active {
  background: linear-gradient(135deg, var(--crimson-lt), var(--crimson));
  color: var(--white); box-shadow: 0 2px 8px rgba(192,0,26,.3);
}
.lang-btn:hover:not(.active) { color: var(--navy); background: var(--cream); }

/* Logo badge */
.logo-badge {
  background: transparent; border: none;
  padding: 8px 4px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .3s var(--ease), opacity .3s;
  flex-shrink: 0;
}
.logo-badge:hover { transform: translateY(-3px); opacity: .85; }
.client-logo { max-height: 64px; max-width: 200px; object-fit: contain; display: block; }

/* 25+ years badge */
.hdr-exp {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 10px 16px;
  box-shadow: var(--shadow); flex-shrink: 0;
}
.exp-num {
  font-family: var(--font-h); font-size: 1.7rem; font-weight: 800;
  color: var(--crimson); line-height: 1;
}
.exp-label {
  font-size: .62rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1px; color: var(--muted); line-height: 1.4;
}

/* ================================================================
   MAIN CONTENT
================================================================ */
.main-content {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; padding: 8px 0 56px; gap: 52px; text-align: center;
}

/* Universal content wrapper — every section uses this width */
.main-content > * {
  width: 100%;
  max-width: 900px;
  padding-left: 40px; padding-right: 40px; /* fallback for Safari < 14.1 */
  padding-inline: 40px;
}

/* ── Status badge ────────────────────────────────────────────────── */
.status-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--white); border: 1px solid rgba(192,0,26,.22);
  border-radius: 100px; padding: 8px 22px;
  font-size: .7rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--crimson);
  box-shadow: var(--shadow);
  /* override universal width: 100% — badge should be content-wide */
  width: -webkit-fit-content; width: fit-content;
  margin-left: auto; margin-right: auto; /* fallback */
  margin-inline: auto;
  /* stay above hero lottie overflow */
  position: relative; z-index: 2;
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #22c55e;
  animation: pls 2s ease-in-out infinite;
}
@keyframes pls {
  0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); }
  50%      { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
}

/* ── Hero ────────────────────────────────────────────────────────── */
.hero-section { display: flex; flex-direction: column; align-items: center; gap: 16px; position: relative; overflow: visible; }

/* ── Traveler background lottie ─────────────────────────────── */
.hero-lottie-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 110vw, 1200px);
  height: clamp(320px, 110vw, 1200px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.hero-lottie-bg svg { width: 100% !important; height: 100% !important; }
.hero-section > *:not(.hero-lottie-bg) { position: relative; z-index: 1; }

.eyebrow {
  font-family: var(--font-h); font-size: 1rem; font-weight: 400;
  letter-spacing: 4px; text-transform: uppercase; color: var(--gold);
}

.headline {
  font-family: var(--font-h);
  font-size: clamp(5.5rem, 14vw, 10rem);
  font-weight: 800; line-height: .9;
  letter-spacing: -2px; text-transform: uppercase;
  /* Solid fallback for browsers without background-clip:text support */
  color: var(--navy);
  /* Navy → Crimson gradient — Safari 9+, Chrome 4+, Firefox 16+ */
  background: linear-gradient(135deg, var(--navy) 15%, var(--navy-mid) 42%, var(--crimson-lt) 72%, var(--crimson) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hIn 1s var(--ease) both;
}
@keyframes hIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.subheadline {
  font-size: clamp(.95rem, 2vw, 1.08rem);
  color: var(--muted); line-height: 1.8;
  font-weight: 300; max-width: 560px;
}

/* ── Section label ───────────────────────────────────────────────── */
.section-label {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: .68rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--crimson);
  width: 100%;
}
.lline {
  flex: 1; height: 1.5px; max-width: 80px;
  background: linear-gradient(90deg, transparent, rgba(192,0,26,.3));
}
.lline:last-child {
  background: linear-gradient(90deg, rgba(192,0,26,.3), transparent);
}

/* ================================================================
   SERVICES
================================================================ */
.services-section {
  display: flex; flex-direction: column; gap: 24px;
}

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

.scard {
  display: flex; align-items: flex-start; gap: 13px;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--r); padding: 20px 18px;
  text-align: left; box-shadow: var(--shadow);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  position: relative; overflow: hidden;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
/* crimson left bar on hover */
.scard::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--crimson); transform: scaleY(0); transform-origin: top;
  transition: transform .3s var(--ease);
}
.scard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(192,0,26,.2); }
.scard:hover::before { transform: scaleY(1); }
.scard--wa::before { background: #25d366; }
.scard--wa:hover   { border-color: rgba(37,211,102,.25); }

.scard-icon {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: var(--cream); border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: .98rem; color: var(--crimson);
  transition: background .3s;
}
.scard--wa .scard-icon { color: #25d366; }
.scard:hover .scard-icon { background: var(--cream-mid); }

.scard-body { display: flex; flex-direction: column; gap: 5px; }
.scard-body strong { font-size: .88rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.scard-body span   { font-size: .72rem; color: var(--muted); line-height: 1.55; font-weight: 300; }

/* Service pill tags */
.scard-pills {
  display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px;
}
.scard-pill {
  font-size: .62rem; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; color: var(--navy-mid);
  background: var(--cream); border: 1px solid var(--cream-dark);
  border-radius: 100px; padding: 3px 8px;
}
.scard--wa .scard-pill { color: #1a8a44; background: rgba(37,211,102,.08); border-color: rgba(37,211,102,.25); }

/* About Us trigger button */
.about-trigger {
  display: inline-flex; align-items: center; gap: 7px;
  background: none; border: 1px solid var(--border);
  border-radius: 100px; padding: 8px 18px;
  font-family: var(--font-b); font-size: .78rem; font-weight: 600;
  color: var(--navy-mid); cursor: pointer;
  box-shadow: var(--shadow); text-decoration: none;
  transition: all .25s var(--ease);
  /* stays content-width inside flex column */
  width: -webkit-fit-content; width: fit-content; align-self: center;
}
.about-trigger:hover {
  background: var(--white); border-color: rgba(192,0,26,.3);
  color: var(--crimson); transform: translateY(-2px); box-shadow: var(--shadow-lg);
}
.about-trigger i { font-size: .85rem; }

/* ================================================================
   CTA SECTION
================================================================ */
.cta-section { display: flex; flex-direction: column; align-items: center; gap: 24px; }

.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; width: 100%; }

.cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 100px; padding: 14px 28px;
  font-family: var(--font-b); font-size: .9rem; font-weight: 600;
  text-decoration: none; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.cta-wa {
  background: linear-gradient(135deg, #2cb565, #1a8a44); color: var(--white);
  box-shadow: 0 4px 18px rgba(28,138,68,.28);
}
.cta-wa:hover   { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(28,138,68,.4); }
.cta-mail {
  background: var(--white); color: var(--navy);
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.cta-mail:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); border-color: rgba(176,136,64,.35); }


/* ================================================================
   SOCIAL SECTION
================================================================ */
.social-section { display: flex; flex-direction: column; align-items: center; gap: 24px; }

.social-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

.social-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 100px; padding: 10px 18px;
  color: var(--navy-mid); text-decoration: none;
  font-size: .82rem; font-weight: 500;
  box-shadow: var(--shadow);
  transition: all .25s var(--ease); white-space: nowrap;
}
.social-btn i  { font-size: .95rem; }
.social-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: var(--white); }

.s-ig:hover    { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; }
.s-fb:hover    { background: #1877f2; border-color: transparent; }
.s-wa:hover    { background: linear-gradient(135deg,#25d366,#128c3d); border-color: transparent; }
.s-bc:hover    { background: linear-gradient(135deg,#25d366,#0e7a2e); border-color: transparent; }
.s-coach:hover { background: var(--crimson); border-color: transparent; }
.s-mail:hover  { background: var(--navy); border-color: transparent; }

/* ================================================================
   ABOUT US MODAL
================================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 900;
  background: rgba(26,51,71,.48); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease);
}
.modal-overlay.open { opacity: 1; pointer-events: all; }

.modal-box {
  background: var(--white); border-radius: 24px;
  border: 1px solid var(--border); box-shadow: 0 24px 80px rgba(26,51,71,.22);
  width: 100%; max-width: 680px; max-height: 88vh;
  display: flex; flex-direction: column;
  transform: translateY(30px) scale(.97); transition: transform .35s var(--ease);
}
.modal-overlay.open .modal-box { transform: none; }

.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px 20px; border-bottom: 1px solid var(--cream-dark);
  flex-shrink: 0;
}
.modal-logo { max-height: 44px; max-width: 160px; object-fit: contain; }

.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1rem; color: var(--navy-mid);
  transition: background .2s, color .2s, transform .2s;
  flex-shrink: 0;
}
.modal-close:hover { background: var(--crimson); color: var(--white); transform: rotate(90deg); }

.modal-body {
  overflow-y: auto; padding: 28px; display: flex; flex-direction: column; gap: 24px;
}
.modal-body::-webkit-scrollbar { width: 4px; }
.modal-body::-webkit-scrollbar-track { background: var(--cream); }
.modal-body::-webkit-scrollbar-thumb { background: var(--cream-dark); border-radius: 2px; }

/* Stats row */
.modal-stats {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 12px;
}
.mstat {
  background: var(--cream); border: 1px solid var(--cream-dark);
  border-radius: 14px; padding: 14px 10px; text-align: center;
}
.mstat-num {
  font-family: var(--font-h); font-size: 1.6rem; font-weight: 800;
  color: var(--crimson); line-height: 1;
}
.mstat-label {
  font-size: .65rem; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; color: var(--muted); margin-top: 4px; line-height: 1.3;
}

/* About section headings */
.modal-section-title {
  font-family: var(--font-h); font-size: .72rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--crimson);
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.modal-section-title::after {
  content: ''; flex: 1; height: 1px; background: var(--cream-dark);
}

.modal-about-text {
  font-size: .9rem; color: var(--navy); line-height: 1.85; font-weight: 300;
}

/* Destination tags */
.modal-dest-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.modal-dest-tags span {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--cream); border: 1px solid var(--cream-dark);
  border-radius: 100px; padding: 6px 13px;
  font-size: .75rem; font-weight: 500; color: var(--navy-mid);
}

/* Value badges */
.modal-values {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 10px;
}
.mval {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border: 1px solid var(--border); border-radius: 12px;
  padding: 14px 16px; display: flex; align-items: flex-start; gap: 10px;
}
.mval-icon {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
  background: var(--cream); border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  color: var(--crimson); font-size: .85rem;
}
.mval strong { font-size: .82rem; font-weight: 600; color: var(--navy); display: block; }
.mval span   { font-size: .7rem; color: var(--muted); line-height: 1.5; }

/* Modal CTA */
.modal-cta {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding-top: 4px;
}

/* ================================================================
   FOOTER
================================================================ */
.site-footer { padding: 0 24px 36px; }

.footer-inner {
  max-width: 820px; margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px 40px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.footer-by    { font-size: .7rem; color: var(--muted); letter-spacing: .5px; text-transform: uppercase; }

.aksoy-link {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.aksoy-link:hover { opacity: .75; transform: translateY(-2px); }

/* Invert white SVG paths → navy for light background */
.aksoy-svg {
  height: 38px; width: auto; object-fit: contain;
  filter: brightness(0) saturate(100%)
          invert(16%) sepia(30%) saturate(900%)
          hue-rotate(170deg) brightness(90%) contrast(95%);
}

.aksoy-name {
  font-family: var(--font-b); font-size: 1.05rem;
  font-weight: 700; color: var(--navy); letter-spacing: -.2px;
}

.footer-tagline { font-size: .74rem; color: var(--muted); }

.footer-tags {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.ftag {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 100px; padding: 5px 13px;
  font-size: .7rem; font-weight: 500; color: var(--navy-mid);
}

.footer-copy {
  font-size: .74rem; color: var(--muted); line-height: 1.6;
  border-top: 1px solid var(--cream-dark); padding-top: 16px; width: 100%;
  display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center;
}
.footer-copy a { color: var(--crimson); text-decoration: none; font-weight: 600; }
.footer-copy a:hover { color: var(--navy); }

/* ================================================================
   STICKY WHATSAPP FAB
================================================================ */
.wa-fab {
  position: fixed; bottom: 24px; left: 24px; z-index: 800;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, #2ecc71, #1a8a44);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; text-decoration: none;
  box-shadow: 0 4px 22px rgba(37,211,102,.45);
  transition: transform .25s var(--ease), box-shadow .25s;
  animation: waPls 3s ease-in-out infinite;
}
.wa-fab:hover { transform: scale(1.12); box-shadow: 0 6px 30px rgba(37,211,102,.6); animation: none; }
@keyframes waPls {
  0%,65%,100% { box-shadow: 0 4px 22px rgba(37,211,102,.45); }
  32%          { box-shadow: 0 4px 22px rgba(37,211,102,.45), 0 0 0 14px rgba(37,211,102,.12); }
}

/* ================================================================
   RESPONSIVE
================================================================ */

/* ── 840 px (large tablet) ───────────────────────────────────── */
@media (max-width: 840px) {
  .main-content > * { padding-left: 28px; padding-right: 28px; padding-inline: 28px; }
  .main-content { gap: 44px; padding-bottom: 48px; }
  .site-header { padding: 20px 28px 14px; }
  .site-footer { padding: 0 20px 28px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .headline { font-size: clamp(4rem, 15vw, 7.5rem); }
  .hero-lottie-bg { width: min(720px, 100vw); height: min(720px, 100vw); }
}

/* ── 620 px (header stacking breakpoint) ────────────────────── */
@media (max-width: 620px) {
  /* Header: logo moves to its own top row */
  .header-inner { flex-wrap: wrap; gap: 12px; }
  .logo-badge {
    order: -1;               /* first visually */
    width: 100%;             /* full row       */
    border-radius: 12px;     /* slightly tighter */
    padding: 10px 16px;
  }
  .client-logo { max-height: 54px; max-width: 170px; }
  /* lang + exp badge share the second row */
  .lang-switch { flex-shrink: 0; }
  .hdr-exp     { flex-shrink: 0; }
}

/* ── 580 px (mobile) ─────────────────────────────────────────── */
@media (max-width: 580px) {
  .hero-lottie-bg { width: 100vw; height: 100vw; }
  .main-content > * { padding-left: 16px; padding-right: 16px; padding-inline: 16px; }
  .main-content { gap: 36px; padding-bottom: 100px; /* clear FAB */ }
  .site-header { padding: 14px 16px 10px; }
  .site-footer { padding: 0 12px 20px; }
  .footer-inner { padding: 22px 16px; border-radius: 18px; }
  /* Services: single column */
  .services-grid { grid-template-columns: 1fr; gap: 10px; }
  /* Headline size */
  .headline { font-size: clamp(3rem, 17vw, 5.5rem); letter-spacing: -1px; }
  /* CTA buttons stack */
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-btn { justify-content: center; }
  /* Header tweaks */
  .lang-btn { padding: 5px 10px; font-size: .65rem; }
  .hdr-exp  { padding: 8px 12px; }
  .exp-num  { font-size: 1.4rem; }
  /* Hide decorative corners */
  .geo { display: none; }
  /* Move FAB up a bit on small screens */
  .wa-fab { bottom: 20px; left: 16px; width: 52px; height: 52px; font-size: 1.35rem; }
  /* Modal */
  .modal-overlay { padding: 10px; }
  .modal-box { max-height: 92vh; border-radius: 18px; }
  .modal-stats  { grid-template-columns: repeat(2,1fr); }
  .modal-values { grid-template-columns: 1fr; }
  .modal-header { padding: 16px 16px 14px; }
  .modal-body   { padding: 18px 16px; gap: 20px; }
  .modal-cta { flex-direction: column; align-items: stretch; }
  .modal-cta .cta-btn { justify-content: center; }
  /* Footer copy: two lines */
  .footer-copy { flex-direction: column; gap: 2px; }
}

/* ── 380 px (very small phones) ─────────────────────────────── */
@media (max-width: 380px) {
  .headline { font-size: clamp(2.8rem, 19vw, 4.5rem); }
}
