/* ==========================================================================
   ENGR. VICTOR ASOGWA — HERO SECTION CSS (3-ZONE DESKTOP & GLOWING HUD MOBILE)
   Desktop (Full-Body Standing) & Mobile (Glowing Engineering Circle)
   ========================================================================== */

/* Hero Section Base */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, #06132b 0%, #030a17 50%, #020610 100%);
  padding-top: 4.5rem;
}

/* ==========================================================================
   HERO ATMOSPHERE & BACKGROUND GRAPHICS
   ========================================================================== */
.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Radial Backlight Halo */
.hero-backlight {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(350px, 45vw, 680px);
  height: clamp(350px, 45vw, 680px);
  background: radial-gradient(circle, rgba(0, 180, 216, 0.24) 0%, rgba(37, 117, 252, 0.1) 45%, transparent 70%);
  filter: blur(40px);
  border-radius: 50%;
  animation: pulse-glow 8s ease-in-out infinite alternate;
}

/* Transmission Lattice Pylon Tower */
.hero-transmission-tower {
  position: absolute;
  top: 6%;
  right: 18%;
  width: clamp(240px, 28vw, 420px);
  height: clamp(450px, 75vh, 720px);
  opacity: 0.28;
  z-index: 1;
  pointer-events: none;
}

.hero-transmission-tower svg {
  width: 100%;
  height: 100%;
}

/* Luminous Energy Swoosh Arc */
.hero-energy-arc {
  position: absolute;
  bottom: 8%;
  left: 10%;
  width: 80%;
  height: 420px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.88;
}

.hero-energy-arc svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-cad-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(to top, rgba(2, 6, 16, 0.95) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

/* Picture Element Base */
.hero-person-picture {
  display: contents;
}

/* ==========================================================================
   DESKTOP HERO COMPOSITION (Image B Approved Layout: >= 1024px)
   ========================================================================== */
@media (min-width: 1024px) {
  .hero-section {
    height: 100svh;
    max-height: 1080px;
    padding-top: 4.8rem;
    padding-bottom: 1.2rem;
  }

  .hero-desktop-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1560px;
    height: calc(100svh - 6.5rem);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 3.5vw, 3.5rem);
    position: relative;
    z-index: 4;
  }

  /* TRUE 3-COLUMN HERO SPATIAL GRID: LEFT | CENTER | RIGHT */
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(320px, 33%) minmax(300px, 34%) minmax(320px, 33%);
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    gap: clamp(1rem, 2vw, 2.5rem);
  }

  /* ----------------------------------------------------
     ZONE 1: LEFT CONTENT AREA (Readable & Non-colliding)
     ---------------------------------------------------- */
  .hero-left-content {
    grid-column: 1;
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.2vh, 1.2rem);
    max-width: 410px;
    width: 100%;
  }

  .mobile-hero-name-block {
    display: none; /* Desktop uses left headline and background name */
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-gold);
    margin-bottom: 0.2rem;
  }

  .badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--accent-gold);
    box-shadow: 0 0 10px var(--accent-gold);
    animation: pulse-dot 2s infinite ease-in-out;
  }

  .hero-headline {
    font-family: var(--font-body);
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .headline-white {
    color: var(--text-primary);
  }

  .headline-gold {
    color: #e2c068;
  }

  .hero-description {
    font-family: var(--font-body);
    font-size: clamp(0.78rem, 0.9vw, 0.85rem);
    font-weight: 400;
    line-height: 1.65;
    color: #94a3b8;
    max-width: 390px;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0.25rem;
  }

  .trusted-by-block {
    margin-top: clamp(0.6rem, 1.2vh, 1.2rem);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
  }

  .trusted-label {
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #64748b;
  }

  .trusted-logos {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    opacity: 0.75;
    filter: grayscale(100%) brightness(1.2);
    transition: opacity var(--transition-normal);
  }

  .trusted-logos:hover {
    opacity: 0.95;
  }

  .trusted-logo-item {
    height: 18px;
    display: flex;
    align-items: center;
  }

  /* ----------------------------------------------------
     ZONE 2: PROTECTED CENTER PORTRAIT (UNOBSTRUCTED)
     ---------------------------------------------------- */
  .hero-center-figure {
    grid-column: 2;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 4;
    pointer-events: none;
  }

  .mobile-portrait-circle-frame {
    display: contents;
  }

  .hud-glow-backdrop,
  .hud-circle-ring {
    display: none;
  }

  .mobile-portrait-inner {
    display: contents;
  }

  .hero-person-picture {
    display: contents;
  }

  .hero-person-img {
    height: 82vh;
    max-height: 760px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 50px rgba(0, 180, 216, 0.15));
    transform-origin: bottom center;
  }

  /* Giant Typography (Layer 2 - Sits in Left-Center background) */
  .hero-bg-text-layer {
    position: absolute;
    top: 45%;
    left: 28%;
    transform: translate(-35%, -50%);
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
    user-select: none;
    z-index: 2;
  }

  .hero-bg-engr {
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 5.5vw, 6.5rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(56, 189, 248, 0.35);
    text-shadow: 0 0 30px rgba(0, 180, 216, 0.15);
    margin-bottom: -0.22em;
  }

  .hero-bg-victor {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 11vw, 13.5rem);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    background: var(--gradient-metallic);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.75));
  }

  .hero-bg-asogwa {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 11vw, 13.5rem);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    background: var(--gradient-metallic-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.9));
    margin-top: -0.05em;
  }

  /* ----------------------------------------------------
     ZONE 3: RIGHT EXPERTISE STACK & STATS CARD
     ---------------------------------------------------- */
  .hero-right-content {
    grid-column: 3;
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 0.9vh, 0.75rem);
    max-width: 360px;
    width: 100%;
    justify-self: end;
  }

  .hero-feature-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: clamp(0.6rem, 0.9vh, 0.8rem) 1rem;
    background: rgba(6, 17, 38, 0.6);
    border: 1px solid rgba(56, 189, 248, 0.14);
    border-radius: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
  }

  .hero-feature-card:hover {
    background: rgba(10, 26, 58, 0.85);
    border-color: rgba(56, 189, 248, 0.4);
    transform: translateX(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 210, 255, 0.15);
  }

  .feature-icon-box {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(0, 180, 216, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-blue-light);
    box-shadow: 0 0 12px rgba(0, 210, 255, 0.12);
  }

  .hero-feature-card:hover .feature-icon-box {
    background: rgba(0, 180, 216, 0.2);
    border-color: var(--accent-blue-light);
    color: #ffffff;
  }

  .feature-info {
    flex: 1;
  }

  .feature-title {
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-primary);
    margin-bottom: 1px;
  }

  .feature-desc {
    font-family: var(--font-body);
    font-size: 0.68rem;
    line-height: 1.35;
    color: #94a3b8;
  }

  .feature-num {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent-gold);
    letter-spacing: 0.05em;
    opacity: 0.85;
  }

  /* Desktop Stats Card placed below feature cards in right zone */
  .hero-stats-card {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 0.85rem 1.2rem;
    background: rgba(4, 12, 28, 0.82);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 180, 216, 0.08);
    margin-top: 0.25rem;
  }

  .mobile-only-stat {
    display: none;
  }

  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    flex: 1;
  }

  .stat-icon {
    color: var(--accent-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stat-number {
    font-family: var(--font-body);
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
  }

  .stat-label {
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    line-height: 1.2;
  }

  /* Center Bottom Scroll Indicator */
  .hero-scroll-cue {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
  }

  .scroll-mouse-icon {
    width: 18px;
    height: 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 4px;
  }

  .scroll-dot {
    width: 3px;
    height: 5px;
    background-color: var(--accent-gold);
    border-radius: 2px;
    animation: mouse-scroll 1.8s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  .scroll-text {
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  .mobile-social-rail {
    display: none;
  }
}

/* ==========================================================================
   CTA BUTTONS BASE
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.35rem;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.btn-primary {
  background: var(--gradient-gold-btn);
  color: #030712;
  border: 1px solid rgba(247, 215, 116, 0.4);
  box-shadow: 0 4px 18px rgba(223, 183, 67, 0.3);
}

.btn-primary:hover {
  background: var(--gradient-gold-btn-hover);
  box-shadow: 0 6px 26px rgba(223, 183, 67, 0.45);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(6, 17, 38, 0.7);
  color: var(--text-primary);
  border: 1px solid rgba(56, 189, 248, 0.25);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(10, 26, 58, 0.9);
  border-color: var(--accent-blue-light);
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.25);
  transform: translateY(-2px);
}

.btn-icon {
  display: flex;
  align-items: center;
}

.btn-arrow {
  transition: transform var(--transition-fast);
}

.btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   TABLET BREAKPOINT (768px – 1023px)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
    min-height: auto;
  }

  .hero-desktop-wrapper {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .hero-bg-text-layer {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    align-items: center;
    z-index: 2;
  }

  .hero-bg-engr, .hero-bg-asogwa {
    display: none;
  }

  .hero-bg-victor {
    font-size: 8rem;
    opacity: 0.35;
  }

  .hero-center-figure {
    position: relative;
    height: 480px;
    z-index: 3;
  }

  .mobile-portrait-circle-frame,
  .mobile-portrait-inner,
  .hero-person-picture {
    display: contents;
  }

  .hud-glow-backdrop,
  .hud-circle-ring {
    display: none;
  }

  .hero-person-img {
    height: 100%;
    max-width: 90%;
  }

  .hero-left-content {
    text-align: center;
    align-items: center;
    max-width: 550px;
  }

  .hero-actions {
    justify-content: center;
  }

  .trusted-by-block {
    align-items: center;
  }

  .hero-right-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 650px;
  }

  .hero-stats-card {
    display: none;
  }

  .hero-scroll-cue {
    position: relative;
    margin-top: 2rem;
    left: auto;
    bottom: auto;
    transform: none;
  }

  .mobile-social-rail {
    display: none;
  }
}

/* ==========================================================================
   MOBILE HERO PRECISION REFINEMENT (<= 767px)
   ========================================================================== */
@media (max-width: 767px) {
  .hero-section {
    padding-top: 5.2rem;
    padding-bottom: 2.5rem;
    min-height: 100svh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-x: clip;
    position: relative;
  }

  .hero-desktop-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 3;
    flex: 1;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }

  /* ----------------------------------------------------
     1. GIANT BACKGROUND TYPOGRAPHY (VICTOR & ASOGWA)
     ---------------------------------------------------- */
  .hero-bg-text-layer {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    padding-left: 0;
  }

  .hero-bg-engr {
    display: none !important;
  }

  .hero-bg-victor {
    display: block !important;
    font-family: var(--font-display);
    font-size: clamp(5.6rem, 25vw, 8.5rem);
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--gradient-metallic);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.38;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.7));
  }

  .hero-bg-asogwa {
    display: block !important;
    font-family: var(--font-display);
    font-size: clamp(5rem, 22vw, 7.6rem);
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: var(--gradient-metallic-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.26;
    margin-top: clamp(3.5rem, 9vh, 6rem);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  }

  /* ----------------------------------------------------
     2. GLOWING ENGINEERING CIRCLE PORTRAIT FRAME
     ---------------------------------------------------- */
  .hero-center-figure {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: clamp(1.2rem, 3.5vh, 2.2rem);
    margin-bottom: 1.2rem;
    z-index: 4;
    order: 1;
    pointer-events: none;
  }

  .mobile-portrait-circle-frame {
    position: relative;
    width: clamp(235px, 66vw, 295px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    flex-shrink: 0;
  }

  /* Radial Halo Bloom Behind Circle */
  .hud-glow-backdrop {
    position: absolute;
    inset: -5.5%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.38) 0%, rgba(37, 117, 252, 0.16) 55%, transparent 75%);
    filter: blur(12px);
    pointer-events: none;
    z-index: 1;
  }

  /* Outer Glowing HUD Ring */
  .hud-circle-ring.ring-outer {
    position: absolute;
    inset: -2.8%;
    border-radius: 50%;
    border: 1.5px solid rgba(56, 189, 248, 0.5);
    box-shadow: 0 0 22px rgba(0, 180, 216, 0.4), inset 0 0 14px rgba(0, 180, 216, 0.2);
    animation: pulse-ring 4s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 2;
  }

  /* Middle Segmented/Dashed HUD Orbit Ring */
  .hud-circle-ring.ring-segmented {
    position: absolute;
    inset: -1.4%;
    border-radius: 50%;
    border: 1.5px dashed rgba(223, 183, 67, 0.6);
    pointer-events: none;
    animation: rotate-hud-slow 40s linear infinite;
    z-index: 3;
  }

  /* Inner Cyan Precision Border */
  .hud-circle-ring.ring-ticks {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(56, 189, 248, 0.8);
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
    pointer-events: none;
    z-index: 4;
  }

  /* Inner Circular Clipping Boundary */
  .mobile-portrait-inner {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    background: radial-gradient(circle at 50% 25%, #0c234b 0%, #030a17 80%);
    z-index: 5;
    display: block;
    border: 2px solid rgba(56, 189, 248, 0.6);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.85);
    isolation: isolate;
    transform: translateZ(0);
  }

  .hero-person-picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    transform: translateZ(0);
  }

  .hero-person-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    transform: translateZ(0);
  }

  /* ----------------------------------------------------
     3. COMPLETE FOREGROUND CONTENT HIERARCHY
     ---------------------------------------------------- */
  .hero-left-content {
    position: relative;
    z-index: 6;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    order: 2;
    margin-top: 0;
  }

  .hero-badge {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    justify-content: center;
  }

  /* Mobile Stacked Name Typography */
  .mobile-hero-name-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.1rem 0 0.4rem 0;
    line-height: 0.85;
  }

  .mobile-engr-title {
    font-family: var(--font-display);
    font-size: 1.85rem;
    font-weight: 800;
    color: #94a3b8;
    line-height: 0.9;
    letter-spacing: 0.05em;
  }

  .mobile-victor-title {
    font-family: var(--font-display);
    font-size: clamp(2.9rem, 12vw, 3.6rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 0.85;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .mobile-asogwa-title {
    font-family: var(--font-display);
    font-size: clamp(2.9rem, 12vw, 3.6rem);
    font-weight: 800;
    background: var(--gradient-blue-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.85;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  /* Main Statement: Powering Progress / Building Sustainable Futures */
  .hero-headline {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: clamp(1.15rem, 4.8vw, 1.35rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin: 0.5rem 0 0.45rem 0;
    gap: 0.15rem;
  }

  .headline-white {
    color: var(--text-primary);
  }

  .headline-gold {
    color: #e2c068;
  }

  /* Full Executive Supporting Paragraph */
  .hero-description {
    display: block !important;
    font-size: 0.84rem;
    line-height: 1.6;
    color: #94a3b8;
    max-width: min(88%, 360px);
    margin: 0 auto;
    text-align: center;
  }

  /* ----------------------------------------------------
     4. CENTERED ACTION BUTTONS WITH COMFORTABLE GAP
     ---------------------------------------------------- */
  .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 275px;
    gap: 0.75rem;
    margin-top: 1.6rem;
    margin-bottom: 0.6rem;
  }

  .btn {
    width: 100%;
    padding: 0.85rem 1.4rem;
    font-size: 0.78rem;
    text-align: center;
    justify-content: center;
  }

  .trusted-by-block {
    display: none !important;
  }

  .hero-right-content {
    display: none !important;
  }

  /* Mobile Right Floating Social Rail */
  .mobile-social-rail {
    display: flex;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 0.75rem;
    z-index: 7;
  }

  .social-rail-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(6, 17, 38, 0.85);
    border: 1.5px solid rgba(56, 189, 248, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-blue-light);
    text-decoration: none;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), 0 0 12px rgba(0, 210, 255, 0.2);
    transition: all var(--transition-fast);
  }

  .social-rail-btn:hover,
  .social-rail-btn:active {
    background: var(--accent-blue);
    color: #ffffff;
    border-color: #ffffff;
    transform: scale(1.1);
  }

  /* Lower Hero Scroll Cue on Mobile */
  .hero-scroll-cue {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
  }

  .hero-stats-card {
    display: none !important;
  }
}
