/* =============================================
   TerraPSpark – Main Stylesheet
   Asymmetric Balance Design System
   ============================================= */


:root {
  --c-bg: #F4F3EF;
  --c-dark: #1A1A2E;
  --c-primary: #2D5BE3;
  --c-primary-dk: #1e45c4;
  --c-accent: #E8C547;
  --c-accent-dk: #c9a82e;
  --c-mid: #4A4A6A;
  --c-light: #FFFFFF;
  --c-border: rgba(26,26,46,0.1);
  --c-glass: rgba(255,255,255,0.1);
  --c-glass-border: rgba(255,255,255,0.18);
  --c-text-muted: #6B6B8A;
  --nav-h: 72px;
  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 24px;
  --r-xl: 40px;
  --r-full: 9999px;
  --sh-xs: 0 1px 3px rgba(26,26,46,0.06), 0 1px 2px rgba(26,26,46,0.04);
  --sh-sm: 0 2px 8px rgba(26,26,46,0.08), 0 1px 3px rgba(26,26,46,0.04);
  --sh-md: 0 8px 32px rgba(26,26,46,0.12), 0 2px 8px rgba(26,26,46,0.06);
  --sh-lg: 0 24px 64px rgba(26,26,46,0.16), 0 8px 24px rgba(26,26,46,0.08);
  --sh-xl: 0 40px 80px rgba(26,26,46,0.2), 0 16px 40px rgba(26,26,46,0.1);
  --sp-xs: 0.5rem;
  --sp-sm: 1rem;
  --sp-md: 2rem;
  --sp-lg: 4rem;
  --sp-xl: 7rem;
}


*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Schibsted Grotesk', sans-serif;
  background: var(--c-bg);
  color: var(--c-dark);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--c-primary); transition: color 0.25s ease; }

ul { list-style: none; }


.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}


h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.04em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.03em; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.75rem); font-weight: 700; line-height: 1.25; letter-spacing: -0.02em; }
h4 { font-size: 1.1rem; font-weight: 600; line-height: 1.35; }
h5 { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
p { font-size: 1rem; line-height: 1.7; color: var(--c-mid); }


.sec {
  padding: var(--sp-xl) 0;
}
.sec-dark {
  background: var(--c-dark);
  padding: var(--sp-xl) 0;
}
.sec-cards { padding-top: 6rem; }


.sec-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 1rem;
}
.sec-eyebrow-light { color: var(--c-accent); }


.sec-header-asym {
  max-width: 55%;
  margin-bottom: 3.5rem;
}
.sec-header-center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}
.sec-title { color: var(--c-dark); }
.sec-title.light { color: var(--c-light); }
.sec-desc { color: var(--c-text-muted); margin-top: 1rem; font-size: 1.05rem; }
.sec-sub { color: var(--c-text-muted); margin-top: 0.5rem; margin-bottom: 3rem; }
.sec-sub.light { color: rgba(255,255,255,0.65); }

/* =============================================
   HERO SECTION
   ============================================= */
.hero-sec {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, var(--c-dark) 48%, transparent 68%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + 4rem) 2rem 5rem;
  width: 100%;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232,197,71,0.15);
  border: 1px solid rgba(232,197,71,0.35);
  color: var(--c-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: var(--r-full);
  margin-bottom: 2rem;
}
.hero-h1 {
  color: var(--c-light);
  max-width: 620px;
  margin-bottom: 1.75rem;
}
.hero-accent {
  color: var(--c-accent);
  position: relative;
}
.hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.65;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-pri {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--c-primary);
  color: var(--c-light);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--r-sm);
  border: 2px solid var(--c-primary);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: var(--sh-sm);
}
.btn-pri:hover {
  background: var(--c-primary-dk);
  border-color: var(--c-primary-dk);
  color: var(--c-light);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.btn-pri.btn-lg { padding: 1rem 2.25rem; font-size: 1rem; }

.btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--r-sm);
  border: 2px solid rgba(255,255,255,0.35);
  transition: all 0.25s ease;
}
.btn-sec:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.65);
  color: #fff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--r-sm);
  border: 2px solid var(--c-primary);
  transition: all 0.25s ease;
}
.btn-outline:hover {
  background: var(--c-primary);
  color: var(--c-light);
  transform: translateY(-1px);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--r-sm);
  border: 2px solid rgba(255,255,255,0.45);
  transition: all 0.25s ease;
  margin-top: 2rem;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.8);
  color: #fff;
}

/* =============================================
   INTRO CARDS GRID
   ============================================= */
.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1.5rem;
}
.crd-intro {
  background: var(--c-light);
  border-radius: var(--r-lg);
  padding: 2.25rem;
  box-shadow: var(--sh-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(26,26,46,0.06);
}
.crd-intro:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.crd-wide {
  grid-column: span 2;
}
.crd-accent {
  background: var(--c-dark);
  color: var(--c-light);
}
.crd-accent h3 { color: var(--c-light); }
.crd-accent p { color: rgba(255,255,255,0.7); }

.crd-ico {
  width: 52px;
  height: 52px;
  background: rgba(45,91,227,0.1);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--c-primary);
  margin-bottom: 1.25rem;
}
.crd-ico-inv {
  background: rgba(232,197,71,0.15);
  color: var(--c-accent);
}

.crd-intro h3 { margin-bottom: 0.75rem; color: var(--c-dark); }
.crd-intro p { font-size: 0.93rem; }

.crd-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.crd-tags span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: var(--r-full);
  background: rgba(45,91,227,0.08);
  color: var(--c-primary);
  cursor: default;
  transition: background 0.2s ease;
}
.crd-tags span:hover { background: rgba(45,91,227,0.15); }

.crd-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--c-accent);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1.5rem;
  transition: gap 0.2s ease, opacity 0.2s ease;
}
.crd-link:hover { gap: 0.75rem; opacity: 0.85; color: var(--c-accent); }

/* =============================================
   FEATURE SECTIONS
   ============================================= */
.feat-row {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 5rem;
  align-items: center;
}
.feat-row-rev {
  grid-template-columns: 45% 55%;
}
.feat-img {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.feat-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.feat-img:hover img { transform: scale(1.03); }

.feat-img-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(26,26,46,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--c-glass-border);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
}
.feat-img-badge i { color: var(--c-accent); font-size: 1rem; }

.feat-txt { padding: 1rem 0; }
.feat-txt h2 { margin: 0.75rem 0 1.5rem; }
.feat-txt p { margin-bottom: 1.25rem; }

.feat-points { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.feat-pt {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.93rem;
  color: var(--c-mid);
}
.feat-pt i {
  color: var(--c-primary);
  margin-top: 0.2rem;
  flex-shrink: 0;
  font-size: 0.85rem;
}

.feat-img-right { order: 2; }

/* =============================================
   EAA SECTION
   ============================================= */
.eaa-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 5rem;
  align-items: start;
}
.eaa-txt h2 { color: var(--c-light); margin: 0.75rem 0 1.5rem; }
.eaa-txt p { color: rgba(255,255,255,0.72); margin-bottom: 1.25rem; }

.eaa-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.eaa-crd {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  transition: background 0.3s ease, transform 0.3s ease;
}
.eaa-crd:hover {
  background: rgba(255,255,255,0.11);
  transform: translateY(-3px);
}
.eaa-crd-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--c-accent);
  margin-bottom: 0.75rem;
}
.eaa-crd h4 { color: var(--c-light); margin-bottom: 0.5rem; }
.eaa-crd p { font-size: 0.88rem; color: rgba(255,255,255,0.62); }

/* =============================================
   QUICK WINS LIST
   ============================================= */
.quick-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.ql-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--c-light);
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-xs);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  cursor: default;
}
.ql-item:hover {
  box-shadow: var(--sh-sm);
  transform: translateX(4px);
}
.ql-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--c-primary);
  background: rgba(45,91,227,0.08);
  width: 36px;
  height: 36px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.ql-item strong { display: block; font-size: 0.95rem; color: var(--c-dark); margin-bottom: 0.25rem; }
.ql-item p { font-size: 0.87rem; margin: 0; }

/* =============================================
   WORKFLOW
   ============================================= */
.sec-workflow { background: linear-gradient(160deg, #F4F3EF 0%, #E8E7E2 100%); }
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  position: relative;
}
.wf-step {
  text-align: center;
  position: relative;
  padding: 2rem 1rem;
  background: var(--c-light);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  border: 1px solid var(--c-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wf-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
}
.wf-ico {
  width: 56px;
  height: 56px;
  background: var(--c-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto 1.25rem;
  box-shadow: 0 4px 16px rgba(45,91,227,0.35);
}
.wf-step h4 { font-size: 0.95rem; margin-bottom: 0.75rem; color: var(--c-dark); }
.wf-step p { font-size: 0.83rem; color: var(--c-text-muted); line-height: 1.55; }
.wf-line {
  position: absolute;
  top: calc(2rem + 28px);
  right: -0.85rem;
  width: 1.7rem;
  height: 2px;
  background: linear-gradient(90deg, var(--c-primary), rgba(45,91,227,0.3));
  z-index: 1;
}
.wf-line-last { display: none; }

/* =============================================
   ALTERNATING FEATURES
   ============================================= */
.sec-alt-features { background: var(--c-bg); }
.alt-feat {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 5rem;
  align-items: center;
  margin-bottom: 6rem;
}
.alt-feat:last-child { margin-bottom: 0; }
.alt-feat-rev { grid-template-columns: 55% 45%; }
.alt-feat-rev .alt-feat-img { order: 2; }
.alt-feat-img {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.alt-feat-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.alt-feat-img:hover img { transform: scale(1.04); }
.alt-feat-txt h3 { margin: 0.75rem 0 1.25rem; }
.alt-feat-txt p { margin-bottom: 1.25rem; }

/* =============================================
   BOTTOM CTA
   ============================================= */
.sec-cta-bottom { background: var(--c-primary); padding: 5rem 0; }
.cta-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.cta-bottom-txt h2 { color: var(--c-light); margin-bottom: 0.75rem; }
.cta-bottom-txt p { color: rgba(255,255,255,0.75); max-width: 560px; }
.sec-cta-bottom .btn-pri {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-dark);
  white-space: nowrap;
  flex-shrink: 0;
}
.sec-cta-bottom .btn-pri:hover {
  background: var(--c-accent-dk);
  border-color: var(--c-accent-dk);
  color: var(--c-dark);
}

/* =============================================
   FOOTER
   ============================================= */
.ftr {
  background: var(--c-dark);
  padding: 5rem 0 0;
}
.ftr-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 5rem;
}
.ftr-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.ftr-logo img { height: 32px; }
.ftr-logo span { font-size: 1.05rem; font-weight: 700; color: var(--c-light); }
.ftr-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.ftr-cta { margin-top: 0; }

.ftr-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.ftr-col h5 {
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.25rem;
}
.ftr-col a, .ftr-col span {
  display: block;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
  line-height: 1.5;
}
.ftr-col a:hover { color: var(--c-light); }

.ftr-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.5rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.ftr-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); margin: 0; }
.ftr-bottom a { color: rgba(255,255,255,0.5); font-size: 0.8rem; }
.ftr-bottom a:hover { color: rgba(255,255,255,0.8); }

/* =============================================
   MOBILE BOTTOM NAV
   ============================================= */
.mob-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: var(--c-dark);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0.5rem 0 env(safe-area-inset-bottom, 0.5rem);
  justify-content: space-around;
}
.mbn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  transition: color 0.2s ease;
  letter-spacing: 0.03em;
}
.mbn-item i { font-size: 1.1rem; }
.mbn-item.active, .mbn-item:hover { color: var(--c-accent); }

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.pg-hero {
  background: var(--c-dark);
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}
.pg-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(45,91,227,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.pg-hero-sm { padding-bottom: 0; }
.pg-hero-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 4rem 2rem 4.5rem;
}
.pg-hero-content h1 { color: var(--c-light); margin: 0.5rem 0 1rem; max-width: 700px; }
.pg-hero-content p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 580px; }

/* =============================================
   SOURCES PAGE
   ============================================= */
.src-intro {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2rem;
}
.src-intro-txt h2 { margin-bottom: 1.25rem; }
.src-intro-txt p { margin-bottom: 1.25rem; }
.src-intro-img {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.src-intro-img img { width: 100%; height: 380px; object-fit: cover; }

.sources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.src-crd {
  background: var(--c-light);
  border-radius: var(--r-lg);
  padding: 2rem;
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.src-crd:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.src-crd-ico {
  width: 48px;
  height: 48px;
  background: rgba(45,91,227,0.08);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}
.src-crd h3 { font-size: 1rem; margin-bottom: 0.75rem; color: var(--c-dark); }
.src-crd p { font-size: 0.88rem; }
.src-ref {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-primary);
  background: rgba(45,91,227,0.06);
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-full);
}

.methodology-wrap {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 5rem;
  align-items: start;
}
.meth-txt h2 { color: var(--c-light); margin: 0.75rem 0 1.5rem; }
.meth-txt p { color: rgba(255,255,255,0.68); margin-bottom: 1.25rem; }
.meth-steps { display: flex; flex-direction: column; gap: 1.5rem; }
.meth-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.meth-num {
  width: 36px;
  height: 36px;
  background: var(--c-accent);
  color: var(--c-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
}
.meth-step strong { display: block; color: var(--c-light); font-size: 0.95rem; margin-bottom: 0.25rem; }
.meth-step p { font-size: 0.87rem; color: rgba(255,255,255,0.6); margin: 0; }

.legal-docs-grid { padding: 0; }
.ldoc-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.ldoc-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--c-light);
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-xs);
  transition: box-shadow 0.25s ease;
}
.ldoc-item:hover { box-shadow: var(--sh-sm); }
.ldoc-ico {
  color: var(--c-primary);
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.ldoc-txt strong { display: block; color: var(--c-dark); font-size: 0.93rem; margin-bottom: 0.35rem; }
.ldoc-txt p { font-size: 0.85rem; margin: 0; }

/* =============================================
   INTERVIEWS PAGE
   ============================================= */
.int-intro { max-width: 800px; }
.int-intro p { font-size: 1.05rem; color: var(--c-mid); }

.int-grid { display: flex; flex-direction: column; gap: 3rem; }
.int-crd {
  background: var(--c-light);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 1px solid var(--c-border);
  display: grid;
  grid-template-columns: 40% 60%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.int-crd:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.int-crd-featured { grid-template-columns: 45% 55%; }
.int-crd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
.int-crd-img-sm img { min-height: 260px; }
.int-crd-body { padding: 2.5rem; }
.int-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.int-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.85rem;
  border-radius: var(--r-full);
  background: rgba(45,91,227,0.1);
  color: var(--c-primary);
}
.int-date { font-size: 0.82rem; color: var(--c-text-muted); }
.int-crd h2 { font-size: clamp(1.1rem, 2vw, 1.5rem); margin-bottom: 1rem; }
.int-excerpt { font-size: 0.9rem; color: var(--c-mid); margin-bottom: 1.5rem; }
.int-highlights h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--c-text-muted); margin-bottom: 1rem; }
.int-quote {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(45,91,227,0.04);
  border-left: 3px solid var(--c-primary);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.int-quote i { color: var(--c-primary); opacity: 0.4; flex-shrink: 0; margin-top: 0.2rem; }
.int-quote p { font-size: 0.87rem; color: var(--c-mid); font-style: italic; margin: 0; }
.int-topics {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.int-topics strong { font-size: 0.78rem; color: var(--c-text-muted); }
.int-topics span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.7rem;
  background: var(--c-bg);
  border-radius: var(--r-full);
  color: var(--c-mid);
}

.int-future { max-width: 100%; }
.int-future h2 { color: var(--c-light); margin: 0.75rem 0 2.5rem; }
.int-future-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 4rem;
}
.int-future-txt p { color: rgba(255,255,255,0.68); margin-bottom: 1.25rem; }
.int-future-points { display: flex; flex-direction: column; gap: 1.75rem; }
.ifp-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.ifp-item i {
  color: var(--c-accent);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.ifp-item strong { display: block; color: var(--c-light); margin-bottom: 0.35rem; font-size: 0.95rem; }
.ifp-item p { font-size: 0.87rem; color: rgba(255,255,255,0.6); margin: 0; }

.int-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--c-light);
  border-radius: var(--r-xl);
  padding: 3rem;
  box-shadow: var(--sh-md);
  border: 1px solid var(--c-border);
}
.int-cta-txt h2 { margin-bottom: 0.75rem; }
.int-cta-txt p { color: var(--c-mid); max-width: 500px; }

/* =============================================
   TOOLS PAGE
   ============================================= */
.tools-intro { max-width: 760px; margin-bottom: 1rem; }
.tools-intro p { font-size: 1.05rem; }

.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.tool-crd {
  background: var(--c-light);
  border-radius: var(--r-lg);
  padding: 2rem;
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.tool-crd:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.tool-crd-hd { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.25rem; }
.tool-ico {
  width: 48px;
  height: 48px;
  background: rgba(45,91,227,0.1);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.tool-crd h3 { font-size: 1.05rem; color: var(--c-dark); margin-bottom: 0.2rem; }
.tool-type { font-size: 0.75rem; color: var(--c-text-muted); }
.tool-crd p { font-size: 0.88rem; margin-bottom: 1.25rem; }
.tool-features {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tool-features span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-primary);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.tool-features i { font-size: 0.65rem; }

.sr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.sr-crd {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  transition: background 0.3s ease, transform 0.3s ease;
}
.sr-crd:hover { background: rgba(255,255,255,0.11); transform: translateY(-3px); }
.sr-crd-hd { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem; }
.sr-crd-hd i { color: var(--c-accent); font-size: 1.2rem; }
.sr-crd h3 { color: var(--c-light); font-size: 1.05rem; }
.sr-crd p { font-size: 0.87rem; color: rgba(255,255,255,0.62); margin-bottom: 1rem; }
.sr-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--c-accent);
  background: rgba(232,197,71,0.1);
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-full);
  display: inline-block;
}

.contrast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.contrast-crd {
  background: var(--c-light);
  border-radius: var(--r-lg);
  padding: 2rem;
  border: 1px solid var(--c-border);
  box-shadow: var(--sh-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contrast-crd:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.contrast-crd h3 { font-size: 1.05rem; margin: 1rem 0 0.75rem; color: var(--c-dark); }
.contrast-crd p { font-size: 0.88rem; margin-bottom: 1rem; }

.tools-feat-row {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 4rem;
  align-items: center;
}
.tools-feat-img {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.tools-feat-img img { width: 100%; height: 380px; object-fit: cover; }
.tools-feat-txt h2 { margin: 0.75rem 0 1.5rem; }
.tools-feat-txt p { margin-bottom: 1.25rem; }

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 5rem;
  align-items: start;
}
.contact-info h2, .contact-form-wrap h2 { margin-bottom: 1.5rem; }
.contact-info p { margin-bottom: 1.5rem; color: var(--c-mid); }
.contact-items { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2.5rem; }
.ci-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.ci-ico {
  width: 44px;
  height: 44px;
  background: rgba(45,91,227,0.1);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  font-size: 1rem;
  flex-shrink: 0;
}
.ci-item strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--c-text-muted); margin-bottom: 0.25rem; }
.ci-item span, .ci-item a { color: var(--c-dark); font-size: 0.93rem; text-decoration: none; display: block; line-height: 1.5; }
.ci-item a:hover { color: var(--c-primary); }

.contact-timeline { margin-top: 2.5rem; }
.contact-timeline h3 { font-size: 1rem; margin-bottom: 1.75rem; color: var(--c-dark); }
.ct-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  position: relative;
}
.ct-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.ct-done { background: var(--c-primary); color: #fff; }
.ct-active { background: var(--c-accent); color: var(--c-dark); }
.ct-upcoming { background: rgba(26,26,46,0.08); color: var(--c-text-muted); }
.ct-line {
  position: absolute;
  left: 19px;
  top: 40px;
  width: 2px;
  height: calc(100% + 12px);
  background: var(--c-border);
}
.ct-txt strong { display: block; font-size: 0.93rem; color: var(--c-dark); margin-bottom: 0.25rem; }
.ct-txt p { font-size: 0.85rem; color: var(--c-text-muted); margin: 0; }


.frm { display: flex; flex-direction: column; gap: 1.25rem; }
.frm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.frm-grp { display: flex; flex-direction: column; gap: 0.5rem; }
.frm-grp label { font-size: 0.85rem; font-weight: 600; color: var(--c-dark); }
.req { color: var(--c-primary); }
.frm-grp input, .frm-grp textarea, .frm-grp select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--c-border);
  border-radius: var(--r-md);
  background: var(--c-light);
  font-family: inherit;
  font-size: 0.93rem;
  color: var(--c-dark);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  outline: none;
}
.frm-grp input:focus, .frm-grp textarea:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(45,91,227,0.12);
}
.frm-grp textarea { resize: vertical; min-height: 140px; }
.frm-privacy { margin-top: 0.5rem; }
.frm-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.frm-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: var(--r-xs);
  accent-color: var(--c-primary);
  cursor: pointer;
  margin-top: 0.1rem;
}
.frm-check span { font-size: 0.85rem; color: var(--c-mid); line-height: 1.5; }
.frm-check a { color: var(--c-primary); }
.frm-error {
  color: #c0392b;
  font-size: 0.85rem;
  padding: 0.75rem 1rem;
  background: rgba(192,57,43,0.08);
  border-radius: var(--r-sm);
  border-left: 3px solid #c0392b;
}
.btn-submit {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.map-wrap { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); }

/* =============================================
   THANKS PAGE
   ============================================= */
.thanks-sec { padding-top: calc(var(--nav-h) + 4rem); padding-bottom: 6rem; }
.thanks-wrap { max-width: 600px; margin: 0 auto; text-align: center; }
.thanks-h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1rem; }
.thanks-sub { color: var(--c-mid); font-size: 1.05rem; margin-bottom: 2.5rem; }
.thanks-timeline {
  margin-top: 4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tl-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  position: relative;
  padding-bottom: 2.5rem;
}
.tl-step:last-child { padding-bottom: 0; }
.tl-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: var(--sh-sm);
}
.tl-ico { background: rgba(26,26,46,0.08); color: var(--c-text-muted); }
.tl-ico-active { background: var(--c-accent) !important; color: var(--c-dark) !important; box-shadow: 0 4px 16px rgba(232,197,71,0.4) !important; }
.tl-ico-upcoming { background: rgba(26,26,46,0.05) !important; color: rgba(26,26,46,0.3) !important; box-shadow: none !important; }
.tl-connector {
  position: absolute;
  left: 23px;
  top: 48px;
  width: 2px;
  height: calc(100% - 48px);
}
.tl-connector-done { background: var(--c-primary); }
.tl-connector-active { background: linear-gradient(180deg, var(--c-accent), var(--c-border)); }
.tl-txt { padding-top: 0.6rem; }
.tl-txt strong { display: block; font-size: 1rem; color: var(--c-dark); margin-bottom: 0.35rem; }
.tl-txt p { font-size: 0.88rem; color: var(--c-text-muted); margin: 0; }
.tl-done .tl-ico { background: var(--c-primary); color: #fff; }

/* =============================================
   LEGAL PAGES
   ============================================= */
.sec-legal { padding-top: 4rem; }
.legal-wrap { max-width: 860px; margin: 0 auto; }
.legal-intro {
  background: var(--c-light);
  border-radius: var(--r-lg);
  padding: 2rem;
  border-left: 4px solid var(--c-primary);
  margin-bottom: 2.5rem;
  box-shadow: var(--sh-xs);
}
.legal-intro p { color: var(--c-mid); font-size: 0.93rem; margin: 0; }

.acc-list { display: flex; flex-direction: column; gap: 0.75rem; }
.acc-item {
  background: var(--c-light);
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  overflow: hidden;
  box-shadow: var(--sh-xs);
}
.acc-hdr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 0.95rem;
  font-
weight: 600;
  color: var(--c-dark);
  transition: background 0.2s ease;
  gap: 1rem;
}
.acc-hdr:hover { background: rgba(45,91,227,0.03); }
.acc-ico {
  font-size: 0.8rem;
  color: var(--c-text-muted);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.acc-item.open .acc-ico { transform: rotate(180deg); }
.acc-body {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.acc-body p { font-size: 0.9rem; color: var(--c-mid); margin: 0; }
.acc-body ul { padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }
.acc-body ul li { font-size: 0.9rem; color: var(--c-mid); list-style: disc; }

.cookie-table-wrap { overflow-x: auto; }
.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.cookie-table th {
  background: rgba(45,91,227,0.06);
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 700;
  color: var(--c-dark);
  border-bottom: 2px solid var(--c-border);
}
.cookie-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--c-border);
  color: var(--c-mid);
  vertical-align: top;
}
.cookie-table tr:last-child td { border-bottom: none; }

/* =============================================
   TIPPY CUSTOM THEME
   ============================================= */
.tippy-box[data-theme~='custom'] {
  background: var(--c-dark);
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  line-height: 1.55;
  border-radius: var(--r-md);
  padding: 0.1rem 0.2rem;
  box-shadow: var(--sh-lg);
  border: 1px solid rgba(255,255,255,0.1);
  max-width: 260px;
}
.tippy-box[data-theme~='custom'] .tippy-arrow::before {
  color: var(--c-dark);
}

/* =============================================
   COOKIE CONSENT
   ============================================= */
.ck-link {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 800;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  background: var(--c-dark);
  padding: 0.5rem 0.9rem;
  border-radius: var(--r-full);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--sh-sm);
  transition: color 0.2s ease, background 0.2s ease;
}
.ck-link:hover { color: #fff; background: var(--c-mid); }
.ck-link i { font-size: 0.8rem; color: var(--c-accent); }
.ck-link.pulse { animation: ck-pulse 2s ease 1s 3; }
@keyframes ck-pulse {
  0%, 100% { box-shadow: var(--sh-sm); }
  50% { box-shadow: 0 0 0 6px rgba(232,197,71,0.25), var(--sh-sm); }
}

.ck-modal-bg {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(26,26,46,0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ck-modal-bg.open { opacity: 1; pointer-events: all; }
.ck-modal {
  background: var(--c-light);
  border-radius: var(--r-xl);
  padding: 2.5rem;
  max-width: 520px;
  width: 100%;
  box-shadow: var(--sh-xl);
  transform: translateY(16px);
  transition: transform 0.35s ease;
}
.ck-modal-bg.open .ck-modal { transform: translateY(0); }
.ck-modal h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--c-dark);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.ck-modal h3 i { color: var(--c-accent); }
.ck-modal p { font-size: 0.88rem; color: var(--c-mid); margin-bottom: 1.75rem; line-height: 1.6; }
.ck-cats { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.ck-cat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--c-bg);
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
}
.ck-cat-txt strong { display: block; font-size: 0.88rem; color: var(--c-dark); margin-bottom: 0.2rem; }
.ck-cat-txt span { font-size: 0.8rem; color: var(--c-text-muted); }
.ck-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.ck-toggle input { opacity: 0; width: 0; height: 0; }
.ck-slider {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.15);
  border-radius: var(--r-full);
  cursor: pointer;
  transition: background 0.25s ease;
}
.ck-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: var(--sh-xs);
}
.ck-toggle input:checked + .ck-slider { background: var(--c-primary); }
.ck-toggle input:checked + .ck-slider::before { transform: translateX(20px); }
.ck-toggle input:disabled + .ck-slider { opacity: 0.5; cursor: not-allowed; }
.ck-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.ck-btns button {
  flex: 1;
  padding: 0.8rem 1rem;
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  min-width: 120px;
}
.ck-btn-all {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary) !important;
}
.ck-btn-all:hover { background: var(--c-primary-dk); border-color: var(--c-primary-dk) !important; }
.ck-btn-save {
  background: var(--c-bg);
  color: var(--c-dark);
  border-color: var(--c-border) !important;
}
.ck-btn-save:hover { background: var(--c-border); }
.ck-btn-rej {
  background: transparent;
  color: var(--c-text-muted);
  border-color: var(--c-border) !important;
}
.ck-btn-rej:hover { color: var(--c-dark); border-color: var(--c-mid) !important; }

/* =============================================
   RESPONSIVE – TABLET (max 1024px)
   ============================================= */
@media (max-width: 1024px) {
  .intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .crd-wide { grid-column: span 2; }

  .feat-row, .feat-row-rev {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .feat-img-right { order: 0; }

  .eaa-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .eaa-cards { grid-template-columns: repeat(2, 1fr); }

  .workflow-grid { grid-template-columns: repeat(3, 1fr); }
  .wf-line { display: none; }

  .alt-feat, .alt-feat-rev {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .alt-feat-rev .alt-feat-img { order: 0; }

  .cta-bottom-box { flex-direction: column; text-align: center; align-items: flex-start; }

  .ftr-inner { grid-template-columns: 1fr; gap: 3rem; }
  .ftr-links { grid-template-columns: repeat(3, 1fr); }

  .src-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .sources-grid { grid-template-columns: repeat(2, 1fr); }
  .methodology-wrap { grid-template-columns: 1fr; gap: 3rem; }

  .int-crd { grid-template-columns: 1fr; }
  .int-crd-img img { min-height: 280px; max-height: 320px; }
  .int-future-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .int-cta-box { flex-direction: column; align-items: flex-start; }

  .tools-grid { grid-template-columns: 1fr; }
  .sr-grid { grid-template-columns: repeat(2, 1fr); }
  .contrast-grid { grid-template-columns: 1fr 1fr; }
  .tools-feat-row { grid-template-columns: 1fr; gap: 2.5rem; }

  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }

  .sec-header-asym { max-width: 100%; }
}

/* =============================================
   RESPONSIVE – MOBILE (max 768px)
   ============================================= */
@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .sec { padding: 4rem 0; }
  .sec-dark { padding: 4rem 0; }
  .sec-cards { padding-top: 5rem; }

  .hdr-nav { display: none; }
  .hdr-mob-btn { display: flex; }
  .mob-bottom-nav { display: flex; }

  body { padding-bottom: 70px; }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(26,26,46,0.92) 0%, rgba(26,26,46,0.75) 60%, rgba(26,26,46,0.4) 100%);
  }
  .hero-content { padding-top: calc(var(--nav-h) + 2rem); padding-bottom: 8rem; }
  .hero-btns { flex-direction: column; }
  .btn-pri, .btn-sec { width: 100%; justify-content: center; }

  .intro-grid { grid-template-columns: 1fr; }
  .crd-wide { grid-column: span 1; }

  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .wf-step { padding: 1.5rem 1rem; }

  .eaa-cards { grid-template-columns: 1fr; }

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

  .sr-grid { grid-template-columns: 1fr; }
  .contrast-grid { grid-template-columns: 1fr; }

  .ftr-links { grid-template-columns: 1fr 1fr; }
  .ftr-bottom { flex-direction: column; gap: 0.5rem; }

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

  .pg-hero-content { padding: 3rem 1.5rem 3.5rem; }

  .int-cta-box { padding: 2rem; }
  .int-cta-box .btn-pri { width: 100%; justify-content: center; }

  .cta-bottom-box { padding: 0; }
  .cta-bottom-box .btn-pri { width: 100%; justify-content: center; }

  .ck-link { bottom: 80px; }

  .tools-feat-row { grid-template-columns: 1fr; }
  .tools-feat-img img { height: 260px; }

  .thanks-wrap { padding: 0 1rem; }

  .legal-wrap { padding: 0 0.5rem; }
}

@media (max-width: 480px) {
  .workflow-grid { grid-template-columns: 1fr; }
  .ftr-links { grid-template-columns: 1fr; }
  .eaa-cards { grid-template-columns: 1fr; }
  .ck-btns { flex-direction: column; }
  .ck-btns button { min-width: unset; }
  .container { padding: 0 1.25rem; }
  .feat-img img { height: 280px; }
  .alt-feat-img img { height: 260px; }
}