/* ════════════════════════════════════════════════════
   AZUBUIKE PROJECT MANAGEMENT — style.css
   Premium Corporate Website
   ════════════════════════════════════════════════════ */

/* ─── CSS Variables ──────────────────────────────── */
:root {
  --blue:       #0D47A1;
  --blue-dark:  #0a3880;
  --blue-light: #1565C0;
  --red:        #D32F2F;
  --red-dark:   #b71c1c;
  --navy:       #0A192F;
  --navy-mid:   #0d2240;
  --white:      #FFFFFF;
  --gray-light: #F8F9FA;
  --gray-mid:   #E8EAED;
  --gray-text:  #555555;
  --gray-muted: #888888;
  --border:     rgba(13,71,161,0.12);

  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;

  --shadow-sm:  0 2px 8px rgba(0,0,0,0.08);
  --shadow:     0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg:  0 20px 60px rgba(0,0,0,0.18);
  --shadow-blue:0 8px 32px rgba(13,71,161,0.25);

  --transition: 0.35s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: 0.2s ease;

  --header-h:   80px;
  --header-h-sm:64px;

  --font-head:  'Montserrat', sans-serif;
  --font-body:  'Open Sans', sans-serif;
}

/* ─── Reset & Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ─── Utility ────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.section { padding: clamp(80px, 10vw, 120px) 0; }
.section-dark { background: var(--navy); }
.section-light { background: var(--gray-light); }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
}
.section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.section-label.light { color: rgba(255,255,255,0.65); }
.section-label.light::before { background: var(--red); }

.section-header { text-align: center; margin-bottom: clamp(48px, 7vw, 72px); }
.section-header .section-label { display: flex; justify-content: center; }

.section-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.section-title.light { color: var(--white); }

.section-intro {
  max-width: 640px;
  margin: 20px auto 0;
  color: var(--gray-text);
  font-size: 1.05rem;
}

.accent-red { color: var(--red); }
.body-text { color: var(--gray-text); font-size: 1rem; line-height: 1.8; margin-bottom: 18px; }
.body-text.light-text { color: rgba(255,255,255,0.75); }

/* ─── Buttons ────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  transform: translateX(-110%) skewX(-15deg);
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.btn:hover::after { transform: translateX(110%) skewX(-15deg); }

.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(211,47,47,0.4); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); transform: translateY(-2px); }
.btn-ghost .arrow { transition: transform var(--transition); }
.btn-ghost:hover .arrow { transform: translateX(4px); }

.btn-header {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  padding: 10px 22px;
  font-size: 0.8rem;
}
.btn-header:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(211,47,47,0.35); }

.btn-cta {
  background: var(--white);
  color: var(--blue);
  font-size: 1rem;
  padding: 16px 40px;
  border-color: var(--white);
}
.btn-cta:hover { background: var(--gray-light); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.btn-cta .arrow { transition: transform var(--transition); }
.btn-cta:hover .arrow { transform: translateX(5px); }

.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 0.95rem;
  position: relative;
}
.btn-spinner {
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255,255,255,0.35);
  border-top-color: var(--white);
  border-radius: 50%;
  display: none;
  animation: spin 0.7s linear infinite;
}
.btn-submit.loading .btn-text { opacity: 0; }
.btn-submit.loading .btn-spinner { display: block; position: absolute; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ─── Scroll Animations ──────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s var(--transition), transform 0.7s var(--transition);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }
.reveal:nth-child(5) { transition-delay: 0.4s; }
.reveal:nth-child(6) { transition-delay: 0.5s; }

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(10,25,47,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: height var(--transition), box-shadow var(--transition), background var(--transition);
}
.site-header.scrolled {
  height: var(--header-h-sm);
  background: rgba(10,25,47,0.99);
  box-shadow: 0 4px 32px rgba(0,0,0,0.35);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-mark {
  background: var(--red);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-top {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--white);
}
.logo-bottom {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}

/* Nav */
.main-nav { display: flex; }
.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.72);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: color var(--transition-fast), background var(--transition-fast);
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 12px; right: 12px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform var(--transition-fast);
  transform-origin: left;
}
.nav-link:hover, .nav-link.active {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-sm);
  padding: 6px;
  transition: border-color var(--transition-fast);
}
.hamburger:hover { border-color: rgba(255,255,255,0.6); }
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav Overlay */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--navy);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.mobile-nav-overlay.open {
  transform: translateX(0);
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.mob-link {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  transition: color var(--transition-fast), background var(--transition-fast);
  display: block;
}
.mob-link:hover { color: var(--white); background: rgba(255,255,255,0.06); }

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  background: var(--navy);
  overflow: hidden;
}

/* Real photo layer */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1800&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

/* Multi-layer dark overlay: deep navy gradient + subtle blue tint */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      110deg,
      rgba(10,25,47,0.88) 0%,
      rgba(10,25,47,0.75) 50%,
      rgba(13,56,128,0.55) 100%
    );
  z-index: 1;
}

@keyframes heroZoom {
  from { transform: scale(1.04); }
  to   { transform: scale(1.12); }
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13,71,161,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,71,161,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-shapes { position: absolute; inset: 0; z-index: 2; }
.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
}
.shape-1 {
  width: 500px; height: 500px;
  background: var(--blue);
  top: -150px; right: -100px;
  animation: floatA 8s ease-in-out infinite;
}
.shape-2 {
  width: 350px; height: 350px;
  background: var(--red);
  bottom: -50px; right: 15%;
  animation: floatB 10s ease-in-out infinite;
}
.shape-3 {
  width: 280px; height: 280px;
  background: var(--blue-light);
  top: 30%; left: -80px;
  animation: floatA 12s ease-in-out infinite reverse;
}
.shape-4 {
  width: 180px; height: 180px;
  background: var(--red);
  top: 10%; left: 30%;
  animation: floatB 7s ease-in-out infinite;
  opacity: 0.1;
}
@keyframes floatA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -40px) scale(1.05); }
}
@keyframes floatB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 30px) scale(1.03); }
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.75);
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.badge-dot {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(211,47,47,0.3);
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(211,47,47,0.3); }
  50% { box-shadow: 0 0 0 7px rgba(211,47,47,0.1); }
}

.hero-headline {
  display: flex;
  flex-direction: column;
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 28px;
}
.hero-headline .line {
  display: block;
  font-size: clamp(1.35rem, 5.5vw, 4.8rem);
  white-space: nowrap;
}
.hero-headline .line-3 {
  font-size: clamp(1rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 8px 0 4px;
  white-space: nowrap;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.65);
  max-width: 680px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.stat {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
}
.stat:first-child { padding-left: 0; }
.stat-num {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.stat-suffix {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}
/* stat count row (num + plus sign inline) */
.stat-count {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.stat-plus {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}
/* bold name inside leader bio */
.name-highlight {
  color: var(--white);
  font-weight: 700;
}
.stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}
.stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.12);
}

.hero-scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero-scroll-cue span {
  display: block;
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  position: relative;
}
.hero-scroll-cue span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
  animation: scrollBob 1.8s ease infinite;
}
@keyframes scrollBob {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.3; transform: translateX(-50%) translateY(10px); }
}

/* ═══════════════════════════════════════════════
   ABOUT
═══════════════════════════════════════════════ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 7vw, 80px);
  align-items: center;
}

.about-img-wrap {
  position: relative;
}
.about-img-placeholder {
  background: linear-gradient(135deg, #eef2f9 0%, #dce6f8 100%);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.about-img-placeholder svg {
  width: 55%;
  max-width: 220px;
}
.img-lines {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  opacity: 0.25;
}
.img-lines div {
  height: 1px;
  background: var(--blue);
}
.about-badge-float {
  position: absolute;
  bottom: -20px;
  right: -24px;
  background: var(--red);
  color: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-lg);
  min-width: 110px;
}
.ab-num {
  font-family: var(--font-head);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}
.ab-text {
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 4px;
  opacity: 0.9;
  text-transform: uppercase;
}

.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pillar-icon {
  width: 44px;
  height: 44px;
  background: rgba(13,71,161,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  transition: var(--transition);
}
.pillar-icon svg { width: 20px; height: 20px; }
.pillar:hover .pillar-icon { background: var(--blue); color: var(--white); transform: scale(1.05); }
.pillar strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
}
.pillar p { font-size: 0.875rem; color: var(--gray-text); margin: 0; }

/* ═══════════════════════════════════════════════
   LEADERSHIP
═══════════════════════════════════════════════ */
.leader-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(48px, 6vw, 72px);
  align-items: start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 56px);
}

.leader-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.leader-img-placeholder {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 3/3.5;
  background: linear-gradient(160deg, #1a3a6b 0%, #0d2240 100%);
  border-radius: var(--radius);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.08);
}
.leader-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.leader-img-placeholder svg {
  width: 80%;
  opacity: 0.8;
}

/* ─── Team Card (Engr Paul Osifo) ─── */
/* Solo leader card (no image) */
/* ─── Manager Card (solo, no image) ─────────────── */
.leader-card--solo {
  display: block;
  width: 100%;
  margin-top: 40px;
  background: #132237;
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
}
.leader-card--solo::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 5px; height: 100%;
  background: var(--red);
  border-radius: var(--radius) 0 0 var(--radius);
}
.leader-card--solo:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.3);
}
.leader-card--solo .leader-title {
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}
.leader-card--solo .leader-name {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 16px;
}
.leader-card--solo .leader-divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--blue));
  border-radius: 10px;
  margin-bottom: 24px;
}
.leader-card--solo .leader-info {
  width: 100%;
  max-width: 100%;
}
.leader-card--solo .body-text {
  max-width: 100%;
  width: 100%;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 28px;
}
.leader-card--solo .leader-tags .tag {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #dbeafe;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 0.82rem;
}
.leader-card--solo .leader-tags .tag:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
}
.leader-name-plate {
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  max-width: 260px;
}

.leader-name {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.2;
}
.leader-title {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.leader-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--blue));
  border-radius: 2px;
  margin-bottom: 24px;
}
.leader-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.tag {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 5px 14px;
  transition: var(--transition-fast);
}
.tag:hover { background: rgba(13,71,161,0.3); border-color: var(--blue); color: var(--white); }

/* ═══════════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px 32px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(13,71,161,0.03) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(13,71,161,0.12);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover::after { opacity: 1; }

.service-icon {
  width: 56px;
  height: 56px;
  background: rgba(13,71,161,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--blue);
  transition: var(--transition);
}
.service-icon svg { width: 26px; height: 26px; }
.service-card:hover .service-icon { background: var(--blue); color: var(--white); }

.service-num {
  position: absolute;
  top: 32px; right: 28px;
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(13,71,161,0.08);
  letter-spacing: -0.02em;
  line-height: 1;
  transition: color var(--transition);
}
.service-card:hover .service-num { color: rgba(211,47,47,0.1); }

.service-card h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.35;
}
.service-card p {
  font-size: 0.9rem;
  color: var(--gray-text);
  line-height: 1.75;
  margin-bottom: 24px;
}
.service-arrow {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue);
  opacity: 0;
  transform: translateX(-8px);
  transition: var(--transition);
}
.service-card:hover .service-arrow { opacity: 1; transform: translateX(0); }

/* ═══════════════════════════════════════════════
   INDUSTRIES
═══════════════════════════════════════════════ */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.industry-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  cursor: default;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.industry-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--red));
  transform: scaleX(0);
  transition: transform var(--transition);
}
.industry-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(13,71,161,0.2); }
.industry-card:hover::after { transform: scaleX(1); }

.ind-icon {
  width: 52px;
  height: 52px;
  background: rgba(13,71,161,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  transition: var(--transition);
}
.ind-icon svg { width: 22px; height: 22px; }
.industry-card:hover .ind-icon { background: var(--blue); color: var(--white); }
.industry-card span {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  text-transform: uppercase;
  transition: color var(--transition-fast);
}
.industry-card:hover span { color: var(--blue); }

/* ═══════════════════════════════════════════════
   GROUP STRUCTURE
═══════════════════════════════════════════════ */
.org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.org-parent { width: 100%; display: flex; justify-content: center; }

.org-card {
  border-radius: var(--radius);
  padding: 36px 40px;
  text-align: center;
  transition: var(--transition);
}

.org-card--parent {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow-blue);
}
.org-card--parent:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(13,71,161,0.45); }
.org-logo-mark {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.org-card--parent h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--white);
}
.org-card--parent p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 16px;
}
.org-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  font-family: var(--font-head);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
}

.org-connectors {
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 700px;
}
.conn-vertical {
  position: absolute;
  top: 0; left: 50%;
  width: 2px; height: 30px;
  background: rgba(255,255,255,0.2);
}
.conn-horizontal {
  position: absolute;
  top: 30px; left: calc(50% - 150px);
  width: 300px; height: 2px;
  background: rgba(255,255,255,0.2);
}
.conn-left-drop {
  position: absolute;
  top: 30px; left: calc(50% - 150px);
  width: 2px; height: 30px;
  background: rgba(255,255,255,0.2);
}
.conn-right-drop {
  position: absolute;
  top: 30px; right: calc(50% - 150px);
  width: 2px; height: 30px;
  background: rgba(255,255,255,0.2);
}

.org-children {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  width: 100%;
  max-width: 760px;
}

.org-card--child {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 32px 28px;
  color: var(--white);
}
.org-card--child:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); transform: translateY(-4px); }

.child-icon {
  width: 52px; height: 52px;
  background: rgba(13,71,161,0.4);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
  margin: 0 auto 18px;
}
.child-icon.red-icon { background: rgba(211,47,47,0.3); }
.child-icon svg { width: 22px; height: 22px; }

.org-card--child h4 {
  font-family: var(--font-head);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  line-height: 1.3;
}
.child-hq {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.child-sectors {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.child-sectors li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  padding-left: 16px;
  position: relative;
}
.child-sectors li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  background: var(--red);
  border-radius: 50%;
}

/* ═══════════════════════════════════════════════
   WHY US
═══════════════════════════════════════════════ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.why-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13,71,161,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
}
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(13,71,161,0.2); }
.why-card:hover::before { opacity: 1; }

.why-num {
  position: absolute;
  top: 20px; right: 24px;
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(13,71,161,0.06);
  letter-spacing: -0.02em;
  line-height: 1;
  transition: color var(--transition);
}
.why-card:hover .why-num { color: rgba(211,47,47,0.08); }

.why-icon {
  width: 52px; height: 52px;
  background: rgba(13,71,161,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 20px;
  transition: var(--transition);
}
.why-icon svg { width: 22px; height: 22px; }
.why-card:hover .why-icon { background: var(--blue); color: var(--white); }

.why-card h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.why-card p {
  font-size: 0.9rem;
  color: var(--gray-text);
  line-height: 1.75;
  margin: 0;
}

/* ═══════════════════════════════════════════════
   MISSION & VISION
═══════════════════════════════════════════════ */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.mv-card {
  border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 60px);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.mv-mission {
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.mv-vision {
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.08);
}
.mv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.mv-icon {
  width: 60px; height: 60px;
  background: rgba(13,71,161,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 24px;
}
.mv-icon.red { background: rgba(211,47,47,0.15); color: var(--red); }
.mv-icon svg { width: 26px; height: 26px; }

.mv-label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  display: block;
  margin-bottom: 14px;
}
.mv-label.red { color: var(--red); }

.mv-mission h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 18px;
}
.mv-vision h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}

.mv-mission p { color: var(--gray-text); font-size: 0.95rem; line-height: 1.8; margin: 0; }
.mv-vision p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.8; margin: 0; }

.mv-line {
  position: absolute;
  bottom: 0; left: 0;
  width: 80px; height: 4px;
  background: var(--blue);
  border-radius: 0 4px 0 0;
}
.mv-line.red { background: var(--red); }

/* ═══════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════ */
.cta-section {
  position: relative;
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 50%, var(--navy-mid) 100%);
  padding: clamp(80px, 12vw, 120px) 0;
  text-align: center;
  overflow: hidden;
}

.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-shape-1 {
  position: absolute;
  width: 400px; height: 400px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  top: -100px; right: -100px;
}
.cta-shape-2 {
  position: absolute;
  width: 300px; height: 300px;
  background: rgba(211,47,47,0.1);
  border-radius: 50%;
  bottom: -80px; left: 10%;
  filter: blur(40px);
}

.cta-content { position: relative; z-index: 2; }
.cta-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.cta-content h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.cta-content h2 span { color: var(--red); }
.cta-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(48px, 7vw, 80px);
  align-items: start;
}

.contact-info h3 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.contact-info > p {
  color: var(--gray-text);
  margin-bottom: 36px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ci-icon {
  width: 44px; height: 44px;
  background: rgba(13,71,161,0.08);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  flex-shrink: 0;
  transition: var(--transition);
}
.ci-icon svg { width: 18px; height: 18px; }
.contact-item:hover .ci-icon { background: var(--blue); color: var(--white); }
.contact-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-muted);
  margin-bottom: 3px;
}
.contact-item a, .contact-item span {
  font-size: 0.95rem;
  color: var(--navy);
  font-weight: 500;
  transition: color var(--transition-fast);
}
.contact-item a:hover { color: var(--blue); }

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--gray-light);
  padding: clamp(28px, 5vw, 44px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.form-group label span { color: var(--red); }
.form-group input, .form-group textarea {
  background: var(--white);
  border: 1.5px solid rgba(13,71,161,0.15);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--navy);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #b0b8c8; }
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(13,71,161,0.1);
}
.form-group input.error, .form-group textarea.error {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(211,47,47,0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.field-error {
  font-size: 0.75rem;
  color: var(--red);
  font-family: var(--font-head);
  font-weight: 600;
  min-height: 16px;
}
.form-success {
  text-align: center;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 600;
  color: #2e7d32;
  padding: 12px;
  background: rgba(46,125,50,0.08);
  border-radius: var(--radius-sm);
  display: none;
}
.form-success.visible { display: block; }

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.site-footer {
  background: var(--navy);
  padding-top: clamp(60px, 8vw, 90px);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
}

.footer-brand .logo { margin-bottom: 20px; }
.footer-desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 280px;
}
.social-links { display: flex; gap: 12px; }
.social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
}
.social-link svg { width: 16px; height: 16px; }
.social-link:hover { background: var(--blue); color: var(--white); border-color: var(--blue); transform: translateY(-2px); }

.footer-col h4 {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition-fast);
}
.footer-col ul li a:hover { color: var(--white); }

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact li svg {
  width: 16px; height: 16px;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact li a, .footer-contact li span {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition-fast);
}
.footer-contact li a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}
.footer-tagline {
  font-family: var(--font-head);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.2) !important;
  text-transform: uppercase;
}

/* ─── Back to Top ────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 44px; height: 44px;
  background: var(--blue);
  color: var(--white);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 900;
}
.back-to-top svg { width: 20px; height: 20px; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--blue-dark); transform: translateY(-3px); box-shadow: var(--shadow-lg); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 480px; margin: 0 auto; }

  .leader-card { grid-template-columns: 260px 1fr; gap: 40px; }

  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px 48px; }
}

@media (max-width: 900px) {
  .main-nav, .btn-header { display: none; }
  .hamburger { display: flex; }
  .mobile-nav-overlay { display: flex; }

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

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

  .org-children { grid-template-columns: 1fr; max-width: 400px; }
  .conn-horizontal { width: 2px; left: 50%; top: 0; height: 60px; }
  .conn-left-drop, .conn-right-drop, .conn-vertical { display: none; }

  .leader-card { grid-template-columns: 1fr; }
  .leader-visual { flex-direction: row; align-items: center; }
  .leader-img-placeholder { max-width: 180px; }
  .leader-name-plate { max-width: 180px; font-size: 0.6rem; }
}

@media (max-width: 640px) {
  :root { --header-h: 64px; }

  .hero-headline .line { font-size: clamp(1.35rem, 7.5vw, 3rem); white-space: nowrap; }
  .hero-headline .line-3 { font-size: clamp(0.95rem, 5vw, 1.8rem); white-space: nowrap; }

  .hero-stats { gap: 16px; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
  .stat { padding: 0; }
  .stat-divider { display: none; }

  .services-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .why-grid { grid-template-columns: 1fr; }

  .about-badge-float { right: 0; bottom: -16px; }

  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }

  .leader-visual { flex-direction: column; }
  .leader-img-placeholder { max-width: 220px; }
  .leader-name-plate { max-width: 220px; }

  .contact-form { padding: 24px; }
}

@media (max-width: 420px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .mv-card { padding: 32px 24px; }
}