/* ═══════════════════════════════════════════════════════
   index.css — Home page specific styles
   ═══════════════════════════════════════════════════════ */

/* ── Hero entrance animations ── */
@keyframes hero-in {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-anim { opacity: 0; animation: hero-in 0.8s cubic-bezier(0.22,1,0.36,1) forwards; }

/* ── Dot grid drift & glow pulse ── */
@keyframes grid-drift {
  0%   { background-position: 0px 0px; }
  100% { background-position: 40px 40px; }
}
@keyframes glow-pulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); }
  50%       { opacity: 1;   transform: translate(-50%,-50%) scale(1.18); }
}

/* ── Nav: transparent on home ── */
nav {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding-top: 64px;
  position: relative; overflow: hidden;
  background: var(--navy-dark);
}
.hero::before {
  content: ''; position: absolute; inset: 0; width: 50%;
  background-image: radial-gradient(circle, rgba(47,107,255,0.18) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: grid-drift 18s linear infinite;
  z-index: 0; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; top: 55%; left: 25%;
  transform: translate(-50%,-50%);
  width: 600px; height: 500px;
  background: radial-gradient(ellipse at center, rgba(47,107,255,0.13) 0%, transparent 65%);
  animation: glow-pulse 6s ease-in-out infinite;
  z-index: 0; pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 5rem 3rem 5rem 5rem;
}
.hero h1 {
  font-size: clamp(3.6rem, 6.8vw, 7.2rem); font-weight: 900;
  line-height: 0.97; letter-spacing: -0.04em; color: #fff; margin-bottom: 1.75rem;
}
.hero-title-static { display: block; }
.hero-title-cycle {
  display: block; position: relative;
  height: 1.1em; overflow: hidden;
}
.hero-title-cycle .cycle-word {
  position: absolute; left: 0; top: 0; width: 100%;
  font-family: 'Outfit', sans-serif; color: var(--blue-light);
  transform: translateY(100%); opacity: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  will-change: transform, opacity;
}
.hero-title-cycle .cycle-word.active { transform: translateY(0); opacity: 1; }
.hero-title-cycle .cycle-word.exit {
  transform: translateY(-110%); opacity: 0;
  transition: transform 0.4s cubic-bezier(0.55, 0, 1, 0.45), opacity 0.25s ease;
}
.hero-sub {
  font-size: 1.05rem; font-weight: 400; line-height: 1.7;
  color: rgba(255,255,255,0.58); max-width: 400px; margin-bottom: 2.25rem;
  padding-left: 1rem; border-left: 2px solid rgba(47,107,255,0.5);
}
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 5rem;
  display: flex; align-items: center; gap: 0.75rem; z-index: 3;
}
.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35));
}
.hero-scroll-label {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  writing-mode: vertical-rl; transform: rotate(180deg);
}
.hero-ctas { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; }
.hero-badges {
  display: flex; align-items: center; flex-wrap: wrap;
  list-style: none; margin-bottom: 1.75rem;
}
.hero-badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.55); padding: 0 1rem;
}
.hero-badge:first-child { padding-left: 0; }
.hero-badge:not(:first-child) { border-left: 1px solid rgba(255,255,255,0.2); }
.hero-badge svg { color: var(--blue-light); flex-shrink: 0; }

/* ── Hero Image ── */
.hero-image { position: relative; height: 100vh; overflow: hidden; background: #0B1F3A; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.hero-image-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, var(--navy-dark) 0%, rgba(11,31,58,0.55) 22%, rgba(11,31,58,0.1) 45%, transparent 65%),
    linear-gradient(to top, var(--navy-dark) 0%, transparent 22%);
  z-index: 1;
}

/* ── Drone animations ── */
@keyframes drone-patrol {
  0%   { transform: translate(0px,    0px)    rotate(-1deg); }
  7%   { transform: translate(-180px,-80px)   rotate(4deg);  }
  13%  { transform: translate(-320px, 40px)   rotate(-3deg); }
  19%  { transform: translate(-260px, 200px)  rotate(2deg);  }
  26%  { transform: translate(-80px,  310px)  rotate(-5deg); }
  33%  { transform: translate(120px,  280px)  rotate(3deg);  }
  40%  { transform: translate(280px,  180px)  rotate(-2deg); }
  47%  { transform: translate(340px,  -20px)  rotate(5deg);  }
  54%  { transform: translate(220px,  -160px) rotate(-4deg); }
  60%  { transform: translate(60px,  -220px)  rotate(2deg);  }
  67%  { transform: translate(-140px,-180px)  rotate(-3deg); }
  74%  { transform: translate(-300px,-60px)   rotate(4deg);  }
  81%  { transform: translate(-240px, 150px)  rotate(-2deg); }
  88%  { transform: translate(-60px,  240px)  rotate(3deg);  }
  94%  { transform: translate(100px,   80px)  rotate(-1deg); }
  100% { transform: translate(0px,    0px)    rotate(-1deg); }
}
@keyframes drone-hover {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
@keyframes propeller-spin {
  from { transform: scaleX(1); }
  25%  { transform: scaleX(0.1); }
  50%  { transform: scaleX(-1); }
  75%  { transform: scaleX(0.1); }
  to   { transform: scaleX(1); }
}
@keyframes led-blink {
  0%, 100% { opacity: 0.9; }
  45%      { opacity: 0.9; }
  50%      { opacity: 0.15; }
  55%      { opacity: 0.9; }
}
.hero-drone-wrap {
  position: absolute; top: 22%; right: 20%; z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
  animation: drone-patrol 28s ease-in-out infinite;
  will-change: transform;
}
.hero-drone-inner { animation: drone-hover 3s ease-in-out infinite; }
.hero-drone-wrap .prop {
  transform-origin: center center;
  animation: propeller-spin 0.18s linear infinite;
}

/* ── Mini stat strip ── */
.mini-stat-strip {
  background: var(--navy-light); border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center; gap: 0;
}
.mini-stat-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 1.1rem 3.5rem; border-right: 1px solid rgba(255,255,255,0.07);
}
.mini-stat-item:last-child { border-right: none; }
.mini-stat-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem;
  line-height: 1; color: var(--blue-light); letter-spacing: 0.04em;
}
.mini-stat-lbl {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.38); line-height: 1.3;
}

/* ── Testimonial ── */
.testimonial-section {
  background: var(--navy-dark); padding: 5rem 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.testimonial-inner {
  max-width: 860px; margin: 0 auto; padding: 0 2.5rem;
  display: grid; grid-template-columns: auto 1fr; gap: 3rem; align-items: start;
}
.testimonial-quote-mark {
  font-family: 'Bebas Neue', sans-serif; font-size: 7rem;
  line-height: 0.6; color: var(--blue); opacity: 0.35; user-select: none; flex-shrink: 0;
}
.testimonial-body blockquote {
  font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.62;
  color: rgba(255,255,255,0.88); letter-spacing: -0.02em; margin-bottom: 1.75rem; font-style: normal;
}
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(47,107,255,0.4); }
.testimonial-name { font-size: 0.875rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.testimonial-role { font-size: 0.78rem; color: rgba(255,255,255,0.38); margin-top: 2px; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 0.5rem; }
.testimonial-stars svg { color: #f59e0b; }

/* ── Services section ── */
.services-section { background: #fff; color: var(--text-dark); padding: 5rem 0 4rem; }
.services-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.services-header .section-title { margin-bottom: 0; }
.services-list { border-top: 1px solid var(--gray-200); margin-top: 2.5rem; }
.service-row {
  display: grid; grid-template-columns: 64px 1fr 280px 52px;
  align-items: center; gap: 2rem; padding: 1.6rem 0;
  border-bottom: 1px solid var(--gray-200);
  text-decoration: none; cursor: pointer; position: relative; overflow: hidden;
}
.service-row::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  height: 1px; width: 0; background: var(--blue);
  transition: width 0.4s cubic-bezier(0.22,1,0.36,1);
}
.service-row:hover::after { width: 100%; }
.srv-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; color: var(--blue); text-transform: uppercase; }
.srv-name {
  font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 800;
  color: var(--text-dark); letter-spacing: -0.03em; transition: color 0.2s; line-height: 1.1;
}
.service-row:hover .srv-name { color: var(--blue); }
.srv-tag { font-size: 0.875rem; color: var(--gray-600); line-height: 1.5; }
.srv-arrow {
  width: 42px; height: 42px; border: 1.5px solid var(--gray-200); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gray-400);
  transition: border-color 0.22s, color 0.22s, transform 0.3s cubic-bezier(0.22,1,0.36,1), background 0.22s;
  margin-left: auto; flex-shrink: 0;
}
.service-row:hover .srv-arrow { border-color: var(--blue); color: #fff; background: var(--blue); transform: rotate(45deg); }

/* ── Service hover preview ── */
.srv-preview-img {
  position: fixed; width: 220px; height: 150px; object-fit: cover;
  border-radius: 10px; pointer-events: none; z-index: 400;
  opacity: 0; transform: scale(0.88) rotate(-2deg);
  transition: opacity 0.28s cubic-bezier(0.22,1,0.36,1), transform 0.35s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 16px 48px rgba(0,0,0,0.32), 0 0 0 1px rgba(255,255,255,0.08);
  will-change: transform;
}
.srv-preview-img.show { opacity: 1; transform: scale(1) rotate(2deg); }

/* ── Marquee ── */
.marquee-strip {
  background: var(--navy-dark); border-bottom: 1px solid rgba(255,255,255,0.07);
  overflow: hidden; height: 50px; display: flex; align-items: center;
}
.marquee-track {
  display: flex; align-items: center; white-space: nowrap;
  animation: marquee-scroll 38s linear infinite;
}
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 0.75rem; padding: 0 1.5rem;
  font-size: 0.67rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.marquee-dot { color: var(--blue); font-size: 1.1rem; line-height: 1; }

/* ── Audience section ── */
.audience-section { background: var(--navy-dark); position: relative; }
.audience-intro { padding-top: 5rem; padding-bottom: 2.5rem; }
.audience-intro-row { display: flex; align-items: flex-end; gap: 3rem; margin-top: 0.75rem; }
.audience-intro-row .section-title { color: #fff; margin-bottom: 0; flex-shrink: 0; }
.audience-intro-sub {
  font-size: 0.9rem; color: rgba(255,255,255,0.4); line-height: 1.65;
  max-width: 320px; padding-bottom: 0.15rem;
}
.audience-panels { display: flex; min-height: 72vh; position: relative; }
.audience-panel {
  flex: 1; position: relative; overflow: hidden; cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.audience-panels:has(.audience-panel:hover) .audience-panel { flex: 0.78; }
.audience-panels .audience-panel:hover { flex: 1.22; }
.audience-panel-img { position: absolute; inset: 0; z-index: 0; }
.audience-panel-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1); will-change: transform;
}
.audience-panel:hover .audience-panel-img img { transform: scale(1.06); }
.audience-panel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,0.96) 0%, rgba(11,31,58,0.5) 45%, rgba(11,31,58,0.18) 100%);
  z-index: 1;
}
.audience-panel:first-child { border-right: 1px solid rgba(255,255,255,0.1); }
.audience-panel-content {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 2.5rem 3rem 3.5rem;
  transform: translateY(6px); transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.audience-panel:hover .audience-panel-content { transform: translateY(0); }
.audience-panel-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 0.85rem; letter-spacing: 0.2em;
  color: var(--blue-light); margin-bottom: 0.6rem;
  display: flex; align-items: center; gap: 10px;
}
.audience-panel-num::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--blue); }
.audience-panel h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem); font-weight: 800; color: #fff;
  letter-spacing: -0.03em; margin-bottom: 0.75rem; line-height: 1.08;
}
.audience-panel-desc { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.65; max-width: 360px; margin-bottom: 1.25rem; }
.audience-panel-list {
  list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.75rem;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.4s ease 0.08s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}
.audience-panel:hover .audience-panel-list { opacity: 1; transform: translateY(0); }
.audience-panel-list li { display: flex; align-items: center; gap: 0.65rem; font-size: 0.875rem; color: rgba(255,255,255,0.78); }
.audience-panel-list li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.audience-panel-cta {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600;
  color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.35s ease 0.15s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.15s, color 0.2s, border-color 0.2s;
}
.audience-panel:hover .audience-panel-cta { opacity: 1; transform: translateY(0); }
.audience-panel-cta:hover { color: var(--blue-light); border-color: var(--blue-light); }
.audience-panel-cta svg { transition: transform 0.2s; }
.audience-panel-cta:hover svg { transform: translateX(3px); }

/* ── Difference section ── */
.difference-section { background: var(--gray-100); color: var(--text-dark); padding: 6rem 0; }
.difference-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.difference-media {
  position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 16/10;
  box-shadow: 0 20px 60px rgba(11,31,58,0.2);
}
.difference-media img { width: 100%; height: 100%; object-fit: cover; }
.difference-media-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(11,31,58,0.7) 100%);
  display: flex; align-items: flex-end; padding: 1.5rem;
}
.play-btn {
  width: 56px; height: 56px; background: var(--blue); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: #fff;
  cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(26,107,255,0.5);
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.play-btn:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 6px 32px rgba(26,107,255,0.6); }
.difference-before-after { display: flex; gap: 0.5rem; margin-bottom: 2rem; }
.ba-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.3rem 0.9rem; border-radius: 3px; cursor: pointer;
}
.ba-label.active { background: var(--blue); color: #fff; }
.ba-label.inactive { background: var(--gray-200); color: var(--gray-600); }
.difference-features { display: flex; flex-direction: column; gap: 1.25rem; }
.diff-feat { display: flex; gap: 1rem; align-items: flex-start; }
.diff-feat-icon {
  width: 40px; height: 40px; background: rgba(26,107,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; color: var(--blue); flex-shrink: 0;
}
.diff-feat h4 { font-size: 0.92rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.2rem; letter-spacing: -0.01em; }
.diff-feat p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.55; }

/* ── Logos ── */
.logos-section { background: #fff; padding: 4rem 0; border-top: 1px solid var(--gray-200); }
.logos-header { text-align: center; margin-bottom: 2.5rem; }
.logos-header p {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gray-400);
}
.logos-grid { display: flex; align-items: center; justify-content: center; gap: 3.5rem; flex-wrap: wrap; list-style: none; }
.logo-item {
  font-weight: 800; font-size: 1.1rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: #b0becf; transition: color 0.2s;
}
.logo-item:hover { color: var(--navy-light); }

/* ── Index CTA (slightly different layout) ── */
.cta-section { min-height: 560px; }
.cta-inner { justify-content: space-between; padding-top: 5.5rem; padding-bottom: 5.5rem; }
.cta-content { max-width: 580px; }
.cta-headline { font-size: clamp(3rem, 6vw, 5.5rem); }
.cta-btns { display: flex; align-items: center; gap: 1rem; }
.cta-stat-column {
  flex-direction: column; border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: 3rem; gap: 0;
}
.cta-stat-item { padding: 1.75rem 0; }
.cta-stat-divider { height: 1px; background: rgba(255,255,255,0.07); width: auto; }
.cta-stat-num { font-size: 4.5rem; letter-spacing: 0.02em; }
.cta-stat-num span { font-size: 2.25rem; color: var(--blue-light); }
.cta-stat-lbl {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.38); margin-top: 0.5rem;
}

/* ── Index footer (slightly different padding) ── */
footer {
  background: var(--navy-dark); border-top: 1px solid rgba(255,255,255,0.06);
  padding: 4rem 0 2rem;
}
.footer-top { grid-template-columns: 2fr 1fr 1fr 1fr; margin-bottom: 3rem; }
.footer-brand p { color: rgba(255,255,255,0.45); max-width: 260px; }
.footer-socials { gap: 0.75rem; margin-top: 1.5rem; }
.social-btn { width: 36px; height: 36px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15); }
.social-btn:hover { background: rgba(26,107,255,0.08); color: var(--blue-light); }
.footer-col h3 { color: rgba(255,255,255,0.4); letter-spacing: 0.15em; }
.footer-bottom-links a { color: rgba(255,255,255,0.3); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .audience-panels { flex-direction: column; min-height: unset; }
  .audience-panel { min-height: 60vh; flex: 1 !important; }
  .audience-panel:first-child { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .audience-panel-list { opacity: 1; transform: none; }
  .audience-panel-cta { opacity: 1; transform: none; }
  .audience-intro-row { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .difference-inner { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 48px 1fr 48px; }
  .srv-tag { display: none; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-stat-column { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-left: 0; padding-top: 2rem; flex-direction: row; gap: 3rem; width: 100%; }
  .cta-stat-divider { width: 1px; height: auto; }
}
@media (max-width: 640px) {
  /* Hero — remove dead vertical space */
  .hero { min-height: auto; align-items: flex-start; padding-bottom: 3.5rem; }
  .hero-content { padding: 5.5rem 1.5rem 2rem; }

  /* Mini-stat strip — wrap into 2×2 grid */
  .mini-stat-strip { flex-wrap: wrap; }
  .mini-stat-item {
    flex: 1 1 50%; padding: 1rem 1.5rem;
    border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .mini-stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
  .mini-stat-item:nth-last-child(-n+2) { border-bottom: none; }

  /* Services / sections padding */
  .services-section, .audience-section, .difference-section, .logos-section { padding: 3rem 1.5rem; }

  /* Audience panels — content overflows on small screens without extra height */
  .audience-panel { min-height: 640px; }
  .audience-panel-content { padding: 2rem 1.5rem 2.5rem; }
  .services-header { flex-direction: column; align-items: flex-start; }
  .service-row { grid-template-columns: 40px 1fr 40px; gap: 1rem; }

  /* CTA section — shrink and stack buttons */
  .cta-section { min-height: auto; }
  .cta-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .cta-btns .btn-primary,
  .cta-btns .btn-outline { width: 100%; justify-content: center; text-align: center; box-sizing: border-box; }

  /* Footer — force single column (overrides desktop rule in this file) */
  .footer-top { grid-template-columns: 1fr; }
  footer { padding: 3rem 1.5rem 1.5rem; }
}
