:root {
  --brand: #014d42;
  --ink: #000000;
  --paper: #fbfaf7;
  --paper-2: #f5f2ea;
  --paper-3: #efe9dc;
  --muted: rgba(0, 0, 0, 0.64);
  --muted-2: rgba(0, 0, 0, 0.5);
  --border: rgba(1, 77, 66, 0.14);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.14);
  --shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.12);
  --radius: 18px;
  --radius-sm: 12px;

  --font-display:
    "Alexandria", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial,
    "Noto Sans", "Liberation Sans", sans-serif;
  --font-body:
    "Alexandria", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial,
    "Noto Sans", "Liberation Sans", sans-serif;

  --bs-body-font-family: var(--font-body);
  --bs-font-sans-serif: var(--font-body);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--paper);
}

html {
  overflow-x: hidden !important;
}

/* Optimize scroll performance */
body {
  overflow-x: hidden !important;
}

/* Improve scroll performance for animations */

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

body.oathmen-body {
  /* position: relative; */
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(
      1200px 650px at 20% -10%,
      rgba(1, 77, 66, 0.17),
      transparent 62%
    ),
    radial-gradient(
      1100px 700px at 85% 0%,
      rgba(1, 77, 66, 0.09),
      transparent 55%
    ),
    radial-gradient(
      900px 700px at 60% 120%,
      rgba(0, 0, 0, 0.06),
      transparent 55%
    ),
    linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 40%, #fbfaf7 100%);
}
/* .container-fluid {
  max-width: 2000px;
} */
/* body.oathmen-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='190'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='190' height='190' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
} */

/* body.oathmen-body > * {
  position: relative;
  z-index: 1;
} */
.bg-dark {
  background: var(--brand) !important;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}
.skip-link:focus {
  left: 12px;
  outline: 3px solid rgba(1, 77, 66, 0.35);
  outline-offset: 3px;
}

/* Header */
.site-header {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.site-header--light {
  background: rgba(251, 250, 247, 0.82);
}

.site-header--dark {
  background: rgba(1, 77, 66, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-brand .brand-logo {
  height: 34px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.08));
}

.brand-tag {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand-tag--dark {
  color: rgba(0, 0, 0, 0.66);
}

.site-header--dark .brand-tag--dark {
  color: rgba(255, 255, 255, 0.72);
}

.site-header--light .navbar {
  --bs-navbar-color: rgba(0, 0, 0, 0.72);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.92);
  --bs-navbar-toggler-border-color: rgba(1, 77, 66, 0.22);
  --bs-navbar-toggler-focus-width: 0.18rem;
  --bs-navbar-toggler-focus-color: rgba(1, 77, 66, 0.24);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header--dark .navbar {
  --bs-navbar-color: rgba(255, 255, 255, 0.78);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.24);
  --bs-navbar-toggler-focus-width: 0.18rem;
  --bs-navbar-toggler-focus-color: rgba(255, 255, 255, 0.22);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header--dark .navbar .nav-link {
  color: rgba(255, 255, 255, 0.78);
}
.site-header--dark .navbar .nav-link:hover,
.site-header--dark .navbar .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}

.navbar .nav-link {
  font-weight: 620;
  letter-spacing: 0.01em;
}

/* Social Media Icons in Navigation */
.social-icons-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  text-decoration: none;
  background: #fff;
  /* border: 1px solid rgba(255, 255, 255, 0.428); */
  /* box-shadow: 0 4px 16px rgba(1, 77, 66, 0.15); */
}
.social-icon:hover {
  transform: translateY(-2px) scale(1.05);
  /* box-shadow: 0 8px 25px rgba(1, 77, 66, 0.25); */
  /* border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #026257, #0aa892); */
}
.social-icon--instagram,
.social-icon--linkedin,
.social-icon--youtube {
  background: rgba(0, 0, 0, 0.429);
  /* border: 2px solid rgba(255, 255, 255, 0.2); */
  /* box-shadow: 0 4px 16px rgba(1, 77, 66, 0.15); */
}
.social-icon--instagram:hover,
.social-icon--linkedin:hover,
.social-icon--youtube:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #026257, #0aa892);
}

/* Enhanced Navigation Positioning */
@media (min-width: 992px) {
  .navbar-nav {
    flex: 1;
    justify-content: center;
  }
  .social-icons-nav {
    margin-left: auto;
  }
}

/* Buttons */
.btn-primary {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-bg: #026257;
  --bs-btn-hover-border-color: #026257;
  --bs-btn-active-bg: #02584f;
  --bs-btn-active-border-color: #02584f;
  --bs-btn-disabled-bg: var(--brand);
  --bs-btn-disabled-border-color: var(--brand);
}

.btn-outline-dark {
  --bs-btn-border-color: rgba(0, 0, 0, 0.28);
}

.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::after {
  content: "";
  position: absolute;
  inset: -120% -40%;
  transform: translateX(-60%) rotate(20deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: shine 2.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes shine {
  0%,
  45% {
    transform: translateX(-80%) rotate(20deg);
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  85%,
  100% {
    transform: translateX(80%) rotate(20deg);
    opacity: 0;
  }
}

:focus-visible {
  outline: 3px solid rgba(1, 77, 66, 0.35);
  outline-offset: 3px;
}

/* Scroll Fade-in Animations */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate].fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays */
[data-animate-delay="1"] {
  transition-delay: 0.1s;
}
[data-animate-delay="2"] {
  transition-delay: 0.2s;
}
[data-animate-delay="3"] {
  transition-delay: 0.3s;
}
[data-animate-delay="4"] {
  transition-delay: 0.4s;
}
[data-animate-delay="5"] {
  transition-delay: 0.5s;
}

/* Different animation types */
[data-animate="fade-left"] {
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate="fade-right"] {
  opacity: 0;
  transform: translateX(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate="fade-down"] {
  opacity: 0;
  transform: translateY(-30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

[data-animate="scale"] {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

/* Hero */
.hero {
  padding: 46px 0 26px;
  overflow: clip;
}
.hero--light .display-title {
  font-family: var(--font-display);
}

.hero-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;
  /* border: 1px solid rgba(1, 77, 66, 0.268);
  border-radius: 30px;
  overflow: hidden; */
}

.hero-left {
  padding: 8px 0 6px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(1, 77, 66, 0.98);
  font-size: 0.95rem;
}
.hero-kicker-line {
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 10px 24px rgba(1, 77, 66, 0.2);
}

.hero-headline {
  margin: 14px 0 0;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-weight: 600;
  font-size: clamp(2.1rem, 4.1vw, 3.2rem);
  color: var(--ink);
  text-transform: uppercase;
}
.hero-em {
  color: var(--brand);
}

.hero-subcopy {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.05rem;
  max-width: 60ch;
}

.hero-icon-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 14px;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(1, 77, 66, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}
.hero-icon {
  text-align: center;
  padding: 8px 6px;
  border-radius: 14px;
  cursor: default;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
  border: 1px solid transparent;
}
.hero-icon:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  background: rgba(1, 77, 66, 0.06); */
  /* border-color: rgba(1, 77, 66, 0.12); */
  cursor: pointer;
}
.hero-icon:active {
  transform: translateY(-1px);
}
.hero-icon i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  color: var(--brand);
  background: rgba(1, 77, 66, 0.1);
  /* border: 1px solid rgba(1, 77, 66, 0.16); */
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  font-size: 1.15rem;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}
.hero-icon:hover i {
  transform: translateY(-1px) scale(1.03) rotate(-6deg);
  background: rgba(1, 77, 66, 0.14);
  border-color: rgba(1, 77, 66, 0.22);
  animation: heroIconSpin 520ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}
.hero-icon-label {
  margin-top: 8px;
  font-size: 0.78rem;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.74);
  text-transform: uppercase;
}

@keyframes heroIconSpin {
  0% {
    transform: translateY(-1px) scale(1.03) rotate(-6deg);
  }
  42% {
    transform: translateY(-2px) scale(1.05) rotate(12deg);
  }
  70% {
    transform: translateY(-1px) scale(1.04) rotate(-10deg);
  }
  100% {
    transform: translateY(-1px) scale(1.03) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-icon:hover i {
    animation: none;
    transform: translateY(-1px) scale(1.03);
  }
}

.hero-actions {
  margin-top: 18px;
}

.hero-ribbon {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.16);
  background: linear-gradient(
    90deg,
    rgba(1, 77, 66, 0.08),
    rgba(255, 255, 255, 0.82)
  );
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.74);
  text-transform: uppercase;
}
.hero-ribbon i {
  color: var(--brand);
}

.hero-right {
}
.hero-visual {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Enhanced background circle with brand gradient */
.hero-bg-circle {
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(
      520px 320px at 30% 20%,
      rgba(255, 255, 255, 0.14),
      transparent 60%
    ),
    linear-gradient(135deg, rgba(1, 77, 66, 0.92), rgba(1, 77, 66, 0.72));
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0 25px 70px rgba(1, 77, 66, 0.25), 
              0 12px 25px rgba(8, 151, 127, 0.15);
  overflow: hidden;
  border: 2px solid rgba(1, 77, 66, 0.1);
  opacity: 0.5;
}

/* Accent decorative elements */
.hero-accent-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  top: -40px;
  right: -20px;
  z-index: 2;
}

.hero-accent-2 {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  bottom: 20px;
  left: -30px;
  z-index: 0;
}

/* Portrait image */
.hero-portrait {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Badges */
.hero-badge {
  position: absolute;
  background: white;
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 0.95rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 3s ease-in-out infinite;
}

.badge-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #014d42 0%, #026257 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.badge-text {
  color: var(--ink);
  white-space: nowrap;
}

/* Badge positioning */
.hero-badge-1 {
  top: 20px;
  right: 20px;
  animation-delay: 0s;
}

.hero-badge-2 {
  bottom: 60px;
  left: 20px;
  background: linear-gradient(135deg, #014d42 0%, #026257 100%);
  color: white;
  padding: 14px 28px;
  animation-delay: 0.3s;
}

.hero-badge-2 .badge-text {
  color: white;
}

/* Float animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.hero-ipo {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 2.4rem;
  color: rgba(1, 77, 66, 0.92);
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero-arrow {
  position: absolute;
  right: 18px;
  top: 78px;
  width: 280px;
  height: 220px;
  z-index: 4;
  opacity: 0.85;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='320' viewBox='0 0 420 320'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23014d42' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='%23014d42' stop-opacity='0.95'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M18 270 C140 240 160 130 252 112 C310 100 344 118 392 52' fill='none' stroke='url(%23g)' stroke-width='14' stroke-linecap='round'/%3E%3Cpath d='M396 56 L405 22 L370 34' fill='none' stroke='%23014d42' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.12));
}

.hero-ladder {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(340px, 92%);
  height: 360px;
  z-index: 5;
}
.hero-step {
  position: absolute;
  width: 120px;
  height: 96px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(1, 77, 66, 0.96),
    rgba(0, 0, 0, 0.92)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.92);
  padding: 10px 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-content: start;
}
.hero-step i {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  font-size: 1.25rem;
  opacity: 0.95;
}
.hero-step-no {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  opacity: 0.85;
}
.hero-step-t {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.02rem;
  align-self: end;
  text-transform: uppercase;
}

.hero-step--1 {
  left: 0;
  bottom: 0;
}
.hero-step--2 {
  left: 86px;
  bottom: 46px;
}
.hero-step--3 {
  left: 170px;
  bottom: 92px;
}
.hero-step--4 {
  left: 204px;
  bottom: 152px;
}
.hero-step--5 {
  left: 238px;
  bottom: 214px;
}
.hero-step--6 {
  left: 260px;
  bottom: 276px;
  width: 128px;
  height: 102px;
}

/* About / Fellowship card */
.about {
  padding: 54px 0;
}
.about-grid {
  display: grid;
  gap: 12px;
  align-items: stretch;
  grid-template-columns: 0.82fr 1.1fr 1.08fr;
  grid-template-areas:
    "m01 copy media"
    "accent card card";
}

.about-copy {
  grid-area: copy;
  align-self: center;
  padding: 6px 6px;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(1, 77, 66, 0.92);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(1, 77, 66, 0.16);
  box-shadow: var(--shadow-soft);
}
.about-title {
  margin-top: 12px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  color: var(--ink);
}
.about-text {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 75ch;
  font-size: 1.05rem;
}

.about-metric {
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  padding: 16px 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(1, 77, 66, 0.14);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.about-metric--01 {
  grid-area: m01;
  min-height: 230px;
}
.about-metric-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(1, 77, 66, 0.08);
  border: 1px solid rgba(1, 77, 66, 0.16);
  color: rgba(1, 77, 66, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.about-metric-k {
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 750;
}
.about-metric-v {
  margin-top: 8px;
  font-weight: 600;
  letter-spacing: -0.05em;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  line-height: 1;
  color: rgba(0, 0, 0, 0.92);
}
.about-metric-s {
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.62);
  font-weight: 750;
}
.about-metric-no {
  position: absolute;
  right: 16px;
  top: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.38);
}

.about-metric-features {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}
.about-metric-feature {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.12);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(0, 0, 0, 0.74);
  font-weight: 600;
}
.about-metric-feature i {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(1, 77, 66, 0.1);
  border: 1px solid rgba(1, 77, 66, 0.16);
  color: rgba(1, 77, 66, 0.92);
}

.about-media {
  grid-area: media;
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid rgba(1, 77, 66, 0.14);
  box-shadow: var(--shadow);
  min-height: 330px;
  background: rgba(255, 255, 255, 0.7);
}
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.02);
}
.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      420px 340px at 30% 40%,
      rgba(251, 250, 247, 0.28),
      transparent 65%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}
.about-media-play {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  color: rgba(0, 0, 0, 0.82);
}
.about-media-play i {
  font-size: 1.6rem;
  transform: translateX(1px);
}

.about-accent {
  grid-area: accent;
  position: relative;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  padding: 14px 14px;
  background:
    radial-gradient(
      520px 320px at 30% 20%,
      rgba(255, 255, 255, 0.14),
      transparent 60%
    ),
    linear-gradient(135deg, rgba(1, 77, 66, 0.92), rgba(1, 77, 66, 0.72));
  border: 1px solid rgba(1, 77, 66, 0.18);
  box-shadow: var(--shadow);
  min-height: 180px;
  color: rgba(255, 255, 255, 0.92);
}
.about-accent::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0) 40%
    ),
    radial-gradient(
      650px 420px at 90% 10%,
      rgba(0, 0, 0, 0.22),
      transparent 60%
    );
  pointer-events: none;
  opacity: 0.9;
}
.about-accent-avatars {
  display: flex;
  align-items: center;
  gap: 0;
}
.av {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  background-size: cover;
  background-position: center;
  margin-right: -10px;
}
.av--1 {
  background-image: url("./../img/1.jpg");
}
.av--2 {
  background-image: url("./../img/2.JPG");
}
.av--3 {
  background-image: url("./../img/3.JPG");
}
.av--plus {
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.32);
  font-weight: 600;
}
.about-accent-text {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
  line-height: 1.1;
  max-width: 20ch;
}

.fellowship-card {
  grid-area: card;
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  padding: 14px 14px 12px;
  background:
    radial-gradient(
      600px 420px at 20% 0%,
      rgba(1, 77, 66, 0.18),
      transparent 58%
    ),
    radial-gradient(
      520px 320px at 88% 12%,
      rgba(0, 0, 0, 0.06),
      transparent 55%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.84),
      rgba(245, 242, 234, 0.92)
    );
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(1, 77, 66, 0.14);
  transform: translateZ(0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}
.fellowship-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.42),
    rgba(1, 77, 66, 0.08),
    rgba(0, 0, 0, 0.12)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.95;
}
.fellowship-card::after {
  content: "";
  position: absolute;
  inset: -30% -20%;
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.4),
    transparent 65%
  );
  transform: rotate(12deg) translateX(-18%);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}
.fellowship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.fellowship-title {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.92);
}

.fellowship-duration {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.dur {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.dur-num {
  font-weight: 600;
  letter-spacing: -0.05em;
  font-size: 2.7rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.92);
}
.dur-label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.dur-plus {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1;
  color: rgba(1, 77, 66, 0.92);
  margin: 0 2px;
}
.fellowship-sub {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 560;
}

.fellowship-grid {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.fellowship-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.12);
  background: rgba(255, 255, 255, 0.7);
}
.fellowship-k {
  color: rgba(1, 77, 66, 0.92);
  font-weight: 600;
}
.fellowship-v {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 600;
  text-align: right;
}

.fellowship-cta {
  margin-top: 12px;
  width: 100%;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 600;
}
.fellowship-foot {
  margin-top: 8px;
  text-align: center;
  color: rgba(1, 77, 66, 0.86);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Sections */
.section {
  padding: 60px 0;
}
.section-head--tight {
  max-width: 62ch;
}
.kicker {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: rgba(1, 77, 66, 0.9);
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.08),
    rgba(8, 151, 127, 0.06)
  );
  border-radius: 50px;
  border: 1px solid rgba(1, 77, 66, 0.15);
  backdrop-filter: blur(8px);
  position: relative;
}
.kicker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.1),
    rgba(8, 151, 127, 0.08)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.kicker:hover::before {
  opacity: 1;
}
.kicker--muted {
  color: rgba(255, 255, 255, 0.75);
}
.section-title {
  margin-top: 12px;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.06;
}
.section-title--ink {
  color: var(--ink);
}
.section-subtitle {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 70ch;
}
.section-subtitle--ink {
  color: rgba(0, 0, 0, 0.66);
}

.section-paper {
  /* background: linear-gradient(135deg, #014d42, #08977f); */
}
.section-ink {
  background:
    radial-gradient(
      900px 520px at 14% 10%,
      rgba(1, 77, 66, 0.42),
      transparent 55%
    ),
    radial-gradient(
      900px 520px at 90% 0%,
      rgba(255, 255, 255, 0.14),
      transparent 55%
    ),
    linear-gradient(180deg, #06110f 0%, #040807 100%);
  color: rgba(255, 255, 255, 0.93);
}

/* Process / Journey */
.section-process {
  position: relative;
  background:
    radial-gradient(
      1000px 620px at 20% 0%,
      rgba(1, 77, 66, 0.12),
      transparent 60%
    ),
    radial-gradient(
      900px 560px at 90% 10%,
      rgba(0, 0, 0, 0.06),
      transparent 55%
    ),
    linear-gradient(180deg, #eef4f3 0%, #f4f7f6 60%, #ffffff 100%);
  overflow: clip;
}
.section-process::before {
  content: "";
  position: absolute;
  inset: -40% -40%;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(1, 77, 66, 0.06),
    rgba(1, 77, 66, 0.06) 1px,
    transparent 1px,
    transparent 12px
  );
  opacity: 0.35;
  transform: rotate(-6deg);
  pointer-events: none;
}
.section-process .container {
  position: relative;
  z-index: 1;
}

.process-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(1, 77, 66, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: rgba(1, 77, 66, 0.92);
  width: fit-content;
}
.process-head-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}
.process-title {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.03;
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  margin: 0;
  color: rgba(0, 0, 0, 0.94);
}
.process-title span {
  color: rgba(0, 0, 0, 0.32);
}
.process-sub {
  margin: 4px 0 0;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
}
.process-cta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(1, 77, 66, 0.92);
  color: #fff;
  border: 1px solid rgba(1, 77, 66, 0.2);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  font-weight: 600;
}
.process-cta span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.22);
}
.process-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.process-rows {
  display: grid;
  gap: 16px;
}
.process-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}
.process-row::before {
  content: "";
  position: absolute;
  left: calc(33.333% - 16px);
  right: calc(33.333% - 16px);
  top: 50%;
  height: 1px;
  background: rgba(1, 77, 66, 0.12);
  transform: translateY(-50%);
  pointer-events: none;
}
.process-card {
  position: relative;
  border-radius: calc(var(--radius) + 8px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(1, 77, 66, 0.14);
  box-shadow: var(--shadow);
  padding: 24px;
  min-height: 260px;
  /* overflow: hidden; */
}
.process-card::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(
    closest-side,
    rgba(1, 77, 66, 0.12),
    transparent 70%
  );
  transform: rotate(18deg) translateX(-18%);
  opacity: 0.55;
  pointer-events: none;
}
.process-card:not(:first-child)::before {
  content: "→";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(1, 77, 66, 0.18);
  color: rgba(1, 77, 66, 0.92);
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  z-index: 2;
}
.process-no {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.06em;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 1;
  color: rgba(1, 77, 66, 0.22);
}
.process-card-title {
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.28rem;
  color: rgba(0, 0, 0, 0.92);
}
.process-card-text {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 400;
}
.process-outcome {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: rgba(1, 77, 66, 0.06);
  color: rgba(0, 0, 0, 0.78);
  font-weight: 600;
}
.process-outcome span {
  font-weight: 600;
  color: rgba(1, 77, 66, 0.95);
}

/* Details */
.details {
  padding-top: 52px;
}
.details-copy {
  padding: 10px 6px;
}
.details-brand {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.82);
}
.details-title {
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.03;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  color: rgba(0, 0, 0, 0.94);
}
.details-em {
  color: var(--brand);
}
.details-subtitle {
  margin-top: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.66);
}
.details-text {
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.72);
  max-width: 80ch;
}
.details-text p {
  margin: 0 0 12px;
}

/* Counter Cards Styling */
.details-counters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}
.counter-card {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.08),
    rgba(8, 151, 127, 0.06)
  );
  border: 2px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  overflow: hidden;
}
.counter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.counter-card::after {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(1, 77, 66, 0.06),
    transparent 60%
  );
  transform: rotate(-12deg);
  opacity: 0.8;
  pointer-events: none;
}
.counter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(1, 77, 66, 0.15);
  border-color: rgba(1, 77, 66, 0.25);
}
.counter-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: #014d42;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.counter-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.counter-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  display: grid;
  place-items: center;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.counter-card:hover .counter-icon {
  opacity: 1;
  transform: scale(1.1) rotate(10deg);
}

.details-card {
  position: sticky;
  top: 92px;
  border-radius: 24px;
  padding: 24px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfb 100%);
  border: 2px solid rgba(1, 77, 66, 0.15);
  box-shadow:
    0 20px 60px rgba(1, 77, 66, 0.12),
    0 8px 25px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  overflow: hidden;
}
.details-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.details-card::after {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(1, 77, 66, 0.06),
    transparent 60%
  );
  transform: rotate(-12deg);
  opacity: 0.8;
  pointer-events: none;
}
.details-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 80px rgba(1, 77, 66, 0.18),
    0 12px 35px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(1, 77, 66, 0.25);
}
.details-card-head {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(1, 77, 66, 0.12);
}
.details-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(1, 77, 66, 0.16);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(1, 77, 66, 0.92);
}
.details-card-title {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.92);
}

.details-facts {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}
.details-fact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(1, 77, 66, 0.12);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  transition: all 0.25s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
  backdrop-filter: blur(8px);
}
.details-fact:hover {
  transform: translateX(6px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 252, 251, 0.9)
  );
  border-color: rgba(1, 77, 66, 0.2);
  box-shadow: 0 4px 16px rgba(1, 77, 66, 0.1);
}
.details-fact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #014d42, #08977f);
  border-radius: 2px;
  transition: height 0.25s ease;
}
.details-fact:hover::before {
  height: 70%;
}
.details-fact-k {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(1, 77, 66, 0.92);
  font-weight: 600;
}
.details-fact-k i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #014d42, #08977f);
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex: 0 0 auto;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(1, 77, 66, 0.25);
  transition: all 0.25s ease;
}
.details-fact:hover .details-fact-k i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(1, 77, 66, 0.35);
}
.details-fact-v {
  text-align: right;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 600;
}
.details-cta {
  margin-top: 8px;
  width: 100%;
  border-radius: 999px;
  font-weight: 600;
}
.details-note {
  margin-top: 6px;
  text-align: center;
  color: rgba(1, 77, 66, 0.86);
  font-weight: 600;
}

/* Scroll row cards */
.scroll-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 8px 4px 12px;
  scroll-snap-type: x mandatory;
}
.scroll-row::-webkit-scrollbar {
  height: 10px;
}
.scroll-row::-webkit-scrollbar-thumb {
  background: rgba(1, 77, 66, 0.18);
  border-radius: 999px;
}
.class-card {
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(1, 77, 66, 0.12);
  box-shadow: var(--shadow-soft);
  min-height: 310px;
  display: grid;
  grid-template-rows: 1fr auto;
}
.class-card-media {
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}
.class-card-body {
  padding: 14px 14px 16px;
}
.class-card-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.class-card-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-soft);
}
.cta-band-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cta-band-sub {
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: 2px;
}

/* Who should apply - Enhanced Design */
.apply-fit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.apply-fit-card {
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfb 100%);
  box-shadow:
    0 10px 40px rgba(1, 77, 66, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 28px 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.apply-fit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.apply-fit-card::after {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(1, 77, 66, 0.06),
    transparent 60%
  );
  transform: rotate(-12deg);
  opacity: 0.8;
  pointer-events: none;
}
.apply-fit-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 60px rgba(1, 77, 66, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(1, 77, 66, 0.2);
}
@keyframes shimmer {
  0%,
  100% {
    background-position: 200% 0;
  }
  50% {
    background-position: -200% 0;
  }
}

/* Entrance animations for apply-fit section */
.apply-fit-card {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.apply-fit-card:nth-child(2) {
  animation-delay: 0.15s;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.apply-fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.apply-fit-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.08);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.7)
  );
  color: rgba(0, 0, 0, 0.82);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: all 0.25s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
  backdrop-filter: blur(8px);
}
.apply-fit-list li:hover {
  transform: translateX(6px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 252, 251, 0.9)
  );
  border-color: rgba(1, 77, 66, 0.2);
  box-shadow: 0 4px 16px rgba(1, 77, 66, 0.1);
}
.apply-fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #014d42, #08977f);
  border-radius: 2px;
  transition: height 0.25s ease;
}
.apply-fit-list li:hover::before {
  height: 70%;
}
.apply-fit-list i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #014d42, #08977f);
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex: 0 0 auto;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(1, 77, 66, 0.25);
  transition: all 0.25s ease;
}
.apply-fit-list li:hover i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(1, 77, 66, 0.35);
}

/* What is OATHMEN Section - Enhanced Design */
.oathmen-hero {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.03),
    rgba(8, 151, 127, 0.02)
  );
  border-radius: 24px;
  border: 1px solid rgba(1, 77, 66, 0.1);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.oathmen-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(1, 77, 66, 0.08),
    transparent 60%
  );
  transform: rotate(25deg);
  pointer-events: none;
}
.oathmen-hero-content {
  position: relative;
  z-index: 1;
}
.oathmen-hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.oathmen-hero-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  line-height: 1.2;
}
.oathmen-hero-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}
.oathmen-stats {
  display: flex;
  gap: 20px;
  margin-top: 4px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  border: 1px solid rgba(1, 77, 66, 0.15);
  border-radius: 16px;
  transition: all 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.12);
  border-color: rgba(1, 77, 66, 0.25);
}
.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: #014d42;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin-top: 4px;
}
.oathmen-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oathmen-hero-image img {
  width: 100%;
  max-width: min(360px, 100%);
  height: auto;
  border-radius: 20px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
  transition: transform 0.3s ease;
}
.oathmen-hero-image:hover img {
  transform: scale(1.02);
}



.oathmen-hero-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.3);
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.oathmen-hero-badge i {
  font-size: 16px;
}

.oathmen-journey {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}
.journey-card {
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfb 100%);
  box-shadow:
    0 10px 40px rgba(1, 77, 66, 0.08),
    0 2px 10px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 32px 28px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  cursor: pointer;
}
.journey-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow:
    0 25px 80px rgba(1, 77, 66, 0.18),
    0 10px 35px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(1, 77, 66, 0.3);
}
.journey-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.journey-card::after {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(
    ellipse at 30% 20%,
    rgba(1, 77, 66, 0.06),
    transparent 60%
  );
  transform: rotate(-12deg);
  opacity: 0.8;
  pointer-events: none;
}
.journey-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 60px rgba(1, 77, 66, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(1, 77, 66, 0.2);
}
.journey-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.journey-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #014d42, #08977f);
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(1, 77, 66, 0.25);
  transition: all 0.25s ease;
}
.journey-card:hover .journey-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(1, 77, 66, 0.35);
}
.journey-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  position: relative;
  display: inline-block;
}
.journey-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #014d42, #08977f);
  transition: width 0.3s ease;
}
.journey-card:hover .journey-title::after {
  width: 100%;
}
.journey-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* Enhanced Journey Flow Styling */
.journey-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.08),
    rgba(8, 151, 127, 0.05)
  );
  border: 1px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.flow-step:hover {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.12),
    rgba(8, 151, 127, 0.08)
  );
  border-color: rgba(1, 77, 66, 0.25);
  transform: translateY(-2px);
}
.flow-step i {
  color: var(--brand);
  font-size: 14px;
  transition: transform 0.3s ease;
}
.flow-step:hover i {
  transform: translateX(2px);
}

/* Enhanced Section Head Styling */
.section-head--tight {
  max-width: 800px;
  margin: 0 auto;
}
.section-head--tight .kicker {
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(1, 77, 66, 0.2);
}
.section-head--tight .section-title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.95);
  margin: 16px 0;
  line-height: 1.2;
  position: relative;
}
.section-head--tight .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f);
  border-radius: 2px;
  

}
.what-section .section-head--tight .section-title::after{
margin: auto;
}
.why-apply .section-head--tight .section-title::after{
margin: auto;
}
.section-head--tight .section-subtitle {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}

/* Enhanced Author Section with Bootstrap Layout */
.auther-section {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.02) 0%,
    rgba(8, 151, 127, 0.01) 50%,
    rgba(1, 77, 66, 0.02) 100%
  );
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.auther-section .oathmen-hero {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.03),
    rgba(8, 151, 127, 0.02)
  );
  border-radius: 24px;
  border: 1px solid rgba(1, 77, 66, 0.1);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.auther-section .oathmen-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(1, 77, 66, 0.08),
    transparent 60%
  );
  transform: rotate(25deg);
  pointer-events: none;
}
.auther-section .oathmen-hero-text {
  padding-right: 20px;
}
.auther-section .oathmen-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.auther-section .oathmen-hero-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
}
.auther-section .oathmen-hero-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.3);
  animation: float 3s ease-in-out infinite;
}
/* #what-is-oathmen::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 40%;
  height: 140%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(1, 77, 66, 0.03),
    transparent 70%
  );
  transform: rotate(15deg);
  pointer-events: none;
}
#what-is-oathmen::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 35%;
  height: 120%;
  background: radial-gradient(
    circle at 70% 70%,
    rgba(8, 151, 127, 0.03),
    transparent 70%
  );
  transform: rotate(-10deg);
  pointer-events: none;
} */

/* Ideal Cards 4-Column Layout */
.apply-fit-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.ideal-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfb 100%);
  border: 2px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
  cursor: pointer;
}
.ideal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.ideal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(1, 77, 66, 0.15);
  border-color: rgba(1, 77, 66, 0.25);
}
.ideal-card-image {
  position: relative;
  overflow: hidden;
  height: 160px;
}
.ideal-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.ideal-card:hover .ideal-card-image img {
  transform: scale(1.1);
}
.ideal-card-content {
  padding: 20px 16px;
  text-align: center;
}
.ideal-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.ideal-card-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

/* Journey Cards 4-Column Layout */
.journey-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.journey-card-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfb 100%);
  border: 2px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
  cursor: pointer;
}
.journey-card-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.journey-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(1, 77, 66, 0.15);
  border-color: rgba(1, 77, 66, 0.25);
}
.journey-card-image {
  position: relative;
  overflow: hidden;
  height: 160px;
}
.journey-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.journey-card-item:hover .journey-card-image img {
  transform: scale(1.1);
}
.journey-card-content {
  padding: 20px 16px;
  text-align: center;
}
.journey-card-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.journey-card-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

/* What Section Styling */
.what-section {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.03),
    rgba(8, 151, 127, 0.02)
  );
  border-radius: 24px;
  border: 1px solid rgba(1, 77, 66, 0.1);

  overflow: hidden;
}
.what-content {
  padding: 48px 0;
}
.what-content .row {
  align-items: center;
}
.what-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.what-features {
  display: grid;
  gap: 24px;
}
.what-feature {
 text-align: center;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  border: 1px solid rgba(1, 77, 66, 0.12);
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.what-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(1, 77, 66, 0.12);
  border-color: rgba(1, 77, 66, 0.2);
}
.what-feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #014d42, #08977f);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin: auto;
}
.what-feature:hover .what-feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(1, 77, 66, 0.35);
}
.what-feature-content {
  flex: 1;
}
.what-feature-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.what-feature-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.what-stats {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.what-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  border: 1px solid rgba(1, 77, 66, 0.15);
  border-radius: 16px;
  transition: all 0.3s ease;
}
.what-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.12);
  border-color: rgba(1, 77, 66, 0.25);
}
.what-stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: rgba(1, 77, 66, 0.9);
  line-height: 1;
  margin-bottom: 4px;
}
.what-stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.what-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-image-wrapper {
  position: relative;
  width: 100%;
  /* max-width: 400px; */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.what-image-wrapper:hover {
  transform: scale(1.02);
}
.what-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.what-image-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(1, 77, 66, 0.25);
}
.what-image-badge i {
  font-size: 14px;
}

/* Journey Steps with Images (keeping for backward compatibility) */
.journey-steps {
  display: grid;
  gap: 40px;
  margin-top: 32px;
}
.journey-step {
  position: relative;
}
.journey-step-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  border: 1px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.journey-step-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}
.journey-step-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(1, 77, 66, 0.15);
  border-color: rgba(1, 77, 66, 0.25);
}
.journey-step-reverse {
  direction: rtl;
}
.journey-step-reverse .journey-step-text {
  direction: ltr;
}
.journey-step-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.journey-step-image:hover {
  transform: scale(1.05);
}
.journey-step-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.journey-step-text {
  padding: 0;
}
.journey-step-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 16px 0;
  position: relative;
  display: inline-block;
}
.journey-step-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #014d42, #08977f);
  transition: width 0.3s ease;
}
.journey-step:hover .journey-step-title::after {
  width: 60px;
}
.journey-step-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* Journey Flow Styles (keeping for backward compatibility) */
.journey-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.08),
    rgba(8, 151, 127, 0.06)
  );
  border: 1px solid rgba(1, 77, 66, 0.15);
  border-radius: 50px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.flow-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.12),
    rgba(8, 151, 127, 0.1)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}
.flow-step:hover::before {
  opacity: 1;
}
.flow-step:hover {
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.12),
    rgba(8, 151, 127, 0.1)
  );
  border-color: rgba(1, 77, 66, 0.25);
  transform: translateY(-2px);
}
.flow-text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.flow-step i {
  color: rgba(1, 77, 66, 0.7);
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
}
.flow-step:hover i {
  transform: translateX(2px);
  color: rgba(1, 77, 66, 0.9);
}

/* Entrance animations for oathmen-journey section */
.journey-card {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.journey-card:nth-child(2) {
  animation-delay: 0.15s;
}
.journey-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Journey Steps Entrance Animations */
.journey-step {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.journey-step:nth-child(1) {
  animation-delay: 0.1s;
}
.journey-step:nth-child(2) {
  animation-delay: 0.2s;
}
.journey-step:nth-child(3) {
  animation-delay: 0.3s;
}
.journey-step:nth-child(4) {
  animation-delay: 0.4s;
}
.journey-step:nth-child(5) {
  animation-delay: 0.5s;
}
.journey-step:nth-child(6) {
  animation-delay: 0.6s;
}
.journey-step:nth-child(7) {
  animation-delay: 0.7s;
}
.journey-step:nth-child(8) {
  animation-delay: 0.8s;
}

/* Journey Cards Entrance Animations */
.journey-card-item {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.journey-card-item:nth-child(1) {
  animation-delay: 0.1s;
}
.journey-card-item:nth-child(2) {
  animation-delay: 0.15s;
}
.journey-card-item:nth-child(3) {
  animation-delay: 0.2s;
}
.journey-card-item:nth-child(4) {
  animation-delay: 0.25s;
}
.journey-card-item:nth-child(5) {
  animation-delay: 0.3s;
}
.journey-card-item:nth-child(6) {
  animation-delay: 0.35s;
}
.journey-card-item:nth-child(7) {
  animation-delay: 0.4s;
}
.journey-card-item:nth-child(8) {
  animation-delay: 0.45s;
}

/* Ideal Cards Entrance Animations */
.ideal-card {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.ideal-card:nth-child(1) {
  animation-delay: 0.1s;
}
.ideal-card:nth-child(2) {
  animation-delay: 0.15s;
}
.ideal-card:nth-child(3) {
  animation-delay: 0.2s;
}
.ideal-card:nth-child(4) {
  animation-delay: 0.25s;
}
.ideal-card:nth-child(5) {
  animation-delay: 0.3s;
}
.ideal-card:nth-child(6) {
  animation-delay: 0.35s;
}
.ideal-card:nth-child(7) {
  animation-delay: 0.4s;
}
.ideal-card:nth-child(8) {
  animation-delay: 0.45s;
}

.apply-age {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}
.apply-age-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
}
.apply-age-pill i {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(1, 77, 66, 0.95);
  background: rgba(1, 77, 66, 0.1);
  border: 1px solid rgba(1, 77, 66, 0.16);
}

/* Mentor cards */
.mentor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.mentor-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}
.mentor-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.mentor-card-body {
  padding: 12px 12px 14px;
}
.mentor-card-title {
  font-weight: 920;
  letter-spacing: -0.02em;
}
.mentor-card-meta {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}

.mentor-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}
.mentor-banner-title {
  font-family: var(--font-display);
  font-weight: 860;
  letter-spacing: -0.03em;
  font-size: 1.7rem;
}
.mentor-banner-sub {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 6px;
}
.mentor-banner-media {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.mentor-banner-media img {
  max-height: 130px;
}

/* Steps */
.step-card {
  border-radius: var(--radius);
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(1, 77, 66, 0.14);
  box-shadow: var(--shadow-soft);
}
.step-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(1, 77, 66, 0.1);
  border: 1px solid rgba(1, 77, 66, 0.18);
  color: var(--brand);
  font-size: 1.1rem;
}
.step-card-title {
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.step-card-text {
  margin-top: 6px;
  color: var(--muted);
}

.outcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(1, 77, 66, 0.14);
  box-shadow: var(--shadow);
  background: #fff;
}
.outcome-media {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
}
.outcome-body {
  padding: 22px 22px;
  background:
    radial-gradient(
      500px 380px at 20% 0%,
      rgba(1, 77, 66, 0.16),
      transparent 58%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.88),
      rgba(245, 242, 234, 0.82)
    );
}
.outcome-title {
  font-family: var(--font-display);
  font-weight: 860;
  letter-spacing: -0.03em;
  font-size: 1.75rem;
}
.outcome-list {
  margin: 12px 0 18px;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.72);
}
.outcome-list li {
  margin: 8px 0;
}

/* Enhanced Accordion */
.accordion-oath--light {
  border-radius: 20px;
  overflow: hidden;
}
.accordion-oath--light .accordion-item {
  border: 2px solid rgba(1, 77, 66, 0.15);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 252, 251, 0.9)
  );
  box-shadow:
    0 8px 32px rgba(1, 77, 66, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  position: relative;
}
.accordion-oath--light .accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #014d42, #08977f, #014d42);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.accordion-oath--light .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 48px rgba(1, 77, 66, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: rgba(1, 77, 66, 0.25);
}
.accordion-oath--light .accordion-item:hover::before {
  opacity: 1;
}
.accordion-oath--light .accordion-button {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  padding: 20px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  border: none;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.accordion-oath--light .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23014d42'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  width: 20px;
  height: 20px;
}
.accordion-oath--light .accordion-button:not(.collapsed) {
  color: rgba(1, 77, 66, 0.95);
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.08),
    rgba(8, 151, 127, 0.06)
  );
  box-shadow: none;
  font-weight: 700;
}
.accordion-oath--light .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23014d42'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-oath--light .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.accordion-oath--light .accordion-button:hover {
  color: rgba(1, 77, 66, 0.9);
}
.accordion-oath--light .accordion-body {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 24px 20px 24px;
  font-weight: 400;
}
.accordion-oath--light .accordion-collapse {
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.2, 1);
}

/* FAQ Item Number */
.accordion-oath--light .accordion-button::before {
  content: attr(data-faq-number);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}
.accordion-oath--light .accordion-button {
  padding-left: 72px;
}

/* FAQ Responsive Design */
@media (max-width: 767.98px) {
  .accordion-oath--light .accordion-button {
    font-size: 1rem;
    padding: 16px 20px;
    padding-left: 60px;
  }
  .accordion-oath--light .accordion-button::before {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    left: 16px;
  }
  .accordion-oath--light .accordion-body {
    font-size: 0.95rem;
    padding: 0 20px 16px 20px;
  }
  .accordion-oath--light .accordion-item {
    margin-bottom: 12px;
  }
  .social-icons-nav {
    justify-content: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* Enhanced Author Section Mobile Responsive */
  .auther-section {
    padding: 40px 0;
  }
  .auther-section .oathmen-hero {
    padding: 24px 20px;
  }
  .auther-section .oathmen-hero-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .auther-section .oathmen-hero-image {
    padding: 0;
  }
  .auther-section .oathmen-hero-image img {
    max-width: 300px;
  }
  .auther-section .oathmen-hero-badge {
    top: -10px;
    right: 10px;
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  /* Enhanced Founder Section Mobile Responsive */
  .section-head--tight .section-title {
    font-size: 1.8rem;
  }
  .section-head--tight .section-title::after {
    width: 40px;
    height: 3px;
  }
  .section-head--tight .section-subtitle {
    font-size: 1rem;
    margin-top: 16px;
  }
  .journey-flow {
    gap: 8px;
    margin-top: 12px;
  }
  .flow-step {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  .flow-step i {
    font-size: 12px;
  }
}

/* Apply/contact */
.section-apply {
  background: linear-gradient(180deg, rgba(1, 77, 66, 0.04), transparent 55%);
}
.contact-section {
  background: var(--brand);
}
.contact-card--light {
  height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: rgb(255, 255, 255);
  box-shadow: var(--shadow);
  padding: 30px;
}
.form-control {
  border-radius: 8px;
  border-color: rgba(1, 77, 66, 0.18);
}
.form-control:focus {
  border-color: rgba(1, 77, 66, 0.48);
  box-shadow: 0 0 0 0.22rem rgba(1, 77, 66, 0.14);
}

.brochure-modal .modal-dialog {
  padding: 12px;
}
.brochure-modal-content {
  border: 1px solid rgba(1, 77, 66, 0.16);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}
.brochure-modal .modal-header,
.brochure-modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.brochure-modal .modal-header {
  padding-top: 30px;
  align-items: flex-start;
  gap: 18px;
}
.brochure-modal .btn-close {
  margin-top: 4px;
  flex: 0 0 auto;
}
.brochure-modal .modal-body {
  padding-bottom: 30px;
}

.apply-card--light {
  height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 22px;
  overflow: hidden;
}
.apply-title {
  font-family: var(--font-display);
  font-weight: 860;
  letter-spacing: -0.03em;
  font-size: 1.55rem;
}
.apply-sub {
  color: rgba(0, 0, 0, 0.64);
  margin-top: 4px;
}
.apply-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}
.apply-tile {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  border: 1px solid rgba(1, 77, 66, 0.14);
  background: rgba(255, 255, 255, 0.76);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.apply-tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.apply-tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(1, 77, 66, 0.1);
  border: 1px solid rgba(1, 77, 66, 0.18);
  color: var(--brand);
  flex: 0 0 auto;
}
.apply-tile-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.apply-tile-text {
  color: rgba(0, 0, 0, 0.62);
  font-size: 0.92rem;
  margin-top: 2px;
}

/* Enhanced Contact Info Grid */
.contact-info-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(248, 252, 251, 0.8)
  );
  border: 1px solid rgba(1, 77, 66, 0.12);
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  cursor: pointer;
}
.contact-info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(1, 77, 66, 0.12);
  border-color: rgba(1, 77, 66, 0.2);
}
.contact-info-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #014d42, #08977f);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.contact-info-item:hover .contact-info-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(1, 77, 66, 0.35);
}
.contact-info-content {
  flex: 1;
}
.contact-info-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.contact-info-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  word-break: break-word;
}
.apply-media img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  opacity: 0.9;
}
.apply-note {
  color: rgba(0, 0, 0, 0.58);
  font-size: 0.92rem;
}

/* FAB */
.fab-dock {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 2000;
}
.fab-toggle {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #014d42, #08977f);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}
.fab-menu {
  position: absolute;
  right: 0;
  bottom: 62px;
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(1, 77, 66, 0.18);
  background: rgb(255, 255, 255);
  box-shadow: var(--shadow);
  min-width: 180px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}
[data-fab][data-open="1"] .fab-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
button.fab-item {
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.fab-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.84);
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(1, 77, 66, 0.12);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 820;
  transition: all 0.3s ease;
}
.fab-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* WhatsApp FAB Item */
.fab-item--whatsapp {
  border-color: rgba(37, 211, 102, 0.3);
  background: linear-gradient(
    135deg,
    rgba(37, 211, 102, 0.1),
    rgba(37, 211, 102, 0.05)
  );
  color: rgba(37, 211, 102, 0.9);
}
.fab-item--whatsapp i {
  color: #25d366;
}
.fab-item--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.5);
  background: linear-gradient(
    135deg,
    rgba(37, 211, 102, 0.15),
    rgba(37, 211, 102, 0.08)
  );
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.25);
}

/* Brochure FAB Item */
.fab-item--brochure {
  border-color: rgba(220, 53, 69, 0.3);
  background: linear-gradient(
    135deg,
    rgba(220, 53, 69, 0.1),
    rgba(220, 53, 69, 0.05)
  );
  color: rgba(220, 53, 69, 0.9);
}
.fab-item--brochure i {
  color: #dc3545;
}
.fab-item--brochure:hover {
  border-color: rgba(220, 53, 69, 0.5);
  background: linear-gradient(
    135deg,
    rgba(220, 53, 69, 0.15),
    rgba(220, 53, 69, 0.08)
  );
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.25);
}

/* Apply FAB Item */
.fab-item--apply {
  border-color: rgba(1, 77, 66, 0.3);
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.1),
    rgba(8, 151, 127, 0.05)
  );
  color: rgba(1, 77, 66, 0.9);
}
.fab-item--apply i {
  color: var(--brand);
}
.fab-item--apply:hover {
  border-color: rgba(1, 77, 66, 0.5);
  background: linear-gradient(
    135deg,
    rgba(1, 77, 66, 0.15),
    rgba(8, 151, 127, 0.08)
  );
  box-shadow: 0 8px 25px rgba(1, 77, 66, 0.25);
}

/* Footer */
.footer {
  padding: 38px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--brand);
}
.footer--light {
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.55);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 18px;
}
.footer-brand {
  max-width: 58ch;
}
.footer-text {
  color: rgba(0, 0, 0, 0.62);
  margin-top: 10px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.footer-links a {
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  font-weight: 780;
}
.footer-links a:hover {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;

  /* padding-top: 14px; */
}
.footer-muted {
  color: rgba(255, 255, 255, 0.62);
}

/* Responsive */
@media (max-width: 991.98px) {
  .hero {
    padding-top: 28px;
  }
  .hero-split {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 460px;
  }
  .hero-icon-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "card"
      "media"
      "m01"
      "accent";
  }
  .about-copy {
    padding: 0;
  }
  .mentor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .details-card {
    position: relative;
    top: auto;
  }
  .details-counters {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px 0;
  }
  .counter-card {
    padding: 20px 16px;
  }
  .counter-number {
    font-size: 2rem;
  }
  .counter-label {
    font-size: 0.85rem;
  }
  .counter-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .details-fact {
    padding: 10px 12px;
  }
  .details-fact-k i {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .process-head-row {
    grid-template-columns: 1fr;
  }
  .process-row {
    grid-template-columns: 1fr;
  }
  .process-row::before {
    display: none;
  }
  .process-card:not(:first-child)::before {
    display: none;
  }
  .mentor-banner {
    grid-template-columns: 1fr;
  }
  .outcome {
    grid-template-columns: 1fr;
  }
  .outcome-media {
    min-height: 240px;
  }
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
  .apply-fit {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }
  .apply-fit-card {
    padding: 20px 16px;
  }
  .apply-fit-list li {
    padding: 14px 16px;
    font-size: 0.9rem;
  }
  .apply-fit-list i {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .oathmen-journey {
    gap: 20px;
    margin-top: 24px;
  }
  .journey-card {
    padding: 20px 16px;
  }
  .journey-header {
    gap: 12px;
    margin-bottom: 16px;
  }
  .journey-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .journey-title {
    font-size: 1.2rem;
  }
  .journey-text {
    font-size: 0.95rem;
  }
  .journey-flow {
    gap: 8px;
  }
  .flow-step {
    padding: 8px 12px;
  }
  .flow-text {
    font-size: 0.85rem;
  }
  .journey-steps {
    gap: 24px;
    margin-top: 24px;
  }
  .journey-step-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .journey-step-reverse {
    direction: ltr;
  }
  .journey-step-image img {
    height: 200px;
  }
  .journey-step-title {
    font-size: 1.4rem;
  }
  .journey-step-description {
    font-size: 1rem;
  }
  .journey-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .journey-card-image {
    height: 140px;
  }
  .journey-card-title {
    font-size: 1rem;
  }
  .journey-card-text {
    font-size: 0.85rem;
  }
  .apply-fit-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ideal-card-image {
    height: 140px;
  }
  .ideal-card-title {
    font-size: 1rem;
  }
  .ideal-card-text {
    font-size: 0.85rem;
  }
  .what-section {
    margin: 24px 0;
  }
  .what-content {
    padding: 32px 0;
  }
  .what-feature {
    padding: 16px;
  }
  .what-feature-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .what-feature-title {
    font-size: 1.1rem;
  }
  .what-feature-text {
    font-size: 0.9rem;
  }
  .what-stats {
    gap: 16px;
  }
  .what-stat {
    padding: 12px 16px;
  }
  .what-stat-number {
    font-size: 1.6rem;
  }
  .what-image-wrapper {
    max-width: 320px;
  }
  .contact-info-item {
    padding: 16px;
  }
  .contact-info-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .contact-info-title {
    font-size: 1rem;
  }
  .contact-info-text {
    font-size: 0.85rem;
  }
  .oathmen-hero {
    padding: 20px 16px;
  }
  .oathmen-hero-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .oathmen-hero-title {
    font-size: 1.8rem;
  }
  .oathmen-hero-description {
    font-size: 1rem;
  }
  .oathmen-stats {
    gap: 14px;
  }
  .oathmen-hero-text {
    gap: 14px;
  }
  .stat-item {
    padding: 12px 16px;
  }
  .stat-number {
    font-size: 1.6rem;
  }
  .stat-label {
    font-size: 0.8rem;
  }
  .oathmen-hero-badge {
    top: -10px;
    right: 10px;
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .apply-age {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .hero-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journey-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .journey-card-image {
    height: 180px;
  }
  .journey-card-content {
    padding: 16px 12px;
  }
  .journey-card-title {
    font-size: 1.1rem;
  }
  .journey-card-text {
    font-size: 0.9rem;
  }
  .apply-fit-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ideal-card-image {
    height: 180px;
  }
  .ideal-card-content {
    padding: 16px 12px;
  }
  .ideal-card-title {
    font-size: 1.1rem;
  }
  .ideal-card-text {
    font-size: 0.9rem;
  }
  .hero-visual {
    min-height: 420px;
  }
  .hero-ladder {
    width: min(320px, 94%);
    height: 340px;
  }
  .hero-arrow {
    width: 240px;
    height: 200px;
  }
}
.oathmen-branch img {
  display: block;
  width: auto;
  max-width: min(360px, 100%);
  /*max-height: 140px;*/
  height: auto;
  /* border-radius: 20px; */
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
  object-fit: contain;
  transition: transform 0.3s ease;
}
.oathmen-branch:hover img {
  transform: scale(1.02);
}
.oathmen-branch{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
        border-radius: 20px;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    padding: 30px 20px;
    border: 2px solid #dee2e6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.oathmen-branch:hover {
    border-color: #014d42;
    box-shadow: 0 8px 25px rgba(1, 77, 66, 0.15);
    transform: translateY(-5px);
}
