/* ============================================================================
   Brivon — Modern Photography Studio HTML Template
   Free template by html.design.
   Visual direction: editorial-brutalist photography studio. Near-black ground
   throughout (#0A0A0C), paper-ivory text (#F4F4F0), one electric lime accent
   (#D4FF3D) used sparingly on tags, hover states, and signature micro-elements.
   Display in Boldonse (heavy condensed display, line-height 1.25), body in
   Inter Tight, captions in Geist Mono. Designed for commercial photographers,
   editorial studios, documentary teams, and visual-arts producers.
   No editorial serif, no cream zone, no warm earth — palette is intentionally
   cool-dark with one saturated accent.
   ============================================================================ */

/* ---------- 1. Tokens ---------------------------------------------------- */
:root {
  /* Palette — charcoal ground + electric lime accent.
     Distinct from every shipped html.design template. */
  --ink-000:        #050507;          /* deepest — used behind hero photo */
  --ink-deep:       #0A0A0C;          /* primary surface, body bg */
  --ink:            #111114;          /* default cards / sections */
  --ink-card:       #18181C;          /* elevated card body */
  --ink-elev:       #232328;          /* hover / next elevation */
  --ink-line:       rgba(244, 244, 240, 0.08);
  --ink-line-soft:  rgba(244, 244, 240, 0.04);
  --ink-rule:       rgba(244, 244, 240, 0.16);

  --paper:          #F4F4F0;          /* primary text on dark */
  --paper-soft:     #C9C9C2;          /* secondary text */
  --paper-mute:     #80807A;          /* tertiary / captions */
  --paper-deep:     #5A5A55;          /* hairlines / quiet labels */
  --paper-tile:     #F4F4F0;          /* reverse-tile background */
  --paper-tile-2:   #E5E5DE;          /* alt reverse tile */

  --lime:           #D4FF3D;          /* signature accent — electric lime */
  --lime-soft:      #E2FF73;          /* lighter variant */
  --lime-deep:      #9CCB1F;          /* hover / pressed */
  --lime-glow:      rgba(212, 255, 61, 0.20);

  --cobalt:         #1A2EFF;          /* tiny secondary — used once on prints CTA hover only */

  /* Semantic surfaces */
  --bg:             var(--ink-deep);
  --bg-alt:         var(--ink-000);
  --bg-card:        var(--ink-card);
  --bg-elev:        var(--ink-elev);
  --bg-tile:        var(--paper-tile);   /* reverse-mode sections */

  --fg:             var(--paper);
  --fg-soft:        var(--paper-soft);
  --fg-mute:        var(--paper-mute);
  --fg-deep:        var(--paper-deep);
  --fg-on-tile:     var(--ink-deep);
  --fg-on-tile-mute:#5A5A55;

  --rule:           var(--ink-line);
  --rule-strong:    var(--ink-rule);
  --rule-lime:      rgba(212, 255, 61, 0.35);

  --primary:        var(--lime);
  --primary-deep:   var(--lime-deep);
  --accent:         var(--lime);

  /* Typography — Boldonse display, Inter Tight body, Geist Mono captions.
     Per memory: Boldonse needs line-height 1.25 minimum, never below 1.15. */
  --font-display:   'Boldonse', 'Inter Tight', system-ui, -apple-system, sans-serif;
  --font-body:      'Inter Tight', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono:      'Geist Mono', 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --text-xs:    0.75rem;
  --text-sm:    0.8125rem;
  --text-base:  clamp(1rem, 0.94rem + 0.28vw, 1.0625rem);
  --text-lg:    clamp(1.125rem, 1rem + 0.45vw, 1.25rem);
  --text-xl:    clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  --text-2xl:   clamp(1.5rem, 1.25rem + 0.95vw, 2rem);
  --text-3xl:   clamp(1.875rem, 1.45rem + 1.7vw, 2.75rem);
  --text-4xl:   clamp(2.5rem, 1.75rem + 2.6vw, 4rem);
  --text-5xl:   clamp(2.8rem, 1.9rem + 3.4vw, 4.75rem);
  --text-mega:  clamp(2.5rem, 1.6rem + 3vw, 4.5rem);

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-7:  3rem;
  --space-8:  4.5rem;
  --space-9:  6.5rem;
  --space-10: 9rem;
  --space-11: 12rem;

  --radius-xs:  4px;
  --radius-sm:  8px;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --radius-2xl: 40px;
  --radius-full: 999px;

  --container:        1340px;
  --container-wide:   1480px;
  --container-narrow: 1080px;
  --gutter:           clamp(1.25rem, 1rem + 1.5vw, 2.25rem);

  --shadow-xs:  0 1px 2px rgba(0, 0, 0, 0.45);
  --shadow-sm:  0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow:     0 16px 36px -12px rgba(0, 0, 0, 0.55);
  --shadow-md:  0 24px 56px -18px rgba(0, 0, 0, 0.55);
  --shadow-lg:  0 48px 96px -32px rgba(0, 0, 0, 0.6);
  --shadow-lime: 0 22px 60px -22px rgba(212, 255, 61, 0.25);

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast:   180ms;
  --dur-base:   320ms;
  --dur-slow:   620ms;
}

/* ---------- 2. Reset / base --------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--lime); color: var(--ink-000); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--lime); color: var(--ink-000);
  padding: var(--space-3) var(--space-5);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  z-index: 999;
}
.skip-link:focus { left: var(--space-4); top: var(--space-4); }

/* ---------- 3. Layout ---------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--wide   { max-width: var(--container-wide); }
.container--narrow { max-width: var(--container-narrow); }

section.compact  { padding-block: var(--space-7); }
section.snug     { padding-block: var(--space-8); }

.grid { display: grid; gap: var(--space-6); }
.flex { display: flex; }
.center-row { display: flex; align-items: center; gap: var(--space-4); }

/* ---------- 4. Typography ----------------------------------------------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.eyebrow .dot {
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 50%;
  display: inline-block;
}
.eyebrow--on-tile { color: var(--fg-on-tile-mute); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0;
  /* Per memory: Boldonse-class display fonts require >= 1.2 line-height. */
  line-height: 1.25;
  text-transform: uppercase;
}
h1 { font-size: var(--text-5xl); line-height: 1.22; }
h2 { font-size: var(--text-4xl); line-height: 1.25; }
h3 { font-size: var(--text-2xl); line-height: 1.3; }
h4 { font-size: var(--text-xl); line-height: 1.32; }

p { margin: 0 0 var(--space-4); }
p:last-child { margin-bottom: 0; }

.lede {
  font-size: var(--text-lg);
  line-height: 1.5;
  color: var(--fg-soft);
  max-width: 62ch;
}

/* ---------- 10. Trust badges row ----------------------------------------- */
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
  margin-top: 1.5rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.trust-badge svg {
  flex-shrink: 0;
  color: var(--lime);
  stroke: var(--lime);
}

.trust-badge > div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.trust-title {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg);
}

.trust-sub {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  color: var(--fg-mute);
}


.mono {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
}

.label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg-mute);
}
.label--lime { color: var(--lime); }

/* ---------- 5. Header / Nav --------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 12, 0.78);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--rule);
}
.nav {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  padding-block: var(--space-4);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 1.125rem;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
.brand-mark {
  width: 28px; height: 28px;
  background: var(--lime);
  display: inline-block;
  position: relative;
  border-radius: 4px;
}
.brand-mark::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--ink-000);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
}
.nav-links {
  display: flex;
  gap: var(--space-5);
  margin-inline-start: auto;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav-links a {
  color: var(--fg-soft);
  padding-block: 4px;
  border-bottom: 1px solid transparent;
  transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.nav-links a:hover { color: var(--fg); border-bottom-color: var(--lime); }
.nav-links a[aria-current="page"] { color: var(--lime); border-bottom-color: var(--lime); }
.nav-cta-row { display: flex; gap: var(--space-3); align-items: center; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border: 1px solid var(--rule-strong);
  border-radius: 8px;
}
.nav-toggle span {
  width: 18px; height: 2px; background: var(--fg);
  position: relative;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ''; position: absolute; left: 0; right: 0;
  height: 2px; background: var(--fg);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }

.mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--ink-000);
  z-index: 200;
  padding: var(--space-7) var(--gutter);
  display: none;
  flex-direction: column;
  gap: var(--space-5);
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  text-transform: uppercase;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer a { color: var(--fg); }
.mobile-drawer a:hover { color: var(--lime); }
.drawer-close {
  align-self: flex-end;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* ---------- 6. Buttons -------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 12px 20px;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out),
              transform var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}
.btn--primary {
  background: var(--lime);
  color: var(--ink-000);
}
.btn--primary:hover { background: var(--lime-soft); transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: var(--fg);
  border-color: var(--rule-strong);
}
.btn--ghost:hover { border-color: var(--lime); color: var(--lime); }
.btn--ghost-on-tile {
  background: transparent;
  color: var(--fg-on-tile);
  border-color: rgba(10,10,12,0.2);
}
.btn--ghost-on-tile:hover { border-color: var(--ink-000); }
.btn--dark {
  background: var(--ink-000);
  color: var(--paper);
}
.btn--dark:hover { background: var(--ink-elev); }
.btn--sm { padding: 8px 14px; font-size: var(--text-xs); }
.btn--lg { padding: 16px 28px; }
.btn .arrow { transition: transform var(--dur-fast) var(--ease-out); }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- 7. Hero ----------------------------------------------------- */
.hero {
  padding-block: var(--space-7) var(--space-4);
  background:
    radial-gradient(900px 460px at 88% 0%, var(--lime-glow), transparent 60%),
    radial-gradient(900px 520px at 0% 100%, rgba(26, 46, 255, 0.10), transparent 60%),
    var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
}
.hero-text > * + * { margin-top: var(--space-5); }
.hero-headline {
    font-size: var(--text-3xl);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.hero-headline .lime { color: var(--lime); }
.hero-headline .slash { color: var(--paper-mute); font-weight: 400; }
.hero-sub {
  color: var(--fg-soft);
  font-size: var(--text-lg);
  line-height: 1.55;
  max-width: 56ch;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  color: var(--fg-mute);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  padding-top: var(--space-3);
  border-top: 1px solid var(--rule);
  margin-top: var(--space-6);
}
.hero-meta strong { color: var(--fg); font-weight: 500; }

.hero-media {
    position: relative;
    justify-self: start;
    width: 100%;
    border-radius: var(--radius-lg);
}
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--dur-slow) var(--ease-out), filter var(--dur-base) var(--ease-out);
    filter: contrast(1.05) saturate(0.9);
    border-radius: var(--radius-lg);
}

.floating-tag {
    position: absolute;
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fg);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.floating-tag-bottom{
    position:absolute;
    bottom:16px;
    right:16px;
    font-family: var(--font-mono);
    display:flex;
    align-items:center;
    gap:15px;

    padding:12px 16px;
    min-width:220px;

    background: rgb(210 211 216 / 4%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius:14px;

    backdrop-filter:blur(10px);
}

.tag-icon{

    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--lime);
    flex-shrink:0;
}

.tag-icon img {
    height: 28px;
    width: 30px;
    
}

.tag-content{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.tag-title{
    color:#fff;
    font-size:11px;
    font-weight:500;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.tag-subtitle{
    margin-top:4px;
    color:rgba(255,255,255,.65);
    font-size:11px;
    font-weight:400;
}

.floating-tag .pill {
    background: var(--lime);
    color: var(--ink-000);
    padding: 6px 20px;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
}
.ft-top    { top: 16px; left: 72px; }
.ft-bottom { bottom: 16px; right: 16px; }
.ft-mid-r  { top: 50%; right: 16px; transform: translateY(-50%); }

/* ---------- 8. Stat strip ---------------------------------------------- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-block: 1px solid var(--rule);
  margin-top: var(--space-7);
}
.stat-cell {
  padding: var(--space-6) var(--space-5);
  border-inline-end: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.stat-cell:last-child { border-inline-end: 0; }
.stat-num {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.018em;
}
.stat-num .lime { color: var(--lime); }
.stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);    
}

/* ---------- 9. Section headers ----------------------------------------- */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-7);
  align-items: end;
  margin-bottom: var(--space-7);
}
.section-head h2 {
  font-size: var(--text-3xl);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.section-head .lede { max-width: 48ch; }

/* ---------- 10. Work grid (selected work, archive) --------------------- */
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-6);
}
.work-item {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  isolation: isolate;
}
.work-item .wm {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.work-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out), filter var(--dur-base) var(--ease-out);
}
.work-item:hover img { transform: scale(1.04); filter: contrast(1.05); }
.work-item .wm-pill {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink-000);
  color: var(--paper);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.work-item .wm-arrow {
  position: absolute;
  bottom: 14px; right: 14px;
  width: 40px; height: 40px;
  background: var(--lime);
  color: var(--ink-000);
  border-radius: var(--radius-full);
  display: flex; align-items: center; justify-content: center;
  transition: transform var(--dur-fast) var(--ease-out);
}
.work-item:hover .wm-arrow { transform: translate(2px, -2px); }
.work-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5);
  font-family: var(--font-mono);
}
.work-meta .wm-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--fg);
}
.work-meta .wm-cap {
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

.work-item--xl  { grid-column: span 8; }
.work-item--lg  { grid-column: span 7; }
.work-item--md  { grid-column: span 5; }
.work-item--sm  { grid-column: span 4; }
.work-item--xl .wm { aspect-ratio: 16 / 11; }
.work-item--lg .wm { aspect-ratio: 4 / 3; }

/* ---------- 11. Reverse-mode tile (paper section) ---------------------- */
.tile-section {
  background: var(--bg-tile);
  color: var(--fg-on-tile);
  position: relative;
}
.tile-section .eyebrow { color: var(--fg-on-tile-mute); }
.tile-section .eyebrow .dot { background: var(--ink-000); }
.tile-section .lede { color: #2A2A28; }
.tile-section h1,
.tile-section h2,
.tile-section h3,
.tile-section h4 { color: var(--ink-000); }
.tile-section .label { color: var(--fg-on-tile-mute); }
.tile-section .mono  { color: #2A2A28; }
.tile-section .btn--ghost { color: var(--ink-000); border-color: rgba(10,10,12,0.25); }
.tile-section .btn--ghost:hover { border-color: var(--ink-000); }
.tile-section hr { border: 0; border-top: 1px solid rgba(10,10,12,0.15); }

/* ---------- 12. Chapter opener ----------------------------------------- */
.chapter {
  padding-block: var(--space-9);
}
.chapter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: var(--space-8);
  align-items: start;
}
.chapter-grid .label { margin-bottom: var(--space-4); }
.chapter-body p {
  font-size: var(--text-lg);
  line-height: 1.65;
  color: var(--fg-soft);
  max-width: 60ch;
}
.tile-section .chapter-body p { color: #2A2A28; }
.pull-quote {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-block: var(--space-6);
  padding-inline-start: var(--space-5);
  border-inline-start: 3px solid var(--lime);
  max-width: 22ch;
}
.tile-section .pull-quote { color: var(--ink-000); border-color: var(--ink-000); }
.pull-quote cite {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);
  margin-top: var(--space-3);
  font-style: normal;
}

/* ---------- 13. Capability bento --------------------------------------- */
.cap-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-5);
}
.cap-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.cap-card:hover { border-color: var(--rule-lime); background: var(--ink-elev); }
.cap-card .label { color: var(--fg-mute); }
.cap-card h3 {
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
}
.cap-card p { color: var(--fg-soft); }
.cap-card .cap-num {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
}
.cap-card--wide { grid-column: span 6; }
.cap-card--std  { grid-column: span 3; }
.cap-card--tall { grid-column: span 4; grid-row: span 2; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; }
.cap-card--tall img { width: 100%; height: 100%; object-fit: cover; }
.cap-card--tall .cap-tall-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--space-5);
  background: linear-gradient(180deg, transparent, rgba(10,10,12,0.85));
  color: var(--paper);
}
.cap-card--tall { position: relative; }

/* ---------- 14. Process / numbered steps ------------------------------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  counter-reset: step;
}
.process-card {
  padding: var(--space-6);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.process-card::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.12em;
  color: var(--lime);
}
.process-card h3 { font-size: var(--text-lg); text-transform: uppercase; }
.process-card p { color: var(--fg-soft); font-size: var(--text-base); }

/* ---------- 15. Split-image chapter ------------------------------------ */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
  padding-block: var(--space-9);
}
.split--reverse .split-text { order: 2; }
.split-text { display: flex; flex-direction: column; gap: var(--space-5); }
.split-text h2 { font-size: var(--text-3xl); line-height: 1.22; text-transform: uppercase; }
.split-text p { color: var(--fg-soft); font-size: var(--text-base); line-height: 1.6; }
.tile-section .split-text p { color: #2A2A28; }
.split-fact-list {
  list-style: none;
  margin: 0; padding: 0;
  border-top: 1px solid var(--rule);
}
.tile-section .split-fact-list { border-top-color: rgba(10,10,12,0.15); }
.split-fact-list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: var(--space-4);
  padding-block: var(--space-3);
  border-bottom: 1px solid var(--rule);
  font-size: var(--text-sm);
}
.tile-section .split-fact-list li { border-bottom-color: rgba(10,10,12,0.15); }
.split-fact-list li b {
  font-family: var(--font-mono);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}
.tile-section .split-fact-list li b { color: var(--fg-on-tile-mute); }
.split-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow-md);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-img .ft-corner {
  position: absolute;
  bottom: 14px; left: 14px;
  background: var(--lime);
  color: var(--ink-000);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- 16. Press / logo strip ------------------------------------- */
.press-strip {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: var(--space-7);
  align-items: center;
  padding-block: var(--space-7);
  border-block: 1px solid var(--rule);
}
.press-strip .label { font-size: var(--text-xs); }
.press-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-7);
  align-items: center;
  color: var(--fg-mute);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.press-row span { white-space: nowrap; transition: color var(--dur-fast) var(--ease-out); }
.press-row span:hover { color: var(--fg); }

/* ---------- 17. Pricing / service tiers --------------------------------- */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.tier-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.tier-card.featured {
  background: var(--paper-tile);
  color: var(--ink-000);
  border-color: var(--paper-tile);
  box-shadow: var(--shadow-lime);
}
.tier-card.featured .label,
.tier-card.featured .tier-meta,
.tier-card.featured .tier-list li,
.tier-card.featured p { color: #2A2A28; }
.tier-card.featured .label { color: var(--fg-on-tile-mute); }
.tier-card.featured .tier-list li::before { background: var(--ink-000); }
.tier-card.featured h3 { color: var(--ink-000); }
.tier-card .label { color: var(--fg-mute); }
.tier-card h3 { font-size: var(--text-2xl); text-transform: uppercase; }
.tier-meta {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--fg-soft);
}
.tier-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  font-size: var(--text-sm);
}
.tier-list li {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  color: var(--fg-soft);
}
.tier-list li::before {
  content: '';
  width: 6px; height: 6px;
  margin-top: 8px;
  background: var(--lime);
  border-radius: 50%;
  flex-shrink: 0;
}
.tier-card.featured .tier-list li { color: #2A2A28; }
.tier-divider {
  border: 0;
  border-top: 1px solid var(--rule);
  margin-block: var(--space-3);
}
.tier-card.featured .tier-divider { border-top-color: rgba(10,10,12,0.15); }

/* ---------- 18. Forms --------------------------------------------------- */
.form-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: var(--space-7);
  display: grid;
  gap: var(--space-5);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.form-row--full { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: var(--space-2); }
.form-field label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);
}
.form-field input,
.form-field textarea,
.form-field select {
  background: var(--ink-000);
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius);
  padding: 14px 16px;
  color: var(--fg);
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
  font-family: var(--font-body);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--fg-deep); }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 0;
  border-color: var(--lime);
  background: var(--ink-elev);
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-4);
  border-top: 1px solid var(--rule);
}
.form-actions small {
  color: var(--fg-mute);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
}

/* ---------- 19. FAQ ----------------------------------------------------- */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}
.faq-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: var(--space-5) var(--space-6);
}
.faq-card h3 {
  font-size: var(--text-lg);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}
.faq-card p { color: var(--fg-soft); font-size: var(--text-sm); }

/* ---------- 20. Journal / notes grid ----------------------------------- */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.journal-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  border-top: 1px solid var(--rule);
  padding-top: var(--space-5);
}
.journal-card .j-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
}
.journal-card .j-img img { width: 100%; height: 100%; object-fit: cover; }
.journal-card h3 {
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
}
.journal-card .j-meta {
  display: flex;
  gap: var(--space-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* ---------- 21. Awards strip ------------------------------------------- */
.awards-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--rule);
}
.award-cell {
  padding: var(--space-6) var(--space-4);
  border-inline-end: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  text-align: left;
}
.award-cell:last-child { border-inline-end: 0; }
.award-num {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--lime);
}
.award-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* ---------- 22. Team grid ---------------------------------------------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}
.team-card { display: flex; flex-direction: column; gap: var(--space-3); }
.team-card .t-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-card);
}
.team-card .t-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.3); transition: filter var(--dur-base) var(--ease-out); }
.team-card:hover .t-img img { filter: grayscale(0); }
.team-card h3 {
  font-size: var(--text-base);
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.team-card .t-role {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* ---------- 23. Contact channels bento --------------------------------- */
.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
.channel-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.channel-card .label { color: var(--lime); }
.channel-card h3 { font-size: var(--text-xl); text-transform: uppercase; }
.channel-card p { color: var(--fg-soft); font-size: var(--text-sm); }
.channel-card .channel-line {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--fg);
  letter-spacing: 0.04em;
}
.channel-card a.channel-line:hover { color: var(--lime); }

/* ---------- 24. Closing CTA -------------------------------------------- */
.closing-cta {
  background: var(--lime);
  color: var(--ink-000);
  padding-block: var(--space-9);
}
.closing-cta .container { display: grid; gap: var(--space-6); }
.closing-cta h2 {
  font-size: var(--text-mega);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.018em;
  color: var(--ink-000);
  max-width: 22ch;
}
.closing-cta .lede { color: rgba(10,10,12,0.75); max-width: 52ch; }
.closing-cta .cta-row { display: flex; flex-wrap: wrap; gap: var(--space-4); }
.closing-cta .btn--dark { background: var(--ink-000); color: var(--lime); }
.closing-cta .btn--dark:hover { background: var(--ink-elev); }
.closing-cta .btn--ghost {
  background: transparent;
  border-color: rgba(10,10,12,0.4);
  color: var(--ink-000);
}
.closing-cta .btn--ghost:hover { background: var(--ink-000); color: var(--lime); border-color: var(--ink-000); }


    /* ============================================================
       PREMIUM FOOTER OVERRIDE - DARK NEON STYLE
       ============================================================ */
    .site-footer {
        background: #0A0A0C;
        border-top: 1px solid rgba(255,255,255,0.03);
        padding-block: var(--space-8) var(--space-6);
        position: relative;
        overflow: hidden;
    }
    /* Subtle Neon Glow Line on Top */
    .site-footer::before {
        content: '';
        position: absolute;
        top: -1px; left: 10%; width: 80%; height: 1px;
        background: linear-gradient(90deg, transparent, var(--lime), transparent);
        opacity: 0.4;
    }
    .footer-top {
        display: grid;
        grid-template-columns: 2fr 1.2fr 1fr 1.5fr;
        gap: var(--space-7);
        padding-bottom: var(--space-7);
        border-bottom: 1px solid rgba(255,255,255,0.04);
        position: relative;
        z-index: 2;
    }
    /* Footer Headings */
    .footer-top h4 {
        font-family: var(--font-mono);
        font-size: var(--text-xs);
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.4);
        margin-bottom: var(--space-5);
        position: relative;
    }
    .footer-top h4::after {
        content: '';
        position: absolute;
        bottom: -10px; left: 0;
        width: 24px; height: 2px;
        background: var(--lime);
    }
    /* Links */
    .footer-top ul {
        list-style: none; padding: 0; margin: 0;
        display: flex; flex-direction: column; gap: var(--space-3);
    }
    .footer-top ul a {
        color: rgba(255,255,255,0.55);
        font-size: var(--text-sm);
        transition: all 0.25s ease;
        display: inline-block;
        text-decoration: none;
    }
    .footer-top ul a:hover {
        color: var(--lime);
        transform: translateX(5px);
    }
    /* Brand Column */
    .footer-brand p {
        color: rgba(255,255,255,0.4);
        font-size: var(--text-sm);
        line-height: 1.6;
        max-width: 28ch;
        margin-top: var(--space-3);
    }
    /* Premium Social Icons */
    .footer-socials {
        display: flex; gap: var(--space-2); flex-wrap: wrap; margin-top: var(--space-4);
    }
    .footer-socials a {
        width: 38px; height: 38px;
        display: flex; align-items: center; justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.5);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        text-decoration: none;
    }
    .footer-socials a svg { width: 16px; height: 16px; fill: currentColor; }
    .footer-socials a:hover {
        background: var(--lime);
        color: #0A0A0C;
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(245, 168, 0, 0.25);
        border-color: var(--lime);
    }
    /* Footer Bottom */
    .footer-bottom {
        display: flex; justify-content: space-between; align-items: center;
        padding-top: var(--space-5);
        color: rgba(255,255,255,0.25);
        font-family: var(--font-mono); font-size: var(--text-xs); letter-spacing: 0.08em;
    }
    .footer-bottom .links { display: flex; gap: var(--space-5); }
    .footer-bottom a { color: rgba(255,255,255,0.25); transition: color 0.3s; text-decoration: none; }
    .footer-bottom a:hover { color: var(--lime); }
    
    /* Responsive */
    @media (max-width: 1100px) {
        .footer-top { grid-template-columns: 1fr 1fr; gap: var(--space-6); }
    }
    @media (max-width: 720px) {
        .footer-top { grid-template-columns: 1fr; gap: var(--space-5); }
        .footer-bottom { flex-direction: column; gap: var(--space-4); text-align: center; }
    }

/* ---------- 26. Misc helpers ------------------------------------------- */
.divider { border: 0; border-top: 1px solid var(--rule); margin: 0; }
.hidden  { display: none; }
.lime-text { color: var(--lime); }

/* ---------- 27. Reduced motion ----------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- 28. Responsive --------------------------------------------- */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-2); }
  .hero-media { max-width: 100%; aspect-ratio: 4 / 3; justify-self: stretch; }
  .section-head { grid-template-columns: 1fr; gap: var(--space-4); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-inline-end: 0; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .work-grid { grid-template-columns: repeat(6, 1fr); }
  .work-item--xl, .work-item--lg { grid-column: span 6; }
  .work-item--md, .work-item--sm { grid-column: span 3; }
  .cap-bento { grid-template-columns: repeat(6, 1fr); }
  .cap-card--wide, .cap-card--tall { grid-column: span 6; }
  .cap-card--std { grid-column: span 3; }
  .cap-card--tall { grid-row: auto; aspect-ratio: 16 / 10; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse .split-text { order: initial; }
  .press-strip { grid-template-columns: 1fr; gap: var(--space-4); }
  .tier-grid { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-grid { grid-template-columns: 1fr; }
  .awards-strip { grid-template-columns: repeat(2, 1fr); }
  .award-cell:nth-child(2) { border-inline-end: 0; }
  .award-cell:nth-child(1), .award-cell:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .chapter-grid { grid-template-columns: 1fr; gap: var(--space-6); }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .form-row { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat-cell { border-inline-end: 0; border-bottom: 1px solid var(--rule); }
  .stat-cell:last-child { border-bottom: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .work-item--xl, .work-item--lg, .work-item--md, .work-item--sm { grid-column: span 1; }
  .cap-bento { grid-template-columns: 1fr; }
  .cap-card--wide, .cap-card--std, .cap-card--tall { grid-column: span 1; }
  .process-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .awards-strip { grid-template-columns: 1fr; }
  .award-cell { border-inline-end: 0; border-bottom: 1px solid var(--rule); }
  .award-cell:last-child { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; gap: var(--space-5); }
  .hero-headline { font-size: var(--text-4xl); }
  .closing-cta h2 { font-size: var(--text-4xl); }
}


/* ============================================================
   MOBILE FIXES — Stat strip 2 cols + CTA buttons in 1 row
   ============================================================ */

/* ---------- STAT STRIP – 2 columns on all mobiles ---------- */
@media (max-width: 720px) {
  /* Override 1-column rule → force 2 columns */
  .stat-strip {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0;
  }
  .stat-cell {
    padding: var(--space-4) var(--space-2) !important;
    border-inline-end: 1px solid var(--rule) !important;
    border-bottom: 1px solid var(--rule) !important;
    min-height: auto !important;
  }
  .stat-cell:nth-child(2n) {
    border-inline-end: 0 !important;
  }
  .stat-cell:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  .stat-num {
    font-size: var(--text-2xl) !important;
    line-height: 1.1 !important;
  }
  .stat-label {
    font-size: var(--text-xs) !important;
    letter-spacing: 0.08em !important;
  }
}

/* ---------- HERO CTA BUTTONS – one row on mobile ---------- */
@media (max-width: 720px) {
    
     /* Hide hero image + trust badges on mobile */
  .hero .hero-media,
  .hero .hero-trust-row {
    display: none !important;
  }
  
  /* Reduce hero padding & headline size */
  .hero {
    padding-block: var(--space-5) var(--space-6);
  }
  
   .hero-sub {
    font-size: var(--text-base);
  }
  
  .hero-cta-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: var(--space-2) !important;
    width: 100%;
  }
  .hero-cta-row .btn {
    padding: 8px 12px !important;
    font-size: 0.7rem !important; /* small enough to fit both */
    letter-spacing: 0.04em !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    justify-content: center !important;
  }
  .hero-cta-row .btn--lg {
    padding: 8px 12px !important;
    font-size: 0.7rem !important;
  }
  /* Hide arrow on mobile to save space */
  .hero-cta-row .btn .arrow {
    display: none !important;
  }
}

/* ---------- EXTRA: very small screens (≤420px) ---------- */
@media (max-width: 420px) {
  .hero-cta-row .btn {
    font-size: 0.6rem !important;
    padding: 6px 8px !important;
  }
  .stat-num {
    font-size: var(--text-xl) !important;
  }
}


/* ============================================================
   SECTION: COURIER PARTNERS MARQUEE — Refined & Tilted
   ============================================================ */

.partners-section {
  background: var(--bg); /* Changed from --ink-000 to match body's dark */
  padding-block: var(--space-6) var(--space-7);
  position: relative;
  overflow: hidden;
}

/* Subtle striped texture */
.partners-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(212, 255, 61, 0.02) 0px,
    rgba(212, 255, 61, 0.02) 2px,
    transparent 2px,
    transparent 10px
  );
  pointer-events: none;
}

.partners-header {
  text-align: center;
  margin-bottom: var(--space-5);
  position: relative;
  z-index: 2;
}
.partners-header .eyebrow {
  font-size: var(--text-xs);
  letter-spacing: 0.15em;
  margin-bottom: var(--space-2);
}
.partners-header p {
  font-size: var(--text-lg);
  color: var(--fg-soft);
  font-weight: 400;
}
.partners-header .lime {
  color: var(--lime);
  font-weight: 600;
}

/* ----- Marquee Wrapper ----- */
.marquee-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-block: 30px !important; /* Enough for the tilt, no wasted space */
  margin: 0 !important;
  background: var(--bg); /* Match body's dark background */
 /* border-top: 1px solid var(--ink-line-soft);
  border-bottom: 1px solid var(--ink-line-soft);*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fade edges */
.marquee-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--bg) 0%,
    transparent 12%,
    transparent 88%,
    var(--bg) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* ----- Track with tilt ----- */
.marquee-track {
  display: flex;
  width: fit-content;
  transform: rotate(-2deg) !important;
  transform-origin: center center; /* Ensures rotation stays centered */
  will-change: transform;
}

.marquee-track.marquee--right {
  transform: rotate(2deg) !important;
}

/* ----- Inner container with seamless padding ----- */
.marquee-inner {
  display: flex;
  backface-visibility: hidden;
  perspective: 1000;
  flex-shrink: 0;
  gap: 14px; /* Perfect spacing between pills */
  width: max-content;
  
}

/* ----- Heavy Glass Pills ----- */
.courier-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px 8px 16px;
  background: rgba(20, 20, 25, 0.9);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--fg);
  white-space: nowrap;
  color:white !important;
  user-select: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.courier-pill--alt {
    background: var(--lime);;
}

.courier-pill--alt:hover {
  border-color: var(--paper) !important;
}

.courier-pill:hover {
  border-color: var(--lime);
}

.cpill-mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--lime);
  color: var(--ink-000);
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.65rem;
  flex-shrink: 0;
}

.courier-pill--alt .cpill-mono {
  background: var(--fg);
  color: var(--ink-000);
}

.cpill-name {
  font-weight: 500;
  font-family: var(--font-body);
  font-size: var(--text-base);
  letter-spacing: 0.02em;
}

/* ----- Mobile Responsive ----- */
@media (max-width: 720px) {
  .marquee-wrap {
    padding-block: 11px !important;
  }
  .courier-pill {
    padding: 5px 12px 5px 10px;
    gap: 6px;
    font-size: 0.65rem;
  }
  .cpill-mono {
    width: 22px;
    height: 22px;
    font-size: 0.5rem;
  }
  .cpill-name {
    font-size: var(--text-xs);
  }
  .partners-section {
    padding-block: var(--space-4) var(--space-6) ;
  }
  .marquee-track {
    transform: rotate(-1.5deg) !important;
  }
  .marquee-track.marquee--right {
    transform: rotate(1.5deg) !important;
  }
}

/* ============================================================
   SECTION 3: SERVICES — Next Generation Design
   ============================================================ */

.services-section {
  padding-block: var(--space-9);
  position: relative;
  overflow: hidden;
}

/* Subtle background glow behind the grid */
.services-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(212, 255, 61, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}

/* ---------- Base Card ---------- */
.svc-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-6) var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
  will-change: transform;
}

.svc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, rgba(212, 255, 61, 0), rgba(212, 255, 61, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.5s ease;
}

.svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 255, 61, 0.2);
  box-shadow: 0 24px 48px -18px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(212, 255, 61, 0.06);
}

.svc-card:hover::before {
  background: linear-gradient(135deg, rgba(212, 255, 61, 0.15), rgba(212, 255, 61, 0.02));
}

/* ---------- Featured Card (First one) ---------- */
.svc-card--featured {
  background: var(--bg-card);
  border-color: var(--rule-lime);
  box-shadow: 0 0 0 1px rgba(212, 255, 61, 0.1), var(--shadow-sm);
}

.svc-card--featured::before {
  background: linear-gradient(135deg, rgba(212, 255, 61, 0.2), rgba(212, 255, 61, 0.05));
}

.svc-card--featured .svc-icon {
  color: var(--lime);
  background: rgba(212, 255, 61, 0.08);
}

.svc-card--featured .svc-num {
  color: var(--lime);
}

.svc-card--featured:hover {
  border-color: var(--lime);
  box-shadow: var(--shadow-lime);
}

/* ---------- Icon ---------- */
.svc-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: var(--ink-elev);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-soft);
  transition: all 0.4s ease;
  margin-bottom: var(--space-2);
}

.svc-card:hover .svc-icon {
  color: var(--lime);
  background: rgba(212, 255, 61, 0.06);
  transform: scale(1.05);
}

/* ---------- Number ---------- */
.svc-num {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  letter-spacing: 0.12em;
  color: var(--fg-mute);
  transition: color 0.3s ease;
  line-height: 1;
}

.svc-card:hover .svc-num {
  color: var(--fg);
}

/* ---------- Title ---------- */
.svc-card h3 {
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0;
}

/* ---------- Description ---------- */
.svc-card p {
  color: var(--fg-soft);
  font-size: var(--text-base);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* ---------- Feature List ---------- */
.svc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.svc-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--fg-soft);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--ink-line);
}

.svc-list li:last-child {
  border-bottom: 0;
}

.svc-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.svc-card:hover .svc-list li::before {
  opacity: 1;
}

/* ---------- Button ---------- */
.svc-card .btn {
  margin-top: var(--space-3);
  align-self: flex-start;
}

.svc-card--featured .btn--primary {
  background: var(--lime);
  color: var(--ink-000);
  border: none;
}

.svc-card--featured .btn--primary:hover {
  background: var(--lime-soft);
  transform: translateY(-2px);
}

.svc-card .btn--ghost {
  border-color: var(--rule-strong);
  color: var(--fg-soft);
}

.svc-card .btn--ghost:hover {
  border-color: var(--lime);
  color: var(--lime);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
  
  .svc-card {
    padding: var(--space-5);
  }
  
  .svc-card h3 {
    font-size: var(--text-lg);
  }
  
  .section-head h2 {
    font-size: var(--text-3xl);
  }
}
 
/* ---------- Swiper Container ---------- */
.services-swiper {
  padding-bottom: 50px; /* Space for pagination */
  position: relative;
  overflow:visible;
  z-index: 1;
}

/* ---------- Swiper Slide ---------- */
.services-swiper .swiper-slide {
  height: auto; /* Allow cards to stretch */
  display: flex;
}

/* ---------- Card inside Swiper ---------- */
.services-swiper .svc-card {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* ---------- Swiper Pagination ---------- */
.services-pagination {
  bottom: 0 !important;
}

.services-pagination .swiper-pagination-bullet {
  background: var(--fg-mute);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.services-pagination .swiper-pagination-bullet-active {
  background: var(--lime);
  opacity: 1;
  transform: scale(1.2);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  /* Swiper handles layout automatically via breakpoints */
}

@media (max-width: 720px) {
  .svc-card {
    padding: var(--space-5);
  }
  .svc-card h3 {
    font-size: var(--text-lg);
  }
  .section-head h2 {
    font-size: var(--text-3xl);
  }
}

/* ============================================================
   SECTION 4: FEATURES — Small Tabs + Big Card
   ============================================================ */

.features-section {
  padding-bottom: var(--space-9);    
  position: relative;
  overflow: hidden;
}

/* Subtle glow */
.features-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(212, 255, 61, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- Layout ---------- */
.feat-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: var(--space-6);
  position: relative;
  z-index: 1;
  align-items: center;
}

/* ---------- Tabs (Small) ---------- */
.feat-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 4px;
}

.feat-tabs::-webkit-scrollbar {
  width: 3px;
}
.feat-tabs::-webkit-scrollbar-track {
  background: var(--ink-line);
  border-radius: 4px;
}
.feat-tabs::-webkit-scrollbar-thumb {
  background: var(--lime);
  border-radius: 4px;
}

.feat-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background: var(--bg-card);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.feat-tab:hover {
  border-color: var(--rule-lime);
  background: var(--ink-elev);
}

.feat-tab.active {
  border-color: var(--lime);
  background: rgba(212, 255, 61, 0.04);
  box-shadow: 0 0 0 1px var(--lime);
}

.feat-tab-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.feat-tab-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-mute);
  font-weight: 500;
  transition: color 0.3s ease;
  line-height: 1.2;
}

.feat-tab.active .feat-tab-label {
  color: var(--lime);
}

/* ---------- Big Card Container ---------- */
.feat-big-card-container {
  position: relative;
  min-height: 580px;
}

/* ---------- Big Card ---------- */
.feat-big-card {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ink-line-strong);
  background: rgba(20, 20, 25, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: var(--space-7);
  display: flex;
  align-items: center;
  opacity: 0;
  transform: scale(0.96) translateY(20px);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 32px 64px -20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.feat-big-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background: var(--card-tint, rgba(212, 255, 61, 0.05));
  pointer-events: none;
}

.feat-big-card.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

/* ---------- Big Card Inner ---------- */
.feat-big-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-8);
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* ---------- Text Side ---------- */
.feat-big-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.feat-big-num {
  font-family: var(--font-mono);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--fg-mute);
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--fg-mute), var(--lime));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feat-big-text h3 {
  font-size: var(--text-3xl);
      line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
  color: var(--fg);
}

.feat-big-text p {
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--fg-soft);
  margin: 0;
}

/* ---------- Big List ---------- */
.feat-big-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-1);
}

.feat-big-list li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--fg-soft);
  padding: var(--space-1) 0;
}

.feat-big-list li svg {
  flex-shrink: 0;
  color: var(--lime);
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

/* ---------- Visual Side ---------- */
.feat-big-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--ink-line-soft);
}

.feat-big-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .feat-layout {
    gap: var(--space-4);
  }
  .feat-big-text h3 {
    font-size: var(--text-2xl);
  }
  .feat-big-card {
    padding: var(--space-5);
  }
  .feat-big-card-inner {
    gap: var(--space-5);
  }
  .feat-big-list {
    grid-template-columns: 1fr;
  }
}

/* ---------- MOBILE FIX (Max 720px) ---------- */
@media (max-width: 720px) {
  
  /* FEAT LAYOUT — stack vertically */
  .feat-layout {
    grid-template-columns: 1fr !important;
    gap: var(--space-5) !important;
  }

  /* TABS — grid */
  .feat-tabs {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)) !important;
    gap: 6px !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

  .feat-tab {
    padding: 8px 6px !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  .feat-tab-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  .feat-tab-label {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }

  /* ----- CRITICAL FIX: Container grows with active card ----- */
  .feat-big-card-container {
    position: relative !important;  /* <-- IMPORTANT */
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Cards now use display: none / block — no "beechee" shifting */
  .feat-big-card {
    position: relative !important;  /* <-- IMPORTANT */
    inset: auto !important;
    padding: var(--space-4) !important;
    height: auto !important;
    min-height: auto !important;
    
    display: none !important;       /* <-- Hide inactive */
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: none !important;
  }

  /* Active card — show it */
  .feat-big-card.active {
    display: flex !important;       /* <-- Show active */
    pointer-events: auto !important;
  }

  /* Inner layout — image top, text below */
  .feat-big-card-inner {
    grid-template-columns: 1fr !important;
    gap: var(--space-4) !important;
    align-items: start !important;
  }

  .feat-big-visual {
    order: -1 !important;
    width: 100% !important;
  }
  .feat-big-visual img {
    aspect-ratio: 16/9 !important;
    width: 100% !important;
    height: auto !important;
  }

  .feat-big-text h3 {
    font-size: var(--text-xl) !important;
  }
  .feat-big-text p {
    font-size: var(--text-sm) !important;
  }
  .feat-big-list {
    grid-template-columns: 1fr !important;
  }
  .feat-big-list li {
    font-size: var(--text-xs) !important;
  }
  .feat-big-num {
    font-size: var(--text-xl) !important;
  }
}

/* ============================================================
   SECTION 5: HOW IT WORKS — Next‑Gen Steps
   ============================================================ */

.how-section {
  padding-block: var(--space-9);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

/* Subtle radial glow behind the grid */
.how-section::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(212, 255, 61, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- Centered Section Header ---------- */
.section-head--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--space-8);
}

.section-head--center h2 {
  max-width: 18ch;
  margin-bottom: var(--space-4);
}

.section-head--center .lede {
  max-width: 54ch;
  margin: 0 auto;
}

/* ---------- Steps Grid ---------- */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  position: relative;
  z-index: 1;
  align-items: stretch;
}

/* ---------- Individual Step ---------- */
.how-step {
  background: var(--bg-card);
  border: 1px solid var(--ink-line-strong);
  border-radius: var(--radius-lg);
  padding: var(--space-6) var(--space-5);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-step:hover {
  border-color: var(--rule-lime);
  box-shadow: 0 0 0 1px var(--rule-lime), var(--shadow-lime);
  transform: translateY(-4px);
}

/* ---------- Step Number ---------- */
.how-num {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--fg-mute);
  display: block;
  margin-bottom: var(--space-3);
  transition: color 0.3s ease;
}

.how-step:hover .how-num {
  color: var(--lime);
}

/* ---------- Step Icon ---------- */
.how-icon {
  color: var(--lime);
  width: 44px;
  height: 44px;
  margin-bottom: var(--space-4);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.how-step:hover .how-icon {
  transform: scale(1.05);
}

/* ---------- Step Title ---------- */
.how-step h4 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: var(--space-2);
  color: var(--fg);
}

/* ---------- Step Description ---------- */
.how-step p {
  color: var(--fg-soft);
  font-size: var(--text-base);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* ---------- Connector (Desktop) ---------- */
.how-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 var(--space-2);
}

/* Horizontal line */
.how-connector::before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--ink-line-strong);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Lime arrow */
.how-connector::after {
  content: '›';
  position: relative;
  z-index: 2;
  font-family: var(--font-body);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--lime);
  background: var(--bg);
  padding: 0 var(--space-2);
  line-height: 1;
  transform: rotate(0deg);
}

/* ---------- CTA Row ---------- */
.how-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .how-grid {
    gap: var(--space-1);
  }
  .how-step {
    padding: var(--space-5);
  }
  .how-num {
    font-size: var(--text-3xl);
  }
  .how-step h4 {
    font-size: var(--text-lg);
  }
  .how-connector::after {
    font-size: var(--text-xl);
    padding: 0 var(--space-1);
  }
}

@media (max-width: 720px) {
  .how-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
  
  .how-connector {
    display: none; /* Hide connectors on mobile */
  }
  
  .how-step {
    padding: var(--space-5);
    border-radius: var(--radius);
  }
  
  .how-num {
    font-size: var(--text-3xl);
  }
  
  .how-step h4 {
    font-size: var(--text-lg);
  }
  
  .how-step p {
    font-size: var(--text-sm);
  }
  
  /* ---------- Mobile: 2 buttons in 1 row ---------- */
.how-cta {
  flex-wrap: nowrap !important;     /* Force single row */
  gap: var(--space-2) !important;   /* Small gap between buttons */
}

.how-cta .btn {
  flex: 1 !important;               /* Both buttons equal width */
  min-width: 0 !important;          /* Allow shrinking */
  padding: 10px 12px !important;    /* Compact padding */
  font-size: 0.7rem !important;     /* Smaller text to fit */
  justify-content: center !important;
}

/* Hide arrow on mobile to save space */
.how-cta .btn .arrow {
  display: none !important;
}
  
  .section-head--center h2 {
    font-size: var(--text-3xl);
  }
}

/* ============================================================
   WHY CCL — Bento Grid with Heavy Lime Accent
   ============================================================ */

.why-section {
  padding-block: var(--space-9);
  position: relative;
  overflow: hidden;
  background: var(--ink-000); /* Deeper black → makes lime pop */
}

/* Strong lime glow behind bento */
.why-section::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 70%;
  height: 90%;
  background: radial-gradient(circle, rgba(212, 255, 61, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ---------- Bento Grid ---------- */
.why-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}

/* ---------- Base Card (FULLY LIME-ACCENTED) ---------- */
.why-card {
  background: var(--ink-deep);
  border: 1px solid var(--ink-line-strong);
  border-radius: var(--radius-lg);
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  min-height: 300px;
}

/* Hover: Lime border + heavy glow */
.why-card:hover {
  border-color: var(--lime) !important;
  box-shadow: 0 0 0 1px var(--lime), var(--shadow-lime);
  transform: translateY(-6px);
  background: var(--ink-elev);
}

/* ---------- Wide Card ---------- */
.why-card--wide {
  grid-column: span 2;
}

/* ---------- Icon (Lime on hover) ---------- */
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: rgba(212, 255, 61, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-mute);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.why-card:hover .why-icon {
  background: var(--lime);
  color: var(--ink-000);
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(212, 255, 61, 0.2);
}

.why-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.6;
}

/* ---------- Title (Lime on hover) ---------- */
.why-card h4 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0;
  transition: color 0.3s ease;
}

.why-card:hover h4 {
  color: var(--lime);
}

/* ---------- Description ---------- */
.why-card p {
  color: var(--fg-soft);
  font-size: var(--text-base);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
  transition: color 0.3s ease;
}

.why-card:hover p {
  color: var(--fg);
}

/* ---------- Badge (Lime border + lime text) ---------- */
.why-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  background: rgba(212, 255, 61, 0.06);
  border: 1px solid var(--rule-lime);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg);
  align-self: flex-start;
  margin-top: var(--space-2);
}

.why-badge .lime {
  color: var(--lime);
  font-weight: 700;
}

.why-card:hover .why-badge {
  background: rgba(212, 255, 61, 0.1);
  border-color: var(--lime);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .why-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-5);
  }
  .why-card--wide {
    grid-column: span 2;
  }
  .why-card {
    padding: var(--space-6);
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .why-bento {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .why-card--wide {
    grid-column: span 1;
  }
  .why-card {
    padding: var(--space-5);
    min-height: auto;
  }
  .why-card h4 {
    font-size: var(--text-lg);
  }
  .why-icon {
    width: 48px;
    height: 48px;
  }
  .why-icon svg {
    width: 26px;
    height: 26px;
  }
  .why-badge {
    font-size: var(--text-xs);
    padding: 4px 12px;
  }
}

/* ============================================================
   TESTIMONIALS — Reference Style (Clean, Light)
   ============================================================ */

.testi-section {
  padding-block: var(--space-8);
  background: var(--bg); /* Dark background for section */
  position: relative;
}

.testi-section .section-head--center h2 {
  color: var(--fg);
}

/* ---------- Swiper ---------- */
.testi-swiper {
  padding-bottom: 60px;
  overflow-y:visible;
}

.testi-swiper .swiper-slide {
  height: auto !important;
  display: flex !important;
}

/* ---------- REFERENCE CARD ---------- */
.ref-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.ref-card:hover {
  transform: translateY(-4px);
}

/* ---------- Media (Video) ---------- */
.ref-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-card);
}

.ref-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Play Button (Center) ---------- */
.ref-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important; /* NO BLACK OVERLAY */
}

.ref-play-btn svg {
  color: rgba(255, 255, 255, 0.9);
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  transition: transform 0.3s ease, color 0.3s ease;
}

.ref-card:hover .ref-play-btn svg {
  transform: scale(1.08);
  color: var(--lime);
}

/* Playing state — hide play button */
.ref-card.playing .ref-play-btn {
  opacity: 0;
  pointer-events: none;
}

/* ---------- Info (Name + Role below video) ---------- */
.ref-info {
  padding: var(--space-4) var(--space-5) var(--space-5);
  background: var(--bg-card);
}

.ref-author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.ref-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink-000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  flex-shrink: 0;
}

.ref-name {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fg);
}

.ref-role {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* ---------- Navigation ---------- */
.testi-nav {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.testi-prev,
.testi-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--ink-line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--fg);
}

.testi-prev:hover,
.testi-next:hover {
  border-color: var(--lime);
  color: var(--lime);
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .ref-info {
    padding: var(--space-3) var(--space-4) var(--space-4);
  }
  .ref-avatar {
    width: 30px;
    height: 30px;
    font-size: var(--text-xs);
  }
  .ref-name {
    font-size: var(--text-sm);
  }
  .ref-role {
    font-size: var(--text-xs);
  }
  .testi-nav {
    justify-content: center;
  }
  .testi-prev,
  .testi-next {
    width: 40px;
    height: 40px;
  }
}

/* Desktop: Last card spans 3 columns */
.why-card--wide:last-child {
  grid-column: span 3;
}

/* Tablet: Reset to span 2 */
@media (max-width: 1100px) {
  .why-card--wide:last-child {
    grid-column: span 2;
  }
}

/* Mobile: Reset to span 1 */
@media (max-width: 720px) {
  .why-card--wide:last-child {
    grid-column: span 1 !important;
  }
}

@media (max-width: 720px) {
  .why-bento {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  
  .why-card--wide {
    grid-column: span 1 !important; /* <-- Force single column on mobile */
  }
  
  .why-card {
    padding: var(--space-5);
    min-height: auto;
  }
  .why-card h4 {
    font-size: var(--text-lg);
  }
  .why-icon {
    width: 48px;
    height: 48px;
  }
  .why-icon svg {
    width: 26px;
    height: 26px;
  }
  .why-badge {
    font-size: var(--text-xs);
    padding: 4px 12px;
  }
}

/* ============================================================
   SECTION 8: CLOSING CTA — Golden Banner (Final)
   ============================================================ */
.closing-cta-ccl {
  background: transparent;
  padding-bottom: var(--space-8);
  position: relative;
}

/* ---------- Inner Card ---------- */
.cta-card {
  background: #F5A800;
  border-radius: 24px;
  padding: 0 var(--space-8) 0 0;
  display: grid;
  grid-template-columns: 320px 1fr auto;
  align-items: center;
  gap: var(--space-6);
  overflow: visible;
  position: relative;
  min-height: 220px;
}

/* ---------- Left: Image ---------- */
.cta-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  position: relative;
  overflow: visible;
}
.cta-image img {
  width: 340px;
  height: auto;
  object-fit: contain;
  position: relative;
  bottom: 0;
  transform: translateY(-28px) rotate(-5deg);
  transition: transform 0.4s ease;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.32));
  scale:1.2;
    
}

.cta-image img:hover {
  transform: translateY(-34px) rotate(-2deg);
}

/* ---------- Center: Content ---------- */
.cta-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-block: var(--space-8);
}
.cta-content h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0;
  text-transform: none;
  letter-spacing: -0.02em;
}
.cta-content .cta-sub {
  font-size: var(--text-base);
  color: rgba(0, 0, 0, 0.62);
  margin: 0;
  max-width: 44ch;
}

/* ---------- Buttons ---------- */
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}
.closing-cta-ccl .btn--dark {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 13px 28px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.closing-cta-ccl .btn--dark:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}
.closing-cta-ccl .btn--ghost {
  background: transparent;
  color: #000;
  border: 1.5px solid rgba(0, 0, 0, 0.45);
  border-radius: 50px;
  padding: 13px 28px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-sm);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.closing-cta-ccl .btn--ghost:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
}

/* ---------- Right: Benefits ---------- */
.cta-benefits {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-left: var(--space-6);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: #000;
}
/* SVG circle-check icon wrapper */
.benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: #000;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   Responsive
   ============================================================ */

/* Tablet */
@media (max-width: 1100px) {
  .cta-card {
    grid-template-columns: 250px 1fr auto;
    padding-right: var(--space-6);
    gap: var(--space-5);
  }
  .cta-image img {
    width: 250px;
    transform: translateY(-22px) rotate(-5deg);
  }
  .cta-benefits {
    padding-left: var(--space-4);
  }
}

/* Small tablet / large mobile */
@media (max-width: 820px) {
  
  .cta-card {
    grid-template-columns: 1fr;
    padding: 0 var(--space-6) var(--space-6);
    text-align: center;
    gap: var(--space-4);
  }
  .cta-image {
    justify-content: center;
    align-self: auto;
  }
  .cta-image img {
    width: 200px;
    transform: translateY(-16px) rotate(-3deg);
  }
  .cta-content {
    align-items: center;
    padding-block: var(--space-2) var(--space-4);
  }
  .cta-sub {
    text-align: center;
  }
  .cta-actions {
    justify-content: center;
  }
  .cta-benefits {
    border-left: none;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-4);
    padding-bottom: var(--space-2);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .cta-image img {
    width: 240px; 
    transform: translateY(-12px) rotate(-3deg);
  }
  .cta-content h2 {
    font-size: 1.5rem;
  }
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .closing-cta-ccl .btn--dark,
  .closing-cta-ccl .btn--ghost {
    justify-content: center;
    width: 100%;
    max-width: 320px;
  }
  .cta-benefits {
    align-items: center;
  }
}


/* ============================================================
   SERVICES PAGE · UNIQUE STYLES (No conflicts)
   ============================================================ */

/* --- Hero with animated gradient border --- */
/* ============================================================
   SERVICES HERO · WITH BACKGROUND IMAGE
   ============================================================ */

.services-hero {
  position: relative;
  padding-block: var(--space-9) var(--space-7);
  text-align: center;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}

/* ---------- Background Image ---------- */
.services-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.services-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3) saturate(0.7);
  transition: transform 8s ease;
}

.services-hero:hover .services-hero-bg img {
  transform: scale(1.05);
}

/* ---------- Overlay ---------- */
.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(180deg, 
      rgba(10, 10, 12, 0.85) 0%,
      rgba(10, 10, 12, 0.70) 50%,
      rgba(10, 10, 12, 0.85) 100%
    );
  z-index: 1;
}

/* ---------- Yellow Glow Overlay ---------- */
.services-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255, 176, 0, 0.10) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(255, 176, 0, 0.05) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

/* ---------- Content ---------- */
.services-hero .container {
  position: relative;
  z-index: 2;
}

/* ---------- Eyebrow ---------- */
.services-hero .eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.services-hero .eyebrow .dot {
  background: #F5A800;
}

/* ---------- Heading ---------- */
.services-hero h1 {
  font-size: var(--text-5xl);
    line-height: 1.2;  
  letter-spacing: -0.02em;
  margin-bottom: var(--space-4);
  padding-top: var(--space-3);
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.services-hero h1 .lime {
  color: #F5A800;
  text-shadow: 0 0 40px rgba(255, 176, 0, 0.15);
}

/* ---------- Subtitle ---------- */
.services-hero .hero-sub {
  max-width: 60ch;
  margin: 0 auto var(--space-5);
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

/* ---------- Buttons ---------- */
.services-hero .hero-cta-row {
  justify-content: center;
}

.services-hero .btn--primary {
  background: #F5A800;
  color: #000;
  box-shadow: 0 8px 32px rgba(255, 176, 0, 0.2);
}

.services-hero .btn--primary:hover {
  background: #FFC107;
  box-shadow: 0 12px 40px rgba(255, 176, 0, 0.3);
  transform: translateY(-2px);
}

.services-hero .btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.services-hero .btn--ghost:hover {
  border-color: #F5A800;
  color: #F5A800;
}

/* ---------- Animated Ring ---------- */
.services-hero .hero-ring {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 70%;
  height: 140%;
  border: 2px solid rgba(255, 176, 0, 0.06);
  border-radius: 50%;
  transform: rotate(-12deg);
  animation: pulse-ring 10s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes pulse-ring {
  0% { transform: rotate(-12deg) scale(1); opacity: 0.3; }
  100% { transform: rotate(12deg) scale(1.15); opacity: 0.7; }
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .services-hero {
    min-height: 420px;
    padding-block: var(--space-7) var(--space-5);
  }
  
  .services-hero h1 {
    font-size: var(--text-4xl);
  }
  
  .services-hero .hero-sub {
    font-size: var(--text-base);
  }
}
















/* ============================================================
   SERVICES HEADER · BLACK & YELLOW THEME
   ============================================================ */

.services-header-b-y {
  text-align: center;
  margin-bottom: var(--space-7);
  position: relative;
}

/* ---------- Background Glow ---------- */
.services-header-b-y::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.services-header-b-y > * {
  position: relative;
  z-index: 1;
}

/* ---------- Badge ---------- */
.b-y-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #F5A800;
  background: rgba(255, 176, 0, 0.08);
  border: 1px solid rgba(255, 176, 0, 0.15);
  padding: 6px 20px 6px 14px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
}

.b-y-dot {
  width: 7px;
  height: 7px;
  background: #F5A800;
  border-radius: 50%;
  display: inline-block;
  animation: byDotPulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(255, 176, 0, 0.3);
}

@keyframes byDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 12px rgba(255, 176, 0, 0.3); }
  50% { opacity: 0.4; transform: scale(0.6); box-shadow: 0 0 4px rgba(255, 176, 0, 0.1); }
}

.b-y-line {
  width: 24px;
  height: 2px;
  background: #F5A800;
  display: inline-block;
  opacity: 0.5;
}

/* ---------- Main Heading ---------- */
.b-y-heading {
  font-size: var(--text-4xl);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
  color: var(--fg);
}

.mobile-break {
  display: none;
}

.b-y-highlight {
  color: #F5A800;
  text-shadow: 0 0 40px rgba(255, 176, 0, 0.08);
  position: relative;
}

.b-y-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #F5A800;
  opacity: 0.15;
  border-radius: 2px;
}

/* ---------- Divider ---------- */
.b-y-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  margin: var(--space-3) auto;
  max-width: 180px;
}

.b-y-divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F5A800, transparent);
  opacity: 0.3;
}

.b-y-divider-icon {
  color: #F5A800;
  font-size: 0.7rem;
  opacity: 0.6;
  animation: bySpin 6s linear infinite;
}

@keyframes bySpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ---------- Subtitle ---------- */
.b-y-sub {
  max-width: 55ch;
  margin: 0 auto;
  font-size: var(--text-lg);
  line-height: 1.6;
  color: var(--fg-soft);
}

/* ---------- Stats ---------- */
.b-y-stats {
  display: flex;
  justify-content: center;
  gap: var(--space-5);
  margin-top: var(--space-5);
  flex-wrap: wrap;
}

.b-y-stat-pill {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 5px 18px 5px 14px;
  border: 1.5px solid rgba(255, 176, 0, 0.12);
  border-radius: var(--radius-full);
  background: rgba(255, 176, 0, 0.03);
  transition: all 0.3s ease;
  cursor: default;
}

.b-y-stat-pill:hover {
  border-color: #F5A800;
  background: rgba(255, 176, 0, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 176, 0, 0.06);
}

.b-y-stat-number {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: #F5A800;
}

.b-y-stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg);
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .b-y-heading {
    font-size: var(--text-3xl);
  }
  
  .mobile-break {
    display: block;
  }
  
  .b-y-stats {
    gap: var(--space-3);
  }
  
  .b-y-stat-pill {
    padding: 4px 12px 4px 10px;
  }
  
  .b-y-stat-number {
    font-size: var(--text-sm);
  }
  
  .b-y-stat-label {
    font-size: 0.55rem;
  }
}
/* ============================================================
   SERVICES GRID · PREMIUM DESIGN
   ============================================================ */

.services-grid-pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-7);
}

.service-pro {
  background: var(--bg-card);
  border: 1px solid var(--ink-line-strong);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

/* ============================================================
   TOP LINE – DYNAMIC ON ALL CARDS (Same as WhatsApp)
   ============================================================ */
.service-pro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s ease, height 0.3s ease;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

/* On hover – line appears with shimmer */
.service-pro:hover::before {
  opacity: 1;
  height: 4px;
  animation: shimmerSlide 1.2s ease-in-out infinite;
}

@keyframes shimmerSlide {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ============================================================
   FEATURED CARD – Extra polish (Same as WhatsApp)
   ============================================================ */
.service-pro.featured {
  border-color: rgba(212, 255, 61, 0.15);
  background: rgba(212, 255, 61, 0.02);
}

.service-pro.featured::before {
  opacity: 0.7;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--lime), #ff6b6b, var(--lime), transparent);
  background-size: 300% 100%;
  animation: shimmerFeatured 3s ease-in-out infinite;
}

@keyframes shimmerFeatured {
  0% { background-position: -300% 0; }
  100% { background-position: 300% 0; }
}

.service-pro.featured:hover::before {
  opacity: 1;
}

/* ============================================================
   GLOW BACKGROUND (All cards)
   ============================================================ */
.service-pro::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(212, 255, 61, 0.03), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: var(--radius-lg);
}

.service-pro:hover::after {
  opacity: 1;
}

/* ============================================================
   HOVER EFFECTS (All cards)
   ============================================================ */
.service-pro:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 255, 61, 0.2);
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.4);
}

/* ---------- Icon ---------- */
.service-pro-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: rgba(212, 255, 61, 0.06);
  border: 1px solid rgba(212, 255, 61, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.service-pro:hover .service-pro-icon {
  background: var(--lime);
  color: var(--ink-000);
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(212, 255, 61, 0.15);
}

.service-pro-icon svg {
  width: 28px;
  height: 28px;
}

/* ---------- Badge (Only Featured) ---------- */
.service-pro-badge {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-000);
  background: var(--lime);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-weight: 600;
  box-shadow: 0 0 20px rgba(212, 255, 61, 0.2);
}

/* ---------- Header ---------- */
.service-pro-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-2);
}

/* ---------- Title ---------- */
.service-pro-title {
  font-size: var(--text-xl);
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--fg);
  margin: 0;
  transition: color 0.3s ease;
}

.service-pro:hover .service-pro-title {
  color: var(--lime);
}

/* ---------- Description ---------- */
.service-pro-desc {
  color: var(--fg-soft);
  font-size: var(--text-base);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* ---------- List ---------- */
.service-pro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.service-pro-list li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--fg-soft);
  transition: color 0.3s ease;
}

.service-pro:hover .service-pro-list li {
  color: var(--fg);
}

.service-pro-list .check {
  color: var(--lime);
  font-weight: 700;
  font-size: 0.8rem;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.service-pro:hover .service-pro-list .check {
  opacity: 1;
  transform: scale(1.1);
}

/* ---------- Footer ---------- */
.service-pro-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--ink-line-soft);
}

.service-pro-tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
  padding: 3px 12px;
  border: 1px solid var(--ink-line-soft);
  border-radius: var(--radius-full);
  transition: all 0.3s ease;
}

.service-pro:hover .service-pro-tag {
  border-color: var(--lime);
  color: var(--lime);
}

.service-pro-link {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-mute);
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-pro-link:hover {
  color: var(--lime);
}

.service-pro:hover .service-pro-link {
  color: var(--lime);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .services-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .services-grid-pro {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
  .service-pro {
    padding: var(--space-5);
  }
  .service-pro-icon {
    width: 48px;
    height: 48px;
  }
  .service-pro-icon svg {
    width: 24px;
    height: 24px;
  }
  .service-pro-title {
    font-size: var(--text-lg);
  }
}

/* --- Feature Pillars (horizontal) --- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-block: var(--space-9);
}
.pillar {
  text-align: center;
  padding: var(--space-6) var(--space-4);
  border: 1px solid var(--ink-line-strong);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.pillar:hover {
  border-color: var(--lime);
  transform: translateY(-4px);
}
.pillar .pillar-num {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  color: var(--lime);
  display: block;
  margin-bottom: var(--space-2);
}
.pillar h4 {
  font-size: var(--text-lg);
  text-transform: uppercase;
  margin-bottom: var(--space-2);
}
.pillar p {
  color: var(--fg-soft);
  font-size: var(--text-sm);
  line-height: 1.5;
  margin: 0;
}

/* --- Stats row (centered) --- */
.stats-row {
  display: flex;
  justify-content: center;
  gap: var(--space-8);
  flex-wrap: wrap;
  padding: var(--space-6) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: var(--space-8) 0;
}
.stats-row .stat-item {
  text-align: center;
}
.stats-row .stat-item .stat-number {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  color: var(--lime);
  line-height: 1.1;
}
.stats-row .stat-item .stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-mute);
}

/* --- Minimal CTA (no image) --- */
.cta-minimal {
  background: var(--bg-card);
  border: 1px solid var(--lime);
  border-radius: var(--radius-lg);
  padding: var(--space-7) var(--space-6);
  text-align: center;
  margin-top: var(--space-8);
}
.cta-minimal h2 {
  font-size: var(--text-3xl);
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}
.cta-minimal p {
  color: var(--fg-soft);
  max-width: 50ch;
  margin: 0 auto var(--space-5);
}


@media (max-width: 720px) {
  .services-hero h1 { font-size: var(--text-4xl); }
  .pillars { grid-template-columns: 1fr; }
  .stats-row { gap: var(--space-5); }
  .stats-row .stat-item .stat-number { font-size: var(--text-2xl); }
}

/* Hide the ugly scrollbar but keep scroll functionality */
.feat-tabs {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
.feat-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Smooth transition for cards and tabs */
.feat-tab {
    transition: all 0.3s ease;
}
.feat-big-card {
    display: none; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: translateY(20px);
}
.feat-big-card.active {
    display: block; /* Show active card */
    opacity: 1;
    transform: translateY(0);
}