/* =====================================================================
   QC Services — design system
   Dark navy ground, electric-blue accent, panelled cards with hairline
   borders. Matches the brand sheets: heavy uppercase display type, thin
   line icons, dotted price leaders.
   ===================================================================== */

/* ---------------------------------------------------------- 1. Tokens */
:root {
  --bg:          #04060d;
  --bg-deep:     #010308;
  --panel:       #070c17;
  --panel-2:     #0a1120;
  --panel-3:     #0c1524;
  --line:        rgba(94, 140, 220, .16);
  --line-soft:   rgba(120, 165, 235, .09);
  --blue:        #1668ff;
  --blue-2:      #3d87ff;
  --blue-3:      #67a4ff;
  --blue-deep:   #0a3cae;
  --txt:         #ffffff;
  --muted:       #93a4bd;
  --muted-2:     #6c7d96;
  --gold:        #ffc23c;

  --radius:      18px;
  --radius-sm:   12px;
  --radius-lg:   26px;

  --shadow:      0 24px 60px rgba(0, 0, 0, .55);
  --shadow-blue: 0 14px 34px rgba(20, 92, 235, .38);

  --font:        'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --header-h:    84px;
}

/* ------------------------------------------------------- 2. Reset/base */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--txt);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Ambient glow + faint dot grid, as on the brand sheets. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 600px at 12% -8%, rgba(22, 104, 255, .16), transparent 60%),
    radial-gradient(1000px 700px at 92% 4%, rgba(15, 70, 190, .14), transparent 62%),
    linear-gradient(180deg, #050912 0%, #04060d 42%, #02040a 100%);
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.01em; }
p { margin: 0; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--blue); color: #fff; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--blue); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 2px solid var(--blue-2); outline-offset: 3px; }

/* --------------------------------------------------------- 3. Layout */
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.container--narrow { max-width: 940px; }

.section { padding: 74px 0; position: relative; z-index: 1; }
.section--tight { padding: 48px 0; }
.section--flush-top { padding-top: 0; }

/* Panel = the recurring dark card with a hairline blue border. */
.panel {
  background: linear-gradient(165deg, rgba(16, 30, 54, .72), rgba(6, 11, 21, .92));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.panel--flat { box-shadow: none; }

/* ------------------------------------------------------ 4. Typography */
.eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue-2);
  margin-bottom: 14px;
}
.eyebrow--rules { display: flex; align-items: center; justify-content: center; gap: 14px; }
.eyebrow--rules::before,
.eyebrow--rules::after { content: ""; width: 34px; height: 1px; background: var(--blue); opacity: .8; }

.h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; text-transform: uppercase; line-height: 1.02; letter-spacing: -.015em; }
.h2 { font-size: clamp(27px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.02em; }
.h3 { font-size: clamp(20px, 2vw, 25px); font-weight: 800; }

.section-head { text-align: center; margin-bottom: 40px; }
.section-head p { color: var(--muted); max-width: 660px; margin: 16px auto 0; }

.lead { color: var(--muted); font-size: 17px; }
.muted { color: var(--muted); }
.blue { color: var(--blue-2); }
.upper { text-transform: uppercase; }

/* ----------------------------------------------------------- 5. Logo */
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo__mark {
  font-size: 42px; font-weight: 900; line-height: .9; letter-spacing: -.04em;
  display: inline-flex;
}
.logo__q {
  background: linear-gradient(160deg, #ffffff 8%, #c8d3e4 42%, #7d8ca4 74%, #eef3fa 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.logo__c {
  background: linear-gradient(160deg, #6fb0ff 5%, #1668ff 48%, #0a3cae 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-left: -6px;
}
.logo__text { display: flex; flex-direction: column; gap: 2px; padding-top: 4px; }
.logo__name {
  font-size: 15px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: #eaf0fa;
}
.logo__tag {
  font-size: 8.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-2);
}
.logo--sm .logo__mark { font-size: 32px; }
.logo--sm .logo__name { font-size: 11.5px; letter-spacing: .3em; }
.logo--sm .logo__tag { font-size: 7px; }

/* -------------------------------------------------------- 6. Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px;
  font-size: 13.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
  border-radius: 11px; border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn__arrow { transition: transform .18s ease; }
.btn:hover .btn__arrow { transform: translateX(4px); }

.btn--primary {
  background: linear-gradient(180deg, #2f7dff 0%, #1668ff 45%, #0c46c8 100%);
  color: #fff;
  box-shadow: var(--shadow-blue), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(20, 92, 235, .5), inset 0 1px 0 rgba(255, 255, 255, .3); }

.btn--ghost { background: rgba(10, 18, 34, .7); border-color: rgba(120, 165, 235, .3); color: #fff; }
.btn--ghost:hover { border-color: var(--blue-2); transform: translateY(-2px); }

.btn--lg { padding: 18px 34px; font-size: 15px; border-radius: 13px; }
.btn--block { width: 100%; }

.link-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--blue-2);
}
.link-more svg { width: 16px; height: 16px; transition: transform .18s ease; }
.link-more:hover svg { transform: translateX(4px); }

/* Rounded badge pill ("NO HIDDEN FEES GUARANTEED"). */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 24px;
  border: 1px solid rgba(120, 165, 235, .38);
  border-radius: 999px;
  background: rgba(8, 16, 32, .6);
  font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.pill svg { width: 19px; height: 19px; color: var(--blue-2); }

/* ---------------------------------------------------------- 7. Media */
.media { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.media--placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background:
    radial-gradient(120% 100% at 30% 0%, rgba(30, 96, 220, .28), transparent 60%),
    linear-gradient(150deg, #101c31 0%, #0a1120 55%, #060a13 100%);
  border: 1px solid var(--line-soft);
  color: rgba(150, 180, 230, .5);
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  text-align: center; padding: 8px; overflow: hidden;
}
.media__mark svg { width: 22px; height: 22px; opacity: .55; }
.media__name { opacity: .7; }

/* --------------------------------------------------------- 8. Header */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(4, 7, 14, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.is-stuck { border-bottom-color: var(--line); background: rgba(3, 6, 12, .94); }

.site-header__inner {
  display: flex; align-items: center; gap: 26px;
  min-height: var(--header-h);
}
.site-header__logo { flex: none; }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__item { position: relative; }
.nav__item--mobile-cta { display: none; }

.nav__link {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 15px;
  font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #dbe4f2;
  transition: color .18s ease;
}
.nav__link:hover, .nav__link.is-active { color: var(--blue-3); }
.nav__caret { width: 14px; height: 14px; opacity: .8; transition: transform .2s ease; }
.nav__item:hover .nav__caret { transform: rotate(180deg); }

.nav__sub {
  position: absolute; top: 100%; left: 0; min-width: 268px;
  background: rgba(7, 12, 23, .98);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav__item:hover .nav__sub, .nav__item:focus-within .nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__sub a {
  display: block; padding: 11px 14px; border-radius: 9px;
  font-size: 13.5px; font-weight: 600; color: #cfdaeb;
}
.nav__sub a:hover { background: rgba(22, 104, 255, .14); color: #fff; }

.site-header__cta { flex: none; padding: 14px 22px; }
.site-header__cta svg:first-child { width: 17px; height: 17px; }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 11px; color: #fff; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle__close { display: none; }
body.nav-open .nav-toggle__close { display: block; }
body.nav-open .nav-toggle__open { display: none; }

/* ----------------------------------------------------------- 9. Hero */
.hero { position: relative; padding: 54px 0 60px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .92fr); gap: 34px; align-items: center; }

.hero__badge { margin-bottom: 26px; }

.hero__title { font-size: clamp(36px, 4.4vw, 56px); font-weight: 800; text-transform: uppercase; line-height: 1.02; letter-spacing: -.02em; }
.hero__title .blue { color: var(--blue-2); }
.hero__text { margin-top: 20px; color: #b8c6da; font-size: 17.5px; max-width: 520px; }

.hero__features { display: flex; flex-wrap: nowrap; gap: 0; margin: 32px 0 30px; }
.hero__feature {
  display: flex; align-items: center; gap: 9px;
  padding: 0 16px; min-height: 46px;
  border-left: 1px solid var(--line-soft);
}
.hero__feature:first-child { padding-left: 0; border-left: 0; }
.hero__feature svg { width: 23px; height: 23px; color: var(--blue-2); flex: none; }
.hero__feature span {
  font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; line-height: 1.32; color: #d5deec;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__visual { position: relative; isolation: isolate; }
.hero__visual .media { aspect-ratio: 4 / 3.2; border-radius: 22px; position: relative; z-index: 1; }
.hero__swoosh {
  position: absolute; left: -24%; top: 1%; width: 50%; height: 99%;
  z-index: 0; pointer-events: none; color: var(--blue); opacity: .85;
}

/* Stats bar under the hero. */
.stats { margin-top: 34px; }
.stats__row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 22px 8px;
}
.stats__cell {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 6px 18px; text-align: center;
  border-left: 1px solid var(--line-soft);
}
.stats__cell:first-child { border-left: 0; }
.stats__value { font-size: 30px; font-weight: 800; color: var(--blue-2); line-height: 1.1; }
.stats__label { font-size: 12.5px; color: var(--muted); font-weight: 500; }
.stats__cell--area { flex-direction: row; gap: 12px; text-align: left; }
.stats__cell--area svg { width: 24px; height: 24px; color: var(--blue-2); flex: none; }
.stats__cell--area strong { display: block; font-size: 14px; font-weight: 700; }
.stats__cell--area span { font-size: 12.5px; color: var(--muted); }

.stars { display: inline-flex; gap: 3px; color: var(--gold); }
.stars svg { width: 15px; height: 15px; }

/* ------------------------------------------------------- 10. Services */
.services__grid {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px;
}
.service-card {
  display: flex; flex-direction: column;
  background: linear-gradient(170deg, rgba(16, 30, 54, .6), rgba(6, 11, 21, .92));
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(61, 135, 255, .45); box-shadow: 0 22px 44px rgba(0, 0, 0, .5); }
.service-card__media { position: relative; aspect-ratio: 4 / 3; }
.service-card__media .media { border-radius: 0; }
.service-card__icon {
  position: absolute; left: 16px; bottom: -22px;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #2f7dff, #0c46c8);
  box-shadow: var(--shadow-blue);
  color: #fff;
}
.service-card__icon svg { width: 23px; height: 23px; }
.service-card__body { padding: 34px 18px 20px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.service-card__title { font-size: 14.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; line-height: 1.25; }
.service-card__text { font-size: 13px; color: var(--muted); flex: 1; }
.service-card__body .link-more { margin-top: 4px; }

/* ----------------------------------------------------------- 11. Why */
.why { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr); gap: 46px; align-items: center; }
.why__list { display: grid; gap: 14px; margin-top: 26px; }
.why__item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #d3dcea; }
.why__item svg { width: 20px; height: 20px; color: var(--blue-2); flex: none; margin-top: 2px; }

.why__visual { position: relative; }
.why__visual .media { aspect-ratio: 16 / 11; border-radius: 20px; }
.why__quote {
  position: absolute; right: -18px; bottom: -26px; width: min(320px, 82%);
  padding: 24px 24px 22px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(14, 28, 52, .97), rgba(5, 9, 18, .99));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.why__quote-mark { color: var(--blue-2); }
.why__quote-mark svg { width: 26px; height: 26px; }
.why__quote .stars { margin: 10px 0 12px; }
.why__quote p { font-size: 14.5px; color: #dbe3f0; line-height: 1.55; }
.why__quote footer { margin-top: 14px; font-size: 13px; }
.why__quote footer strong { display: block; }
.why__quote footer span { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; }
.why__quote footer span svg { width: 13px; height: 13px; color: var(--blue-2); }

/* ------------------------------------------------------ 12. CTA bands */
.cta-band {
  display: flex; align-items: center; gap: 26px;
  padding: 26px 32px;
}
.cta-band__icon {
  width: 60px; height: 60px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(180deg, #2f7dff, #0c46c8);
  box-shadow: var(--shadow-blue);
}
.cta-band__icon svg { width: 28px; height: 28px; }
.cta-band__text { flex: 1; min-width: 0; }
.cta-band__text h3 { font-size: clamp(19px, 2.2vw, 26px); font-weight: 800; }
.cta-band__text p { color: var(--muted); font-size: 14.5px; margin-top: 6px; }
.cta-band__action { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: none; }
.cta-band__note { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.cta-band__note svg { width: 15px; height: 15px; color: var(--blue-2); }

/* Split "READY TO BOOK?" band used on the price sheets. */
.book-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 28px 34px; }
.book-band__left { display: flex; align-items: center; gap: 20px; }
.book-band__left > svg { width: 46px; height: 46px; color: var(--blue-2); flex: none; }
.book-band__left h3 { font-size: 22px; font-weight: 800; text-transform: uppercase; }
.book-band__left p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.book-band__right { display: flex; flex-direction: column; align-items: center; gap: 10px; border-left: 1px solid var(--line-soft); padding-left: 32px; }

/* --------------------------------------------------------- 13. Trust */
.trust { padding: 6px 0 34px; position: relative; z-index: 1; }
.trust__row {
  display: grid; grid-template-columns: repeat(6, 1fr);
  padding: 22px 10px;
}
.trust__item {
  display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 6px 14px;
  border-left: 1px solid var(--line-soft);
}
.trust__item:first-child { border-left: 0; }
.trust__icon { color: var(--blue-2); flex: none; }
.trust__icon svg { width: 27px; height: 27px; }
.trust__text { display: flex; flex-direction: column; line-height: 1.25; }
.trust__text strong { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.trust__text span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }

/* -------------------------------------------------------- 14. Footer */
.site-footer { padding: 10px 0 34px; position: relative; z-index: 1; }
.site-footer__badges {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 20px 10px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.site-footer__badge, .site-footer__link {
  display: flex; align-items: center; justify-content: center; gap: 11px;
  font-size: 13px; color: #cbd6e6; text-align: left;
}
.fb__icon { color: var(--blue-2); flex: none; }
.fb__icon svg { width: 22px; height: 22px; }

.site-footer__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  padding: 26px 6px 20px;
}
.site-footer__social { display: flex; gap: 10px; }
.site-footer__social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  color: #cfdaea;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.site-footer__social a:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.site-footer__social svg { width: 18px; height: 18px; }

.site-footer__legal {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 18px; border-top: 1px solid var(--line-soft);
  font-size: 12px; color: var(--muted-2);
}

/* ---------------------------------------------------- 15. Page banner */
.page-hero { position: relative; overflow: hidden; padding: 52px 0 46px; }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .78fr); gap: 30px; align-items: center; }
.page-hero__title {
  font-size: clamp(34px, 5vw, 60px); font-weight: 800; text-transform: uppercase; line-height: .98; letter-spacing: -.02em;
}
.page-hero__title span { display: block; color: var(--blue-2); }
.page-hero__title .rules { display: flex; align-items: center; gap: 18px; }
.page-hero__title .rules::before,
.page-hero__title .rules::after { content: ""; height: 3px; flex: 1; max-width: 90px; background: var(--blue); border-radius: 2px; }
.page-hero__pill { margin-top: 22px; }
.page-hero__lead { margin-top: 18px; color: var(--muted); max-width: 620px; font-size: 16.5px; }
.page-hero__visual { position: relative; }
.page-hero__visual .media { aspect-ratio: 16 / 10; border-radius: 20px; }
.page-hero--center { text-align: center; }
.page-hero--center .page-hero__inner { grid-template-columns: 1fr; justify-items: center; }
.page-hero--center .page-hero__lead { margin-left: auto; margin-right: auto; }

/* ------------------------------------------------- 16. Price sheets */
.price-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.price-panel { padding: 12px 26px; }
.price-panel__head {
  display: flex; align-items: center; gap: 13px;
  padding: 20px 4px 16px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 4px;
}
.price-panel__head-icon {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  border: 1px solid rgba(120, 165, 235, .34);
  color: var(--blue-2);
}
.price-panel__head-icon svg { width: 22px; height: 22px; }
.price-panel__head h3 { font-size: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

/* One price line: icon | label | dotted leader | price */
.price-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center; gap: 16px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--line-soft);
}
.price-row:last-child { border-bottom: 0; }
.price-row__icon {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(120, 165, 235, .3);
  color: var(--blue-2);
  background: rgba(11, 22, 42, .55);
}
.price-row__icon svg { width: 24px; height: 24px; }
.price-row__label { min-width: 0; display: flex; align-items: center; gap: 14px; }
.price-row__name { min-width: 0; display: flex; flex-direction: column; }
.price-row--noicon,
.price-row--iconafter { grid-template-columns: minmax(0, 1fr) auto; }
.price-row__icon--sm { width: 38px; height: 38px; flex: none; }
.price-row__icon--sm svg { width: 20px; height: 20px; }
.price-row__pre { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.price-row__title { display: block; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; line-height: 1.25; }
.price-row__note { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.price-row__note em { font-style: italic; }
.price-row__dots { flex: 1; min-width: 20px; height: 1px; border-bottom: 2px dotted rgba(140, 170, 215, .38); }
.price-row__price { text-align: right; }
.price-row__amount { display: block; font-size: 26px; font-weight: 800; color: var(--blue-2); line-height: 1.05; white-space: nowrap; }
.price-row__unit { display: block; font-size: 12.5px; color: var(--muted); font-style: italic; margin-top: 2px; }
.price-row--muted .price-row__amount { color: var(--blue-2); font-size: 22px; }
.price-row__thumb {
  width: 64px; height: 46px; border-radius: 8px; flex: none; overflow: hidden;
}
.price-row__thumb .media { border-radius: 8px; }
.price-row__thumb .media__name { display: none; }
.price-row--lg .price-row__thumb { width: 92px; height: 62px; }
.price-row--lg .price-row__title { font-size: 17px; }
.price-row--round .price-row__thumb { width: 58px; height: 58px; border-radius: 50%; }
.price-row--round .price-row__thumb .media { border-radius: 50%; }

/* Commercial sheet: label + unit + leader + price */
.price-row--commercial { grid-template-columns: 54px minmax(0, 1.05fr) minmax(0, 1fr) auto; }
.price-row__min { display: block; font-size: 11.5px; color: var(--muted-2); margin-top: 4px; }
.price-row__unitline { display: flex; align-items: center; gap: 14px; font-size: 13px; color: #c3cfe0; }

/* Rug tiers */
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.tier { display: flex; flex-direction: column; padding: 0 0 26px; overflow: hidden; }
.tier__head {
  margin: 14px 14px 0;
  padding: 15px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2f7dff, #0c46c8);
  text-align: center;
  font-size: 19px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: var(--shadow-blue);
}
.tier__price { text-align: center; padding: 26px 20px 18px; }
.tier__price b { font-size: clamp(40px, 4.4vw, 56px); font-weight: 800; letter-spacing: -.02em; }
.tier__price span { font-size: 15px; color: #cdd8e8; font-weight: 600; }
.tier__lead { text-align: center; padding: 0 26px 20px; color: #c6d2e3; font-size: 14.5px; border-bottom: 1px solid var(--line-soft); margin: 0 20px 20px; }
.tier__includes { text-align: center; padding: 0 24px 20px; }
.tier__includes strong { display: block; color: var(--blue-2); font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.tier__includes p { font-size: 14.5px; color: #dde5f1; }
.tier__features { display: grid; gap: 12px; padding: 4px 26px 26px; }
.tier__features li { display: flex; gap: 11px; font-size: 14px; color: #d6dfec; }
.tier__features svg { width: 19px; height: 19px; color: var(--blue-2); flex: none; margin-top: 2px; }
.tier__cta { margin-top: auto; padding: 0 26px; }

/* Checklist grid ("OUR COMMERCIAL CLEANING INCLUDES") */
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 32px; }
.check-grid li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: #d4dceb; }
.check-grid svg { width: 20px; height: 20px; color: var(--blue-2); flex: none; margin-top: 2px; }

/* Feature grid (commercial benefits) */
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px; }
.feature { display: flex; gap: 16px; }
.feature__icon { color: var(--blue-2); flex: none; }
.feature__icon svg { width: 34px; height: 34px; }
.feature h4 { font-size: 14.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 6px; }
.feature p { font-size: 13.5px; color: var(--muted); }

/* Gallery strip */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px; }
.gallery .media { aspect-ratio: 16 / 11; border-radius: 12px; }

/* Two-up panel with a hairline divider (commercial sheet) */
.split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.split__col { padding: 30px 32px; }
.split__col + .split__col { border-left: 1px solid var(--line-soft); }
.split__col h2 { margin-bottom: 14px; }
.split__col > .lead { margin-bottom: 26px; font-size: 15.5px; }
.split__head { margin-bottom: 10px; }
.split__head h3 { font-size: clamp(19px, 2vw, 24px); font-weight: 800; text-transform: uppercase; letter-spacing: .01em; }
.split__head span { display: block; font-size: 14px; color: var(--blue-2); font-weight: 700; margin-top: 4px; }

/* Gallery + checklist row */
.info-row { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 22px; align-items: center; }
.info-row__list { padding: 26px 30px; }
.info-row__list h3 { font-size: 19px; font-weight: 800; text-transform: uppercase; color: var(--blue-2); margin-bottom: 18px; }

/* Closing three-up band */
.final-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.final-band__cell { display: flex; align-items: center; gap: 16px; padding: 26px 28px; border-left: 1px solid var(--line-soft); }
.final-band__cell:first-child { border-left: 0; }
.final-band__cell .fb__icon svg { width: 42px; height: 42px; }
.final-band__cell h4 { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.final-band__cell p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.final-band__cell .blue { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.final-band__icon-round {
  width: 56px; height: 56px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: linear-gradient(180deg, #2f7dff, #0c46c8); box-shadow: var(--shadow-blue);
}
.final-band__icon-round svg { width: 26px; height: 26px; }

@media (max-width: 1040px) {
  .split, .info-row, .final-band { grid-template-columns: 1fr; }
  .split__col + .split__col { border-left: 0; border-top: 1px solid var(--line-soft); }
  .final-band__cell { border-left: 0; border-top: 1px solid var(--line-soft); }
  .final-band__cell:first-child { border-top: 0; }
}

/* --------------------------------------------------------- 17. Forms */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #c2cee0; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  font: inherit; font-size: 15px;
  color: #fff;
  background: rgba(8, 15, 28, .8);
  border: 1px solid var(--line);
  border-radius: 11px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { min-height: 132px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--blue-2) 50%), linear-gradient(135deg, var(--blue-2) 50%, transparent 50%); background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(22, 104, 255, .18); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #ff6b6b; }
.field__error { font-size: 12px; color: #ff8f8f; }

.form-note { font-size: 12.5px; color: var(--muted); }

.alert { padding: 16px 20px; border-radius: 12px; font-size: 14.5px; display: flex; gap: 12px; align-items: flex-start; }
.alert svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
.alert--ok { background: rgba(24, 160, 92, .12); border: 1px solid rgba(52, 200, 130, .4); color: #b8f4d5; }
.alert--err { background: rgba(220, 60, 60, .1); border: 1px solid rgba(255, 110, 110, .38); color: #ffc9c9; }

/* Contact cards */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 24px; align-items: start; }
.contact-card { padding: 26px 28px; display: grid; gap: 18px; }
.contact-card__row { display: flex; gap: 14px; align-items: flex-start; }
.contact-card__row .fb__icon svg { width: 24px; height: 24px; }
.contact-card__row strong { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 3px; }
.contact-card__row a, .contact-card__row span { font-size: 15.5px; color: #e6ecf6; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review { padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.review p { font-size: 14.5px; color: #d6dfec; flex: 1; }
.review footer strong { display: block; font-size: 14px; }
.review footer span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.review footer svg { width: 13px; height: 13px; color: var(--blue-2); }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: center; }
.about-grid .media { aspect-ratio: 4 / 3; border-radius: 20px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.step-card { padding: 26px 24px; }
.step-card__num { font-size: 34px; font-weight: 800; color: rgba(61, 135, 255, .34); line-height: 1; }
.step-card h4 { font-size: 15px; font-weight: 800; text-transform: uppercase; margin: 12px 0 8px; }
.step-card p { font-size: 13.5px; color: var(--muted); }

/* Pricing index cards */
.price-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.price-index__card { padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: transform .2s ease, border-color .2s ease; }
.price-index__card:hover { transform: translateY(-5px); border-color: rgba(61, 135, 255, .45); }
.price-index__icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(180deg, #2f7dff, #0c46c8); box-shadow: var(--shadow-blue); }
.price-index__icon svg { width: 24px; height: 24px; }
.price-index__card h3 { font-size: 16px; font-weight: 800; text-transform: uppercase; }
.price-index__card p { font-size: 13.5px; color: var(--muted); flex: 1; }
.price-index__from { font-size: 13px; color: #cbd6e6; }
.price-index__from b { color: var(--blue-2); font-size: 20px; font-weight: 800; }

/* --------------------------------------------------- 18. Reveal anim */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------------------------------------------------- 19. Responsive */
@media (max-width: 1180px) {
  .services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero__grid { gap: 28px; }
  .trust__row { grid-template-columns: repeat(3, 1fr); gap: 16px 0; }
  .trust__item:nth-child(3n+1) { border-left: 0; }
}

@media (max-width: 1040px) {
  .site-header__cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto; z-index: 88;
    background: rgba(4, 8, 16, .99);
    border-bottom: 1px solid var(--line);
    padding: 14px 24px 26px;
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    transform: translateY(-14px); opacity: 0; visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  body.nav-open .nav { opacity: 1; visibility: visible; transform: none; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__link { padding: 14px 6px; font-size: 14px; justify-content: space-between; }
  .nav__sub {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; background: rgba(10, 18, 34, .6); margin: 0 0 8px; display: none;
  }
  .nav__item.is-open .nav__sub { display: block; }
  .nav__item.is-open .nav__caret { transform: rotate(180deg); }
  .nav__item--mobile-cta { display: block; margin-top: 12px; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .hero__swoosh { display: none; }
  .why { grid-template-columns: 1fr; gap: 60px; }
  .why__quote { position: static; width: 100%; margin-top: -40px; }
  .page-hero__inner { grid-template-columns: 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .reviews-grid, .price-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  .price-columns { grid-template-columns: 1fr; }
  .stats__row { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .stats__cell:nth-child(odd) { border-left: 0; }
  .book-band { grid-template-columns: 1fr; }
  .book-band__right { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-soft); padding-top: 22px; width: 100%; }
  .cta-band { flex-direction: column; text-align: center; }
  .feature-grid, .check-grid { grid-template-columns: 1fr; }
  .site-footer__badges { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .site-footer__bar { justify-content: center; text-align: center; }
}

@media (max-width: 680px) {
  .section { padding: 54px 0; }
  .container { padding: 0 18px; }
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .reviews-grid, .price-index, .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .trust__row { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(3n+1) { border-left: 1px solid var(--line-soft); }
  .trust__item:nth-child(odd) { border-left: 0; }
  .hero__features { flex-wrap: wrap; gap: 8px 0; }
  .hero__feature { padding: 0 14px; }
  .hero__feature:nth-child(3) { padding-left: 0; border-left: 0; }
  .price-row { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; }
  .price-row--noicon,
  .price-row--iconafter { grid-template-columns: minmax(0, 1fr) auto; }
  .page-hero__title .rules { gap: 12px; }
  .page-hero__title .rules::before,
  .page-hero__title .rules::after { max-width: 34px; }
  .price-row__label { gap: 10px; }
  .price-row__note { font-size: 11.5px; }
  .price-row__icon { width: 38px; height: 38px; }
  .price-row__icon svg { width: 20px; height: 20px; }
  .price-row__dots { display: none; }
  .price-row__title { font-size: 13.5px; }
  .price-row__amount { font-size: 21px; }
  .price-row--commercial { grid-template-columns: 44px minmax(0, 1fr) auto; }
  .price-row--commercial .price-row__unitline { display: none; }
  .price-row__thumb, .price-row--lg .price-row__thumb { width: 52px; height: 40px; }
  .price-row--round .price-row__thumb { width: 46px; height: 46px; }
  .price-panel { padding: 8px 18px; }
  .gallery { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__actions .btn { width: auto; flex: 1 1 auto; }
}

@media (max-width: 420px) {
  .logo__mark { font-size: 34px; }
  .logo__name { font-size: 12px; letter-spacing: .28em; }
  .services__grid { grid-template-columns: 1fr; }
}
