/* ============================================================
   TalentBridge — bright, modern, energetic (v3)
   White canvas · electric cobalt · vivid coral · near-black ink
   Space Grotesk (display) + Inter (text)
   ============================================================ */

:root {
  --bg: #FFFFFF;
  --surface: #F4F5F8;
  --surface-2: #ECEEF3;
  --ink: #0D1014;
  --muted: #5B6470;
  --primary: #2747FF;        /* electric cobalt */
  --primary-700: #1A33D6;
  --primary-soft: #E7EBFF;
  --accent: #FF5436;         /* vivid coral */
  --accent-700: #E13E22;
  --accent-soft: #FFE6E0;
  --lime: #C8FF4D;           /* energetic highlight block */
  --border: #E4E7EE;
  --ring: rgba(39, 71, 255, .30);

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(13,16,20,.05), 0 6px 18px -10px rgba(13,16,20,.25);
  --shadow: 0 30px 60px -32px rgba(13,16,20,.40);
  --shadow-color: 0 24px 50px -26px rgba(39,71,255,.45);

  --container: 1240px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);

  --font-head: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-lock { overflow: hidden; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--ink);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
p { margin: 0 0 1.05rem; }

a { color: var(--primary); text-underline-offset: 3px; }
a:hover { color: var(--primary-700); }
img { max-width: 100%; display: block; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
strong { font-weight: 600; }

:focus-visible { outline: 3px solid var(--ring); outline-offset: 2px; border-radius: 6px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.75rem, 7vw, 6.5rem); }
.section--tight { padding-block: clamp(2rem, 4vw, 3rem); }
.section--paper { background: var(--surface); }
.section--ink { background: var(--ink); color: #C4CBD6; }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: #fff; }
.narrow { max-width: 760px; margin-inline: auto; }
.center { text-align: center; }

/* ---------- Eyebrow + section heads ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font: 700 .78rem/1 var(--font-body);
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 22px; height: 10px; border-radius: 3px; background: var(--accent); }
.eyebrow.center { justify-content: center; }
.section--ink .eyebrow { color: var(--lime); }

.section-head { max-width: 760px; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-bottom: .55rem; }
.section-head p { color: var(--muted); font-size: 1.18rem; margin: 0; }
.section--ink .section-head p { color: #AAB3C2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font: 600 1rem/1 var(--font-body);
  padding: 1rem 1.8rem; border-radius: 12px;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .14s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-color); }
.btn--primary:hover { background: var(--primary-700); color: #fff; }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 18px 40px -22px rgba(255,84,54,.7); }
.btn--accent:hover { background: var(--accent-700); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand {
  display: inline-flex; align-items: center; gap: .6rem;
  font: 700 1.5rem/1 var(--font-head); letter-spacing: -.04em;
  color: var(--ink); text-decoration: none;
}
.brand:hover { color: var(--ink); }
.brand__icon { display: grid; place-items: center; width: 40px; height: 40px; background: var(--primary); border-radius: 11px; }
.brand__span { color: var(--accent); }

.nav-menu { list-style: none; display: flex; align-items: center; gap: .15rem; margin: 0; padding: 0; }
.nav-menu a:not(.btn) {
  display: inline-block; padding: .55rem .95rem; border-radius: 9px;
  font-weight: 500; font-size: .98rem; color: var(--ink); text-decoration: none;
}
.nav-menu a:not(.btn):hover { background: var(--surface-2); color: var(--primary); }
.nav-menu .btn { margin-left: .6rem; padding: .72rem 1.4rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 46px; height: 46px; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--border); border-radius: 11px; cursor: pointer;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--bg); border-bottom: 1px solid var(--border);
    padding: 1rem var(--gutter) 1.6rem; transform: translateY(-130%);
    transition: transform .3s ease; box-shadow: var(--shadow);
    max-height: calc(100dvh - 78px); overflow-y: auto;
  }
  .nav-menu.is-open { transform: translateY(0); }
  .nav-menu a:not(.btn) { padding: .9rem; font-size: 1.1rem; }
  .nav-menu .btn { margin: .6rem 0 0; padding: 1rem; }
}

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding-block: clamp(3rem, 6vw, 6rem);
}
.hero__kicker {
  display: inline-flex; align-items: center; gap: .5rem;
  font: 700 .8rem/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase;
  color: var(--primary); background: var(--primary-soft);
  padding: .55rem 1rem; border-radius: 999px; margin-bottom: 1.6rem;
}
.hero h1 { margin-bottom: 1.2rem; }
.hero h1 em { font-style: normal; color: var(--primary); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: .06em; height: .28em; background: var(--lime); z-index: -1; border-radius: 3px; }
.hero__lead { font-size: 1.22rem; color: var(--muted); max-width: 42ch; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__trust { margin-top: 2.2rem; font-size: .95rem; color: var(--muted); }
.hero__trust strong { color: var(--ink); }

.hero__media { position: relative; }
.hero__media img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 5 / 6; object-fit: cover;
  border-radius: var(--radius-lg);
}
.hero__media::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px;
  background: var(--primary); border-radius: var(--radius-lg); z-index: 0;
}
.hero__media::after {
  content: ""; position: absolute; top: -16px; right: -16px;
  width: 90px; height: 90px; background: var(--lime); border-radius: 20px; z-index: 0;
}
.hero__chip {
  position: absolute; left: -16px; bottom: 30px; z-index: 2;
  display: flex; align-items: center; gap: .8rem;
  background: #fff; border: 1px solid var(--border);
  border-radius: 16px; box-shadow: var(--shadow); padding: .95rem 1.15rem; max-width: 240px;
}
.hero__chip .num { font: 700 2rem/1 var(--font-head); color: var(--primary); letter-spacing: -.03em; }
.hero__chip .lbl { font-size: .82rem; line-height: 1.35; color: var(--muted); }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 460px; margin-inline: auto; }
  .hero__media img { aspect-ratio: 4 / 3; }
  .hero__lead { max-width: none; }
}

/* ---------- Stats ---------- */
.section--stats { background: var(--primary); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 3vw, 2.5rem); }
.stat { text-align: center; }
.stat__value { font: 700 clamp(2.5rem, 4.5vw, 3.6rem)/1 var(--font-head); color: #fff; letter-spacing: -.03em; }
.stat__label { margin-top: .5rem; font-size: .95rem; color: rgba(255,255,255,.8); }
@media (max-width: 620px) { .stats { grid-template-columns: 1fr 1fr; gap: 1.8rem; } }

/* ---------- Grids ---------- */
.grid { display: grid; gap: clamp(1.1rem, 2vw, 1.6rem); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 920px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid--3 { grid-template-columns: 1fr; } }

/* ---------- Cards (services) ---------- */
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.svc { display: flex; flex-direction: column; overflow: hidden; }
.svc__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svc:hover .svc__media img { transform: scale(1.05); }
.svc__body { padding: 1.7rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.svc__body h3 { margin: 0; }
.svc__body > p { color: var(--muted); margin: 0; font-size: .98rem; }
.svc__body ul { margin: .3rem 0 0; padding-left: 1.1rem; color: var(--muted); font-size: .93rem; }
.svc__body ul li { margin-bottom: .3rem; }
.svc__no { font: 700 1.6rem/1 var(--font-head); color: var(--accent); margin-bottom: .2rem; letter-spacing: -.02em; }
.tag {
  align-self: flex-start; font: 700 .7rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  color: var(--primary); background: var(--primary-soft); border-radius: 7px; padding: .38rem .7rem;
}
.tag--accent { color: var(--accent-700); background: var(--accent-soft); }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 920px) { .steps { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; background: var(--surface); border-radius: var(--radius); padding: 2.7rem 1.6rem 1.6rem; }
.step__n { position: absolute; top: -20px; left: 1.6rem; width: 48px; height: 48px; display: grid; place-items: center; font: 700 1.3rem/1 var(--font-head); color: #fff; background: var(--primary); border-radius: 14px; }
.step:nth-child(2) .step__n { background: var(--accent); }
.step:nth-child(3) .step__n { background: var(--ink); }
.step:nth-child(4) .step__n { background: var(--primary); }
.step h3 { margin-bottom: .4rem; font-size: 1.18rem; }
.step p { color: var(--muted); margin: 0; font-size: .96rem; }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); position: relative; z-index: 1; }
.split__media::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; background: var(--lime); border-radius: var(--radius-lg); z-index: 0; }
.split ul { color: var(--muted); }
.split ul li { margin-bottom: .45rem; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split__media { order: -1; max-width: 520px; } }

/* ---------- Why-us feature list ---------- */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem 2.5rem; }
@media (max-width: 720px) { .feature-list { grid-template-columns: 1fr; } }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start; }
.feature__ico { width: 52px; height: 52px; flex: none; display: grid; place-items: center; background: var(--primary); color: #fff; border-radius: 14px; }
.feature h3 { margin: .25rem 0 .4rem; font-size: 1.18rem; }
.feature p { margin: 0; color: #AAB3C2; font-size: .97rem; }

/* ---------- Sectors ---------- */
.sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 920px) { .sectors { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sectors { grid-template-columns: 1fr; } }
.sector { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.7rem; transition: transform .2s, box-shadow .2s, border-color .2s; }
.sector:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.sector__ico { width: 46px; height: 46px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); border-radius: 12px; margin-bottom: 1rem; }
.sector h3 { font-size: 1.12rem; margin-bottom: .35rem; }
.sector p { margin: 0; color: var(--muted); font-size: .92rem; }

/* ---------- Team rows (home) ---------- */
.team-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 820px) { .team-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .team-row { grid-template-columns: 1fr; } }
.team-row__p { display: flex; align-items: center; gap: .9rem; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.2rem; }
.team-row__av { width: 52px; height: 52px; flex: none; display: grid; place-items: center; border-radius: 13px; background: var(--primary); color: #fff; font: 700 1.05rem/1 var(--font-head); }
.team-row__p:nth-child(2) .team-row__av { background: var(--accent); }
.team-row__p:nth-child(3) .team-row__av { background: var(--ink); }
.team-row__p:nth-child(5) .team-row__av { background: var(--accent); }
.team-row__p:nth-child(6) .team-row__av { background: var(--ink); }
.team-row__p h3 { margin: 0; font-size: 1.02rem; }
.team-row__p p { margin: 0; font-size: .85rem; color: var(--muted); }

/* ---------- Team grid (about) ---------- */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 920px) { .team { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .team { grid-template-columns: 1fr; } }
.team-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.8rem; text-align: center; }
.team-card__avatar { width: 76px; height: 76px; margin: 0 auto .9rem; display: grid; place-items: center; font: 700 1.5rem/1 var(--font-head); color: #fff; border-radius: 20px; }
.team-card__name { font-weight: 600; margin: 0; font-size: 1.05rem; }
.team-card__role { color: var(--primary); font-size: .8rem; font-weight: 600; margin: .2rem 0 .7rem; text-transform: uppercase; letter-spacing: .05em; }
.team-card__bio { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
@media (max-width: 920px) { .quotes { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; } }
.quote { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2.1rem 1.9rem; }
.quote:nth-child(2) { background: var(--ink); border-color: var(--ink); }
.quote:nth-child(2) p { color: #fff; }
.quote:nth-child(2) cite { color: #AAB3C2; }
.quote:nth-child(2) cite b { color: #fff; }
.quote__stars { color: var(--accent); letter-spacing: 2px; margin-bottom: .8rem; }
.quote p { font-size: 1.06rem; color: var(--ink); }
.quote cite { display: block; font-style: normal; margin-top: 1.1rem; font-size: .88rem; color: var(--muted); }
.quote cite b { display: block; color: var(--ink); font-size: .98rem; }

/* ---------- Results rows ---------- */
.results { border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); }
.result-row { display: grid; grid-template-columns: 150px 180px 1fr; gap: 1.2rem; align-items: center; padding: 1.35rem 1.8rem; border-top: 1px solid rgba(255,255,255,.1); }
.result-row:first-child { border-top: none; }
.result-row strong { font: 700 1.7rem/1 var(--font-head); color: var(--lime); letter-spacing: -.03em; }
.result-row .sector-tag { font: 700 .76rem/1 var(--font-body); text-transform: uppercase; letter-spacing: .07em; color: #fff; }
.result-row span:last-child { color: #AAB3C2; }
@media (max-width: 700px) { .result-row { grid-template-columns: 1fr; gap: .3rem; padding: 1.2rem 1.4rem; } }

/* ---------- Insights ---------- */
.insight { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.9rem; transition: transform .2s, box-shadow .2s; }
.insight:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.insight__date { font: 700 .78rem/1 var(--font-body); letter-spacing: .05em; text-transform: uppercase; color: var(--accent-700); margin-bottom: .8rem; }
.insight h3 { font-size: 1.22rem; margin-bottom: .6rem; }
.insight p { color: var(--muted); font-size: .95rem; flex: 1; }
.insight a { font-weight: 600; margin-top: .9rem; }

/* ---------- Partners ---------- */
.partners { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.partner { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .6rem 1.2rem; font-size: .88rem; font-weight: 600; color: var(--muted); }

/* ---------- Engagement models (plans) ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 920px) { .plans { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.1rem 1.9rem; }
.plan--featured { background: var(--ink); border-color: var(--ink); box-shadow: var(--shadow); }
.plan--featured h3, .plan--featured .plan__price { color: #fff; }
.plan--featured .plan__for { color: #fff; }
.plan--featured .plan__price span { color: #AAB3C2; }
.plan--featured .plan__head { border-color: rgba(255,255,255,.15); }
.plan--featured .plan__list li { color: #C4CBD6; }
.plan__badge { position: absolute; top: -14px; left: 1.9rem; background: var(--lime); color: var(--ink); font: 700 .72rem/1 var(--font-body); letter-spacing: .06em; text-transform: uppercase; padding: .5rem .85rem; border-radius: 999px; }
.plan__head { padding-bottom: 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--border); }
.plan__head h3 { margin: 0 0 .6rem; font-size: 1.4rem; }
.plan__price { margin: 0; font: 700 2rem/1.05 var(--font-head); color: var(--primary); letter-spacing: -.03em; }
.plan--featured .plan__price { color: var(--lime); }
.plan__price span { display: block; margin-top: .4rem; font: 400 .85rem/1.4 var(--font-body); color: var(--muted); letter-spacing: 0; }
.plan__for { color: var(--ink); font-weight: 500; margin: 0 0 1.1rem; }
.plan__list { list-style: none; margin: 0 0 1.7rem; padding: 0; display: grid; gap: .7rem; flex: 1; }
.plan__list li { position: relative; padding-left: 1.8rem; color: var(--muted); font-size: .95rem; }
.plan__list li::before { content: ""; position: absolute; left: 0; top: .1rem; width: 20px; height: 20px; border-radius: 6px; background: var(--primary-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232747FF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat; }
.plan--featured .plan__list li::before { background: rgba(200,255,77,.18) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8FF4D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat; }
.plan .btn { width: 100%; }
.plan--featured .btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.plans__note { text-align: center; margin: 2.2rem auto 0; max-width: 60ch; color: var(--muted); font-size: .98rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; }
.faq details { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 0 1.5rem; }
.faq summary { cursor: pointer; list-style: none; font: 600 1.12rem/1.4 var(--font-head); padding: 1.2rem 2.2rem 1.2rem 0; position: relative; color: var(--ink); letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font: 400 1.6rem/1 var(--font-body); color: var(--accent); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 1.3rem; margin: 0; }

/* ---------- Start a conversation ---------- */
.convo { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 880px) { .convo { grid-template-columns: 1fr; } }
.convo__lead h2 { max-width: 18ch; margin-bottom: 1rem; }
.convo__lead > p { color: #AAB3C2; font-size: 1.12rem; max-width: 46ch; }
.convo__contacts { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.9rem; }
.convo__contacts a { display: grid; gap: .2rem; padding: 1rem 1.4rem; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; text-decoration: none; transition: border-color .2s, background .2s; }
.convo__contacts a:hover { border-color: var(--lime); background: rgba(255,255,255,.04); }
.convo__contacts span { font: 700 .72rem/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; color: var(--lime); }
.convo__contacts strong { color: #fff; font-size: 1.05rem; }
.convo__steps { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: clamp(1.7rem, 3vw, 2.4rem); }
.convo__steps h3 { color: #fff; margin-bottom: 1.5rem; }
.flow { list-style: none; margin: 0 0 1.9rem; padding: 0; display: grid; gap: 1.4rem; }
.flow li { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: start; }
.flow__n { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--accent); color: #fff; font: 700 1.1rem/1 var(--font-head); }
.flow li:nth-child(1) .flow__n { background: var(--primary); }
.flow li:nth-child(3) .flow__n { background: var(--lime); color: var(--ink); }
.flow strong { color: #fff; display: block; margin-bottom: .15rem; }
.flow p { margin: 0; color: #AAB3C2; font-size: .94rem; }
.convo__steps .btn { width: 100%; }

/* ---------- CTA banner ---------- */
.cta { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--primary); color: #fff; padding: clamp(2.75rem, 6vw, 4.75rem); text-align: center; isolation: isolate; }
.cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(120deg, rgba(26,51,214,.92), rgba(26,51,214,.72)), var(--cta-img); background-size: cover; background-position: center; }
.cta h2 { color: #fff; max-width: 20ch; margin-inline: auto; }
.cta p { color: rgba(255,255,255,.9); max-width: 56ch; margin-inline: auto; font-size: 1.18rem; }
.cta__btns { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.9rem; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--ink); color: #fff; padding-block: clamp(3rem, 7vw, 5.5rem); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; top: -60px; right: -40px; width: 240px; height: 240px; background: var(--primary); border-radius: 50%; opacity: .35; filter: blur(20px); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #C4CBD6; font-size: 1.2rem; max-width: 62ch; margin: 0; }
.page-hero .eyebrow { color: var(--lime); }
.breadcrumb { font-size: .85rem; color: #8A93A3; margin-bottom: 1rem; }
.breadcrumb a { color: #C4CBD6; }

/* ---------- Values ---------- */
.value { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.7rem; border-top: 4px solid var(--primary); }
.value:nth-child(2) { border-top-color: var(--accent); }
.value:nth-child(3) { border-top-color: var(--lime); }
.value:nth-child(4) { border-top-color: var(--primary); }
.value:nth-child(5) { border-top-color: var(--accent); }
.value:nth-child(6) { border-top-color: var(--lime); }
.value h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.value p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- Timeline ---------- */
.timeline { position: relative; max-width: 780px; margin-inline: auto; padding-left: 2.2rem; }
.timeline::before { content: ""; position: absolute; left: 7px; top: .5rem; bottom: .5rem; width: 2px; background: var(--border); }
.tl-item { position: relative; padding-bottom: 2.2rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: calc(-2.2rem + 1px); top: .35rem; width: 16px; height: 16px; border-radius: 5px; background: var(--primary); box-shadow: 0 0 0 4px var(--bg); }
.tl-item:last-child::before { background: var(--accent); }
.tl-year { font: 700 1.2rem/1 var(--font-head); color: var(--primary); letter-spacing: -.02em; }
.tl-item h3 { font-size: 1.12rem; margin: .25rem 0 .4rem; }
.tl-item p { color: var(--muted); margin: 0; font-size: .96rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .4rem; }
.field input, .field textarea { width: 100%; font: inherit; color: var(--ink); background: #fff; border: 1.5px solid var(--border); border-radius: 11px; padding: .85rem 1rem; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--ring); }
.field textarea { resize: vertical; }
.field.check { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; }
.field.check input { width: auto; margin-top: .35rem; }
.field.check label { font-weight: 400; font-size: .9rem; color: var(--muted); }
.form-note { min-height: 1.2rem; margin: .8rem 0 0; font-size: .92rem; }
.form-note.error { color: #C0271B; }
.form-note.ok { color: var(--primary); }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.9rem; }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { padding: .9rem 0; border-top: 1px solid var(--border); }
.info-list li:first-child { border-top: none; padding-top: 0; }
.info-list strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; color: var(--primary); margin-bottom: .25rem; }
.info-list a { color: var(--ink); }
.map-box { margin-top: 1.2rem; aspect-ratio: 16 / 9; border-radius: var(--radius); border: 1px solid var(--border); background: repeating-linear-gradient(45deg, var(--surface-2) 0 12px, #fff 12px 24px); display: grid; place-items: center; text-align: center; color: var(--muted); font-size: .9rem; padding: 1rem; }

/* ---------- Legal ---------- */
.legal { max-width: 780px; margin-inline: auto; }
.legal h2 { font-size: 1.5rem; margin-top: 2.2rem; }
.legal h3 { font-size: 1.15rem; margin-top: 1.6rem; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 1.3rem; }
.legal .updated { font-size: .9rem; color: var(--muted); border-left: 4px solid var(--accent); padding-left: 1rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #AAB3C2; padding-block: clamp(3rem, 5vw, 4.5rem) 1.5rem; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.4fr; gap: clamp(1.5rem, 3vw, 3rem); padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (max-width: 860px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand__icon { background: var(--primary); }
.footer-brand p { color: #8A93A3; font-size: .95rem; max-width: 34ch; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.footer-social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.08); color: #fff; }
.footer-social a:hover { background: var(--primary); }
.footer-col h4 { color: #fff; margin-bottom: 1rem; font: 700 .95rem/1.2 var(--font-body); letter-spacing: .02em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .6rem; }
.footer-col a { color: #AAB3C2; text-decoration: none; font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-contact h4 { color: #fff; margin-bottom: 1rem; font: 700 .95rem/1.2 var(--font-body); letter-spacing: .02em; }
.footer-contact p { color: #AAB3C2; font-size: .95rem; margin-bottom: .6rem; }
.footer-contact a { color: #fff; }
.footer-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.footer-badges span { font-size: .72rem; background: rgba(255,255,255,.08); padding: .35rem .65rem; border-radius: 7px; color: #8A93A3; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; padding-top: 1.5rem; font-size: .85rem; color: #717B8A; }
.footer-bottom a { color: #AAB3C2; }

/* ---------- Cookie banner ---------- */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 80; max-width: 720px; margin-inline: auto; background: var(--ink); color: #E9ECF2; border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.1rem 1.3rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; justify-content: space-between; }
.cookie p { margin: 0; font-size: .9rem; flex: 1; min-width: 230px; }
.cookie a { color: var(--lime); }
.cookie__btns { display: flex; gap: .6rem; }
.cookie .btn { padding: .65rem 1.3rem; font-size: .9rem; }

/* ---------- Utilities ---------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 1.7rem; }
.lead { font-size: 1.15rem; color: var(--muted); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--primary); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; color: #fff; }

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