/* ==========================================================================
   DESIGN TOKENS & GLOBAL VARIABLE SETTINGS
   ========================================================================== */

@font-face {
  font-family: "floges-sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-400-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-400-italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-500-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-500-italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-700-normal.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("assets/font/floges-sans/floges-sans-700-italic.woff2")
    format("woff2");
}

@font-face {
  font-family: "floges-serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-400-italic-latin-ext.woff2")
    format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "floges-serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-400-italic-latin.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "floges-serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-400-normal-latin-ext.woff2")
    format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "floges-serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-400-normal-latin.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "floges-serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-700-normal-latin-ext.woff2")
    format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "floges-serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/font/floges-serif/floges-serif-700-normal-latin.woff2")
    format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

:root {
  --bg-primary: #F7F8F5;
  --bg-secondary: #F1F5EE;
  --bg-accent: #EAF5E5;
  --green-primary: #6FCF4F;
  --green-soft: #BFE8B1;
  --green-muted: #DFF5D5;
  --surface-primary: #FFFFFF;
  --surface-secondary: #F5F8F3;
  --surface-inverse: #0F1E16;
  --text-primary: #0F1E16;
  --text-secondary: #425248;
  --text-muted: #66756C;
  --border-subtle: #DCE5DA;
  --border-strong: #C7D3C9;
  --brand-green: #9ee586;
  --brand-green-hover: #8fda77;
  --brand-green-soft: #DFF5D5;
  --brand-green-rgb: 111, 207, 79;
  --brand-green-hover-rgb: 92, 182, 63;
  --surface-inverse-rgb: 15, 30, 22;
  --white-rgb: 255, 255, 255;

  --midnight-green: var(--surface-inverse);
  --logo-green: #173022;
  --green-500: var(--brand-green);
  --green-400: var(--brand-green-hover);
  --green-600: #4A9634;
  --accent-200: var(--brand-green);
  --accent-300: var(--brand-green-hover);
  --neutral-100: var(--bg-primary);
  --neutral-200: var(--bg-secondary);
  --neutral-300: var(--border-subtle);
  --neutral-400: #C4CEC3;
  --black: var(--text-primary);
  --white: #ffffff;
  --gray-200: #E9EFEB;
  --gray-300: #DCE5DA;
  --gray-400: #A6B3AB;
  --gray-500: var(--text-muted);
  --gray-600: #4F6056;
  --gray-700: var(--text-secondary);

  --font-sans: "floges-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif: "floges-serif", Georgia, serif;
  --font-display: "floges-serif", "Times New Roman", Georgia, serif;

  --nav-h: 76px;
  --radius-btn: 24px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;

  --page-max: 1280px;
  --page-gutter: 48px;
  --shadow-soft: 0 24px 64px rgba(var(--surface-inverse-rgb), 0.08);
  --shadow-card: 0 14px 40px rgba(var(--surface-inverse-rgb), 0.06);
}

@media (max-width: 768px) {
  :root {
    --page-gutter: 24px;
  }
}

/* ==========================================================================
   RESET & BASE STYLING
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  color: var(--black);
  background:
    radial-gradient(circle at top right, rgba(var(--brand-green-rgb), 0.05), transparent 24rem),
    linear-gradient(180deg, var(--bg-primary) 0%, var(--surface-primary) 34%, var(--bg-primary) 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.floges-sans {
  font-family: var(--font-sans);
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea {
  font: inherit;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */
.wrap {
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.visual-panel {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.visual-panel img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.stack {
  display: grid;
  gap: 20px;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 24px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

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

/* List utilities */
.list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-700);
}

.list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-200);
}

.section--dark .list li {
  color: rgba(255, 255, 255, 0.78);
}

/* ==========================================================================
   PREMIUM GLASSMORPHIC FLOATING NAVIGATION BAR
   ========================================================================== */
.nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 200;
  height: auto;
  background: transparent;
  display: flex;
  align-items: flex-start;
  padding: 0;
  transition: top 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s, box-shadow 0.3s, padding 0.3s;
  pointer-events: none;
}

.nav.is-scrolled {
  top: 12px;
  background: transparent;
  padding: 0;
  height: auto;
  align-items: flex-start;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-max));
  margin: 0 auto;
  padding: 8px 20px;
  background: rgba(var(--white-rgb), 0.9);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: padding 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, background 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
  border: 1px solid rgba(var(--surface-inverse-rgb), 0.08);
  box-shadow: 0 10px 32px rgba(var(--surface-inverse-rgb), 0.05);
}

.nav.is-scrolled .nav__inner {
  padding: 6px 16px;
  box-shadow: 0 18px 40px rgba(var(--surface-inverse-rgb), 0.08);
  background: rgba(var(--white-rgb), 0.94);
  border-color: rgba(var(--surface-inverse-rgb), 0.1);
}

.nav__logo-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border-radius: 0;
  padding: 6px 0;
  box-shadow: none;
  transition: gap 0.3s ease, padding 0.3s ease;
}

.nav.is-scrolled .nav__logo-pill {
  gap: 8px;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  color: var(--midnight-green);
}

.nav__logo img {
  display: block;
  width: auto;
  height: 18px;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav.is-scrolled .nav__logo img {
  height: 14px;
}

.nav__mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}

.nav__mobile-toggle svg rect {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  transform-origin: 9px 7px;
}

.nav__mobile-toggle.is-open svg rect:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav__mobile-toggle.is-open svg rect:nth-child(2) {
  opacity: 0;
}

.nav__mobile-toggle.is-open svg rect:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav__right-pill {
  display: flex;
  align-items: center;
  gap: 32px;
  background: transparent;
  padding: 4px 0;
  transition: gap 0.3s ease, padding 0.3s ease;
}

.nav.is-scrolled .nav__right-pill {
  gap: 20px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  transition: gap 0.3s ease;
}

.nav.is-scrolled .nav__links {
  gap: 20px;
}

.nav__link {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-700);
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
  white-space: nowrap;
  position: relative;
  padding: 4px 0;
  text-transform: uppercase;
}

.nav__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: var(--brand-green);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
}

.nav__link:hover::after,
.nav__link.active::after {
  width: 16px;
}

.nav__link:hover,
.nav__link.active {
  color: var(--midnight-green);
}

.nav__btn {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--brand-green);
  color: var(--text-primary);
  padding: 10px 22px;
  border-radius: var(--radius-btn);
  border: none;
  transition: padding 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, transform 0.1s ease;
  display: inline-block;
  white-space: nowrap;
}

.nav.is-scrolled .nav__btn {
  padding: 8px 18px;
}

.nav__btn:hover {
  background: var(--brand-green-hover);
}

.nav__btn:active {
  transform: scale(0.98);
}

/* ==========================================================================
   NAVIGATION DROPDOWNS (DESKTOP & GENERAL)
   ========================================================================== */
.nav__item.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dropdown-chevron {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  flex-shrink: 0;
}

.dropdown:hover .dropdown-chevron,
.dropdown:focus-within .dropdown-chevron,
.dropdown.is-open .dropdown-chevron {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: 240px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 30, 22, 0.08);
  border-radius: var(--radius-sm);
  padding: 10px;
  box-shadow: 0 16px 40px rgba(15, 30, 22, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 300;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-item {
  font-size: 11px;
  font-weight: 500;
  color: var(--gray-700);
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.25s ease, color 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: rgba(111, 207, 79, 0.12);
  color: var(--midnight-green);
}

.dropdown-item.active {
  background: rgba(111, 207, 79, 0.18);
  color: var(--midnight-green);
  font-weight: 700;
}

.dropdown-divider {
  height: 1px;
  background: rgba(15, 30, 22, 0.08);
  margin: 4px 0;
}

.dropdown-item--all {
  font-weight: 700;
  color: var(--midnight-green);
}

@media (max-width: 960px) {
  .nav__links {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .nav {
    top: 12px;
  }

  .nav.is-scrolled {
    top: 8px;
  }

  .nav__inner {
    padding: 6px 12px;
    /* Tight padding on mobile */
  }

  .nav.is-scrolled .nav__inner {
    padding: 4px 8px;
  }

  .nav__logo-pill {
    padding: 2px 0;
    gap: 8px;
    /* Tighter gap */
  }

  .nav__logo img {
    height: 16px;
    /* Compresses logo height */
  }

  .nav.is-scrolled .nav__logo img {
    height: 14px;
  }

  .nav__right-pill {
    padding: 2px 0;
    gap: 10px;
  }

  .nav.is-scrolled .nav__right-pill {
    gap: 8px;
  }

  .nav__btn {
    font-size: 10px;
    /* Reduced mobile size */
    padding: 7px 14px;
    /* Reduced mobile size */
    letter-spacing: 0.04em;
  }

  .nav.is-scrolled .nav__btn {
    padding: 6px 12px;
  }

  .nav__links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 54px;
    /* Matches compressed nav header height */
    left: 12px;
    right: 12px;
    background: rgba(var(--white-rgb), 0.98);
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(var(--surface-inverse-rgb), 0.12);
    border: 1px solid rgba(var(--surface-inverse-rgb), 0.08);
    gap: 16px;
    align-items: stretch;
    pointer-events: auto;
  }

  .nav.is-scrolled .nav__links {
    top: 48px;
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links .nav__link {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid var(--gray-200);
  }

  .nav__links .nav__link::after {
    display: none;
    /* Disable underline animations on mobile dropdown */
  }

  .nav__links .nav__link:last-child {
    border-bottom: none;
  }

  .nav__mobile-toggle {
    display: block;
    padding: 2px;
  }

  /* Mobile Dropdown styles */
  .nav__links .nav__item.dropdown {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--gray-200);
  }

  .nav__links .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 8px 0;
  }

  .nav__links .dropdown-toggle.nav__link {
    border-bottom: none;
  }

  .nav__links .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0 0 0 12px;
    margin: 0;
    display: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: auto;
    gap: 0;
  }

  .dropdown.is-open .dropdown-menu {
    display: flex;
  }

  .nav__links .dropdown-item {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(15, 30, 22, 0.04);
    border-radius: 0;
  }

  .nav__links .dropdown-item:last-child {
    border-bottom: none;
  }

  .nav__links .dropdown-item:hover {
    background: transparent;
    color: var(--midnight-green);
  }

  .nav__links .dropdown-divider {
    display: none;
  }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn--primary {
  background: var(--brand-green);
  color: var(--text-primary);
}

.btn--primary:hover {
  background: var(--brand-green-hover);
}

.btn--secondary {
  border-color: rgba(var(--surface-inverse-rgb), 0.16);
  color: var(--midnight-green);
  background: transparent;
}

.btn--secondary:hover {
  border-color: rgba(var(--surface-inverse-rgb), 0.3);
  background: rgba(var(--surface-inverse-rgb), 0.04);
}

.btn-lime {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--brand-green);
  color: var(--text-primary);
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  border: none;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-align: center;
  box-shadow: 0 12px 24px rgba(var(--surface-inverse-rgb), 0.08);
}

.btn-lime:hover {
  background: var(--brand-green-hover);
  transform: translateY(-1.5px);
  box-shadow: 0 18px 36px rgba(var(--brand-green-rgb), 0.18);
}

.btn-lime:active {
  transform: translateY(0) scale(0.97);
}

.btn-outline {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--midnight-green);
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  border: 1.5px solid var(--midnight-green);
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-align: center;
}

.btn-outline:hover {
  background: var(--midnight-green);
  color: var(--white);
  transform: translateY(-1.5px);
  box-shadow: 0 16px 30px rgba(var(--surface-inverse-rgb), 0.14);
}

.btn-outline:active {
  transform: translateY(0) scale(0.97);
}

.btn-outline-dark {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  padding: 14px 30px;
  border-radius: var(--radius-btn);
  border: 1px solid rgba(255, 255, 255, 0.38);
  white-space: nowrap;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-align: center;
}

.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
  transform: translateY(-1.5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.btn-outline-dark:active {
  transform: translateY(0) scale(0.97);
}

/* ==========================================================================
   HERO SECTIONS
   ========================================================================== */
/* Cinematic full-bleed hero */
.hero {
  background:
    linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.08) 0%, transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(var(--brand-green-rgb), 0.1), transparent 24rem),
    linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 58%, var(--surface-primary) 100%);
  min-height: 100dvh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero>.wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to bottom, rgba(var(--white-rgb), 0.28) 0%, transparent 24%),
    linear-gradient(to top, rgba(var(--white-rgb), 0.18) 0%, transparent 28%),
    linear-gradient(to right, rgba(var(--white-rgb), 0.8) 0%, rgba(var(--white-rgb), 0.32) 52%, transparent 72%);
  pointer-events: none;
}

/* Premium Background Container & Elements */
.hero__bg-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero__visual {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -150px;
  width: min(76vw, 1500px);
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0.88;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, black 42%, black 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, black 42%, black 100%);
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(var(--white-rgb), 0.72) 0%, rgba(var(--white-rgb), 0.18) 28%, transparent 52%),
    linear-gradient(to top, transparent 0%, rgba(var(--white-rgb), 0.18) 100%);
  pointer-events: none;
}

.hero__visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  transform: scale(1.03);
  filter: saturate(0.84) contrast(1.02) brightness(0.98);
}

/* Mesh Gradient Blobs */
.hero__mesh {
  position: absolute;
  inset: 0;
  filter: blur(140px);
  opacity: 0.75;
  z-index: 0;
}

.hero__blob {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply;
  will-change: transform;
}

.hero__blob--1 {
  width: 800px;
  height: 800px;
  left: 20%;
  top: -10%;
  background: rgba(111, 207, 79, 0.08);
  animation: blob-float-1 32s ease-in-out infinite alternate;
}

.hero__blob--2 {
  width: 600px;
  height: 600px;
  right: 10%;
  bottom: -10%;
  background: rgba(191, 232, 177, 0.06);
  animation: blob-float-2 28s ease-in-out infinite alternate;
}

.hero__blob--3 {
  width: 900px;
  height: 900px;
  left: -10%;
  bottom: 10%;
  background: rgba(223, 245, 213, 0.10);
  animation: blob-float-3 40s ease-in-out infinite alternate;
}

.hero__blob--4 {
  width: 700px;
  height: 700px;
  right: 25%;
  top: 15%;
  background: rgba(111, 207, 79, 0.06);
  animation: blob-float-4 35s ease-in-out infinite alternate;
}

.hero__blob--5 {
  width: 500px;
  height: 500px;
  right: -5%;
  top: -5%;
  background: rgba(223, 245, 213, 0.08);
  animation: blob-float-5 24s ease-in-out infinite alternate;
}

/* Closed loop drift keyframes for smooth continuous motion */
@keyframes drift-1 {
  0% { transform: translate3d(0, 0, 0); }
  33% { transform: translate3d(40px, -60px, 0); }
  66% { transform: translate3d(-20px, -30px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes drift-2 {
  0% { transform: translate3d(0, 0, 0); }
  33% { transform: translate3d(-50px, 30px, 0); }
  66% { transform: translate3d(30px, -50px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes drift-3 {
  0% { transform: translate3d(0, 0, 0); }
  33% { transform: translate3d(30px, -30px, 0); }
  66% { transform: translate3d(-40px, 40px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

/* Mesh Blob Animations */
@keyframes blob-float-1 {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(80px, 40px, 0) scale(1.15); }
  100% { transform: translate3d(-40px, 80px, 0) scale(0.9); }
}

@keyframes blob-float-2 {
  0% { transform: translate3d(0, 0, 0) scale(1.1); }
  50% { transform: translate3d(-60px, 80px, 0) scale(0.85); }
  100% { transform: translate3d(50px, -50px, 0) scale(1); }
}

@keyframes blob-float-3 {
  0% { transform: translate3d(0, 0, 0) scale(0.9); }
  50% { transform: translate3d(100px, -60px, 0) scale(1.1); }
  100% { transform: translate3d(-50px, 40px, 0) scale(1); }
}

@keyframes blob-float-4 {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-70px, -70px, 0) scale(1.2); }
  100% { transform: translate3d(60px, 50px, 0) scale(0.9); }
}

@keyframes blob-float-5 {
  0% { transform: translate3d(0, 0, 0) scale(1.2); }
  50% { transform: translate3d(50px, 60px, 0) scale(0.95); }
  100% { transform: translate3d(-30px, -40px, 0) scale(1.1); }
}

/* Network Floating Group Animation */
@keyframes network-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(15px, -20px, 0) rotate(0.8deg) scale(1.02);
  }
  100% {
    transform: translate3d(-10px, 15px, 0) rotate(-0.5deg) scale(0.98);
  }
}

/* Particle Positions, Sizes and Animation Speeds */
.hero__particle.p1 { left: 15%; top: 20%; width: 3px; height: 3px; animation: drift-1 30s ease-in-out infinite; }
.hero__particle.p2 { left: 25%; top: 60%; width: 4px; height: 4px; animation: drift-2 36s ease-in-out infinite; }
.hero__particle.p3 { left: 45%; top: 15%; width: 2px; height: 2px; animation: drift-3 28s ease-in-out infinite; }
.hero__particle.p4 { left: 75%; top: 30%; width: 5px; height: 5px; animation: drift-1 42s ease-in-out infinite; }
.hero__particle.p5 { left: 60%; top: 70%; width: 3px; height: 3px; animation: drift-2 32s ease-in-out infinite; }
.hero__particle.p6 { left: 85%; top: 10%; width: 4px; height: 4px; animation: drift-3 48s ease-in-out infinite; }
.hero__particle.p7 { left: 10%; top: 80%; width: 3px; height: 3px; animation: drift-2 40s ease-in-out infinite; }
.hero__particle.p8 { left: 35%; top: 40%; width: 2px; height: 2px; animation: drift-1 26s ease-in-out infinite; }
.hero__particle.p9 { left: 50%; top: 85%; width: 5px; height: 5px; animation: drift-3 34s ease-in-out infinite; }
.hero__particle.p10 { left: 90%; top: 50%; width: 3px; height: 3px; animation: drift-1 38s ease-in-out infinite; }
.hero__particle.p11 { left: 20%; top: 45%; width: 4px; height: 4px; animation: drift-3 44s ease-in-out infinite; }
.hero__particle.p12 { left: 70%; top: 80%; width: 2px; height: 2px; animation: drift-2 30s ease-in-out infinite; }
.hero__particle.p13 { left: 80%; top: 65%; width: 3px; height: 3px; animation: drift-1 50s ease-in-out infinite; }
.hero__particle.p14 { left: 30%; top: 10%; width: 4px; height: 4px; animation: drift-2 33s ease-in-out infinite; }
.hero__particle.p15 { left: 55%; top: 25%; width: 3px; height: 3px; animation: drift-3 29s ease-in-out infinite; }
.hero__particle.p16 { left: 65%; top: 45%; width: 5px; height: 5px; animation: drift-1 35s ease-in-out infinite; }

/* Responsive & Performance Tuning */
@media (max-width: 1024px) {
  /* Tablet: Reduce active particle count by 50% */
  .hero__particle:nth-child(even) {
    display: none;
  }
  .hero__visual {
    width: 58vw;
    height: min(76%, 680px);
    opacity: 0.72;
  }
}

@media (max-width: 768px) {
  /* Mobile: Keep only mesh gradient (disable network & particles for performance) */
  .hero__visual {
    width: 100%;
    height: 54%;
    bottom: -50px;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 18%, black 52%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 18%, black 52%, black 100%);
  }
  .hero__visual-img {
    object-position: center bottom;
    transform: scale(1.06);
  }
}

/* Accessibility settings */
@media (prefers-reduced-motion: reduce) {
  .hero__blob,
  .network-group,
  .hero__particle {
    animation: none !important;
    transform: none !important;
  }
}

.hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: start;
  row-gap: clamp(18px, 2vw, 28px);
  padding: clamp(124px, 14vh, 140px) 0 clamp(68px, 8vh, 84px);
  max-width: 1000px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--midnight-green);
  margin: 0;
}

.hero__eyebrow-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #37d800;
}

.hero__h1 {
    font-family: var(--font-display);

  font-size: clamp(56px, 7vw, 80px);
  font-weight: 400;
  line-height: 0.94;
  color: var(--midnight-green);
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}

.hero__line {
  display: inline;
}

.hero__sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-700);
  max-width: 640px;
  margin: 0;
}

.hero__sub2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-500);
  max-width: 600px;
  margin-bottom: 44px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0 0;
}

.hero__score-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-600);
  background: rgba(var(--brand-green-rgb), 0.08);
  border: 1px solid rgba(var(--brand-green-rgb), 0.18);
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 32px;
  transition: background 0.2s, border-color 0.2s, gap 0.2s;
}

.hero__score-link:hover {
  background: rgba(var(--brand-green-rgb), 0.14);
  border-color: rgba(var(--brand-green-rgb), 0.3);
  gap: 12px;
}

.hero__score-link .score-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-400);
  flex-shrink: 0;
  animation: dx-pulse 2s infinite;
}

.hero__creds {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(var(--surface-inverse-rgb), 0.5);
}

@media (max-width: 768px) {
  .hero__content {
    row-gap: 20px;
    padding: 60px 0 120px;
    max-width: 100%;
  }

  .hero__eyebrow{
    font-size: 10px;
  }

  .hero__h1 {
    font-size: clamp(44px, 9.8vw, 76px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    max-width: none;
    text-wrap: unset;
  }

  .hero__line {
    display: block;
    
  }

  .hero__sub {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero__content {
    row-gap: 18px;
    padding: 60px 0 92px;
  }

  .hero__h1 {
    font-size: clamp(32px, 8.6vw, 40px);
  }
}

/* Page Hero for Subpages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 84px;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-green-rgb), 0.09), transparent 22rem),
    linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 52%, var(--surface-primary) 100%);
}

.page-hero--dark {
  background:
    radial-gradient(circle at top right, rgba(var(--brand-green-rgb), 0.12), transparent 18rem),
    linear-gradient(145deg, #0c1711 0%, #102119 56%, #14271d 100%);
  color: var(--white);
  padding: 156px 0 96px;
}

.page-hero--dark .eyebrow,
.page-hero--dark .lead {
  color: rgba(255, 255, 255, 0.74);
}

.page-hero--dark .btn--secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-hero--dark .btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.46);
}

.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.subpage-h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 1.1;
  color: var(--midnight-green);
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-600);
}

.page-hero--dark .eyebrow {
  color: var(--brand-green);
}

/* Typography elements */
h1,
h2,
h3,
h4 {
  font-family: var(--font-serif);
  letter-spacing: -0.025em;
  color: var(--midnight-green);
  margin: 0;
}

.page-hero--dark h1,
.page-hero--dark h2,
.page-hero--dark h3,
.section--dark h2,
.section--dark h3,
.section--dark .section__eyebrow,
.section--dark p,
.section--dark li {
  color: var(--white);
}

h1 {
  font-size: clamp(40px, 5.8vw, 72px);
  line-height: 1.05;
  max-width: 1200px;
}

h2 {
  font-size: clamp(27px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 500;
}

h3 {
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.18;
}

.lead {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--gray-700);
  max-width: 700px;
}

.page-hero--dark .lead {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero__actions,
.section__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

/* Metrics row on Subpage Hero */
.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.metric-strip__item {
  padding: 18px 20px;
  background: rgba(var(--white-rgb), 0.92);
  border: 1px solid rgba(var(--surface-inverse-rgb), 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.page-hero--dark .metric-strip__item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.metric-strip__value {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1;
  color: var(--midnight-green);
}

.page-hero--dark .metric-strip__value {
  color: var(--white);
}

.metric-strip__label {
  font-size: 13px;
  color: var(--gray-500);
}

.page-hero--dark .metric-strip__label {
  color: rgba(255, 255, 255, 0.5);
}

/* Dedicated Trust & Credibility Bar (Dark Transition) */
.trust-bar {
  background:
    linear-gradient(180deg, rgba(var(--brand-green-rgb), 0.06) 0%, rgba(var(--brand-green-rgb), 0) 34%),
    var(--surface-inverse);
  padding: 56px 0;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.08);
  position: relative;
  z-index: 10;
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.trust-bar__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-bar__item:first-child {
  padding-left: 0;
  border-left: none;
}

.trust-bar__value {
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  color: #9DDF7F;
  line-height: 1;
}

.trust-bar__label {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  max-width: 290px;
}

.trust-bar__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 40px 0 32px;
}

.trust-bar__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.trust-bar__logo-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.trust-bar__marquee {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.trust-bar__marquee-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

.trust-bar__marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.trust-bar__logo-img {
  height: 94px;
  width: auto;
  opacity: 0.55;
  filter: brightness(0) invert(1);
  object-fit: contain;
  transition: opacity 0.3s ease, filter 0.3s ease;
  flex-shrink: 0;
}

.trust-bar__logo-img:hover {
  opacity: 1;
}

.trust-bar__logo-item {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 14px;
  border-radius: 30px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.trust-bar__logo-item:hover {
  color: var(--text-primary);
  background: var(--brand-green-soft);
  border-color: var(--brand-green-soft);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .trust-bar {
    padding: 40px 0;
  }

  .trust-bar__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .trust-bar__item {
    padding-left: 0;
    border-left: none;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-bar__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .trust-bar__logos {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .trust-bar__logo-img {
    height: 30px;
  }

  .trust-bar__logo-item {
    font-size: 12px;
  }

  .trust-bar__divider {
    margin: 32px 0 24px;
  }
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.sec {
  padding: 112px 0;
}

.sec--cream {
  background: var(--neutral-200);
}

.sec--green {
  background: var(--bg-accent);
}

.sec--dark {
  background: var(--midnight-green);
}

.sec--white {
  background: var(--white);
}

.section {
  padding: 90px 0;
}

.section--alt {
  background: var(--neutral-100);
}

.section--dark {
  background: var(--midnight-green);
}

.sec-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 28px;
}

.sec-tag--light {
  color: rgba(var(--brand-green-rgb), 0.9);
}

.sec-h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 400;
  color: var(--midnight-green);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 10px;
}

.sec-h2--light {
  color: var(--white);
}

.sec-h2--xl {
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.sec-body {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.68;
  color: var(--gray-700);
}

.sec-body--light {
  color: rgba(255, 255, 255, 0.68);
}

.section__header {
  max-width: 760px;
  margin-bottom: 48px;
}

.section__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-600);
}

.section--dark .section__eyebrow {
  color: rgba(var(--brand-green-rgb), 0.9);
}

.section__intro {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--gray-700);
  max-width: 700px;
}

.section--dark .section__intro {
  color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   WHAT FLOGES DOES SPLIT LAYOUT
   ========================================================================== */
.intro-sec {
  background: var(--neutral-100);
  border-bottom: 1px solid var(--neutral-300);
  overflow: hidden;
}

.intro-sec__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.intro-sec__text-col {
  padding: 88px 72px 88px max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro-sec__img-col {
  overflow: hidden;
  position: relative;
}

.intro-sec__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-sec__img-col:hover img {
  transform: scale(1.03);
}

.intro-sec__inner {
  max-width: 560px;
}

.intro-sec__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 28px;
  display: block;
}

.intro-sec__text {
  font-family: var(--font-serif);
  font-size: clamp(19px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.62;
  color: var(--midnight-green);
  letter-spacing: -0.01em;
}

.intro-sec__body {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.7;
  font-family: var(--font-sans);
  margin-bottom: 24px;
}

/* ==========================================================================
   BOTTLENECKS GRAPHIC SECTION (CINEMATIC)
   ========================================================================== */
.sec--bn-bcg {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Photographic background with strong overlay */
.sec--bn-bcg .bn__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sec--bn-bcg .bn__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.08);
  transition: transform 12s ease-out;
}

.sec--bn-bcg.is-visible .bn__bg img {
  transform: scale(1.0);
}

.sec--bn-bcg .bn__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 26, 0.9);
}

.bn__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.bn__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 100px;
  align-items: start;
}

.bn__left {
  position: sticky;
  top: calc(var(--nav-h) + 60px);
}

.bn__left-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-200);
  display: block;
  margin-bottom: 24px;
  opacity: 0.8;
}

.bn__left .sec-h2 {
  color: var(--white);
  font-size: clamp(38px, 4.5vw, 64px);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.05;
}

.bn__left-rule {
  width: 0;
  height: 2px;
  background: var(--accent-200);
  display: block;
  margin-top: 40px;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.sec--bn-bcg.is-visible .bn__left-rule {
  width: 56px;
}

.bn__left-note {
  margin-top: 22px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.36);
  line-height: 1.7;
  font-style: italic;
  max-width: 260px;
}

/* Stat strip in left col */
.bn__stat-strip {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bn__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bn__stat-n {
  font-family: var(--font-sans);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
}

.bn__stat-n .accent {
  color: var(--accent-200);
}

.bn__stat-l {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.bn__right {
  padding-top: 6px;
}

.bn__intro {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-200);
  margin-bottom: 36px;
  opacity: 0.75;
}

.bn__list {
  display: grid;
  gap: 0;
}

.bn__item {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.bn__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: var(--accent-200);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bn__item:hover::after {
  transform: scaleX(1);
}

.bn__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.bn__item-idx {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  color: rgba(var(--brand-green-rgb), 0.56);
  letter-spacing: 0.06em;
}

.bn__dot {
  display: none;
}

.bn__item-text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  letter-spacing: 0.01em;
  transition: color 0.25s;
}

.bn__item:hover .bn__item-text {
  color: var(--white);
}

.bn__close {
  margin-top: 48px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  font-style: italic;
  line-height: 1.75;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ==========================================================================
   PROBLEM STATEMENT LAYOUT
   ========================================================================== */
.prob-stmt {
  background: var(--white);
  overflow: hidden;
}

.prob-stmt__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.prob-stmt__text-col {
  padding: 112px 72px 112px max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 860px) {
  .intro-sec__split {
    grid-template-columns: 1fr;
  }

  .intro-sec__text-col {
    padding: 64px var(--page-gutter);
  }

  .intro-sec__img-col {
    height: 300px;
    order: -1;
  }

  .prob-stmt__split {
    grid-template-columns: 1fr;
  }

  .prob-stmt__text-col {
    padding: 64px var(--page-gutter);
  }

  .prob-stmt__img-col {
    height: 260px;
  }
}

.prob-stmt__img-col {
  overflow: hidden;
  position: relative;
}

.prob-stmt__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.prob-stmt__inner {
  max-width: 520px;
}

.prob-stmt__tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 36px;
}

.prob-stmt__h2 {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 400;
  color: var(--midnight-green);
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 40px;
}

.prob-stmt__body {
  font-size: 19px;
  line-height: 1.7;
  color: var(--gray-700);
  max-width: 640px;
}

.prob-stmt__body+.prob-stmt__body {
  margin-top: 18px;
}

/* ==========================================================================
   IMMERSIVE CARDS & AMBIENT VALUE SECTIONS
   ========================================================================== */
.sec--va-dark {
  background:
    linear-gradient(180deg, rgba(var(--brand-green-rgb), 0.05) 0%, rgba(var(--brand-green-rgb), 0) 30%),
    #111b15;
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}

.sec--va-dark::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(var(--brand-green-rgb), 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.va__hdr {
  margin-bottom: 72px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}

.va__hdr .sec-h2 {
  margin-top: 0;
  max-width: 540px;
  color: var(--white);
}

.va__hdr-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  font-style: italic;
  max-width: 220px;
  text-align: right;
  line-height: 1.65;
  flex-shrink: 0;
}

.va__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}

/* Card image overlay box */
.va__item {
  position: relative;
  height: 340px;
  overflow: hidden;
  cursor: default;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.va__item-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.va__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease-out;
}

.va__item:hover .va__item-photo img {
  transform: scale(1.03);
}

.va__item-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top,
      rgba(17, 27, 21, 0.97) 0%,
      rgba(17, 27, 21, 0.74) 45%,
      rgba(17, 27, 21, 0.24) 100%);
  transition: background 0.4s;
}

.va__item:hover .va__item-overlay {
  background: linear-gradient(to top,
      rgba(17, 27, 21, 0.98) 0%,
      rgba(17, 27, 21, 0.84) 52%,
      rgba(17, 27, 21, 0.4) 100%);
}

.va__item-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 32px 38px;
}

.va__num {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--accent-200);
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  opacity: 0.7;
}

.va__title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}

.va__body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.6;
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
  opacity: 1;
}

.va__item:hover .va__body {
  max-height: 120px;
  opacity: 1;
}

.va__item-rule {
  width: 20px;
  height: 2px;
  background: var(--accent-200);
  display: block;
  margin-top: 16px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.va__item:hover .va__item-rule {
  width: 40px;
}

.va__item-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--brand-green-rgb), 0.1);
  border: 1px solid rgba(var(--brand-green-rgb), 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
}

.va__item:hover .va__item-tag {
  background: rgba(var(--brand-green-rgb), 0.16);
  border-color: rgba(var(--brand-green-rgb), 0.34);
}

.va__item-tag svg {
  width: 14px;
  height: 14px;
  color: var(--accent-200);
}

.va__close {
  margin-top: 48px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .va__list {
    grid-template-columns: 1fr 1fr;
  }

  .va__item,
  .va__item:last-child {
    height: 260px;
    grid-column: auto !important;
  }

  .va__hdr {
    flex-direction: column;
    align-items: flex-start;
  }

  .va__hdr-note {
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .va__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .va__list {
    grid-template-columns: 1fr;
  }

  .va__item,
  .va__item:last-child {
    height: 280px;
    grid-column: auto !important;
  }

  .va__body {
    max-height: 80px;
    opacity: 1;
  }

  .sec--va-dark {
    padding: 80px 0;
  }
}

/* ==========================================================================
   THE METHOD (HORIZONTAL STEPS & TIMELINE)
   ========================================================================== */
.method-split {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: start;
}

.method-split__left {
  position: sticky;
  top: 120px;
}

.method-split__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.method-card {
  background: var(--white);
  border: 1px solid rgba(12, 43, 21, 0.08);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 40px;
  align-items: center;
}

.method-card:hover {
  transform: translateY(-4px);
  border-color: rgba(111, 207, 79, 0.3);
  box-shadow: 0 16px 40px rgba(12, 43, 21, 0.06);
}

.method-card__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.method-card__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.method-card__num {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--green-600);
  line-height: 1;
}

.method-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.method-card__title {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--midnight-green);
  margin: 0;
}

.method-card__substeps {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--green-600);
  text-transform: uppercase;
}

.method-card__desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--gray-700);
  margin: 0;
}

.method-card__trap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #b02a37;
  background: rgba(220, 53, 69, 0.04);
  border: 1px solid rgba(220, 53, 69, 0.12);
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 500;
}

.method-card__trap-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .method-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .method-split__left {
    position: relative;
    top: 0;
  }

  .method-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }

  .method-card__svg {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 120px;
  }
}

@media (max-width: 640px) {
  .method-card__header {
    gap: 16px;
  }

  .method-card__substeps {
    line-height: 1.5;
  }
}

/* ==========================================================================
   STANDARD CARDS & GRID COMPONENTS
   ========================================================================== */
.card {
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(12, 43, 21, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(12, 43, 21, 0.12);
}

.card--soft {
  background: var(--neutral-100);
  border-color: transparent;
  box-shadow: none;
}

.card--soft:hover {
  transform: none;
  box-shadow: none;
}

.card--dark {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  color: var(--white);
}

.card--dark:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.card__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-600);
}

.card--dark .card__eyebrow {
  color: var(--accent-200);
}

.card__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.card__body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-700);
}

.card--dark .card__body {
  color: rgba(255, 255, 255, 0.7);
}

.card__body+.card__body {
  margin-top: 12px;
}

.card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--midnight-green);
  transition: gap 0.2s ease;
}

.card__link:hover {
  gap: 12px;
}

.card--dark .card__link {
  color: var(--accent-200);
}

/* ==========================================================================
   FOCUS AREAS STYLING (LANE CARDS)
   ========================================================================== */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.focus-card {
  position: relative;
  padding: 48px 40px;
  background: var(--white);
  border: 1px solid rgba(12, 43, 21, 0.08);
  border-radius: var(--radius-lg);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.focus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--green-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.focus-card:hover::before {
  transform: scaleX(1);
}

.focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(12, 43, 21, 0.08);
  border-color: rgba(12, 43, 21, 0.15);
}

.focus-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(12, 43, 21, 0.04);
  color: var(--midnight-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.focus-card__icon svg {
  width: 24px;
  height: 24px;
}

.focus-card:hover .focus-card__icon {
  background: var(--midnight-green);
  color: var(--accent-200);
  transform: scale(1.05);
}

.focus-card__lane {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 16px;
  display: block;
}

.focus-card__title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
  color: var(--midnight-green);
  margin-bottom: 14px;
  letter-spacing: -0.015em;
}

.focus-card__body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 32px;
  flex-grow: 1;
}

.focus-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--midnight-green);
  transition: gap 0.2s, color 0.2s;
  margin-top: auto;
}

.focus-card__link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}

.focus-card:hover .focus-card__link {
  color: var(--green-400);
  gap: 12px;
}

.focus-card:hover .focus-card__link svg {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .focus-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .focus-card {
    padding: 36px 28px;
  }
}

/* ==========================================================================
   SERVICES GRID-FREE LIST & ROWS
   ========================================================================= */
.services-list {
  display: flex;
  flex-direction: column;
  border-top: 1.5px solid var(--midnight-green);
  margin-top: 40px;
}

.service-row {
  display: grid;
  grid-template-columns: 1.4fr 1.8fr 180px;
  gap: 32px;
  padding: 44px 24px;
  border-bottom: 1.5px solid rgba(12, 43, 21, 0.12);
  align-items: center;
  position: relative;
  transition: background 0.35s ease, padding 0.35s ease;
  cursor: pointer;
}

.service-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent-300);
  transform: scaleY(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-row:hover {
  background: rgba(12, 43, 21, 0.02);
  padding-left: 36px;
}

.service-row:hover::before {
  transform: scaleY(1);
}

.service-row__num {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 500;
  color: var(--green-600);
  opacity: 0.6;
  transition: opacity 0.3s;
}

.service-row:hover .service-row__num {
  opacity: 1;
}

.service-row__title-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-row__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(12, 43, 21, 0.04);
  color: var(--midnight-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.service-row__icon svg {
  width: 20px;
  height: 20px;
}

.service-row:hover .service-row__icon {
  background: var(--midnight-green);
  color: var(--accent-200);
  transform: scale(1.05);
}

.service-row__title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--midnight-green);
  letter-spacing: -0.015em;
}

.service-row__body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-700);
  max-width: 480px;
}

.service-row__action {
  text-align: right;
}

.service-row__link {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(12, 43, 21, 0.15);
  color: var(--midnight-green);
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
}

.service-row__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.service-row:hover .service-row__link {
  background: var(--midnight-green);
  border-color: var(--midnight-green);
  color: var(--accent-200);
  transform: scale(1.05);
}

.service-row:hover .service-row__link svg {
  transform: translateX(2px) scale(1.1);
}

@media (max-width: 1024px) {
  .service-row {
    grid-template-columns: 1.2fr 1.5fr auto;
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .service-row {
    grid-template-columns: 1fr auto;
    padding: 32px 16px;
    gap: 20px;
  }

  .service-row__body {
    grid-column: 1 / span 2;
    margin-top: 8px;
    max-width: 100%;
  }

  .service-row__action {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 540px) {
  .service-row {
    grid-template-columns: 1fr auto;
    padding: 24px 12px;
    gap: 16px;
  }

  .service-row__num {
    display: none;
  }

  .service-row__body {
    grid-column: 1 / span 2;
  }

  .service-row__action {
    grid-column: 2;
  }
}

/* ==========================================================================
   PROOF GRID & CASE CARDS
   ========================================================================== */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 768px) {
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

.proof-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 43, 21, 0.08);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.proof-card__img {
  margin: -36px -36px 4px;
  height: 220px;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  flex-shrink: 0;
}

.proof-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.proof-card:hover .proof-card__img img {
  transform: scale(1.05);
}

.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(12, 43, 21, 0.12);
}

.proof-card__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(12, 43, 21, 0.04);
  border: 1px solid rgba(12, 43, 21, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--logo-green);
  text-transform: uppercase;
}

.proof-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: var(--midnight-green);
  line-height: 1.25;
}

.proof-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.proof-card h3 a:hover {
  color: var(--green-600);
}

.proof-card__section {
  border-top: 1px solid var(--gray-200);
  padding-top: 16px;
}

.proof-card__sec-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green-600);
  margin-bottom: 6px;
}

.proof-card__sec-text {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
}

.proof-card__sec-text strong {
  color: var(--midnight-green);
}

@media (min-width: 1100px) {
  .page-proof .proof-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-proof .proof-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
    align-items: start;
    padding: 24px;
    border-radius: 30px;
  }

  .page-proof .proof-card__img {
    grid-column: 1 / -1;
    grid-row: auto;
    margin: 0;
    height: 450px;
    min-height: 340px;
    border-radius: 22px;
  }

  .page-proof .proof-card__img img {
    min-height: 100%;
  }

  .page-proof .proof-card__meta,
  .page-proof .proof-card h3 {
    grid-column: 1 / -1;
  }

  .page-proof .proof-card__meta {
    padding-top: 4px;
  }

  .page-proof .proof-card h3 {
    max-width: 70%;
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }

  .page-proof .proof-card__section {
    border-top: none;
    padding: 18px 20px 20px;
    min-height: 100%;
    background:
      linear-gradient(180deg, rgba(var(--surface-inverse-rgb), 0.04) 0%, rgba(var(--white-rgb), 0.96) 100%);
    border: 1px solid rgba(12, 43, 21, 0.08);
    border-radius: 20px;
  }

  .page-proof .proof-card__sec-text {
    max-width: none;
  }

  .page-proof .proof-card__section:nth-of-type(4) {
    background:
      linear-gradient(180deg, rgba(var(--brand-green-rgb), 0.12) 0%, rgba(var(--white-rgb), 0.96) 100%);
    border-color: rgba(var(--brand-green-rgb), 0.16);
  }

  .page-proof .proof-card__sec-title {
    margin-bottom: 8px;
  }

  .page-proof .proof-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 80px rgba(12, 43, 21, 0.14);
  }
}

/* Immersive background proof details */
.proof-sec {
  background: var(--midnight-green);
  padding: 108px 0;
  position: relative;
  overflow: hidden;
}

.proof-sec__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.proof-sec__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  opacity: 0.08;
  display: block;
}

.proof-sec>.wrap {
  position: relative;
  z-index: 1;
}

.proof__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.proof__tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--brand-green-rgb), 0.82);
  margin-bottom: 32px;
}

.proof__h2 {
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.8vw, 54px);
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 28px;
}

.proof__body {
  font-size: 17px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.62);
  max-width: 480px;
}

.proof__quote {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  border-left: 3px solid var(--accent-200);
  padding-left: 28px;
  margin-bottom: 28px;
}

.proof__attr {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
  padding-left: 31px;
  letter-spacing: 0.02em;
}

.proof__attr strong {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

/* Outcomes checklist grid */
.oc__hdr {
  margin-bottom: 52px;
}

.oc__hdr .sec-h2 {
  margin-top: 18px;
}

.oc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--neutral-300);
}

.oc__item {
  padding: 40px 44px;
  background: var(--white);
  border-top: 3px solid var(--accent-200);
}

.oc__text {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: var(--midnight-green);
  line-height: 1.58;
}

/* ==========================================================================
   ENGAGEMENT CARD SLITS (3 TIERS)
   ========================================================================== */
.eng3__feature-img {
  height: 420px;
  overflow: hidden;
  position: relative;
}

.eng3__feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

.eng3__feature-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, var(--neutral-200) 0%, transparent 100%);
}

.eng3__body-wrap {
  padding-top: 72px;
  padding-bottom: 112px;
}

.eng3__hdr {
  margin-bottom: 56px;
  max-width: 640px;
}

.eng3__hdr .sec-h2 {
  margin-top: 18px;
}

.eng3__note {
  font-size: 15px;
  color: var(--gray-500);
  margin-top: 12px;
}

.eng3__list {
  display: grid;
  gap: 0;
}

.eng3__item {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 48px;
  padding: 44px 0;
  border-bottom: 1px solid var(--neutral-300);
  align-items: start;
}

.eng3__item:first-child {
  border-top: 1px solid var(--neutral-300);
}

.eng3__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 10px;
}

.eng3__title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--midnight-green);
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.eng3__body {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.68;
  padding-top: 2px;
}

.eng3__cta {
  padding-top: 2px;
}

.eng3__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--midnight-green);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: gap 0.2s;
}

.eng3__link:hover {
  gap: 14px;
}

.eng3__link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.eng3__footer {
  margin-top: 36px;
  font-size: 15px;
  color: var(--gray-500);
  font-style: italic;
}

/* ==========================================================================
   WHY CHOOSE FLOGES (DRAMATIC SPLIT)
   ========================================================================== */
.sec--why {
  background: var(--white);
  overflow: hidden;
  padding: 0;
}

.why__split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 100vh;
  align-items: stretch;
}

.why__photo-col {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.why__photo-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
  transition: transform 10s ease-out;
}

.sec--why.is-visible .why__photo-col img {
  transform: scale(1.0);
}

.why__photo-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(12, 43, 21, 0.84) 0%,
      rgba(12, 43, 21, 0.6) 60%,
      rgba(12, 43, 21, 0.78) 100%);
}

.why__photo-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px 56px;
}

.why__photo-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-200);
  opacity: 0.8;
  margin-bottom: 20px;
  display: block;
}

.why__photo-h {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 32px;
}

.why__photo-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
}

.why__photo-stat {
  padding: 24px 28px 20px 0;
}

.why__photo-stat+.why__photo-stat {
  padding-left: 28px;
}

.why__ps-n {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.why__ps-n .acc {
  color: var(--accent-200);
}

.why__ps-l {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.why__content-col {
  padding: 100px 80px 100px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}

.why__hdr {
  margin-bottom: 52px;
  max-width: 580px;
  padding-bottom: 0;
  border-bottom: none;
}

.why__hdr .sec-tag {
  color: var(--green-600);
}

.why__hdr .sec-h2 {
  margin-top: 16px;
}

.why__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
}

.why__item {
  display: block;
  padding: 24px 0;
  border-top: 1px solid var(--neutral-300);
  position: relative;
  background: transparent;
  transition: background 0.2s;
}

.why__item:last-child {
  border-bottom: 1px solid var(--neutral-300);
}

.why__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-200);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.why__item:hover::before {
  width: 100%;
}

.why__item-num {
  font-family: var(--font-sans);
  font-size: 28px;
  font-weight: 400;
  color: var(--neutral-300);
  line-height: 1;
  letter-spacing: -0.02em;
  padding-top: 2px;
  transition: color 0.3s;
}

.why__item:hover .why__item-num {
  color: var(--accent-300);
}

.why__text {
  font-size: 16px;
  line-height: 1.65;
  color: var(--gray-700);
  padding-top: 4px;
  font-weight: 400;
}

/* ==========================================================================
   DATA & SECURITY TRUST SECTION
   ========================================================================== */
.trust-sec {
  background: var(--midnight-green);
  padding: 100px 0;
}

.trust-sec__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.trust-sec__tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--brand-green-rgb), 0.82);
  margin-bottom: 28px;
}

.trust-sec__h2 {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 24px;
}

.trust-sec__body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.trust-sec__right {
  display: grid;
  gap: 24px;
}

.trust-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}

.trust-item__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-200);
  margin-bottom: 8px;
}

.trust-item__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
}

/* ==========================================================================
   EDITORIAL STATS STRIP BANNER
   ========================================================================== */
.editorial-banner {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.editorial-banner__bg {
  position: absolute;
  inset: 0;
}

.editorial-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.editorial-banner__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(12, 43, 21, 0.94) 0%, rgba(12, 43, 21, 0.72) 52%, rgba(12, 43, 21, 0.44) 100%);
}

.editorial-banner__content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.editorial-banner__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-200);
  margin-bottom: 28px;
  display: block;
}

.editorial-banner__quote {
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.9vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  max-width: 600px;
  margin-bottom: 52px;
}

.editorial-banner__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-item {
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 32px;
}

.stat-item:first-child {
  padding-left: 0;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item__n {
  font-family: var(--font-serif);
  font-size: clamp(38px, 3.8vw, 54px);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.stat-item__l {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.5;
}

@media (max-width: 860px) {
  .editorial-banner__stats {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
  }

  .stat-item {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    padding-right: 32px;
  }
}

@media (max-width: 480px) {
  .editorial-banner__stats {
    grid-template-columns: 1fr;
  }

  .stat-item:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
}

/* ==========================================================================
   WHO WE WORK WITH (INDUSTRY SECTOR CARDS)
   ========================================================================== */
.ind__hdr {
  margin-bottom: 52px;
}

.ind__hdr .sec-h2 {
  margin-top: 18px;
}

.ind__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.ind-card {
  background: var(--neutral-200);
  border-top: 3px solid var(--midnight-green);
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease;
}

.ind-card:hover {
  transform: translateY(-2px);
}

.ind-card__img {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.ind-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.ind-card:hover .ind-card__img img {
  transform: scale(1.05);
}

.ind-card__body {
  padding: 28px;
}

.ind-card__name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--midnight-green);
  margin-bottom: 8px;
  line-height: 1.2;
}

.ind-card__detail {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.62;
}

@media (max-width: 1000px) {
  .ind__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 580px) {
  .ind__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   TEAM SECTION
   ========================================================================== */
.team__hdr {
  margin-bottom: 56px;
}

.team__hdr .sec-h2 {
  margin-top: 18px;
}

.team__sub {
  margin-top: 14px;
  font-size: 17px;
  color: var(--gray-700);
  max-width: 480px;
  line-height: 1.65;
}

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

.team-card {
  background: var(--neutral-100);
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(12, 43, 21, 0.05);
}

.team-card__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--neutral-300);
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-card__name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--midnight-green);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.team-card__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green-600);
  margin-bottom: 14px;
}

.team-card__bio {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--gray-700);
}

@media (max-width: 900px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-card {
    padding: 24px 20px;
  }

  .team-card__photo {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .team-card__name {
    font-size: 18px;
  }

  .team-card__bio {
    font-size: 14px;
  }
}

/* ==========================================================================
   FAQ & ACCORDIONS
   ========================================================================== */
.faq__hdr {
  margin-bottom: 48px;
}

.faq__hdr .sec-h2 {
  margin-top: 18px;
}

.faq__wrap {
  /* max-width: 720px; */
}

.faq-row {
  border-top: 1px solid var(--gray-300);
}

.faq-row:last-child {
  border-bottom: 1px solid var(--gray-300);
}

.faq-row__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  background: none;
  border: none;
  text-align: left;
}

.faq-row__q {
  font-size: 17px;
  font-weight: 600;
  color: var(--midnight-green);
  line-height: 1.4;
}

.faq-row__ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--midnight-green);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-row.is-open .faq-row__ico {
  transform: rotate(45deg);
}

.faq-row__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-row.is-open .faq-row__panel {
  max-height: 260px;
}

.faq-row__ans {
  padding: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  color: var(--gray-700);
  max-width: 580px;
}

/* ==========================================================================
   CLOSING CTA BAND & SECTION
   ========================================================================== */
.cta-section {
  background: var(--midnight-green);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 0%, rgba(var(--brand-green-rgb), 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section__inner {
  position: relative;
}

.cta-section__h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 400;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.12;
  max-width: 800px;
  margin: 0 auto 24px;
}

.cta-section__body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto 48px;
}

.cta-section__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.cta-section__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  margin: 0 auto 28px;
}

.cta-section__divider::before,
.cta-section__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cta-section__divider span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

.cta-section__alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px 24px;
  max-width: 560px;
  margin: 0 auto;
  transition: border-color 0.2s, background 0.2s;
}

.cta-section__alt:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(var(--brand-green-rgb), 0.25);
}

.cta-section__alt-label {
  flex: 1;
  text-align: left;
}

.cta-section__alt-label strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.cta-section__alt-label span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.cta-section__alt-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--brand-green-rgb), 0.12);
  color: var(--accent-200);
  flex-shrink: 0;
  transition: background 0.2s;
}

.cta-section__alt:hover .cta-section__alt-arrow {
  background: rgba(var(--brand-green-rgb), 0.2);
}

/* ── Ops Health Check band ─────────────────────────────────────────────────── */

.ohc-band {
  background:
    linear-gradient(180deg, rgba(var(--brand-green-rgb), 0.05) 0%, rgba(var(--brand-green-rgb), 0) 34%),
    #101a14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ohc-band__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 56px 0;
}

.ohc-band__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-200);
  margin-bottom: 16px;
}

.ohc-band__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-200);
  flex-shrink: 0;
  animation: dx-pulse 2s infinite;
}

.ohc-band__h {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 12px;
  max-width: 520px;
}

.ohc-band__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 480px;
}

.ohc-band__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ohc-band__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-green);
  color: var(--midnight-green);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: var(--radius-btn);
  white-space: nowrap;
  transition: background 0.2s, gap 0.2s;
}

.ohc-band__btn:hover {
  background: var(--brand-green-hover);
  gap: 14px;
}

.ohc-band__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
}

@media (max-width: 768px) {
  .ohc-band__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }

  .ohc-band__right {
    align-items: flex-start;
  }
}

/* ── end Ops Health Check band ─────────────────────────────────────────────── */

.cta-band {
  padding: 84px 0;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-green-rgb), 0.14), transparent 18rem),
    linear-gradient(145deg, #0d1812 0%, #14231b 100%);
  color: var(--white);
}

.cta-band__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-band__copy p {
  margin: 18px 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}

.cta-band__copy h2 {
  color: var(--white);
}

.cta-band--light {
  background: linear-gradient(180deg, var(--surface-secondary) 0%, var(--bg-secondary) 100%);
  border-top: 1px solid rgba(var(--surface-inverse-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--surface-inverse-rgb), 0.08);
  color: var(--midnight-green);
}

.cta-band--light .cta-band__copy h2 {
  color: var(--midnight-green);
}

.cta-band--light .cta-band__copy p {
  color: var(--gray-700);
}

@media (max-width: 860px) {
  .cta-band__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-band .section__actions {
    justify-content: center;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background:
    radial-gradient(circle at top right, rgba(var(--brand-green-rgb), 0.1) 0%, transparent 22rem),
    linear-gradient(180deg, rgba(var(--brand-green-rgb), 0.04) 0%, rgba(var(--brand-green-rgb), 0) 30%),
    #111713;
  color: var(--white);
  padding: 96px 0 48px;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(0, 1.35fr);
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 72px;
  padding-bottom: 56px;
}

.site-footer__brand {
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer__logo {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.footer__tagline {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  max-width: 320px;
  line-height: 1.75;
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 28px 40px;
}

.footer__col-hdr {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.34);
  margin-bottom: 18px;
}

.footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__col-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  transition: color 0.2s, transform 0.2s ease;
}

.footer__col-link:hover {
  color: var(--white);
  transform: translateX(2px);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 30px;
  gap: 24px;
}

.footer__legal {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.38);
}

.footer__contact {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-200);
  transition: color 0.2s;
}

.footer__contact:hover {
  color: var(--accent-300);
}

@media (max-width: 960px) {
  .footer {
    padding: 80px 0 40px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 40px;
  }

  .footer__cols {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}

@media (max-width: 768px) {
  .footer__top {
    gap: 32px;
  }

  .footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .site-footer__brand {
    padding: 24px 24px 26px;
  }
}

/* ==========================================================================
   SCROLL REVEALS & KEYFRAME EFFECTS
   ========================================================================== */
.rv {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.rv.in {
  opacity: 1;
  transform: translateY(0);
}

.rv-d1 {
  transition-delay: 0.12s;
}

.rv-d2 {
  transition-delay: 0.24s;
}

.rv-d3 {
  transition-delay: 0.36s;
}

/* Staggers */
.bn__item {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s;
}

.sec--bn-bcg.is-visible .bn__item {
  opacity: 1;
  transform: translateX(0);
}

.bn__item:nth-child(1) {
  transition-delay: 0.15s;
}

.bn__item:nth-child(2) {
  transition-delay: 0.25s;
}

.bn__item:nth-child(3) {
  transition-delay: 0.35s;
}

.bn__item:nth-child(4) {
  transition-delay: 0.45s;
}

.bn__item:nth-child(5) {
  transition-delay: 0.55s;
}

.bn__item:nth-child(6) {
  transition-delay: 0.65s;
}

@media (max-width: 960px) {
  .bn__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .bn__left {
    position: static;
  }

  .bn__stat-strip {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
  }

  .bn__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 540px) {
  .bn__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bn__item-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .proof__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 860px) {
  .why__split {
    grid-template-columns: 1fr;
  }

  .why__photo-col {
    min-height: 400px;
  }

  .why__content-col {
    padding: 64px var(--page-gutter);
  }
}

@media (max-width: 540px) {
  .why__photo-inner {
    padding: 40px var(--page-gutter);
  }

  .why__photo-stats {
    grid-template-columns: 1fr;
  }

  .why__photo-stat {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .why__photo-stat:last-child {
    border-bottom: none;
  }

  .why__photo-stat+.why__photo-stat {
    padding-left: 0;
  }
}

.why__item {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s;
}

.why__item.in {
  opacity: 1;
  transform: translateX(0);
}

.va__item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.va__item.in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  .rv,
  .bn__item,
  .why__item,
  .va__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================================
   SERVICES REDESIGN (BCG CONSULTING STYLE UTILITIES)
   ========================================================================== */

/* 1. Page Hero Split */
.page-hero__split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
}

.page-hero__image-col {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(12, 43, 21, 0.08);
  aspect-ratio: 21/9;
}

.page-hero__image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__image-col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.12) 0%, rgba(var(--surface-inverse-rgb), 0.05) 100%);
  pointer-events: none;
  z-index: 2;
}

/* 2. Lanes Comparative Grid */
.lanes-comparative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}

.lane-card {
  background: var(--white);
  border: 1px solid rgba(12, 43, 21, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12, 43, 21, 0.02);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.lane-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(12, 43, 21, 0.06);
}

.lane-card__image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background: var(--neutral-100);
}

.lane-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.lane-card__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.1) 0%, rgba(var(--surface-inverse-rgb), 0.04) 100%);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.lane-card:hover .lane-card__image img {
  transform: scale(1.05);
}

.lane-card:hover .lane-card__image::after {
  background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.14) 0%, rgba(var(--surface-inverse-rgb), 0.03) 100%);
}

.lane-card__content {
  padding: 44px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: var(--neutral-100);
}

.lane-card__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 12px;
}

.lane-card__title {
  font-size: clamp(22px, 2.2vw, 28px);
  color: var(--midnight-green);
  margin-bottom: 16px;
  line-height: 1.2;
}

.lane-card__body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 24px;
}

.lane-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lane-card__list-item {
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.lane-card__list-item svg {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--green-600);
}

/* 3. Services Slides Matrix */
.services-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(12, 43, 21, 0.08);
  border-left: 1px solid rgba(12, 43, 21, 0.08);
  margin-top: 48px;
}

.services-matrix__item {
  border-right: 1px solid rgba(12, 43, 21, 0.08);
  border-bottom: 1px solid rgba(12, 43, 21, 0.08);
  padding: 48px;
  background: var(--white);
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.services-matrix__item:hover {
  background: var(--neutral-100);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(12, 43, 21, 0.04);
  z-index: 2;
}

.services-matrix__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--brand-green-rgb), 0.12);
  color: var(--midnight-green);
  border-radius: 12px;
  margin-bottom: 24px;
  transition: background 0.2s, color 0.2s;
}

.services-matrix__item:hover .services-matrix__icon {
  background: var(--midnight-green);
  color: var(--accent-200);
}

.services-matrix__title {
  font-size: 20px;
  color: var(--midnight-green);
  margin-bottom: 12px;
  font-family: var(--font-serif);
}

.services-matrix__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray-700);
  margin-bottom: 24px;
  flex-grow: 1;
}

.services-matrix__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s, text-decoration 0.2s;
}

.services-matrix__link svg {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.services-matrix__link:hover {
  color: var(--midnight-green) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.services-matrix__link:hover svg {
  transform: translateX(6px) !important;
}

.services-matrix__item:hover .services-matrix__link {
  color: var(--midnight-green);
}

.services-matrix__item:hover .services-matrix__link svg {
  transform: translateX(3px);
}

/* 4. Problems Matrix (2x2) */
.problems-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(12, 43, 21, 0.08);
  border-left: 1px solid rgba(12, 43, 21, 0.08);
  margin-top: 48px;
}

.problems-matrix__cell {
  border-right: 1px solid rgba(12, 43, 21, 0.08);
  border-bottom: 1px solid rgba(12, 43, 21, 0.08);
  padding: 48px;
  background: var(--white);
  transition: background 0.3s ease;
}

.problems-matrix__cell:hover {
  background: var(--neutral-100);
}

.problems-matrix__title {
  font-size: 20px;
  color: var(--midnight-green);
  margin-bottom: 12px;
  font-family: var(--font-serif);
}

.problems-matrix__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray-700);
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .page-hero__image-col {
    max-width: 100%;
    aspect-ratio: 16/9;
  }

  .services-matrix {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lanes-comparative {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lane-card__content {
    padding: 32px;
  }

  .lane-card__image {
    height: 240px;
  }
}

@media (max-width: 680px) {
  .services-matrix {
    grid-template-columns: 1fr;
  }

  .services-matrix__item {
    padding: 36px;
  }

  .problems-matrix {
    grid-template-columns: 1fr;
  }

  .problems-matrix__cell {
    padding: 36px;
  }
}

/* Quote Card Component (used in Why Floges etc) */
.quote-card {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-card__text {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.4;
  color: var(--white) !important;
}

.quote-card__meta {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66) !important;
}

@media (max-width: 768px) {
  .quote-card {
    padding: 30px;
  }
}

/* ==========================================================================
   NEW STYLES FOR UPDATED HOMEPAGE LAYOUT
   ========================================================================== */

.why__content-solo {
  max-width: 800px;
  margin: 0 auto;
}

.why__quote {
  margin-top: 48px;
  padding: 32px 40px;
  background: rgba(var(--surface-inverse-rgb), 0.03);
  border-left: 3px solid var(--green-500);
  border-radius: 0 16px 16px 0;
}

.why__quote p {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.5;
  color: var(--midnight-green);
  margin-bottom: 12px;
  font-style: italic;
}

.why__quote footer {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Timeline updates */
.method__step-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method__friction {
  font-size: 12px;
  line-height: 1.4;
  color: #b02a37;
  background: rgba(220, 53, 69, 0.04);
  border: 1px solid rgba(220, 53, 69, 0.12);
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  margin-top: 16px;
  max-width: 240px;
  display: inline-block;
}

.proof-card__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-600);
  margin: 0;
}

/* Proof card outcome updates */
.proof-card__outcome {
  border-top: 1px solid rgba(12, 43, 21, 0.06);
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.5;
  margin-top: auto;
  /* Push outcome to card bottom */
}

.proof-card__outcome strong {
  color: var(--green-600);
  font-weight: 600;
}

@keyframes dx-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.8);
  }
}

/* ==========================================================================
   SUCCESS / THANK YOU MODAL & COMPOSER
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(12, 43, 21, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 520px;
  width: min(calc(100% - 32px), 500px);
  text-align: center;
  box-shadow: 0 30px 80px rgba(12, 43, 21, 0.25);
  border: 1px solid rgba(12, 43, 21, 0.08);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.modal-backdrop.is-active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.2s, opacity 0.2s;
  color: var(--midnight-green);
  opacity: 0.5;
}

.modal-close:hover {
  background: var(--neutral-100);
  opacity: 1;
}

.modal-title {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--midnight-green);
  margin-bottom: 8px;
}

.modal-body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-700);
  margin-bottom: 12px;
}

.modal-body.subtext {
  font-size: 13.5px;
  color: var(--gray-500);
  margin-bottom: 20px;
}

.modal-link {
  color: var(--green-600);
  text-decoration: underline;
  font-weight: 500;
}

.modal-btn {
  width: 100%;
}

/* SVG Checkmark Drawing Keyframes */
.success-checkmark {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 16px;
}

.success-checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2.5;
  stroke-miterlimit: 10;
  stroke: var(--green-500);
  fill: none;
}

.success-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 3.5;
  stroke: var(--green-500);
  stroke-linecap: round;
}

.modal-backdrop.is-active .success-checkmark__circle {
  animation: stroke-circle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.modal-backdrop.is-active .success-checkmark__check {
  animation: stroke-check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes stroke-circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke-check {
  100% {
    stroke-dashoffset: 0;
  }
}

/* =========================================
     EMAIL PREVIEW COMPOSER (INSIDE MODAL)
   ========================================= */
.email-preview-window {
  margin: 18px 0 20px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(12, 43, 21, 0.12);
  background: #142019;
  color: #e2e8f0;
  text-align: left;
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.3);
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12.5px;
}

.email-preview-header {
  background: #101712;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.email-dots {
  display: flex;
  gap: 6px;
}

.email-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.email-dot--red { background: #ef4444; }
.email-dot--yellow { background: #eab308; }
.email-dot--green { background: #22c55e; }

.email-preview-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35);
  font-weight: 700;
}

.email-preview-actions {
  display: flex;
  align-items: center;
}

.email-preview-row {
  padding: 9px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
}

.email-preview-label {
  width: 64px;
  color: rgba(255,255,255,0.4);
  flex-shrink: 0;
  font-weight: 600;
}

.email-preview-value {
  color: var(--brand-green);
  overflow-wrap: break-word;
  word-break: break-all;
}

.email-preview-body {
  padding: 14px;
  background: #121a15;
  min-height: 100px;
  max-height: 140px;
  overflow-y: auto;
  color: #e2e8f0;
  line-height: 1.5;
  white-space: pre-wrap;
}

.copy-draft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: #cbd5e1;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.copy-draft-btn:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.copy-draft-btn svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
}

/* ==========================================================================
   CUSTOM VERTICAL REDESIGN COMPONENTS
   ========================================================================== */

/* 1. Manufacturing - PLC-to-ERP Data Flow Diagram */
.mfg-flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0;
  width: 100%;
}

.mfg-node {
  background: var(--white);
  border: 1px solid rgba(12, 43, 21, 0.08);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.mfg-node:hover {
  transform: translateY(-2px);
  border-color: var(--green-600);
}

.mfg-node__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.mfg-node__tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green-600);
  background: rgba(var(--surface-inverse-rgb), 0.08);
  padding: 4px 8px;
  border-radius: 4px;
}

.mfg-node__title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--midnight-green);
}

.mfg-node__body {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5;
}

.mfg-connector {
  height: 40px;
  width: 2px;
  background: rgba(var(--surface-inverse-rgb), 0.15);
  margin: 0 auto;
  position: relative;
}

.mfg-connector::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-200);
  transform: translateX(-50%);
  animation: flowDown 2s infinite linear;
}

@keyframes flowDown {
  0% { top: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@media (min-width: 960px) {
  .mfg-flow {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    gap: 32px;
  }

  .mfg-node {
    flex: 1;
  }

  .mfg-connector {
    height: 2px;
    width: 48px;
    margin: auto 0;
  }

  .mfg-connector::after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation: flowRight 2s infinite linear;
  }
}

@keyframes flowRight {
  0% { left: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

/* 2. Logistics - Automated Timeline UI */
.log-timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-left: 28px;
  margin: 32px 0;
}

.log-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 9px;
  width: 2px;
  background: var(--neutral-300);
}

.log-step {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid rgba(12, 43, 21, 0.06);
  box-shadow: 0 4px 20px rgba(12, 43, 21, 0.02);
}

.log-step::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--neutral-400);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--neutral-300);
  transform: translateX(-50%);
  z-index: 2;
}

.log-step--success::before {
  background: var(--green-500);
  box-shadow: 0 0 0 1px var(--green-500);
}

.log-step--alert {
  border-color: rgba(239, 68, 68, 0.2);
  background: rgba(239, 68, 68, 0.02);
}

.log-step--alert::before {
  background: #ef4444;
  box-shadow: 0 0 0 1px #ef4444;
  animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
  70% { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.log-step__time {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 4px;
}

.log-step__h {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--midnight-green);
  margin-bottom: 6px;
}

.log-step__body {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5;
}

.log-step__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 8px;
}

.log-step__tag--sms {
  background: rgba(var(--surface-inverse-rgb), 0.08);
  color: var(--green-600);
}

.log-step__tag--alert {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

/* 3. Real Estate Operations - Broker Portal UI */
.prop-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0;
}

.prop-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(12, 43, 21, 0.08);
  padding: 20px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.prop-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.prop-card__name {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--midnight-green);
}

.prop-card__status {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: 12px;
}

.prop-card__status--available {
  background: rgba(var(--brand-green-hover-rgb), 0.1);
  color: var(--green-600);
}

.prop-card__status--reserved {
  background: rgba(12, 43, 21, 0.06);
  color: var(--midnight-green);
}

.prop-card__detail {
  font-size: 13px;
  color: var(--gray-500);
}

.prop-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--gray-200);
}

.prop-card__broker {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-700);
}

.prop-card__btn {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: var(--radius-btn);
  background: var(--neutral-200);
  color: var(--midnight-green);
  transition: all 0.2s;
}

.prop-card__btn:hover {
  background: var(--midnight-green);
  color: var(--white);
}

/* 4. Software & SaaS - Onboarding Funnel Visualizer */
.saas-funnel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0;
  width: 100%;
}

.saas-funnel__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.saas-funnel__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-700);
  text-align: left;
}

@media (min-width: 480px) {
  .saas-funnel__row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .saas-funnel__label {
    width: 140px;
    text-align: right;
    flex-shrink: 0;
  }
}

.saas-funnel__track {
  flex-grow: 1;
  background: var(--neutral-200);
  height: 28px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.saas-funnel__bar {
  background: linear-gradient(90deg, var(--green-600) 0%, var(--green-500) 100%);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.saas-funnel__bar--dropoff {
  background: linear-gradient(90deg, #ef469d 0%, #f299c7 100%);
  line-height: 90%;
}

.saas-funnel__percent {
  font-size: 12px;
  font-weight: 700;
  color: var(--midnight-green);
  width: 44px;
  text-align: left;
  flex-shrink: 0;
}

/* ==========================================================================
   NEW COPY, BRANDING & LEAD MAGNET COMPONENT STYLES
   ========================================================================= */

/* 1. Lead Magnet Card (Featured Case Study Download) */
.lead-magnet-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  background: linear-gradient(135deg, #0d1812 0%, #15251c 100%);
  border: 1px solid rgba(111, 207, 79, 0.2);
  border-radius: var(--radius-lg);
  padding: 48px;
  color: var(--white);
  align-items: center;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

@media (max-width: 860px) {
  .lead-magnet-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
    text-align: center;
  }
}

.lead-magnet-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

@media (max-width: 860px) {
  .lead-magnet-card__body {
    align-items: center;
  }
}

.lead-magnet-card__body .pill--brand {
  background: rgba(111, 207, 79, 0.12);
  color: var(--brand-green);
  border: 1px solid rgba(111, 207, 79, 0.3);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 20px;
}

.lead-magnet-card__h {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--white);
  text-align: left;
}

@media (max-width: 860px) {
  .lead-magnet-card__h {
    text-align: center;
  }
}

.lead-magnet-card__p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 520px;
  text-align: left;
}

@media (max-width: 860px) {
  .lead-magnet-card__p {
    text-align: center;
  }
}

/* Form Styling */
.lead-magnet-form {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 480px;
}

@media (max-width: 560px) {
  .lead-magnet-form {
    flex-direction: column;
    gap: 12px;
  }
}

.lead-magnet-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  padding: 14px 24px;
  color: var(--white);
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.lead-magnet-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(111, 207, 79, 0.2);
}

/* 2. PDF Mockup Graphic */
.lead-magnet-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pdf-mockup {
  width: 240px;
  height: 310px;
  background: linear-gradient(145deg, #182c20 0%, #0c1811 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.pdf-mockup:hover {
  transform: translateY(-8px) rotate(2deg);
}

.pdf-mockup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, transparent 10%, rgba(0, 0, 0, 0.25) 50%, transparent 90%, rgba(255, 255, 255, 0.15) 100%);
  pointer-events: none;
}

.pdf-mockup__header {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--brand-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}

.pdf-mockup__title {
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: left;
}

.pdf-mockup__stat {
  font-family: var(--font-sans);
  font-size: 42px;
  font-weight: 700;
  color: var(--brand-green);
  line-height: 1;
  margin-bottom: 4px;
  text-align: left;
}

.pdf-mockup__stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}

.pdf-mockup__badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: var(--brand-green);
  color: var(--text-primary);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 4px;
}

/* 3. Closing CTA Band Button Layout Updates */
.cta-band__btn-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.cta-band__btn-group .btn {
  white-space: nowrap;
}

@media (max-width: 860px) {
  .cta-band__btn-group {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .cta-band__btn-group .btn {
    width: 100%;
    max-width: 320px;
  }
}

.btn-secondary-light {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: transparent;
}

.btn-secondary-light:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
