/* Ryan Frisk Central Vacuum Systems — premium dark */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #F7F8F8;
  --surface: #FFFFFF;
  --surface-2: #EFF2F3;
  --ink: #101316;
  --muted: #5B6670;
  --line: #E3E8EA;
  --accent: #14181B;
  --accent-dark: #33393E;
  --accent-soft: rgba(16, 19, 22, .05);
  --radius: 16px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Space Grotesk', system-ui, sans-serif; line-height: 1.12; font-weight: 600; }

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

a { color: var(--accent); text-decoration: none; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

::selection { background: rgba(16,19,22,.3); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 251, 251, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-family: 'Space Grotesk', sans-serif; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent);
  border: 1px solid rgba(16,19,22,.3);
  display: grid; place-items: center; flex: none;
}
.brand-mark svg { width: 20px; height: 20px; }
.brand-name { font-weight: 700; font-size: 1.05rem; letter-spacing: .06em; }
.brand-name span { color: var(--muted); }
.brand-sub { display: block; font-size: .6rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  color: var(--muted); font-weight: 500; font-size: .92rem; letter-spacing: .02em;
  transition: color .2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta {
  background: var(--accent); color: #FFFFFF !important; font-weight: 600;
  padding: 11px 22px; border-radius: 999px;
  transition: background .2s ease;
}
.nav-cta:hover { background: var(--accent-dark); }

.menu-btn {
  display: none; background: none; border: 0; cursor: pointer;
  padding: 10px; color: var(--ink);
}
.menu-btn svg { width: 26px; height: 26px; }

@media (max-width: 860px) {
  .menu-btn { display: block; }
  .nav-links {
    position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; gap: 0;
    background: #FFFFFF; border-bottom: 1px solid var(--line);
    padding: 8px 0 18px;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px 24px; font-size: 1.05rem; }
  .nav-links .nav-cta { display: inline-block; margin-top: 10px; padding: 12px 34px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 78% 10%, rgba(16,19,22,.03), transparent 65%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%);
  overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px;
  align-items: center; padding: 104px 0 112px;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent-soft); color: var(--accent);
  border: 1px solid rgba(16,19,22,.25);
  font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.9rem);
  font-weight: 700; letter-spacing: -.025em; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-lede { font-size: 1.1rem; color: var(--muted); max-width: 52ch; margin-bottom: 36px; font-weight: 300; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .98rem;
  padding: 15px 32px; border-radius: 999px; cursor: pointer; letter-spacing: .02em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent;
}
.btn-primary { background: var(--accent); color: #FFFFFF; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent-dark); color: var(--accent); }
.hero-phone { font-size: .92rem; color: var(--muted); width: 100%; margin-top: 8px; }
.hero-phone strong a { color: var(--ink); }
.hero-phone strong a:hover { color: var(--accent); }

.hero-media { position: relative; }
.hero-media img {
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 32px 70px -30px rgba(16,19,22,.25);
}
.hero-badge {
  position: absolute; left: -20px; bottom: 28px;
  background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: var(--radius);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  padding: 16px 22px;
  display: flex; align-items: center; gap: 14px;
}
.hero-badge .num { font-family: 'Space Grotesk', sans-serif; font-size: 1.7rem; font-weight: 700; color: var(--accent); line-height: 1; }
.hero-badge .lbl { font-size: .78rem; color: var(--muted); line-height: 1.35; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 0 72px; }
  .hero-badge { left: 12px; bottom: 14px; }
}

/* ---------- Sections ---------- */
section { padding: 96px 0; }
.section-head { max-width: 660px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  color: var(--accent); font-weight: 600; font-size: .72rem;
  letter-spacing: .26em; text-transform: uppercase; display: block; margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); letter-spacing: -.02em; margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 1.03rem; font-weight: 300; }

.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.card:hover { border-color: rgba(16,19,22,.35); background: var(--surface-2); }
.alt .card { background: var(--surface-2); }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--accent-soft); color: var(--accent);
  border: 1px solid rgba(16,19,22,.2);
  display: grid; place-items: center; margin-bottom: 20px;
}
.card-icon svg { width: 22px; height: 22px; }
.card h3 { font-size: 1.12rem; margin-bottom: 10px; letter-spacing: -.01em; }
.card p { color: var(--muted); font-size: .93rem; font-weight: 300; }
@media (max-width: 960px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .card-grid { grid-template-columns: 1fr; } }

/* Split rows */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split img {
  border-radius: 18px; border: 1px solid var(--line);
  box-shadow: 0 26px 60px -26px rgba(16,19,22,.22);
}
.split h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; letter-spacing: -.02em; }
.split p { color: var(--muted); margin-bottom: 14px; font-weight: 300; }
.check-list { list-style: none; margin: 22px 0 30px; }
.check-list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 8px 0; color: var(--ink); font-size: .96rem;
}
.check-list svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 4px; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 36px; } }

/* Brands strip */
.brand-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.brand-pill {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1rem;
  color: var(--muted); background: var(--surface-2); border: 1px solid var(--line);
  padding: 15px 38px; border-radius: 999px; letter-spacing: .08em;
  transition: color .2s ease, border-color .2s ease;
}
.brand-pill:hover { color: var(--ink); border-color: rgba(16,19,22,.3); }

/* Areas */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.area {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; text-align: center;
  transition: border-color .25s ease;
}
.area:hover { border-color: rgba(16,19,22,.3); }
.area h3 { font-size: 1rem; margin-top: 12px; letter-spacing: .01em; }
.area svg { width: 22px; height: 22px; color: var(--accent); margin: 0 auto; }
@media (max-width: 860px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }

/* Stats band */
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: center; }
.stat .num { font-family: 'Space Grotesk', sans-serif; font-size: 3rem; font-weight: 700; color: var(--accent); letter-spacing: -.02em; }
.stat .lbl { color: var(--muted); font-size: .92rem; font-weight: 300; }
@media (max-width: 620px) { .stat-band { grid-template-columns: 1fr; } }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(640px 320px at 50% -40%, rgba(16,19,22,.04), transparent 70%),
    linear-gradient(180deg, #FFFFFF, #F2F5F6);
  border: 1px solid var(--line);
  border-radius: 24px; color: var(--ink);
  padding: 72px 48px; text-align: center;
}
.cta-band h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin-bottom: 14px; letter-spacing: -.02em; }
.cta-band p { color: var(--muted); max-width: 54ch; margin: 0 auto 34px; font-weight: 300; }

/* Page hero (interior pages) */
.page-hero {
  padding: 84px 0 64px;
  background:
    radial-gradient(700px 380px at 22% 0%, rgba(16,19,22,.03), transparent 65%),
    linear-gradient(180deg, #FFFFFF, var(--bg));
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.1rem); letter-spacing: -.025em; margin-bottom: 16px; }
.page-hero p { color: var(--muted); font-size: 1.06rem; max-width: 60ch; font-weight: 300; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.info-block { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-block:last-child { border-bottom: 0; }
.info-block svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 4px; }
.info-block h3 { font-size: .98rem; margin-bottom: 4px; letter-spacing: .01em; }
.info-block p { color: var(--muted); font-size: .94rem; font-weight: 300; }
.form-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px;
}
.form-card label { display: block; font-weight: 600; font-size: .86rem; margin: 18px 0 7px; font-family: 'Space Grotesk', sans-serif; letter-spacing: .02em; }
.form-card label:first-of-type { margin-top: 0; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .96rem; color: var(--ink); background: var(--bg);
  transition: border-color .2s ease;
}
.form-card select { appearance: none; -webkit-appearance: none; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: none; border-color: var(--accent-dark);
}
.form-card button { margin-top: 26px; width: 100%; justify-content: center; border: 0; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 14px; text-align: center; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* Legal pages */
.legal { max-width: 780px; }
.legal h2 { font-size: 1.25rem; margin: 36px 0 10px; letter-spacing: -.01em; }
.legal p, .legal li { color: var(--muted); font-size: .96rem; font-weight: 300; }
.legal ul { padding-left: 22px; margin: 10px 0; }

/* ---------- Footer ---------- */
.site-footer { background: #08090B; border-top: 1px solid var(--line); color: var(--muted); padding: 72px 0 36px; margin-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 48px; }
.site-footer h4 { color: var(--ink); font-size: .8rem; margin-bottom: 18px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.site-footer a { color: var(--muted); transition: color .2s ease; }
.site-footer a:hover { color: var(--ink); }
.site-footer ul { list-style: none; }
.site-footer li { padding: 5px 0; font-size: .92rem; font-weight: 300; }
.footer-brand .brand-name { color: var(--ink); font-size: 1.15rem; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: .06em; }
.footer-brand p { font-size: .9rem; margin-top: 14px; max-width: 34ch; font-weight: 300; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 26px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .82rem; font-weight: 300;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Vacuum wall intro ---------- */
#intro {
  position: fixed; inset: 0; z-index: 200;
  background: #0B0D0F url('../images/dark-inlet.jpg') center/cover no-repeat;
  display: grid; place-items: center;
  transition: opacity .55s ease;
}
#intro::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,.45) 100%);
}
#intro.done { opacity: 0; pointer-events: none; }
#intro canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.intro-title {
  position: relative; z-index: 2; text-align: center;
  font-family: 'Space Grotesk', sans-serif;
}
.intro-title .word {
  font-size: clamp(2.6rem, 9vw, 6.2rem); font-weight: 700; letter-spacing: .04em;
  color: #F2F6F7; display: block; line-height: 1.05;
  text-shadow: 0 6px 40px rgba(0,0,0,.6);
}
.intro-title .word span { display: inline-block; }
.intro-title .tag {
  display: block; margin-top: 16px; font-size: clamp(.72rem, 1.8vw, .92rem);
  letter-spacing: .44em; text-transform: uppercase; color: #A8B6BD; font-weight: 500;
}
.intro-skip {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3; background: rgba(11,13,15,.55); border: 1px solid rgba(255,255,255,.18);
  color: #C7D2D8; font-size: .78rem; letter-spacing: .14em;
  padding: 9px 22px; border-radius: 999px; cursor: pointer;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: color .2s ease, border-color .2s ease;
}
.intro-skip:hover { color: #fff; border-color: rgba(255,255,255,.4); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Landing page (index) ---------- */
/* Instrument Serif is loaded from a <link> in index.html (mid-file @import is ignored) */

.ld-hero {
  position: relative; min-height: 100vh;
  background: #E9EAEA url('../images/hero-landing.jpg') center/cover no-repeat;
  display: flex; flex-direction: column;
}

.pill-nav {
  position: absolute; top: 26px; left: 50%; transform: translateX(-50%);
  z-index: 40; display: flex; align-items: center; gap: 26px;
  background: rgba(12,14,16,.92); border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px; padding: 9px 10px 9px 22px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  white-space: nowrap;
}
.pn-brand { color: #fff; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: .1em; font-size: .88rem; display: flex; gap: 10px; align-items: center; }
.pn-dot { width: 8px; height: 8px; border-radius: 50%; background: #FFFFFF; flex: none; }
.pn-links { display: flex; gap: 22px; list-style: none; }
.pn-links a { color: #B7C2C8; font-size: .85rem; font-weight: 500; transition: color .2s ease; }
.pn-links a:hover { color: #fff; }
.pn-cta {
  background: #fff; color: #0B0D0F !important; font-weight: 600; font-size: .82rem;
  padding: 9px 19px; border-radius: 999px; font-family: 'Space Grotesk', sans-serif;
  transition: background .2s ease;
}
.pn-cta:hover { background: #E3E8EA; }
@media (max-width: 760px) {
  .pill-nav { gap: 14px; padding-left: 18px; }
  .pn-links { display: none; }
}

.ld-hero-center {
  flex: 1; display: grid; place-items: center; text-align: center;
  padding: 150px 24px 40px;
}
.ld-display {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(3rem, 8.6vw, 7rem); line-height: .98; letter-spacing: -.03em;
  color: #101316; margin: 0;
}
.ld-display .serif {
  display: block; font-family: 'Instrument Serif', serif; font-style: italic;
  font-weight: 400; letter-spacing: -.01em; color: #23282C;
}
.ld-sub {
  margin: 28px auto 0; max-width: 46ch; color: #4E565B;
  font-size: 1.03rem; font-weight: 400; line-height: 1.65;
}
.ld-hero-actions { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-dark { background: #0B0D0F; color: #fff; }
.btn-dark:hover { background: #23282C; }
.btn-outline { border-color: rgba(16,19,22,.3); color: #101316; background: rgba(233,234,234,.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn-outline:hover { border-color: #101316; }

.ld-trust { padding: 48px 24px 36px; text-align: center; background: linear-gradient(180deg, rgba(233,234,234,0), rgba(233,234,234,.9) 55%); }
.ld-trust .t-label { font-size: .66rem; letter-spacing: .32em; color: #7A838A; text-transform: uppercase; font-weight: 600; }
.ld-trust .t-row {
  margin-top: 16px; display: flex; justify-content: center; gap: 12px 40px; flex-wrap: wrap;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; letter-spacing: .18em;
  color: #3A4045; font-size: .92rem;
}

.ld-h2 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.5rem); letter-spacing: -.015em;
  text-transform: uppercase; line-height: 1.02;
}
.ld-h2 .serif {
  display: block; font-family: 'Instrument Serif', serif; font-style: italic;
  font-weight: 400; text-transform: none; color: var(--muted); font-size: .96em;
}
.ld-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--muted); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 20px;
}
.ld-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--accent); }

.ld-band { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.ld-band img { width: 100%; height: 540px; object-fit: cover; display: block; filter: brightness(.55) saturate(.9); }
.ld-band-content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start; padding: 0 7%;
}
.ld-band-content p { color: #C3CDD2; max-width: 44ch; margin: 18px 0 28px; font-weight: 300; }
.ld-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white { background: #fff; color: #0B0D0F; }
.btn-white:hover { background: #E3E8EA; }
.btn-ghost-light { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-ghost-light:hover { border-color: #fff; }
@media (max-width: 700px) { .ld-band img { height: 480px; } }

.ld-list { list-style: none; margin: 26px 0 30px; }
.ld-list li { display: flex; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.ld-list li:last-child { border-bottom: 0; }
.ld-list svg { width: 20px; height: 20px; color: var(--accent); flex: none; margin-top: 3px; }
.ld-list strong { display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .98rem; }
.ld-list span { color: var(--muted); font-size: .88rem; font-weight: 300; }
.ld-link { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: .95rem; color: var(--ink); }
.ld-link:hover { color: var(--accent); }

.ld-testi { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.t-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; margin-bottom: 16px; }
.t-stars { color: var(--accent); letter-spacing: .3em; font-size: .78rem; }
.t-quote { margin: 12px 0 20px; color: var(--ink); font-size: .97rem; font-weight: 300; line-height: 1.7; }
.t-who { display: flex; gap: 13px; align-items: center; }
.t-av {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: var(--accent-soft); color: var(--accent);
  border: 1px solid rgba(16,19,22,.2);
  display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: .76rem;
}
.t-name { font-weight: 600; font-size: .9rem; font-family: 'Space Grotesk', sans-serif; }
.t-role { color: var(--muted); font-size: .8rem; font-weight: 300; }
@media (max-width: 860px) { .ld-testi { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- Services: editorial numbered rows (landing) ---------- */
.svc-rows { border-top: 1px solid var(--line); }
.svc-row {
  display: grid; grid-template-columns: 90px 1.1fr 1.3fr 48px;
  gap: 28px; align-items: center;
  padding: 30px 8px;
  border-bottom: 1px solid var(--line);
  color: var(--ink); cursor: pointer;
  transition: background .25s ease, padding .25s ease;
}
.svc-row:hover { background: var(--surface); padding-left: 20px; }
.svc-num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 500;
  font-size: .85rem; letter-spacing: .18em; color: var(--muted);
}
.svc-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.01em; line-height: 1.15;
}
.svc-desc { color: var(--muted); font-size: .93rem; font-weight: 300; line-height: 1.6; }
.svc-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--muted);
  display: grid; place-items: center; justify-self: end;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}
.svc-arrow svg { width: 16px; height: 16px; }
.svc-row:hover .svc-arrow { border-color: var(--accent); color: var(--accent); transform: rotate(45deg); }
@media (max-width: 860px) {
  .svc-row { grid-template-columns: 1fr 40px; gap: 8px 16px; padding: 24px 4px; }
  .svc-num { grid-column: 1; }
  .svc-title { grid-column: 1; }
  .svc-desc { grid-column: 1; }
  .svc-arrow { grid-column: 2; grid-row: 2; width: 36px; height: 36px; }
  .svc-row:hover { padding-left: 4px; }
}

/* ---------- Mobile usability (landing) ---------- */
.pn-menu-btn {
  display: none; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: #fff; cursor: pointer; place-items: center; flex: none;
}
.pn-menu-btn svg { width: 17px; height: 17px; }
.pn-panel {
  position: fixed; top: 78px; left: 16px; right: 16px; z-index: 39;
  background: rgba(12,14,16,.97); border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px; padding: 10px; display: none;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.pn-panel.open { display: block; }
.pn-panel a {
  display: block; padding: 15px 18px; color: #DDE4E8; font-size: 1rem;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; border-radius: 12px;
}
.pn-panel a:hover, .pn-panel a:active { background: rgba(255,255,255,.07); color: #fff; }
@media (max-width: 760px) {
  .pill-nav { gap: 12px; padding: 8px 8px 8px 18px; top: 16px; }
  .pn-menu-btn { display: grid; }
  .pn-cta { padding: 9px 15px; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  section { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }
  .ld-hero-center { padding: 118px 20px 30px; }
  .ld-display { font-size: clamp(2.5rem, 12.5vw, 3.6rem); }
  .ld-sub { font-size: .95rem; margin-top: 20px; }
  .ld-hero-actions { margin-top: 26px; }
  .btn { padding: 13px 26px; font-size: .92rem; }
  .ld-trust { padding: 40px 16px 28px; }
  .ld-trust .t-row { gap: 10px 24px; font-size: .78rem; }
  .ld-band { border-radius: 18px; }
  .ld-band img { height: 460px; }
  .ld-band-content { padding: 0 24px; }
  .ld-band-content .ld-h2 { font-size: clamp(1.8rem, 9vw, 2.4rem); }
  .ld-band-content p { font-size: .92rem; margin: 14px 0 22px; }
  .cta-band { padding: 52px 26px; border-radius: 18px; }
  .split { gap: 28px; }
  .form-card { padding: 26px 20px; }
  .stat .num { font-size: 2.4rem; }
  .footer-grid { gap: 30px; }
}
