/* ============================================================
   WLC — corporate design system v2
   Modern IT-integrator look (dark hero + gradient mesh,
   rounded icon cards, pill buttons) using the brand's own
   logo gradient: deep blue -> cyan.
   ============================================================ */

:root {
  --blue: #0033D3;
  --blue-deep: #001F8A;
  --cyan: #03FBE4;
  --cyan-text: #018A7D;      /* accessible on white */
  --grad: linear-gradient(120deg, var(--blue) 0%, var(--cyan) 100%);

  --navy-900: #050B1C;
  --navy-800: #0A1330;
  --navy-700: #101B3E;

  --ink: #0B1220;
  --ink-soft: #55617A;
  --paper: #F5F7FB;
  --paper-raised: #FFFFFF;
  --line: rgba(11, 18, 32, 0.10);
  --line-dark: rgba(255, 255, 255, 0.12);

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 50px -20px rgba(10, 20, 50, 0.25);
  --max-w: 1160px;

  --display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--cyan-text); }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.3rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; max-width: 62ch; color: var(--ink-soft); }
p.lede { font-size: 1.15rem; max-width: 54ch; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
section { padding: 96px 0; scroll-margin-top: 90px; }
section.tight { padding: 60px 0; }
.dark { background: var(--navy-900); color: #E8ECF6; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
.dark p { color: rgba(232, 236, 246, 0.72); }
.border-top { border-top: 1px solid var(--line); }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgba(245, 247, 251, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  max-width: var(--max-w); margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { height: 32px; width: 32px; }
.brand span { font-family: var(--display); font-size: 1.2rem; font-weight: 800; }

nav.primary { display: flex; align-items: center; gap: 28px; }
nav.primary a { color: var(--ink-soft); text-decoration: none; font-size: 0.93rem; font-weight: 600; font-family: var(--display); }
nav.primary a:hover { color: var(--blue); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px;
  font-family: var(--display);
  font-weight: 700; font-size: 0.94rem; letter-spacing: 0.01em;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  position: relative; overflow: hidden; isolation: isolate;
  line-height: 1;
}
.btn svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.btn .arw { transition: transform 0.28s cubic-bezier(.2,.7,.3,1); }
.btn:hover .arw { transform: translateX(4px); }

/* solid gradient button */
.btn-primary {
  background: linear-gradient(120deg, #0033D3 0%, #0A86E0 55%, #03FBE4 100%);
  color: #fff;
  box-shadow: 0 12px 28px -10px rgba(0, 51, 211, 0.55), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, #03FBE4 0%, #0A86E0 45%, #0033D3 100%);
  opacity: 0; transition: opacity 0.35s ease;
}
.btn-primary:hover::after { opacity: 1; }
.btn-primary:hover { box-shadow: 0 18px 38px -12px rgba(0, 51, 211, 0.6), inset 0 1px 0 rgba(255,255,255,0.3); }

/* outline on light */
.btn-ghost {
  border-color: rgba(11,18,32,0.16); color: var(--ink); background: #fff;
  box-shadow: 0 4px 14px -8px rgba(10,20,50,0.25);
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); box-shadow: 0 10px 24px -10px rgba(0,51,211,0.4); }

/* outline on dark — glass */
.btn-ghost-dark {
  border-color: rgba(255,255,255,0.22); color: #fff;
  background: rgba(255,255,255,0.06); backdrop-filter: blur(6px);
}
.btn-ghost-dark:hover {
  border-color: var(--cyan); color: #fff;
  background: rgba(3,251,228,0.12);
  box-shadow: 0 10px 26px -12px rgba(3,251,228,0.5);
}
.btn-lg { padding: 17px 36px; font-size: 1rem; }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; }

/* ---------- Hero (dark, gradient mesh) ---------- */
.hero {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
  padding: 110px 0 70px;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  z-index: 0;
}
.hero::before {
  width: 520px; height: 520px;
  background: var(--blue);
  top: -180px; right: -120px;
}
.hero::after {
  width: 420px; height: 420px;
  background: var(--cyan);
  bottom: -200px; right: 220px;
  opacity: 0.35;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 700; color: var(--cyan);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); display: inline-block; }
.hero h1, .hero h2, .hero h3 { color: #fff; }
.hero h1 { margin-bottom: 22px; }
.hero p, .hero p.lede { color: rgba(255,255,255,0.78); }
.cta-band h1, .cta-band h2, .cta-band h3 { color: #fff; }
footer.site .brand span { color: #fff; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-art { position: relative; z-index: 1; }
.hero-art svg { width: 100%; height: auto; }

/* ---------- Works-with strip ---------- */
.works-with { position: relative; z-index: 1; margin-top: 70px; padding-top: 34px; border-top: 1px solid var(--line-dark); }
.works-with span.label {
  display: block; font-size: 0.8rem; color: rgba(255,255,255,0.46);
  margin-bottom: 24px; font-weight: 600; letter-spacing: 0.02em;
}
.logo-row {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 44px;
}
.logo-row img {
  height: 30px; width: auto;
  opacity: 0.62;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.logo-row img:hover { opacity: 1; filter: none; transform: translateY(-2px); }
.logo-row img.wide { height: 24px; }
.logo-row img.tall { height: 34px; }

/* light-background variant (used further down the page) */
.logo-row.on-light img { filter: grayscale(1) brightness(0.35); opacity: 0.55; }
.logo-row.on-light img:hover { filter: none; opacity: 1; }

/* ---------- Stat / benefit trio ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.trio .item {
  background: var(--paper-raised); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 36px 30px;
}
.trio .badge {
  width: 52px; height: 52px; border-radius: 14px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.trio .badge svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 2; }

/* ---------- Icon card grid (services / industries) ---------- */
.icard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.icard-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.icard-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.icard {
  background: var(--paper-raised);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.icard .badge {
  width: 48px; height: 48px; border-radius: 12px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; flex-shrink: 0;
}
.icard .badge svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 2; }
.icard h3 { font-size: 1.08rem; margin-bottom: 8px; }
.icard p { font-size: 0.95rem; margin-bottom: 0; }
.icard .step-tag { font-size: 0.78rem; font-weight: 700; color: var(--cyan-text); margin-bottom: 10px; display: block; }

/* ---------- Two-path split (Consulting / Platforms) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.split > a {
  background: var(--paper-raised); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 40px; text-decoration: none; color: var(--ink); display: block;
  border: 1px solid var(--line); transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.split > a:hover { transform: translateY(-3px); box-shadow: 0 26px 60px -20px rgba(10,20,50,0.3); }
.split .badge { width: 48px; height: 48px; border-radius: 12px; background: var(--grad); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.split .badge svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 2; }
.split h3 { margin-bottom: 10px; }
.split p { margin-bottom: 18px; }
.split .go { color: var(--cyan-text); font-weight: 700; font-size: 0.95rem; }

/* ---------- Plain-language callout ---------- */
.plain { border-left: 3px solid var(--blue); padding: 6px 0 6px 26px; margin: 40px 0; }
.plain p { font-size: 1.15rem; color: var(--ink); margin: 0; }

/* ---------- CTA band (dark, gradient mesh) ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--navy-900); color: #fff;
  border-radius: 24px; padding: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.cta-band::before {
  content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: var(--grad); filter: blur(90px); opacity: 0.45; top: -150px; left: -100px;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: rgba(255,255,255,0.75); margin: 0; }

/* ---------- Section label ---------- */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 700; color: var(--cyan-text); margin-bottom: 14px;
}
.section-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--grad); display: inline-block; }

/* ---------- Benefits list ---------- */
ul.benefits { list-style: none; margin: 0; padding: 0; }
ul.benefits li { padding-left: 30px; position: relative; margin-bottom: 14px; color: var(--ink-soft); }
ul.benefits li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px;
  border-radius: 5px; background: var(--grad); opacity: 0.9;
}
.dark ul.benefits li { color: rgba(232,236,246,0.75); }

/* ---------- Form ---------- */
form.contact-form { display: grid; gap: 18px; max-width: 640px; }
form.contact-form label { font-size: 0.9rem; font-weight: 700; display: block; margin-bottom: 6px; }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--sans); font-size: 1rem; background: #fff; color: var(--ink);
}
form.contact-form textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* ---------- Footer ---------- */
footer.site { background: var(--navy-900); color: rgba(255,255,255,0.7); padding: 64px 0 30px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; margin-bottom: 44px; }
.footer-grid h4 { font-size: 0.85rem; color: #fff; margin-bottom: 16px; font-family: var(--sans); font-weight: 700; }
.footer-grid a { display: block; color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.92rem; margin-bottom: 11px; }
.footer-grid a:hover { color: var(--cyan); }
.footer-brand p { font-size: 0.92rem; color: rgba(255,255,255,0.6); }
.footer-legal { font-size: 0.82rem; color: rgba(255,255,255,0.45); border-top: 1px solid var(--line-dark); padding-top: 22px; }
.footer-legal p { margin: 0 0 6px; max-width: none; }

/* ---------- Utility ---------- */
.tag {
  display: inline-block; font-size: 0.78rem; font-weight: 700; padding: 5px 12px;
  border: 1px solid var(--line); border-radius: 20px; color: var(--ink-soft); margin: 0 8px 8px 0;
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.small { font-size: 0.88rem; color: var(--ink-soft); }
.text-center { text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .icard-grid, .icard-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .trio { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .split { grid-template-columns: 1fr; }
  .icard-grid, .icard-grid.cols-3, .icard-grid.cols-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 40px; }

  .nav-toggle {
    display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px;
  }
  .nav-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; }
  nav.primary {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--paper-raised); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start; padding: 20px 28px 26px; gap: 16px;
  }
  nav.primary.open { display: flex; }
  .nav-cta .btn-ghost { display: none; }
}

/* ============================================================
   v2.1 — polish, motion, scroll behaviour
   ============================================================ */

/* ---------- Header: shrink + shadow on scroll ---------- */
header.site { transition: height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
header.site.scrolled {
  box-shadow: 0 6px 28px -14px rgba(10, 20, 50, 0.35);
  background: rgba(255, 255, 255, 0.96);
}
header.site.scrolled .nav-row { height: 64px; }
.nav-row { transition: height 0.25s ease; }

/* active nav link (scroll-spy) */
nav.primary a { position: relative; transition: color 0.2s ease; }
nav.primary a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--grad); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease;
}
nav.primary a.active { color: var(--ink); }
nav.primary a.active::after { transform: scaleX(1); }

/* ---------- Scroll reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(.2,.7,.3,1), transform 0.7s cubic-bezier(.2,.7,.3,1);
  will-change: opacity, transform;
}
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
[data-reveal-delay="5"] { transition-delay: 0.40s; }

/* ---------- Hero: one orchestrated entrance ---------- */
.hero .eyebrow, .hero h1, .hero p.lede, .hero-actions, .works-with {
  animation: heroIn 0.9s cubic-bezier(.2,.7,.3,1) both;
}
.hero h1 { animation-delay: 0.08s; }
.hero p.lede { animation-delay: 0.18s; }
.hero-actions { animation-delay: 0.26s; }
.works-with { animation-delay: 0.36s; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* hero signal arcs draw themselves in, then pulse gently */
.hero-art .arc {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: drawArc 1.5s cubic-bezier(.3,.8,.3,1) forwards;
}
.hero-art .arc-1 { animation-delay: 0.4s; }
.hero-art .arc-2 { animation-delay: 0.6s; }
.hero-art .arc-3 { animation-delay: 0.8s; }
@keyframes drawArc { to { stroke-dashoffset: 0; } }
.hero-art .node { transform-origin: 240px 300px; animation: nodePulse 2.8s ease-in-out 1.4s infinite; }
@keyframes nodePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.25); }
}

/* ---------- Card interaction ---------- */
.icard {
  transition: transform 0.22s cubic-bezier(.2,.7,.3,1), box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex; flex-direction: column;
}
.icard:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px -24px rgba(10, 20, 50, 0.34);
  border-color: rgba(0, 51, 211, 0.25);
}
.icard .badge, .trio .badge, .split .badge { transition: transform 0.22s cubic-bezier(.2,.7,.3,1); }
.icard:hover .badge, .split > a:hover .badge { transform: scale(1.08) rotate(-4deg); }

.trio .item {
  transition: transform 0.22s cubic-bezier(.2,.7,.3,1), box-shadow 0.22s ease;
  display: flex; flex-direction: column;
}
.trio .item:hover { transform: translateY(-5px); box-shadow: 0 28px 60px -24px rgba(10,20,50,0.3); }

.split .go { transition: gap 0.2s ease; display: inline-flex; align-items: center; gap: 6px; }
.split > a:hover .go { gap: 12px; }

.btn { transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(0, 51, 211, 0.55); }

/* ---------- Icon badge refinement ---------- */
.icard .badge, .trio .badge, .split .badge {
  position: relative;
  box-shadow: 0 10px 22px -10px rgba(0, 51, 211, 0.6);
}
.icard .badge svg, .trio .badge svg, .split .badge svg {
  stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- Back-to-top ---------- */
.to-top {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(0, 51, 211, 0.6);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Accessibility: respect reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ---------- Secondary line inside cards ---------- */
.icard p.micro {
  font-size: 0.88rem;
  color: var(--ink);
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 500;
  margin-bottom: 0;
}

/* ---------- Montserrat needs tighter display tracking ---------- */
h1, h2 { letter-spacing: -0.02em; }
h3 { letter-spacing: -0.01em; }
.brand span { letter-spacing: -0.02em; }

/* slightly taller cards now that copy is longer */
.icard { padding: 32px 28px 28px; }
.icard p { line-height: 1.6; }

/* ---------- Vendor logo strip: also usable on light sections ---------- */
.vendor-band { padding: 44px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vendor-band .label { display:block; font-size: 0.8rem; color: var(--ink-soft); font-weight: 600; margin-bottom: 22px; }

/* ============================================================
   v3 — layout rework
   ============================================================ */

/* ---------- Brand: logo only, larger ---------- */
.brand img { height: 44px; width: 44px; }
.brand span { display: none; }
footer.site .brand img { height: 46px; width: 46px; }

/* ---------- Reusable dark band (same palette as hero) ---------- */
.band-dark {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
}
.band-dark::before, .band-dark::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); z-index: 0;
}
.band-dark::before {
  width: 480px; height: 480px; background: var(--blue);
  top: -200px; right: -140px; opacity: 0.45;
}
.band-dark::after {
  width: 380px; height: 380px; background: var(--cyan);
  bottom: -220px; left: -80px; opacity: 0.22;
}
.band-dark > * { position: relative; z-index: 1; }
.band-dark h1, .band-dark h2, .band-dark h3, .band-dark h4 { color: #fff; }
.band-dark p { color: rgba(255,255,255,0.74); }
.band-dark .section-label { color: var(--cyan); }
.band-dark ul.benefits li { color: rgba(255,255,255,0.74); }
.band-dark .plain { border-left-color: var(--cyan); }
.band-dark .plain p { color: #fff; }

/* ---------- Horizontal service rows ---------- */
.srow-list { display: flex; flex-direction: column; gap: 18px; margin-top: 40px; }
.srow {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 30px;
  align-items: start;
  padding: 34px 36px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s cubic-bezier(.2,.7,.3,1);
}
.srow:hover {
  background: rgba(255,255,255,0.075);
  border-color: rgba(3,251,228,0.32);
  transform: translateX(5px);
}
.srow .badge {
  width: 56px; height: 56px; border-radius: 15px; background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 26px -10px rgba(0,51,211,0.75);
  transition: transform 0.25s cubic-bezier(.2,.7,.3,1);
}
.srow:hover .badge { transform: scale(1.07) rotate(-5deg); }
.srow .badge svg { width: 27px; height: 27px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.srow .step-tag {
  display: inline-block; font-size: 0.74rem; font-weight: 700; color: var(--cyan);
  margin-bottom: 8px; letter-spacing: 0.04em;
}
.srow h3 { font-size: 1.28rem; margin-bottom: 10px; }
.srow p { margin-bottom: 0; font-size: 0.97rem; max-width: none; }
.srow .outcome {
  align-self: center;
  padding-left: 28px;
  border-left: 2px solid rgba(3,251,228,0.35);
  font-size: 0.92rem;
  color: #fff;
  font-weight: 500;
}
.srow .outcome span { display: block; font-size: 0.74rem; color: var(--cyan); font-weight: 700; margin-bottom: 6px; }

/* ---------- Hospitality feature block ---------- */
.hero-vertical {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  margin-top: 8px;
}
.hosp-points { display: grid; gap: 20px; }
.hosp-point {
  display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start;
}
.hosp-point .dot {
  width: 44px; height: 44px; border-radius: 12px; background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 22px -10px rgba(0,51,211,0.6);
}
.hosp-point .dot svg { width: 21px; height: 21px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hosp-point h4 { font-size: 1.02rem; margin-bottom: 5px; color: var(--ink); font-family: var(--display); }
.hosp-point p { font-size: 0.93rem; margin-bottom: 0; }

/* secondary verticals — quieter than hospitality */
.also-serve { margin-top: 60px; padding-top: 34px; border-top: 1px solid var(--line); }
.also-serve .label { display: block; font-size: 0.82rem; color: var(--ink-soft); font-weight: 600; margin-bottom: 22px; }
.also-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.also-item {
  padding: 22px 22px 20px; border-radius: var(--radius-sm);
  background: #fff; border: 1px solid var(--line);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.also-item:hover { transform: translateY(-3px); border-color: rgba(0,51,211,0.28); }
.also-item .mini {
  width: 34px; height: 34px; border-radius: 9px; background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.also-item .mini svg { width: 17px; height: 17px; stroke: #fff; fill: none; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.also-item h4 { font-size: 0.95rem; margin-bottom: 6px; font-family: var(--display); color: var(--ink); }
.also-item p { font-size: 0.86rem; margin-bottom: 0; }

@media (max-width: 960px) {
  .srow { grid-template-columns: 56px 1fr; gap: 22px; padding: 28px; }
  .srow .outcome {
    grid-column: 1 / -1; padding-left: 0; padding-top: 18px;
    border-left: none; border-top: 2px solid rgba(3,251,228,0.35);
  }
  .also-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero-vertical { grid-template-columns: 1fr; gap: 36px; }
  .also-grid { grid-template-columns: 1fr; }
  .brand img { height: 38px; width: 38px; }
}

/* ---------- Split cards on a dark band ---------- */
.split.on-dark > a {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  box-shadow: none;
}
.split.on-dark > a:hover {
  background: rgba(255,255,255,0.085);
  border-color: rgba(3,251,228,0.35);
  box-shadow: 0 24px 50px -24px rgba(0,0,0,0.6);
}
.split.on-dark h3 { color: #fff; }
.split.on-dark p { color: rgba(255,255,255,0.72); }
.split.on-dark .go { color: var(--cyan); }

/* ============================================================
   v4 — quieter, more professional icon + button treatment
   ============================================================ */

/* ---------- Buttons: solid, legible, no cyan wash under white text ---------- */
.btn-primary {
  background: linear-gradient(135deg, #0033D3 0%, #0B4FE0 100%);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(0, 51, 211, 0.55);
}
.btn-primary::after {
  background: linear-gradient(135deg, #0B4FE0 0%, #0033D3 100%);
}
.btn-primary:hover {
  box-shadow: 0 14px 30px -12px rgba(0, 51, 211, 0.6);
}

/* ---------- Icon badges: tinted, not solid gradient ---------- */
.icard .badge, .trio .badge, .split .badge, .srow .badge,
.hosp-point .dot, .also-item .mini {
  background: var(--signal-tint, #EAF0FF);
  box-shadow: none;
  border: 1px solid rgba(0, 51, 211, 0.12);
}
.icard .badge svg, .trio .badge svg, .split .badge svg, .srow .badge svg,
.hosp-point .dot svg, .also-item .mini svg {
  stroke: #0033D3;
  stroke-width: 1.7;
}

/* on dark bands, invert the tint */
.band-dark .srow .badge, .band-dark .split .badge {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}
.band-dark .srow .badge svg, .band-dark .split .badge svg {
  stroke: var(--cyan);
  stroke-width: 1.7;
}
.srow:hover .badge {
  background: rgba(3, 251, 228, 0.12);
  border-color: rgba(3, 251, 228, 0.35);
  transform: none;
}
.icard:hover .badge, .split > a:hover .badge { transform: none; }
.hosp-point .dot { border-radius: 11px; }

/* ---------- Vertical cards with imagery ---------- */
.also-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.also-item {
  padding: 0; overflow: hidden;
  border-radius: var(--radius);
  display: flex; flex-direction: column;
}
.also-item .shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #E8EDF5;
}
.also-item .shot img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s cubic-bezier(.2,.7,.3,1);
}
.also-item:hover .shot img { transform: scale(1.05); }
.also-item .shot::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,11,28,0) 40%, rgba(5,11,28,0.62) 100%);
}
.also-item .shot h4 {
  position: absolute; left: 18px; bottom: 14px; z-index: 2;
  color: #fff; margin: 0; font-size: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.also-item .body { padding: 18px 20px 22px; }
.also-item .body p { font-size: 0.88rem; margin: 0; }
.also-item .mini { display: none; }

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

/* ============================================================
   v5 — contrast-driven buttons, richer footer, larger mark
   ============================================================ */

/* ---------- Logo ---------- */
.brand img { height: 52px; width: 52px; }
header.site.scrolled .brand img { height: 44px; width: 44px; transition: height .25s ease, width .25s ease; }
.brand img { transition: height .25s ease, width .25s ease; }

/* ============================================================
   Buttons — the colour depends on what it sits on.
   Light background  -> deep navy fill, white text  (authority)
   Dark background   -> cyan fill, near-black text  (signal)
   ============================================================ */

/* default: on light surfaces */
.btn-primary {
  background: linear-gradient(135deg, #0B1B3D 0%, #14306B 100%);
  color: #fff;
  box-shadow: 0 10px 24px -14px rgba(11, 27, 61, 0.75);
}
.btn-primary::after {
  background: linear-gradient(135deg, #14306B 0%, #0033D3 100%);
}
.btn-primary:hover { box-shadow: 0 16px 32px -14px rgba(0, 51, 211, 0.55); }

/* on dark surfaces the same button flips to the brand's signal colour */
.hero .btn-primary,
.band-dark .btn-primary,
.cta-band .btn-primary,
header.site .btn-primary {
  background: linear-gradient(135deg, #03FBE4 0%, #35D8F5 100%);
  color: #041C2C;
  box-shadow: 0 12px 30px -12px rgba(3, 251, 228, 0.5);
}
.hero .btn-primary::after,
.band-dark .btn-primary::after,
.cta-band .btn-primary::after,
header.site .btn-primary::after {
  background: linear-gradient(135deg, #35D8F5 0%, #03FBE4 100%);
}
.hero .btn-primary:hover,
.band-dark .btn-primary:hover,
.cta-band .btn-primary:hover,
header.site .btn-primary:hover {
  box-shadow: 0 18px 40px -12px rgba(3, 251, 228, 0.62);
}

/* header sits on a light bar, so it keeps the navy treatment */
header.site .btn-primary {
  background: linear-gradient(135deg, #0B1B3D 0%, #14306B 100%);
  color: #fff;
  box-shadow: 0 8px 20px -12px rgba(11, 27, 61, 0.8);
}
header.site .btn-primary::after { background: linear-gradient(135deg, #14306B 0%, #0033D3 100%); }

/* hospitality CTA lives on a light section — keep it navy */
#industries .btn-primary {
  background: linear-gradient(135deg, #0B1B3D 0%, #14306B 100%);
  color: #fff;
}
#industries .btn-primary::after { background: linear-gradient(135deg, #14306B 0%, #0033D3 100%); }

/* ============================================================
   Footer — structured, with icons and a signal accent
   ============================================================ */
footer.site {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
}
footer.site::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: var(--blue); filter: blur(120px); opacity: 0.28;
  top: -300px; right: -120px; pointer-events: none;
}
footer.site > * { position: relative; z-index: 1; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand img { margin-bottom: 18px; }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 34ch; }

.footer-grid h4 {
  font-size: 0.78rem; color: var(--cyan); margin-bottom: 18px;
  font-family: var(--display); font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-grid a {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.68); text-decoration: none;
  font-size: 0.9rem; margin-bottom: 13px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-grid a:hover { color: var(--cyan); transform: translateX(3px); }
.footer-grid a svg {
  width: 16px; height: 16px; flex-shrink: 0;
  stroke: currentColor; fill: none; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
  opacity: 0.75;
}

/* coverage note */
.footer-coverage {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 0.86rem; color: rgba(255,255,255,0.55);
  margin-top: 4px; line-height: 1.6;
}
.footer-coverage svg {
  width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0;
  stroke: var(--cyan); fill: none; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}

/* bottom bar */
.footer-legal {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  font-size: 0.8rem; color: rgba(255,255,255,0.42);
  border-top: 1px solid var(--line-dark);
  padding: 22px 0 30px;
}
.footer-legal p { margin: 0; max-width: none; color: inherit; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-dark);
  color: rgba(255,255,255,0.7);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  margin: 0;
}
.footer-social a:hover {
  border-color: var(--cyan); color: var(--cyan);
  background: rgba(3,251,228,0.08); transform: none;
}
.footer-social a svg { width: 17px; height: 17px; opacity: 1; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   v6 — hero imagery, footer cleanup
   ============================================================ */

/* ---------- Hero with photographic art ---------- */
.hero { padding: 96px 0 60px; }
.hero-grid { grid-template-columns: 1fr 1.08fr; gap: 34px; align-items: center; }
.hero-art { position: relative; }
.hero-art picture { display: block; }
.hero-art img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
  animation: heroFloat 9s ease-in-out 1.2s infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-11px); }
}
/* soft glow behind the building so it sits in the scene */
.hero-art::before {
  content: ""; position: absolute; z-index: -1;
  width: 70%; height: 55%; left: 22%; top: 28%;
  background: radial-gradient(ellipse at center, rgba(3,251,228,0.18), transparent 70%);
  filter: blur(50px);
}

/* ---------- Footer: no social circles ---------- */
.footer-social { display: none; }
.footer-legal { justify-content: flex-start; }

/* ---------- TAC highlight in footer ---------- */
.footer-tac {
  margin-top: 18px; padding: 14px 16px;
  border: 1px solid rgba(3, 251, 228, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(3, 251, 228, 0.05);
}
.footer-tac .tac-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700; color: var(--cyan);
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px;
}
.footer-tac .tac-label svg { width: 14px; height: 14px; stroke: var(--cyan); fill: none; stroke-width: 2; }
.footer-tac a { margin: 0; font-size: 0.92rem; color: #fff; }
.footer-tac a:hover { color: var(--cyan); }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { display: block; margin-top: 30px; }
  .hero-art img { animation: none; }
}

/* ---------- Motion support classes (paired with main.js v6) ---------- */

/* vendor logos fade in on scroll */
.logo-row img { opacity: 0; transform: translateY(10px); }
.logo-row img.lit { opacity: 0.62; transform: none; }
.logo-row img.lit:hover { opacity: 1; filter: none; transform: translateY(-2px); }

/* cursor-following sheen inside service rows */
.srow { --mx: 50%; --my: 50%; position: relative; overflow: hidden; }
.srow::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(360px circle at var(--mx) var(--my), rgba(3,251,228,0.10), transparent 65%);
  opacity: 0; transition: opacity 0.35s ease;
}
.srow:hover::before { opacity: 1; }
.srow > * { position: relative; z-index: 1; }

/* tilt cards need a smooth return and their own transform origin */
.also-item, .split > a {
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(.2,.7,.3,1), box-shadow 0.25s ease, border-color 0.25s ease;
}
.also-item .shot img { transition: transform 0.45s cubic-bezier(.2,.7,.3,1); }

/* magnetic buttons: let JS drive translate, keep the visual transition snappy */
.btn-primary { transition: transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.2s ease, filter 0.2s ease; }
.btn-primary:hover { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .logo-row img { opacity: 0.62; transform: none; }
  .hero-art img { animation: none !important; }
}

/* ============================================================
   v7 — hero presence: bigger art, bleeding right, stable text column
   ============================================================ */

.hero {
  padding: 84px 0 56px;
  min-height: 88vh;
  display: flex;
  flex-direction: column;   /* hero row on top, vendor strip beneath */
  justify-content: center;
}
.hero > .wrap { width: 100%; flex: 0 0 auto; }

/* text column stays wide enough that the two CTAs sit side by side */
.hero-grid {
  grid-template-columns: minmax(420px, 0.92fr) 1.25fr;
  gap: 20px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.5rem, 3.9vw, 3.9rem);
  line-height: 1.08;
  max-width: 15ch;
  text-wrap: balance;
}
.hero p.lede { max-width: 46ch; }
.hero-actions { flex-wrap: nowrap; }

/* ---------- The art: large, bleeding off the right edge ---------- */
.hero-art {
  position: relative;
  margin-right: calc((100vw - var(--max-w)) / -2 - 28px);
  margin-left: -4%;
}
.hero-art img {
  width: 116%;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.6))
          drop-shadow(0 0 60px rgba(3, 251, 228, 0.13));
  animation: heroFloat 11s ease-in-out 1.4s infinite;
}

/* ambient glow sitting behind the building */
.hero-art::before {
  content: "";
  position: absolute; z-index: 0;
  left: 26%; top: 18%;
  width: 66%; height: 62%;
  background: radial-gradient(ellipse at center, rgba(3,251,228,0.26), rgba(0,51,211,0.14) 45%, transparent 72%);
  filter: blur(60px);
  pointer-events: none;
}
.hero-art picture { position: relative; z-index: 1; display: block; }

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .hero-art { margin-right: -28px; }
  .hero-art img { width: 110%; }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero h1 { font-size: clamp(2.1rem, 4.2vw, 3rem); }
  .hero-actions { flex-wrap: wrap; }
}
@media (max-width: 860px) {
  .hero { min-height: 0; padding: 64px 0 40px; display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .hero-art {
    display: block; margin: 26px -28px 0; order: 2;
  }
  .hero-art img { width: 100%; animation: none; }
  .hero-art::before { display: none; }
}

/* ---------- v7.1 hero balance ---------- */
.btn { white-space: nowrap; }

.hero-grid {
  grid-template-columns: minmax(500px, 1.02fr) 1.05fr;
  gap: 28px;
}
.hero h1 {
  font-size: clamp(2.4rem, 3.4vw, 3.5rem);
  max-width: 17ch;
}
.hero p.lede { max-width: 50ch; }

/* art: full building visible, gentle bleed only */
.hero-art { margin-right: calc((100vw - var(--max-w)) / -2 - 28px); margin-left: 0; }
.hero-art img { width: 100%; }

@media (max-width: 1400px) {
  .hero-grid { grid-template-columns: minmax(440px, 1fr) 1fr; }
  .hero h1 { font-size: clamp(2.2rem, 3.2vw, 3rem); }
}
@media (max-width: 1200px) {
  .hero-art { margin-right: -28px; }
  .hero-art img { width: 100%; }
}

/* ============================================================
   v8 — hero mark (logo) with radiating signal rings
   ============================================================ */

.hero-art { margin: 0; display: flex; justify-content: center; align-items: center; }

.mark-stage {
  position: relative;
  width: min(460px, 88%);
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}

/* the logo itself */
.mark-stage picture { position: relative; z-index: 3; display: block; width: 62%; }
.mark-stage img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 0 34px rgba(3, 251, 228, 0.42))
          drop-shadow(0 22px 46px rgba(0, 0, 0, 0.55));
  animation: markFloat 7s ease-in-out infinite;
}
@keyframes markFloat {
  0%, 100% { transform: translateY(0) }
  50%      { transform: translateY(-12px) }
}

/* concentric signal rings pulsing outward */
.mark-ring {
  position: absolute; z-index: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(3, 251, 228, 0.30);
  inset: 0;
  opacity: 0;
  animation: ringPulse 4.6s cubic-bezier(.22,.75,.35,1) infinite;
}
.mark-ring.r1 { animation-delay: 0s; }
.mark-ring.r2 { animation-delay: 1.5s; }
.mark-ring.r3 { animation-delay: 3s; }
@keyframes ringPulse {
  0%   { transform: scale(0.42); opacity: 0; }
  12%  { opacity: 0.85; }
  100% { transform: scale(1.08); opacity: 0; }
}

/* ambient glow behind the mark */
.mark-stage::before {
  content: ""; position: absolute; z-index: 0;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(3, 251, 228, 0.24) 0%,
    rgba(0, 51, 211, 0.20) 42%,
    transparent 70%);
  filter: blur(44px);
}

@media (max-width: 860px) {
  .hero-art { display: flex; margin-top: 26px; }
  .mark-stage { width: min(320px, 72%); }
  .mark-stage img { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .mark-ring { animation: none; opacity: 0.28; }
  .mark-stage img { animation: none !important; }
}

/* ============================================================
   v8 — contact list: no underlines, proper rhythm
   ============================================================ */
#contact a { text-decoration: none; }
#contact .contact-info h3 {
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
  margin: 0 0 6px;
}
#contact .contact-info .block { margin-bottom: 26px; }
#contact .contact-info .block:last-child { margin-bottom: 0; }
#contact .contact-info .value {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 1.05rem; font-weight: 600; color: var(--ink);
  margin: 0;
  transition: color 0.2s ease;
}
#contact .contact-info a.value:hover { color: var(--blue); }
#contact .contact-info .value svg {
  width: 17px; height: 17px; flex-shrink: 0;
  stroke: var(--blue); fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
#contact .contact-info .note {
  font-size: 0.9rem; color: var(--ink-soft); margin: 6px 0 0; max-width: 40ch;
}
#contact .contact-info .tac-badge {
  display: inline-block; font-size: 0.66rem; font-weight: 700;
  color: var(--cyan-text); background: rgba(1, 138, 125, 0.10);
  border: 1px solid rgba(1, 138, 125, 0.25);
  padding: 2px 8px; border-radius: 999px; margin-left: 8px;
  letter-spacing: 0.04em; vertical-align: middle;
}

/* ---------- FAQ ---------- */
.faq-list { margin-top: 34px; border-top: 1px solid var(--line); }
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 44px 22px 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.04rem;
  color: var(--ink);
  position: relative;
  transition: color 0.2s ease;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--blue); }
.faq-list summary::after {
  content: "";
  position: absolute; right: 6px; top: 50%;
  width: 11px; height: 11px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s ease;
}
.faq-list details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.faq-list details p {
  margin: 0 0 24px; padding-right: 44px;
  font-size: 0.97rem; max-width: 78ch;
  animation: faqIn 0.35s ease both;
}
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.faq-list details a { color: var(--cyan-text); font-weight: 600; text-decoration: none; }
.faq-list details a:hover { text-decoration: underline; }
