/* =========================================================
   GovPartners — Design System
   Signature motif: "the connective line" — thin linking paths
   between nodes, echoing the brand's role as a bridge between
   government, community and delivery partners.
   ========================================================= */

:root {
  /* Brand colours (official) */
  --gp-blue: #0f9cd8;
  --gp-blue-light: #83d0f5;
  --gp-orange: #e4b06e;
  --gp-neutral: #e8f0f1;
  --gp-grey: #54524f;

  /* Extended, brand-derived palette (for depth/contrast only) */
  --gp-navy: #0b3550;      /* deep tint of gp-blue, dark sections */
  --gp-navy-2: #0e415f;
  --gp-ink: #1c2b32;       /* near-black text, warmer than pure black */
  --gp-white: #ffffff;
  --gp-line: #d7e3e6;      /* hairline borders on neutral */

  /* Type */
  --font-display: "Poppins", "Upgrade", "Futura", sans-serif;
  --font-body: "Mulish", "Avenir", "Calibri", sans-serif;

  /* Scale */
  --step-0: clamp(1rem, 0.95rem + 0.2vw, 1.05rem);
  --step-1: clamp(1.15rem, 1.05rem + 0.4vw, 1.3rem);
  --step-2: clamp(1.4rem, 1.2rem + 0.8vw, 1.75rem);
  --step-3: clamp(1.9rem, 1.5rem + 1.6vw, 2.6rem);
  --step-4: clamp(2.4rem, 1.8rem + 2.6vw, 3.6rem);

  --radius: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 10px rgba(11, 53, 80, 0.06);
  --shadow-md: 0 12px 32px rgba(11, 53, 80, 0.12);
  --maxw: 1180px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--gp-ink);
  background: var(--gp-white);
  font-size: var(--step-0);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--gp-navy);
  letter-spacing: -0.01em;
}
h1 { font-size: var(--step-4); font-weight: 700; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
p { margin: 0 0 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gp-blue);
  margin-bottom: 0.9em;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gp-orange);
  display: inline-block;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.section--tight { padding: clamp(2.5rem, 4vw, 3.5rem) 0; }
.section--alt { background: var(--gp-neutral); }
.section--navy { background: var(--gp-navy); color: #dceaf1; }
.section--navy h2, .section--navy h3 { color: var(--gp-white); }
.section--navy .eyebrow { color: var(--gp-blue-light); }

.lede { font-size: var(--step-1); color: var(--gp-grey); max-width: 62ch; }
.section--navy .lede { color: #b9d3e0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85em 1.6em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--gp-orange); outline-offset: 3px; }
.btn-primary { background: var(--gp-blue); color: var(--gp-white); }
.btn-primary:hover { background: var(--gp-navy-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,0.5); color: var(--gp-white); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--gp-blue); color: var(--gp-blue); }
.btn-outline:hover { background: var(--gp-blue); color: var(--gp-white); transform: translateY(-2px); }
.btn-sm { padding: 0.55em 1.2em; font-size: 0.85rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid var(--gp-line);
}
.nav {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--gp-navy); }
.brand-logo { height: 34px; width: auto; display: block; }
.footer-brand .brand-logo { height: 30px; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-blue-light));
  display: grid; place-items: center;
}
.brand-mark svg { width: 20px; height: 20px; }

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: 0.92rem;
  color: var(--gp-ink); transition: background .15s ease, color .15s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--gp-neutral); color: var(--gp-navy); }
.nav-right { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gp-navy); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 64px 0 0 0; z-index: 90;
    background: var(--gp-white); opacity: 1;
    flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px;
    transform: translateY(-8px); visibility: hidden; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .nav-links a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--gp-line); border-radius: 0; }
  .site-header.nav-open .nav-links { transform: translateY(0); visibility: visible; pointer-events: auto; }
  .nav-toggle { display: block; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--gp-navy); /* fallback shown until/unless carousel images are added */
  color: var(--gp-white);
  padding: clamp(2.2rem, 5.5vw, 4.2rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero .container { position: relative; z-index: 3; }

/* Background image carousel */
.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.8s ease;
  /* greyed-out / desaturated so hero text stays legible over any photo */
  filter: grayscale(65%) brightness(0.55) contrast(1.02);
}
.hero-slide.is-active { opacity: 1; }

/* Darkening + brand-colour wash on top of the photos, under the text */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, rgba(11,53,80,0.92) 0%, rgba(11,53,80,0.72) 45%, rgba(11,53,80,0.55) 100%);
}

.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.hero-copy { min-width: 0; }
.hero h1 { color: var(--gp-white); font-size: clamp(2.3rem, 1.75rem + 2.4vw, 3.45rem); margin-top: 0.35em; }
.hero .lede { color: #bcd8e6; }
.hero-actions { display: flex; gap: 14px; margin-top: 2rem; flex-wrap: wrap; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
}

/* Large, faint logo watermark in the hero */
.hero-logo-watermark {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 75%;
  max-width: 1100px;
  min-width: 420px;
  opacity: 0.09;
  filter: brightness(0) invert(1);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 700px) {
  .hero-logo-watermark { width: 130%; opacity: 0.07; top: auto; bottom: -12%; right: -20%; transform: none; }
}

/* ---------- Rotating word (hero heading + footer tagline) ---------- */
.word-rotate {
  display: inline-block;
  color: var(--gp-orange);
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

/* ---------- Stat strip ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { border-left: 2px solid var(--gp-orange); padding-left: 16px; }
.stat b { display: block; font-family: var(--font-display); font-size: var(--step-2); color: var(--gp-orange); font-weight: 700; }
.section--navy .stat b { color: var(--gp-white); }
.stat span { color: var(--gp-grey); font-size: 0.92rem; font-weight: 600; }
.section--navy .stat span { color: #b9d3e0; }
.hero .stat b { color: var(--gp-orange); font-weight: 700; }
.hero .stat span { color: #e8f2f7; font-weight: 700; }
@media (max-width: 760px) { .stat-strip { grid-template-columns: 1fr 1fr; } }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-icon {
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 1rem;
  background: var(--gp-neutral); display: grid; place-items: center;
}
.card-icon svg { width: 24px; height: 24px; stroke: var(--gp-blue); }
.card-icon--orange svg { stroke: var(--gp-orange); }
.card h3 { font-size: 1.15rem; margin-bottom: 0.4em; }
.card p { color: var(--gp-grey); font-size: 0.95rem; margin-bottom: 0.6em; }
.card ul { margin: 0; padding-left: 1.1em; color: var(--gp-grey); font-size: 0.92rem; }
.card ul li { margin-bottom: 0.3em; }
.card-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--gp-blue); font-size: 0.9rem; margin-top: 0.8em; }

/* ---------- Approach cards (About page) ---------- */
.approach-list { display: flex; flex-direction: column; gap: 1.2rem; }
.approach-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--gp-white); border: 1px solid var(--gp-line); border-left: 4px solid var(--gp-blue);
  border-radius: var(--radius-sm); padding: 1.2rem 1.4rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.approach-card:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); }
.approach-card--2 { border-left-color: var(--gp-orange); margin-left: 1.4rem; }
.approach-card--3 { border-left-color: var(--gp-blue-light); margin-left: 2.8rem; }
.approach-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  background: var(--gp-neutral); display: grid; place-items: center;
}
.approach-icon svg { width: 22px; height: 22px; stroke: var(--gp-blue); }
.approach-card--2 .approach-icon svg { stroke: var(--gp-orange); }
.approach-card--3 .approach-icon svg { stroke: var(--gp-blue-light); }
.approach-card h3 { font-size: 1rem; margin-bottom: 0.2em; }
.approach-card p { margin: 0; color: var(--gp-grey); font-size: 0.92rem; }
@media (max-width: 640px) {
  .approach-card--2, .approach-card--3 { margin-left: 0; }
}

/* ---------- Team ---------- */
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; }
.team-grid .team-card { flex: 0 1 calc(33.333% - 1.1rem); min-width: 220px; }
@media (max-width: 900px) { .team-grid .team-card { flex-basis: calc(50% - 0.8rem); } }
@media (max-width: 640px) { .team-grid .team-card { flex-basis: 100%; } }
.team-card { text-align: left; }
.team-photo-wrap { position: relative; display: block; width: 100%; padding: 0; margin: 0 0 1rem; border: none; background: none; cursor: pointer; border-radius: var(--radius); overflow: hidden; font: inherit; text-align: left; }
.team-photo-wrap:focus-visible { outline: 3px solid var(--gp-orange); outline-offset: 2px; }
.team-photo { width: 100%; aspect-ratio: 1/1; border-radius: var(--radius); object-fit: cover; margin: 0; background: var(--gp-neutral); display: block; }
.team-bio {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,53,80,0.65) 0%, rgba(11,53,80,0.94) 100%);
  color: #eaf3f8; padding: 1.1rem; font-size: 0.83rem; line-height: 1.5;
  display: flex; align-items: flex-end;
  opacity: 0; transition: opacity 0.25s ease;
}
.team-photo-wrap:hover .team-bio,
.team-photo-wrap:focus-visible .team-bio,
.team-photo-wrap.is-active .team-bio { opacity: 1; }
@media (hover: none), (pointer: coarse) {
  .team-photo-wrap:hover .team-bio { opacity: 0; }
  .team-photo-wrap.is-active .team-bio,
  .team-photo-wrap:focus-visible .team-bio { opacity: 1; }
}
.team-card h3 { font-size: 1.05rem; margin-bottom: 0.15em; }
.team-role { color: var(--gp-blue); font-weight: 600; font-size: 0.88rem; margin-bottom: 0.6em; display: block; }
.team-photo--placeholder {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gp-blue-light), var(--gp-blue));
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 2.2rem;
  letter-spacing: 0.05em;
}

/* ---------- Testimonial ---------- */
.quote-block {
  background: var(--gp-neutral);
  border-radius: var(--radius);
  padding: clamp(1.8rem, 4vw, 3rem);
  position: relative;
}
.quote-block blockquote { font-family: var(--font-display); font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.3rem); font-weight: 500; color: var(--gp-navy); margin: 0 0 1rem; line-height: 1.4; }
.quote-block cite { font-style: normal; color: var(--gp-grey); font-size: 0.92rem; }
.quote-block--sm { padding: clamp(1.3rem, 2.5vw, 1.8rem); }
.quote-block--sm blockquote { font-size: clamp(0.92rem, 0.86rem + 0.3vw, 1.05rem); margin-bottom: 0.7rem; }
.quote-block--sm cite { font-size: 0.82rem; }

/* ---------- Testimonial carousel (Who we are) - compact, image faint behind text ---------- */
.testimonial-carousel {
  position: relative;
  background: var(--gp-neutral);
  border: 1px solid var(--gp-line);
  border-radius: var(--radius);
  overflow: hidden;
}
.tc-slides { position: relative; height: 260px; }
.tc-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 0.9s ease;
  display: flex; align-items: center;
}
.tc-slide.is-active { opacity: 1; visibility: visible; }
.tc-bg { position: absolute; inset: 0; z-index: 0; }
.tc-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.16; filter: grayscale(40%); }
.tc-body { position: relative; z-index: 1; padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.8rem, 4.5vw, 3.2rem); width: 100%; }
.tc-body blockquote {
  margin: 0 0 0.6rem; font-family: var(--font-display); font-weight: 500; color: var(--gp-navy);
  font-size: clamp(0.92rem, 0.86rem + 0.3vw, 1.08rem); line-height: 1.44;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;
}
.tc-body cite { font-style: normal; font-weight: 700; color: var(--gp-ink); font-size: 0.85rem; }
.tc-body cite span { font-weight: 500; color: var(--gp-grey); }
.tc-dots { position: absolute; bottom: 12px; right: 20px; display: flex; gap: 7px; z-index: 5; }
.tc-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(11,53,80,0.2); border: none; padding: 0; cursor: pointer; transition: background 0.15s ease, transform 0.15s ease; }
.tc-dot.is-active { background: var(--gp-blue); transform: scale(1.2); }
@media (max-width: 640px) {
  .tc-slides { height: 340px; }
  .tc-body blockquote { -webkit-line-clamp: 9; font-size: 0.9rem; }
}

/* ---------- Logo strip ---------- */
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 2.2rem; opacity: 0.85; }
.logo-strip span { font-family: var(--font-display); font-weight: 700; color: var(--gp-grey); font-size: 0.95rem; padding: 0.4em 0.9em; border: 1px solid var(--gp-line); border-radius: 999px; }

/* ---------- Continuous logo marquee ---------- */
.marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: max-content;
  animation: marquee-scroll 32s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  width: 108px; height: 108px; padding: 0.9rem;
  background: var(--gp-white); border: 1px solid var(--gp-line); border-radius: 12px;
}
.marquee-item img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.2s ease, opacity 0.2s ease; }
.marquee-item:hover img { filter: grayscale(0%); opacity: 1; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- What makes us different (numbered list w/ underline) ---------- */
.diff-list { display: flex; flex-direction: column; gap: 1.6rem; }
.diff-head { display: flex; align-items: center; gap: 1rem; }
.diff-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  background: var(--gp-blue); color: #fff; font-family: var(--font-display); font-weight: 700;
  display: grid; place-items: center; font-size: 1.05rem;
}
.diff-head h3 { margin: 0; font-size: 1.15rem; color: var(--gp-navy); }
.diff-line { height: 2px; background: var(--gp-line); margin: 0.7rem 0; }
.diff-desc { margin: 0; padding-left: calc(42px + 1rem); color: var(--gp-grey); font-size: 0.94rem; }
@media (max-width: 480px) { .diff-desc { padding-left: 0; } }

/* ---------- Timeline / process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.process::before { content: ""; position: absolute; top: 22px; left: 5%; right: 5%; height: 2px; background: var(--gp-line); }
.process--vertical::before { display: none; }
@media (max-width: 800px) { .process { grid-template-columns: 1fr; } .process::before { display:none; } }
.process-step { position: relative; }
.process-num { width: 44px; height: 44px; border-radius: 50%; background: var(--gp-blue); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; margin-bottom: 1rem; position: relative; z-index: 1; }

/* ---------- Filter chips (projects page) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 2rem; }
.chip {
  border: 1px solid var(--gp-line); background: var(--gp-white); color: var(--gp-grey);
  padding: 0.5em 1.1em; border-radius: 999px; font-weight: 600; font-size: 0.86rem; cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.chip:hover { border-color: var(--gp-blue); }
.chip.active { background: var(--gp-blue); border-color: var(--gp-blue); color: #fff; }

.project-card { overflow: hidden; padding: 0; }
.project-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--gp-neutral); }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.project-card:hover .project-media img { transform: scale(1.06); }
.project-media--logo { display: flex; align-items: center; justify-content: center; background: var(--gp-white); }
.project-media--logo img { width: auto; height: auto; max-width: 58%; max-height: 50%; object-fit: contain; }
.project-hover {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,53,80,0.25) 0%, rgba(11,53,80,0.93) 100%);
  color: #eaf3f8; padding: 1.1rem 1.2rem; font-size: 0.84rem; line-height: 1.5;
  display: flex; align-items: flex-end;
  opacity: 0; transition: opacity 0.25s ease; pointer-events: none;
}
.project-card:hover .project-hover { opacity: 1; }
.project-media.is-active .project-hover { opacity: 1; }
@media (hover: none), (pointer: coarse) {
  .project-card:hover .project-hover { opacity: 0; }
  .project-media.is-active .project-hover { opacity: 1; }
}
.project-body { padding: 1.4rem; }
.project-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gp-blue); }
.project-body h3 { font-size: 1.05rem; margin: 0.3em 0 0.2em; }
.project-body p { font-size: 0.9rem; color: var(--gp-grey); margin: 0; }
.hidden { display: none !important; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 700; font-size: 0.86rem; margin-bottom: 0.4em; color: var(--gp-navy); }
input, select, textarea {
  width: 100%; font: inherit; padding: 0.75em 0.9em; border: 1.5px solid var(--gp-line);
  border-radius: var(--radius-sm); background: var(--gp-white); color: var(--gp-ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gp-blue); box-shadow: 0 0 0 4px rgba(15,156,216,0.15); }
textarea { resize: vertical; min-height: 120px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

.contact-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.4rem; background: var(--gp-white); border: 1px solid var(--gp-line); border-radius: var(--radius); }
.contact-card .card-icon { flex-shrink: 0; margin-bottom: 0; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-left: 4px solid var(--gp-blue);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 2.4rem) clamp(1.8rem, 4vw, 2.6rem);
  display: flex; align-items: center; gap: 1.4rem;
  justify-content: space-between; flex-wrap: wrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cta-banner:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); }
.cta-banner-copy { display: flex; align-items: center; gap: 1rem; }
.cta-icon {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px;
  background: var(--gp-neutral); display: grid; place-items: center;
}
.cta-icon svg { width: 24px; height: 24px; stroke: var(--gp-blue); }
.cta-banner h2 { color: var(--gp-navy); margin-bottom: 0.2em; font-size: 1.35rem; }
.cta-banner p { color: var(--gp-grey); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--gp-ink); color: #cbd6da; padding: 3.5rem 0 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.4rem; margin-bottom: 2.6rem; }
.footer-grid h4 { color: #fff; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1em; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 0.65em; }
.footer-grid a { color: #a9bcc2; font-size: 0.92rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand { min-width: 0; }
.footer-brand p { color: #8fa5ac; font-size: 0.9rem; max-width: 34ch; }
.footer-social { display: flex; gap: 10px; margin-top: 1rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #3a4b51; display: grid; place-items: center; color: #a9bcc2; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.footer-social a svg { width: 17px; height: 17px; }
.footer-social a:hover { background: var(--gp-blue); border-color: var(--gp-blue); color: #fff; }
.footer-bottom { border-top: 1px solid #2f3d42; padding-top: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: #7c9098; }
.acknowledgement { font-size: 0.8rem; color: #7c9098; margin-bottom: 1.4rem; }

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

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: var(--gp-neutral); padding: clamp(2.6rem, 6vw, 4rem) 0; }
.page-hero .lede { color: var(--gp-grey); }
.breadcrumb { font-size: 0.85rem; color: var(--gp-grey); margin-bottom: 1rem; }
.breadcrumb a { color: var(--gp-blue); font-weight: 600; }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }

.skip-link {
  position: absolute; left: -999px; top: auto;
  background: var(--gp-blue); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 200;
}
.skip-link:focus { left: 16px; top: 16px; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].in-view { opacity: 1; transform: translateY(0); }
