/* ===========================================================
   DevRankHub — Redesign
   =========================================================== */

:root {
  --bg: #f4f1ec;
  --surface: #ffffff;
  --ink: #14141c;
  --ink-2: #2a2a35;
  --ink-soft: #5c5c68;
  --navy: #16161f;
  --navy-2: #1f1f2b;
  --accent: #b01620;
  --accent-hi: #d11f2d;
  --accent-2: #ff7a52;
  --line: rgba(20, 20, 28, 0.10);
  --line-dark: rgba(255, 255, 255, 0.12);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1200px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 30px 60px -25px rgba(20, 20, 28, 0.35);
  --font-display: "Satoshi", system-ui, sans-serif;
  --font-serif: "Lora", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

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

/* Scrollbars — brand palette */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(176, 22, 32, 0.45) #ebe7e0;
}
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track {
  background: #ebe7e0;
  border-left: 1px solid rgba(20, 20, 28, 0.06);
}
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(209, 31, 45, 0.55), rgba(176, 22, 32, 0.7));
  border-radius: 999px;
  border: 2px solid #ebe7e0;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  border: 2px solid #ebe7e0;
  background-clip: padding-box;
}
*::-webkit-scrollbar-corner { background: #ebe7e0; }

html { scroll-behavior: auto !important; -webkit-text-size-adjust: 100%; }
/* ---- Lenis smooth-scroll required styles (studio-freight) ---- */
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}
.num, .stack-index { font-family: var(--font-display); font-weight: 900; }

/* Focus words: restrained editorial contrast without an ornate look */
.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: .98;
}
em.serif, .serif { font-style: italic; }

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

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

/* ---------- buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn-accent {
  color: #fff;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  box-shadow: 0 10px 24px -8px rgba(176,22,32,0.6), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-accent:hover { box-shadow: 0 16px 34px -10px rgba(176,22,32,0.7), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }

/* ---------- section heads ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--accent);
  padding: 0 14px;
  min-height: 30px;
  border: 1px solid rgba(176,22,32,0.25);
  border-radius: 100px;
  background: rgba(176,22,32,0.06);
  margin-bottom: 20px;
}
.kicker::before { content: ""; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.kicker.light { color: #ff7a7a; border-color: rgba(255,122,122,0.3); background: rgba(255,122,122,0.08); }
.kicker.light::before { background: #ff7a7a; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head h2 {
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  font-weight: 700;
}
.section-head h2 .serif { font-size: 1.02em; }
.section-lead { margin-top: 18px; color: var(--ink-soft); font-size: 1.1rem; }

/* ===========================================================
   BLURRY HEADER
   =========================================================== */
/* Full-width frosted strip BEHIND the navbar.
   Blurs + fades any content that scrolls up under the navbar so it
   never visually merges with it. The navbar itself stays solid. */
.header-blur {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 160px;
  z-index: 90;
  pointer-events: none;
  backdrop-filter: blur(40px) saturate(150%);
  -webkit-backdrop-filter: blur(40px) saturate(150%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.7) 45%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.7) 45%, transparent 100%);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.header-blur::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10, 10, 16, 0.92), rgba(10, 10, 16, 0.4) 55%, transparent 100%);
}
.header-blur.show { opacity: 1; }

/* Professional bold floating header: logo · nav · CTA */
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: var(--container);
  z-index: 100;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(23, 23, 32, 0.78), rgba(12, 12, 18, 0.74));
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 22px 54px -22px rgba(0, 0, 0, 0.68), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background .55s var(--ease), top .55s var(--ease), width .55s var(--ease),
              box-shadow .55s var(--ease), border-color .55s var(--ease);
  animation: headerDrop .9s var(--ease) .05s both;
  will-change: transform;
}
@keyframes headerDrop {
  from { opacity: 0; transform: translateX(-50%) translateY(-24px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
/* condense + solidify smoothly on scroll */
.site-header.scrolled {
  top: 12px;
  width: calc(100% - 56px);
  background: linear-gradient(180deg, rgba(17, 17, 25, 0.94), rgba(10, 10, 15, 0.92));
  box-shadow: 0 26px 60px -24px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.13);
}
/* inner pages (no hero to float over) → solid dark bar from the start */
.site-header:not(.over-hero) {
  background: linear-gradient(180deg, rgba(17, 17, 25, 0.94), rgba(10, 10, 15, 0.92));
  box-shadow: 0 26px 60px -24px rgba(0, 0, 0, 0.78), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.13);
}
.site-header.over-hero:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: transparent;
  box-shadow: none;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 13px 13px 13px 30px;
}
.brand { display: inline-flex; align-items: center; flex-shrink: 0; transition: opacity .3s var(--ease); }
.brand:hover { opacity: 0.85; }
.brand-logo { height: 44px; width: auto; display: block; transition: height .55s var(--ease); }
.site-header.scrolled .brand-logo { height: 40px; }

/* clean minimal nav — text only */
.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 auto;
}
.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  padding: 9px 14px;
  border-radius: 999px;
  white-space: nowrap;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.nav-link:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.nav-link.is-active {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  box-shadow: 0 10px 22px -12px rgba(176,22,32,0.7), inset 0 1px 0 rgba(255,255,255,0.2);
}
.nav-link.is-active:hover { color: #fff; background: linear-gradient(180deg, var(--accent-hi), var(--accent)); }

/* More dropdown */
.nav-dropdown { position: relative; }
.nav-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.nav-chev { font-size: 0.72rem; opacity: 0.65; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.nav-dropdown.open .nav-chev,
.nav-dropdown:hover .nav-chev { transform: rotate(180deg); opacity: 1; }
.nav-dropdown.is-active .nav-more-btn {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  box-shadow: 0 10px 22px -12px rgba(176,22,32,0.7), inset 0 1px 0 rgba(255,255,255,0.2);
}
.nav-dd-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 196px;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(23, 23, 32, 0.97), rgba(12, 12, 18, 0.95));
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 50px -18px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  z-index: 10;
}
.nav-dropdown.open .nav-dd-panel,
.nav-dropdown:hover .nav-dd-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dd-link {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav-dd-link:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }
.nav-dd-link.is-active { color: #fff; font-weight: 600; background: rgba(176, 22, 32, 0.22); }

/* Services mega navigation */
.nav-services { position: static; }
.nav-services .nav-more-btn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 15px;
}
.nav-services-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  width: min(900px, calc(100vw - 46px));
  overflow: hidden;
  border: 1px solid rgba(20,20,28,.1);
  border-radius: 22px;
  background: #f7f4ef;
  box-shadow: 0 34px 90px -26px rgba(0,0,0,.72), 0 8px 24px -16px rgba(0,0,0,.3);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transform-origin: top center;
  transition: opacity .24s var(--ease), transform .24s var(--ease), visibility .24s;
  z-index: 20;
}
.nav-services.open .nav-services-panel,
.nav-services:hover .nav-services-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-services-main { padding: 28px; }
.nav-services-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 3px 22px;
  border-bottom: 1px solid rgba(20,20,28,.1);
}
.nav-services-heading div { display: grid; gap: 5px; }
.nav-services-heading div > span {
  color: var(--accent-hi);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nav-services-heading strong { color: var(--ink); font-size: 1.02rem; }
.nav-services-heading > a {
  flex-shrink: 0;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s;
}
.nav-services-heading > a:hover { color: var(--accent); }
.nav-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 18px;
}
.nav-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 11px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(20,20,28,.08);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255,255,255,.62);
  text-decoration: none;
  transition: background .22s var(--ease), border-color .22s, transform .22s var(--ease);
}
.nav-service-card:hover {
  border-color: rgba(176,22,32,.18);
  background: #fff;
  box-shadow: 0 14px 28px -22px rgba(20,20,28,.45);
  transform: translateY(-2px);
}
.nav-service-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(176,22,32,.12);
  border-radius: 12px;
  color: var(--accent);
  background: rgba(176,22,32,.08);
}
.nav-service-icon svg { width: 20px; height: 20px; }
.nav-service-card > span:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.nav-service-card strong { color: var(--ink); font-size: .84rem; }
.nav-service-card small {
  color: var(--ink-soft);
  font-size: .67rem;
  line-height: 1.42;
}
.nav-service-card > i {
  color: rgba(20,20,28,.28);
  font-size: .85rem;
  font-style: normal;
  transition: color .2s, transform .2s var(--ease);
}
.nav-service-card:hover > i { color: var(--accent); transform: rotate(8deg); }
.nav-services-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
  border-left: 1px solid rgba(20,20,28,.1);
  background: linear-gradient(155deg, #30171c, #68131b 58%, #86141e);
}
.nav-services-aside::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 15px;
  pointer-events: none;
}
.nav-services-aside > * { position: relative; z-index: 1; }
.nav-services-badge {
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.nav-services-aside > strong {
  margin-top: 0;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.24;
}
.nav-services-aside p {
  margin: 11px 0 19px;
  color: rgba(255,255,255,.67);
  font-size: .76rem;
  line-height: 1.5;
}
.nav-services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font-size: .76rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 14px 28px -18px rgba(0,0,0,.55);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.nav-services-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -18px rgba(0,0,0,.65); }
.nav-services-aside > small {
  margin-top: 10px;
  color: rgba(255,255,255,.47);
  font-size: .61rem;
}

.header-cta {
  flex-shrink: 0;
  padding: 12px 22px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.header-cta .arrow { transition: transform .3s var(--ease); }
.header-cta:hover .arrow { transform: translateX(3px); }

.menu-toggle {
  display: none;
  justify-self: end;
  flex-direction: column;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px;
  cursor: pointer;
}
.menu-toggle span {
  width: 22px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(12, 12, 18, 0.28);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease);
}
.mobile-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}
body.menu-open .back-to-top { opacity: 0 !important; pointer-events: none !important; }
.mobile-menu {
  position: fixed;
  top: 80px; left: 14px; right: 14px;
  max-height: calc(100dvh - 96px);
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 100;
  background: linear-gradient(180deg, rgba(20, 20, 29, 0.96), rgba(13, 13, 19, 0.96));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px) scale(0.98);
  transform-origin: top center;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.mobile-nav { display: flex; flex-direction: column; gap: 2px; }
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.82);
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 500;
  font-size: 1.02rem;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.mobile-nav a .mm-arrow { opacity: 0; transform: translateX(-6px); transition: opacity .25s var(--ease), transform .25s var(--ease); color: var(--accent-hi); }
.mobile-nav a:hover { background: rgba(255,255,255,.06); color: #fff; }
.mobile-nav a:hover .mm-arrow { opacity: 1; transform: translateX(0); }
.mobile-nav a.is-active { color: #fff; background: rgba(176, 22, 32, 0.18); }
.mobile-nav a.is-active .mm-arrow { opacity: 1; transform: translateX(0); }

.mobile-more { margin-top: 4px; }
.mobile-more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.mobile-more-btn:hover,
.mobile-more-btn.is-active { background: rgba(255,255,255,.06); color: #fff; }
.mobile-more-btn .mm-chev { opacity: 0.6; transition: transform .25s var(--ease); }
.mobile-more.open .mobile-more-btn .mm-chev { transform: rotate(180deg); }
.mobile-more-panel {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0 4px 12px;
}
.mobile-more.open .mobile-more-panel { display: flex; }
.mobile-more-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.mobile-more-panel a:hover { background: rgba(255,255,255,.06); color: #fff; }
.mobile-more-panel a.is-active { color: #fff; background: rgba(176, 22, 32, 0.18); }
.mobile-services { margin: 3px 0; }
.mobile-services-panel { padding-left: 5px; }
.mobile-services-panel .mobile-service-all { color: #fff; font-weight: 650; }
.mobile-services-panel .mobile-service-link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  justify-content: stretch;
  gap: 11px;
  padding: 10px 12px;
}
.mobile-service-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #ff747e;
  background: rgba(176,22,32,.14);
}
.mobile-service-icon svg { width: 18px; height: 18px; }
.mobile-service-link > span:nth-child(2) { display: grid; gap: 2px; }
.mobile-service-link strong { color: #fff; font-size: .86rem; }
.mobile-service-link small {
  overflow: hidden;
  color: rgba(255,255,255,.42);
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-menu-foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-foot .btn { width: 100%; }
.mobile-call {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  font-weight: 500;
}
.mobile-call:hover { color: #fff; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 0 60px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 70% 35%, black, transparent 70%);
}
/* soft ambient glow — subtle, not busy */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.32;
  will-change: transform;
}
.blob-1 { width: 560px; height: 560px; top: -180px; right: -140px;
  background: radial-gradient(circle, rgba(176,22,32,0.8), transparent 70%);
  animation: floatA 20s ease-in-out infinite; }
.blob-2 { width: 460px; height: 460px; bottom: -200px; left: -140px;
  background: radial-gradient(circle, rgba(60,70,150,0.45), transparent 70%);
  animation: floatB 24s ease-in-out infinite; }
.blob-3 { display: none; }
@keyframes floatA { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-30px,30px)} }
@keyframes floatB { 0%,100%{transform:translate(0,0)} 50%{transform:translate(40px,-24px)} }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 26px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #2ec27a; box-shadow: 0 0 0 4px rgba(46,194,122,0.2); }
.hero-title {
  font-size: clamp(2.05rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 22px;
}
.hero-title .line { display: block; overflow: hidden; }
.accent-text {
  background: linear-gradient(100deg, var(--accent-hi), #ff7a52);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.2); }
.hero-actions .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn .arrow { transition: transform .3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.hero-trust { display: flex; align-items: center; gap: 16px; }
.avatars { display: flex; align-items: center; }
.avatars img,
.avatars .avatar-more {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.9);
  margin-left: -12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}
.avatars img:first-child { margin-left: 0; }
.avatars .avatar-more {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.78rem;
}
.trust-copy { display: flex; flex-direction: column; gap: 2px; }
.trust-copy .stars { color: #ffc24b; letter-spacing: 1px; font-size: 0.95rem; }
.trust-copy .stars b { color: #fff; font-family: var(--font-display); margin-left: 4px; }
.hero-trust p { font-size: 0.88rem; color: rgba(255,255,255,0.62); line-height: 1.4; }
.hero-trust strong { color: #fff; font-weight: 600; }

/* ---- rank dashboard visual ---- */
.hero-visual { position: relative; }
.dash-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(160deg, rgba(38,38,54,0.92), rgba(20,20,30,0.94));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
}
.dash-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.dash-dots { display: flex; gap: 6px; }
.dash-dots i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.dash-dots i:first-child { background: #ff5f57; }
.dash-dots i:nth-child(2){ background: #febc2e; }
.dash-dots i:nth-child(3){ background: #28c840; }
.dash-title { font-family: "Sora"; font-weight: 600; font-size: 0.92rem; }
.dash-live { margin-left: auto; font-size: 0.72rem; color: #2ec27a; }
.dash-metric { display: flex; flex-direction: column; margin-bottom: 18px; }
.dash-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); }
.dash-value { font-family: "Sora"; font-size: 2.6rem; font-weight: 800; line-height: 1.1; }
.dash-value small { font-size: 1.4rem; color: var(--accent-hi); }
.dash-trend { font-size: 0.82rem; color: #2ec27a; font-weight: 600; }
.dash-chart {
  display: flex; align-items: flex-end; gap: 8px;
  height: 110px; margin-bottom: 20px;
  padding: 14px; border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}
.dash-chart span {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(to top, rgba(176,22,32,0.35), var(--accent-hi));
  transform-origin: bottom;
  animation: barGrow 1s var(--ease) backwards;
}
.dash-chart span:nth-child(1){ animation-delay: .15s; }
.dash-chart span:nth-child(2){ animation-delay: .25s; }
.dash-chart span:nth-child(3){ animation-delay: .35s; }
.dash-chart span:nth-child(4){ animation-delay: .45s; }
.dash-chart span:nth-child(5){ animation-delay: .55s; }
.dash-chart span:nth-child(6){ animation-delay: .65s; }
.dash-chart span:nth-child(7){ animation-delay: .75s; background: linear-gradient(to top, rgba(46,194,122,0.4), #2ec27a); }
@keyframes barGrow { from { transform: scaleY(0); opacity: 0; } to { transform: scaleY(1); opacity: 1; } }
.dash-keywords { display: grid; gap: 9px; }
.kw {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; padding: 9px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
}
.kw span { color: rgba(255,255,255,0.78); }
.kw b { font-family: "Sora"; color: #2ec27a; }

.float-badge {
  position: absolute;
  z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.97);
  color: #14141c;
  padding: 11px 15px;
  border-radius: 14px;
  box-shadow: 0 16px 32px -16px rgba(0,0,0,0.45);
  animation: bob 6s ease-in-out infinite;
}
.float-badge .fb-ico { font-size: 1.15rem; }
.float-badge b { font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; display: block; }
.float-badge small { font-size: 0.72rem; color: #6a6a76; }
/* badges float on safe zones so they never cover card text:
   one above the top edge, one on the right beside the (left-aligned) number */
.badge-rank { top: -46px; left: 10px; animation-delay: 0s; }
.badge-roi { top: 20%; right: -30px; animation-delay: 1.4s; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.12);
  position: relative;
  z-index: 2;
}
.hstat { display: flex; flex-direction: column; }
.hstat .numwrap { display: inline-flex; align-items: baseline; }
.hstat .num { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 800; font-family: "Sora"; }
.hstat .suf { color: var(--accent-hi); font-family: "Sora"; font-size: clamp(1.4rem,2.6vw,2.2rem); font-weight: 800; }
.hstat p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-top: 6px; }

/* ===========================================================
   EXPAND ON SCROLL — featured case study
   =========================================================== */
.expand-section { padding: 54px 0 40px; }
.expand-section .section-head { margin-bottom: 8px; }
.expand-wrap {
  height: 128vh;          /* scroll distance for the expand effect */
  position: relative;
  margin-bottom: 60px;
}
.expand-card {
  position: sticky;
  top: 86px;              /* sits just under the navbar, close to heading */
  height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expand-media {
  position: relative;
  width: 56%;             /* JS expands this to 100% on scroll */
  height: 64vh;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, #232336, #14141c);
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.06);
  will-change: width, height, border-radius;
}
/* gradient ring glow on the card */
.expand-media::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,122,82,0.7), rgba(176,22,32,0.25) 40%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.expand-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.66) saturate(1.04) contrast(1.02);
  transform: scale(1.06);
  transition: transform 1.2s var(--ease);
}
.expand-card.media-in .expand-img { transform: scale(1); }
.expand-media::after {
  content: "";
  position: absolute; inset: 0;
  /* clean top (shows the dashboard) → deep, smooth dark base for the text */
  background:
    linear-gradient(180deg, rgba(8,8,14,0.20) 0%, rgba(8,8,14,0.12) 26%, rgba(8,8,14,0.62) 60%, rgba(8,8,14,0.90) 82%, rgba(8,8,14,0.98) 100%),
    radial-gradient(900px 520px at 20% 105%, rgba(176,22,32,0.30), transparent 64%);
}

/* top chrome bar */
.expand-topbar {
  position: absolute; z-index: 2;
  top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: clamp(16px, 2.4vw, 26px);
}
.expand-search {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: rgba(255,255,255,0.9);
  padding: 8px 14px; border-radius: 100px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.expand-search svg { opacity: 0.8; }
.expand-search i {
  font-style: normal; font-family: var(--font-display); font-weight: 700;
  font-size: 0.7rem; color: #4ade80;
  padding-left: 9px; margin-left: 4px; border-left: 1px solid rgba(255,255,255,0.2);
}
.expand-livestat {
  display: inline-flex; align-items: baseline; gap: 6px;
  font-size: 0.78rem; color: rgba(255,255,255,0.85);
  padding: 8px 14px; border-radius: 100px;
  background: rgba(20,80,50,0.4);
  border: 1px solid rgba(74,222,128,0.35);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.expand-livestat b { font-family: var(--font-display); font-weight: 700; color: #4ade80; font-size: 0.92rem; }

.expand-overlay {
  position: absolute;
  z-index: 2;
  inset: auto 0 0 0;
  padding: clamp(24px, 4vw, 56px);
  color: #fff;
}
.expand-overlay .kicker { color: #ff9a9a; border-color: rgba(255,138,138,0.4); background: rgba(255,138,138,0.14); margin-bottom: 16px; }
.expand-overlay h3 {
  font-size: clamp(1.55rem, 3.4vw, 2.85rem);
  max-width: 700px; margin-bottom: 14px;
  font-weight: 800; line-height: 1.1; letter-spacing: -0.01em;
  text-shadow: 0 2px 22px rgba(0,0,0,0.6);
}
.expand-overlay p { color: rgba(255,255,255,0.88); max-width: 540px; margin-bottom: 28px; line-height: 1.55; text-shadow: 0 1px 12px rgba(0,0,0,0.55); }
/* spec row with subtle dividers for a polished case-study look */
.expand-meta {
  display: flex; flex-wrap: wrap; gap: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.expand-meta > div { padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255,255,255,0.14); }
.expand-meta > div:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.expand-meta small {
  display: block; color: rgba(255,255,255,0.62);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 5px;
}
.expand-meta strong { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }
.expand-case-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: .76rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
  transition: background .25s, border-color .25s, transform .3s var(--ease);
}
.expand-case-link:hover { border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.14); transform: translateY(-2px); }
.expand-case-link span { color: #ff7d86; }

/* work grid — project cards with thumbnails */
/* ===========================================================
   WORK — featured case study + stats band
   =========================================================== */
.case-feat-section { padding: 24px 0 16px; }
.case-feat {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;
  padding: clamp(20px, 2.4vw, 28px);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.case-feat::before {
  content: "";
  position: absolute; top: -28%; right: -8%;
  width: 520px; height: 480px;
  background: radial-gradient(circle, rgba(176,22,32,0.28), transparent 64%);
  pointer-events: none;
}
.case-feat-media {
  position: relative;
  border-radius: 24px; overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255,255,255,0.1);
}
.case-feat-media img { width: 100%; height: 100%; object-fit: cover; }
.case-feat-badge {
  position: absolute; left: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 15px; border-radius: 100px;
  background: rgba(15,15,22,0.7);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  font-size: 0.85rem; color: rgba(255,255,255,0.9);
}
.case-feat-badge b { color: #6ee7a0; font-family: "Sora"; }
.case-feat-body { position: relative; z-index: 1; padding: clamp(8px, 1.5vw, 20px); }
.case-feat-body .svc-label {
  color: #ff9a9a;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
  margin-bottom: 14px;
}
.case-feat-body .svc-label::before { background: #ff8a8a; }
.case-feat-body h3 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); line-height: 1.12; margin-bottom: 14px; }
.case-feat-body h3 .serif { color: #ff8a8a; }
.case-feat-body > p { color: rgba(255,255,255,0.7); line-height: 1.65; margin-bottom: 24px; }
.case-feat-stats {
  display: flex; gap: clamp(18px, 3vw, 36px);
  padding: 20px 0; margin-bottom: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.case-feat-stats .num { font-family: "Sora"; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; display: block; }
.case-feat-stats small { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.case-feat-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-bottom: 26px; }
.case-feat-meta small { display: block; color: rgba(255,255,255,0.5); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.case-feat-meta strong { font-family: "Sora"; font-weight: 600; font-size: 0.98rem; }
.case-feat-body .arrow { transition: transform .3s var(--ease); }
.case-feat-body .btn:hover .arrow { transform: translateX(4px); }

/* stats band */
.stat-band-section { padding: 32px 0; }
.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
}
.stat-band-item {
  padding: 34px clamp(18px, 2.4vw, 32px);
  text-align: center;
  border-right: 1px solid var(--line);
}
.stat-band-item:last-child { border-right: none; }
.stat-band-item .num { font-family: "Sora"; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
.stat-band-item .suf { color: var(--accent); font-family: "Sora"; font-size: 1.6rem; font-weight: 800; }
.stat-band-item p { color: var(--ink-soft); font-size: 0.9rem; margin-top: 6px; }

.work-projects { padding: 40px 0; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  counter-reset: project-card;
}
.work-item {
  position: relative;
  display: block;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  color: inherit;
  text-decoration: none;
  background: rgba(255,255,255,.78);
  box-shadow: 0 20px 48px -42px rgba(20,20,28,.65);
  counter-increment: project-card;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.work-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  border-radius: 100% 0 0 0;
  background: radial-gradient(circle at 100% 100%, rgba(176,22,32,.08), transparent 68%);
  pointer-events: none;
}
.work-item:hover {
  z-index: 1;
  border-color: rgba(176,22,32,.24);
  box-shadow: 0 30px 65px -40px rgba(20,20,28,.42);
  transform: translateY(-7px);
}
.work-thumb {
  position: relative;
  aspect-ratio: 16 / 9.7;
  overflow: hidden;
  border-radius: 20px;
  background: var(--navy);
}
.work-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,12,18,.04) 45%, rgba(12,12,18,.34) 100%);
  pointer-events: none;
}
.work-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease), filter .75s var(--ease);
}
.work-item:hover .work-thumb img { transform: scale(1.045); filter: saturate(1.08); }
.work-thumb .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.88);
  box-shadow: 0 7px 22px -14px rgba(0,0,0,.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.work-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: 25px 18px 16px;
}
.work-body::before {
  content: "0" counter(project-card);
  position: absolute;
  top: 23px;
  right: 18px;
  color: rgba(20,20,28,.18);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.work-cat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  padding-right: 48px;
  font-family: var(--font-display);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 13px;
}
.work-cat::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: none;
  border-radius: 50%;
  background: var(--accent);
}
.work-item h4 {
  max-width: 92%;
  margin-bottom: 11px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.work-item p {
  max-width: 95%;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: .86rem;
  line-height: 1.65;
}
.work-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .78rem;
  color: var(--ink);
}
.work-link .arrow {
  display: grid;
  width: 30px;
  height: 30px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  transition: transform .3s var(--ease), background .3s;
}
.work-item:hover .work-link .arrow { background: var(--accent); transform: translateX(3px); }
.tag {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  font-family: var(--font-display);
  padding: 7px 14px;
  border-radius: 100px;
  background: rgba(255,255,255,0.92);
  color: var(--accent);
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

/* ===========================================================
   SERVICES — bento grid (homepage)
   =========================================================== */
.services { padding: 54px 0 40px; }
.services-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.svc {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.svc:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(176,22,32,0.25);
}
.svc-feature { grid-column: span 3; }
.svc-feature.dark {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}
.svc-feature.dark::before {
  content: "";
  position: absolute; top: -30%; right: -8%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(176,22,32,0.28), transparent 62%);
  pointer-events: none;
}
.svc-feature.dark > * { position: relative; z-index: 1; }

.svc-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.svc-ico {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 15px;
  background: rgba(176,22,32,0.08);
  color: var(--accent);
}
.svc-ico svg { width: 26px; height: 26px; }
.svc-feature.dark .svc-ico { background: rgba(255,255,255,0.1); color: #fff; }
.svc-num {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 800;
  color: var(--ink-soft); opacity: 0.45;
}
.svc-feature.dark .svc-num { color: rgba(255,255,255,0.55); opacity: 1; }

.svc-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(176,22,32,0.08);
  border: 1px solid rgba(176,22,32,0.18);
}
.svc-label::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.svc-feature.dark .svc-label {
  color: #ff9a9a;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
}
.svc-feature.dark .svc-label::before { background: #ff8a8a; }

.svc h3 {
  font-size: 1.3rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.svc-feature h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.svc-feature h3 .serif { color: var(--accent); }
.svc-feature.dark h3 .serif { color: #ff8a8a; }
.svc p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1;
}
.svc-feature.dark p { color: rgba(255,255,255,0.7); }

.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.svc-tags li {
  font-size: 0.76rem; font-weight: 600;
  padding: 5px 12px; border-radius: 100px;
  background: var(--bg);
  color: var(--ink-soft);
  border: 1px solid var(--line);
}
.svc-feature.dark .svc-tags li {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  border-color: rgba(255,255,255,0.14);
}

.svc-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.svc-feature.dark .svc-foot { border-color: rgba(255,255,255,0.14); }
.svc-price {
  font-family: "Sora";
  font-weight: 800;
  font-size: 1.1rem;
}
.svc-price small { font-weight: 500; color: var(--ink-soft); font-size: 0.78rem; }
.svc-feature.dark .svc-price small { color: rgba(255,255,255,0.6); }
.svc-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: 0.9rem;
  color: var(--accent);
  white-space: nowrap;
}
.svc-feature.dark .svc-link { color: #fff; }
.svc-link .arrow { transition: transform .3s var(--ease); }
.svc:hover .svc-link .arrow { transform: translateX(4px); }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: repeat(2, 1fr); }
  .svc, .svc-feature { grid-column: span 1; }
}
@media (max-width: 560px) {
  .services-bento { grid-template-columns: 1fr; }
  .svc, .svc-feature { grid-column: span 1; }
}

/* ===========================================================
   STACKING CARDS — services (dedicated /services.php page)
   =========================================================== */
/* keep the deck contained (not edge-to-edge) and aligned with the heading */
.stack { max-width: var(--container); margin: 0 auto; padding: 0 24px 40px; }
.stack-card {
  position: sticky;
  top: 120px;
  margin-bottom: 26px;
}
/* each card pins slightly lower than the last so the card behind peeks out,
   building a layered "deck" instead of a single exact pile */
.stack-card:nth-child(1) { top: 118px; }
.stack-card:nth-child(2) { top: 140px; }
.stack-card:nth-child(3) { top: 162px; }
.stack-card:nth-child(4) { top: 184px; }
.stack-card:nth-child(5) { top: 206px; }
.stack-card-inner { transform-origin: center top; will-change: transform; }
.stack-card-inner {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
  padding: clamp(34px, 4.6vw, 60px);
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  background: linear-gradient(165deg, #1b1b27 0%, #131320 100%);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 30px 70px -42px rgba(0,0,0,0.85);
}
.stack-card:nth-child(even) .stack-card-inner {
  background: linear-gradient(165deg, #20202e 0%, #15151f 100%);
}
/* soft ambient brand glow */
.stack-card-inner::before {
  content: "";
  position: absolute;
  top: -32%; right: -8%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(176,22,32,0.20), transparent 62%);
  pointer-events: none;
  z-index: 0;
}
/* crisp 1px gradient edge highlight for a premium feel */
.stack-card-inner::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255,255,255,0.16), rgba(255,255,255,0) 38%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.stack-left, .stack-right { position: relative; z-index: 2; }

/* large faint index watermark in the corner */
.stack-index {
  position: absolute;
  top: clamp(16px, 2.2vw, 26px);
  right: clamp(22px, 3vw, 38px);
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,255,255,0.13);
  letter-spacing: 0;
  z-index: 0;
  pointer-events: none;
}
.stack-left .kicker { color: #ff8a8a; margin-bottom: 18px; }
.stack-left h3 { font-size: clamp(1.55rem, 3.2vw, 2.45rem); line-height: 1.12; letter-spacing: -0.01em; margin-bottom: 16px; }
.stack-left p { color: rgba(255,255,255,0.7); margin-bottom: 26px; max-width: 520px; line-height: 1.6; }
.stack-left ul { display: grid; gap: 12px; }
.stack-left li {
  position: relative; padding-left: 32px;
  color: rgba(255,255,255,0.85); font-size: 0.96rem;
}
/* rounded check badge */
.stack-left li::before {
  content: "";
  position: absolute; left: 0; top: 1px;
  width: 19px; height: 19px; border-radius: 6px;
  background: rgba(176,22,32,0.16);
  border: 1px solid rgba(255,138,138,0.45);
}
.stack-left li::after {
  content: "";
  position: absolute; left: 7px; top: 4px;
  width: 4px; height: 8px;
  border: solid #ff8a8a; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* right column = a clean price panel divided from the content */
.stack-right {
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: center; gap: 22px;
  height: 100%;
  padding-left: clamp(24px, 3vw, 44px);
  border-left: 1px solid rgba(255,255,255,0.1);
}
.price {
  position: relative;
  font-family: "Sora";
  font-size: clamp(2.3rem, 4.6vw, 3.4rem);
  font-weight: 800; line-height: 1;
}
.price::before {
  content: "Starting at";
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.48);
  margin-bottom: 8px;
}
.price small { font-size: 1rem; color: rgba(255,255,255,0.5); font-weight: 500; }
.stack-right .btn { width: 100%; justify-content: center; }

/* ===========================================================
   SERVICES — interactive explorer (/services.php)
   =========================================================== */
.srv-ex { padding: 20px 0 48px; }
.srv-ex .section-head { margin-bottom: 32px; }
.srv-ex-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(20px, 3vw, 40px);
  background:
    radial-gradient(circle at 78% 8%, rgba(176,22,32,0.30), transparent 46%),
    radial-gradient(circle at 8% 96%, rgba(120,30,40,0.18), transparent 50%),
    linear-gradient(160deg, #1b1b27 0%, #121220 100%);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 36px;
  padding: clamp(16px, 2vw, 24px);
  color: #fff;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.06);
}
/* faint dot-grid texture */
.srv-ex-card::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(160deg, #000, transparent 70%);
          mask-image: linear-gradient(160deg, #000, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.srv-ex-tabs, .srv-ex-stage { position: relative; z-index: 1; }

/* left tab list */
.srv-ex-tabs { display: flex; flex-direction: column; gap: 6px; padding: clamp(8px, 1vw, 14px); }
/* help card fills the empty space below the tabs */
.srv-ex-help {
  margin-top: auto;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 10px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
}
.srv-ex-help-avatars { display: flex; margin-bottom: 2px; }
.srv-ex-help-avatars img {
  width: 38px; height: 38px; border-radius: 50%;
  object-fit: cover; border: 2px solid #1a1a26; margin-left: -10px;
}
.srv-ex-help-avatars img:first-child { margin-left: 0; }
.srv-ex-help strong { font-family: "Sora"; font-size: 1.05rem; color: #fff; }
.srv-ex-help span { color: rgba(255,255,255,0.6); font-size: 0.88rem; line-height: 1.5; }
.srv-ex-help-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 4px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 0.92rem; color: #ff9a9a;
}
.srv-ex-help-btn .arrow { transition: transform .3s var(--ease); }
.srv-ex-help-btn:hover { color: #fff; }
.srv-ex-help-btn:hover .arrow { transform: translateX(4px); }
.srv-ex-tab {
  position: relative;
  display: flex; align-items: center; gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: rgba(255,255,255,0.62);
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 600;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
/* small leading dot marker */
.srv-ex-tnum {
  position: relative;
  font-size: 0.82rem; font-weight: 700;
  color: rgba(255,255,255,0.4);
  font-variant-numeric: tabular-nums;
  transition: color .3s var(--ease);
}
.srv-ex-tname { flex: 1; }
.srv-ex-tarrow {
  opacity: 0; transform: translateX(-6px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.srv-ex-tab:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
  transform: translateX(3px);
}
.srv-ex-tab:hover .srv-ex-tnum { color: rgba(255,255,255,0.75); }
.srv-ex-tab.is-active {
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  color: #fff;
  border-color: rgba(255,255,255,0.16);
  box-shadow: 0 18px 34px -16px rgba(176,22,32,0.85), inset 0 1px 0 rgba(255,255,255,0.28);
  transform: translateX(0);
}
.srv-ex-tab.is-active .srv-ex-tnum { color: rgba(255,255,255,0.9); }
.srv-ex-tab.is-active .srv-ex-tarrow { opacity: 1; transform: translateX(0); }
/* shine sweep on the active tab */
.srv-ex-tab.is-active::after {
  content: "";
  position: absolute; top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.22), transparent);
  transform: skewX(-18deg);
  animation: srvShine 3.2s ease-in-out 0.3s;
}
@keyframes srvShine {
  0% { left: -60%; }
  60%, 100% { left: 150%; }
}

/* right stage */
.srv-ex-stage {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  padding: clamp(28px, 3.4vw, 44px);
  display: flex;
  align-items: center;
}
.srv-ex-panel { position: relative; z-index: 1; width: 100%; }
.srv-ex-panel[hidden] { display: none; }
.srv-ex-panel.is-active { animation: srvFade .45s var(--ease) both; }
@keyframes srvFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.srv-ex-panel-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 22px;
}
.srv-ex-ico {
  position: relative;
  width: 66px; height: 66px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(209,31,45,0.28), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,138,138,0.32);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(176,22,32,0.7), inset 0 1px 0 rgba(255,255,255,0.18);
}
.srv-ex-ico svg { width: 30px; height: 30px; }
.srv-ex-price {
  display: flex; flex-direction: column; align-items: flex-end;
  font-family: "Sora";
  padding: 10px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.srv-ex-price small {
  font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}
.srv-ex-price b {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem); font-weight: 800; line-height: 1;
  background: linear-gradient(180deg, #fff, #ffd9d9);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.srv-ex-price i { font-style: normal; font-size: 0.85rem; color: rgba(255,255,255,0.55); font-weight: 500; }
.srv-ex-panel .svc-label {
  color: #ff9a9a;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
  margin-bottom: 14px;
}
.srv-ex-panel .svc-label::before { background: #ff8a8a; }
.srv-ex-panel h3 {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.1; letter-spacing: -0.015em;
  margin-bottom: 14px;
}
.srv-ex-panel h3 .serif { color: #ff8a8a; }
.srv-ex-desc { color: rgba(255,255,255,0.72); line-height: 1.6; margin-bottom: 22px; max-width: 560px; }
.srv-ex-feats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 22px;
  margin-bottom: 22px;
}
.srv-ex-feats li {
  position: relative; padding-left: 30px;
  color: rgba(255,255,255,0.88); font-size: 0.94rem;
}
.srv-ex-feats li::before {
  content: "";
  position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 7px;
  background: rgba(176,22,32,0.18);
  border: 1px solid rgba(255,138,138,0.45);
}
.srv-ex-feats li::after {
  content: "";
  position: absolute; left: 7.5px; top: 4.5px;
  width: 4px; height: 8px;
  border: solid #ff8a8a; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.srv-ex-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 26px;
}
.srv-ex-tags span {
  font-size: 0.76rem; font-weight: 600;
  padding: 6px 14px; border-radius: 100px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.12);
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.srv-ex-tags span:hover {
  background: rgba(176,22,32,0.2);
  border-color: rgba(255,138,138,0.4);
  color: #fff;
}
.srv-ex-panel .btn { box-shadow: 0 18px 36px -18px rgba(176,22,32,0.85); }
.srv-ex-panel .arrow { transition: transform .3s var(--ease); }
.srv-ex-panel .btn:hover .arrow { transform: translateX(4px); }

@media (max-width: 860px) {
  .srv-ex-card { grid-template-columns: 1fr; }
  .srv-ex-tabs { flex-direction: row; flex-wrap: wrap; }
  .srv-ex-tab { width: auto; flex: 1 1 auto; padding: 12px 16px; font-size: 0.92rem; }
  .srv-ex-tarrow { display: none; }
  .srv-ex-tname { flex: 0 1 auto; }
  .srv-ex-feats { grid-template-columns: 1fr; }
  .srv-ex-help { display: none; }
}
@media (max-width: 560px) {
  .srv-ex-tab .srv-ex-tname { display: none; }
  .srv-ex-tab { flex: 0 0 auto; justify-content: center; }
}

/* ===========================================================
   SERVICES — why choose us
   =========================================================== */
.srv-why { padding: 56px 0 28px; }
.srv-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.srv-why-card {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.srv-why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(176,22,32,0.2);
}
.srv-why-ico {
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(176,22,32,0.08);
  color: var(--accent);
  margin-bottom: 18px;
}
.srv-why-ico svg { width: 25px; height: 25px; }
.srv-why-card h4 { font-family: "Sora"; font-size: 1.05rem; margin-bottom: 8px; }
.srv-why-card p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.55; }

/* ===========================================================
   SERVICES — process (dark split)
   =========================================================== */
.srv-process { padding: 40px 0; }
.srv-process-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;
  padding: clamp(34px, 4.4vw, 60px);
  position: relative;
  overflow: hidden;
}
.srv-process-inner::before {
  content: "";
  position: absolute; bottom: -30%; left: -6%;
  width: 480px; height: 460px;
  background: radial-gradient(circle, rgba(176,22,32,0.26), transparent 64%);
  pointer-events: none;
}
.srv-process-head, .srv-process-steps { position: relative; z-index: 1; }
.srv-process-head h2 { color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.12; margin: 14px 0 16px; }
.srv-process-head h2 .serif { color: #ff8a8a; }
.srv-process-head > p { color: rgba(255,255,255,0.66); line-height: 1.6; margin-bottom: 26px; }
.srv-process-steps { display: grid; gap: 14px; }
.srv-pstep {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 20px 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.srv-pstep:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,138,138,0.3); transform: translateX(4px); }
.srv-pnum {
  flex: none;
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.5rem; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,138,138,0.5);
}
.srv-pstep h4 { font-family: "Sora"; font-size: 1.05rem; color: #fff; margin-bottom: 4px; }
.srv-pstep p { color: rgba(255,255,255,0.62); font-size: 0.9rem; line-height: 1.5; }

@media (max-width: 980px) {
  .srv-why-grid { grid-template-columns: repeat(2, 1fr); }
  .srv-process-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .srv-why-grid { grid-template-columns: 1fr; }
}

/* ===========================================================
   ABOUT
   =========================================================== */
.about { background: var(--navy); color: #fff; padding: clamp(40px, 5vw, 60px) 0; border-radius: 40px; margin: 16px 0; position: relative; overflow: hidden; }
.about::before {
  content: ""; position: absolute; top: -10%; right: -5%;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(176,22,32,0.22), transparent 62%);
  pointer-events: none;
}
.about > .container { position: relative; z-index: 1; }
.about-top { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }

/* media + floating badge */
.about-media {
  position: relative;
  border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 5; border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.7);
}
.about-media img {
  width: 100%; height: 100%; object-fit: cover;
}
/* note: parallax JS owns this image's transform (see .parallax-img) */
.about-media-badge {
  position: absolute; left: 18px; bottom: 18px; right: 18px;
  display: flex; align-items: center; gap: 14px;
  background: rgba(20,20,28,0.55);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-radius: 16px; padding: 16px 18px;
}
.amb-num { font-family: "Sora"; font-weight: 800; font-size: 2.4rem; line-height: 1; }
.amb-num small { font-size: 1.2rem; color: var(--accent-hi); }
.amb-label { color: rgba(255,255,255,0.78); font-size: 0.9rem; line-height: 1.35; }

/* copy */
.about-copy h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 20px; line-height: 1.1; }
.about-copy > p { color: rgba(255,255,255,0.72); margin-bottom: 28px; line-height: 1.65; max-width: 540px; }

/* differentiators */
.about-points { display: grid; gap: 16px; margin-bottom: 30px; }
.about-points li { display: flex; align-items: flex-start; gap: 14px; }
.ap-ico {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; font-size: 1.15rem;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
}
.about-points strong { display: block; font-family: "Sora"; font-size: 1rem; margin-bottom: 2px; }
.about-points span { color: rgba(255,255,255,0.6); font-size: 0.92rem; line-height: 1.45; }

.about-copy blockquote {
  font-family: "Sora"; font-size: 1.2rem; font-weight: 500;
  border-left: 3px solid var(--accent); padding-left: 22px; line-height: 1.45;
  color: rgba(255,255,255,0.9);
}

/* stats strip */
.about-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: clamp(44px, 6vw, 72px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  overflow: hidden;
}
.astat {
  padding: 32px clamp(20px, 2.4vw, 34px);
  border-right: 1px solid rgba(255,255,255,0.12);
}
.astat:last-child { border-right: none; }
.astat .num { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
.astat .suf { color: var(--accent-hi); font-family: "Sora"; font-size: 1.8rem; font-weight: 800; }
.astat p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-top: 4px; }

/* Public background system: warm cream plus brand dark only */
.home-page .expand-section,
.home-page .drh-platforms,
.home-page .drh-reach,
.home-page .home-process,
.home-page .home-testimonials,
.home-page .home-cta { background: var(--bg); }

.home-page .logos,
.home-page .services,
.home-page .industries,
.home-page .home-about,
.home-page .drh-founder,
.home-page .home-pricing,
.home-page .home-faq { background: var(--bg); }

.home-page .hero,
.home-page .drh-home-contact { background: var(--navy); }

.home-about {
  color: var(--ink);
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.home-about::before {
  background: radial-gradient(circle, rgba(176,22,32,.09), transparent 64%);
}
.home-about .about-media {
  border-color: var(--line);
  box-shadow: 0 34px 70px -42px rgba(20,20,28,.38);
}
.home-about .about-copy > p,
.home-about .about-points span,
.home-about .astat p { color: var(--ink-soft); }
.home-about .ap-ico {
  color: var(--accent);
  border-color: rgba(176,22,32,.12);
  background: rgba(176,22,32,.06);
}
.home-about .about-copy blockquote { color: var(--ink-2); }
.home-about .about-stats { border-color: var(--line); background: var(--bg); }
.home-about .astat { border-color: var(--line); }
.home-about .astat .num { color: var(--ink); }
.home-about .astat .suf { color: var(--accent); }

.home-process { padding: 60px 0; }
.home-testimonials { padding: 60px 0; }
.home-pricing { padding: 60px 0; }
.home-faq { padding: 60px 0; }
.home-cta { padding: 60px 0; }

/* about hero stat chips */
.about-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.ahc {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 100px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.ahc b {
  font-family: "Sora";
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--accent);
}

/* ===========================================================
   VALUES
   =========================================================== */
.values { padding: 52px 0; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(176,22,32,0.22);
}
.value-ico {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 15px;
  background: rgba(176,22,32,0.08);
  color: var(--accent);
  margin-bottom: 4px;
}
.value-ico svg { width: 26px; height: 26px; }
.value-card h4 { font-family: "Sora"; font-size: 1.12rem; }
.value-card p { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.6; }

/* ===========================================================
   PROCESS
   =========================================================== */
.process { padding: 52px 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 28px;
  transition: transform .4s var(--ease);
}
.step:hover { transform: translateY(-6px); }
.step span { font-family: "Sora"; font-size: 2.4rem; font-weight: 800; color: var(--accent); opacity: .35; }
.step h4 { font-size: 1.25rem; margin: 10px 0 8px; }
.step p { color: var(--ink-soft); font-size: 0.95rem; }

/* ===========================================================
   TESTIMONIALS
   =========================================================== */
.testimonials { padding: 52px 0; }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px; background: var(--surface);
}
.tstars { color: #ffc24b; letter-spacing: 2px; font-size: 0.95rem; display: block; margin-bottom: 16px; }
.tcard blockquote { font-size: 1.12rem; margin-bottom: 24px; line-height: 1.55; }
.tcard figcaption { display: flex; align-items: center; gap: 14px; }
.tcard figcaption img {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--line);
}
.tcard figcaption strong { display: block; font-family: "Sora"; }
.tcard figcaption span { color: var(--ink-soft); font-size: 0.9rem; }

/* ===========================================================
   DARK BRAND PANEL — recurring premium dark sections
   (gives the page an intentional cream → dark → cream rhythm)
   =========================================================== */
.section-dark {
  background: var(--navy);
  color: #fff;
  border-radius: 40px;
  margin: 16px 0;
  padding: clamp(44px, 5vw, 60px) 0;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute; top: -14%; left: 50%; transform: translateX(-50%);
  width: 720px; height: 500px;
  background: radial-gradient(circle, rgba(176,22,32,0.26), transparent 62%);
  pointer-events: none;
}
.section-dark > .container { position: relative; z-index: 1; }
.section-dark .section-head h2 { color: #fff; }
.section-dark .section-lead { color: rgba(255,255,255,0.7); }
.section-dark .kicker {
  color: #ff8a8a;
  border-color: rgba(255,138,138,0.3);
  background: rgba(255,138,138,0.08);
}
.section-dark .kicker::before { background: #ff8a8a; }

/* testimonial cards rendered on the dark panel */
.section-dark .tcard {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
}
.section-dark .tcard blockquote { color: #fff; }
.section-dark .tcard figcaption strong { color: #fff; }
.section-dark .tcard figcaption span { color: rgba(255,255,255,0.6); }
.section-dark .tcard figcaption img { border-color: rgba(255,255,255,0.2); }

/* ===========================================================
   PRICING
   =========================================================== */
.pricing { padding: 52px 0; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.plan {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 40px 34px; position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan.featured { background: var(--navy); color: #fff; transform: scale(1.03); }
.plan.featured:hover { transform: scale(1.03) translateY(-6px); }
.plan h3 { font-size: 1.4rem; margin-bottom: 8px; }
.plan-price { font-family: "Sora"; font-size: 2.6rem; font-weight: 800; display: block; margin-bottom: 8px; }
.plan-price small { font-size: 1rem; font-weight: 500; color: var(--ink-soft); }
.plan.featured .plan-price small { color: rgba(255,255,255,0.6); }
.plan > p { color: var(--ink-soft); margin-bottom: 22px; }
.plan.featured > p { color: rgba(255,255,255,0.7); }
.plan ul { display: grid; gap: 12px; margin-bottom: 28px; }
.plan li { position: relative; padding-left: 26px; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.plan.featured li::before { color: var(--accent-hi); }
.plan .btn { width: 100%; }
.plan.featured .btn-ghost { display: none; }
.badge {
  position: absolute; top: 24px; right: 24px;
  background: var(--accent); color: #fff;
  font-size: 0.75rem; font-weight: 600; padding: 5px 12px; border-radius: 100px;
}

/* ===========================================================
   FAQ
   =========================================================== */
.faq { padding: 52px 0; }
.faq-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
/* left intro column — sticky so it stays in view while reading answers */
.faq-aside { position: sticky; top: 120px; }
.faq-aside h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin: 16px 0 18px; line-height: 1.1; }
.faq-lead { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; margin-bottom: 32px; }
.faq-support {
  background: var(--navy); color: #fff;
  border-radius: var(--radius); padding: 28px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  position: relative; overflow: hidden;
}
.faq-support::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(360px 200px at 100% 0%, rgba(176,22,32,0.35), transparent 65%);
  pointer-events: none;
}
.faq-support > * { position: relative; z-index: 1; }
.faq-support-avatars { display: flex; }
.faq-support-avatars img {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--navy);
  margin-left: -10px;
}
.faq-support-avatars img:first-child { margin-left: 0; }
.faq-support-copy strong { display: block; font-family: "Sora"; font-size: 1.05rem; margin-bottom: 4px; }
.faq-support-copy span { color: rgba(255,255,255,0.65); font-size: 0.92rem; line-height: 1.5; }
.faq-support .btn { width: 100%; justify-content: center; }

/* right accordion */
.accordion { display: grid; gap: 14px; }
.accordion details {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 4px 26px; background: var(--surface);
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.accordion details[open] {
  border-color: rgba(176,22,32,0.4);
  box-shadow: 0 18px 40px -28px rgba(176,22,32,0.5);
}
.accordion summary {
  list-style: none; cursor: pointer; font-family: "Sora"; font-weight: 600;
  font-size: 1.08rem; padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 20px;
}
.accordion summary::-webkit-details-marker { display: none; }
/* circular +/- toggle */
.accordion summary::after {
  content: ""; flex: none;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(176,22,32,0.1);
  border: 1px solid rgba(176,22,32,0.3);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 12px 2px, 2px 12px;
  background-position: center, center;
  background-repeat: no-repeat;
  color: var(--accent);
  transition: transform .35s var(--ease), background-color .3s;
}
.accordion details[open] summary::after {
  transform: rotate(90deg);
  background-size: 12px 2px, 0 0;       /* hide vertical bar → minus */
  background-color: rgba(176,22,32,0.18);
}
.accordion p { padding: 0 0 24px; color: var(--ink-soft); line-height: 1.65; max-width: 60ch; }

/* ===========================================================
   CTA
   =========================================================== */
.cta { padding: 60px 0; }
.cta-inner {
  text-align: center;
  background: var(--navy); color: #fff;
  border-radius: 36px; padding: clamp(50px, 8vw, 100px) 24px;
  position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 400px at 50% 0%, rgba(176,22,32,0.4), transparent 65%);
}
.cta-inner > * { position: relative; z-index: 2; }
.cta-inner h2 { font-size: clamp(2rem, 5vw, 3.6rem); margin-bottom: 16px; }
.cta-inner p { color: rgba(255,255,255,0.7); font-size: 1.15rem; margin-bottom: 34px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); }

/* --- homepage rich split CTA --- */
.cta-card {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 36px;
  padding: clamp(36px, 5vw, 64px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: ""; position: absolute; top: -32%; left: -6%;
  width: 600px; height: 520px;
  background: radial-gradient(circle, rgba(176,22,32,0.45), transparent 65%);
  pointer-events: none;
}
.cta-card > * { position: relative; z-index: 1; }

.cta-status {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.82rem; font-weight: 600;
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 7px 15px; border-radius: 100px; margin-bottom: 20px;
}
.cta-status i {
  width: 8px; height: 8px; border-radius: 50%; background: #46e06a;
  animation: ctaPulse 2s infinite;
}
@keyframes ctaPulse {
  0%   { box-shadow: 0 0 0 0 rgba(70,224,106,0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(70,224,106,0); }
  100% { box-shadow: 0 0 0 0 rgba(70,224,106,0); }
}
.cta-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; margin-bottom: 16px; }
.cta-content > p { color: rgba(255,255,255,0.7); font-size: 1.08rem; line-height: 1.6; margin-bottom: 28px; max-width: 460px; }
.cta-content .cta-actions { justify-content: flex-start; margin-bottom: 28px; }
.cta-trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cta-trust .avatars { display: flex; }
.cta-trust .avatars img {
  width: 38px; height: 38px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--navy); margin-left: -10px;
}
.cta-trust .avatars img:first-child { margin-left: 0; }
.cta-trust span { color: rgba(255,255,255,0.65); font-size: 0.9rem; }
.cta-trust strong { color: #fff; font-weight: 600; }

.cta-contacts { display: flex; flex-direction: column; gap: 14px; }
.cta-contact {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  color: #fff;
  transition: background .3s, border-color .3s, transform .3s var(--ease);
}
a.cta-contact:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,138,138,0.45);
  transform: translateY(-3px);
}
.cc-ico {
  width: 46px; height: 46px; flex: none;
  display: grid; place-items: center;
  border-radius: 13px;
  background: rgba(176,22,32,0.28);
  color: #ff8a8a;
}
.cc-ico svg { width: 22px; height: 22px; }
.cc-text { display: flex; flex-direction: column; min-width: 0; }
.cc-text small { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.cc-text strong { font-family: "Sora"; font-size: 1rem; overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 820px) {
  .cta-card { grid-template-columns: 1fr; }
  .cta-content { text-align: center; }
  .cta-content > p { margin-inline: auto; }
  .cta-content .cta-actions { justify-content: center; }
  .cta-trust { justify-content: center; }
}

/* ===========================================================
   FOOTER
   =========================================================== */
main#smooth-content {
  position: relative;
  z-index: 2;
  background: var(--bg);
}
.site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}
.footer-reveal .site-footer {
  position: relative;
  z-index: 2;
}

/* ---- Dark body ---- */
.ft-body {
  position: relative;
  z-index: 2;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.ft-glow {
  position: absolute;
  top: -20%; right: -10%;
  width: 680px; height: 680px;
  background: radial-gradient(circle, rgba(176,22,32,0.2), transparent 68%);
  pointer-events: none;
}
.ft-locations {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
  padding: 56px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ft-loc h6 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.ft-loc p {
  margin: 0;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  line-height: 1.55;
}
.ft-loc a {
  color: rgba(255,255,255,0.72);
  transition: color .2s;
}
.ft-loc a:hover { color: #ffb4b4; }
.ft-main {
  position: relative;
  z-index: 1;
  padding: 48px 0 28px;
}
.ft-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 28px;
  padding-bottom: 40px;
}
.ft-col-title {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.ft-col ul { display: grid; gap: 4px; }
.ft-col li a {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 0.92rem;
  padding: 6px 0;
  transition: color .2s, transform .2s;
}
.ft-col li a:hover { color: #fff; transform: translateX(3px); }
.ft-cta-copy {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 28ch;
}
.ft-cta-btn { padding: 12px 20px; font-size: 0.88rem; margin-bottom: 18px; }
.ft-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.ft-social {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.72);
  transition: background .25s, border-color .25s, color .25s, transform .25s var(--ease);
}
.ft-social svg { width: 15px; height: 15px; }
.ft-social:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}
.ft-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ft-credit a,
.ft-credit span {
  color: rgba(255,255,255,0.42);
  font-size: 0.82rem;
}
.ft-credit a:hover { color: #ffb4b4; }
.ft-mega-wrap {
  position: relative;
  width: 100%;
  background: var(--navy);
  overflow: hidden;
}
.footer-reveal .ft-mega-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ft-mega {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: clamp(180px, 30vw, 300px);
  padding: 28px 24px 36px;
  pointer-events: none;
}
.ft-mega::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18%;
  width: min(70%, 640px);
  height: 55%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(176,22,32,0.38), rgba(209,31,45,0.12) 42%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}
.ft-mega-logo {
  position: relative;
  z-index: 1;
  width: min(720px, 88%);
  height: auto;
  filter:
    drop-shadow(0 0 18px rgba(209,31,45,0.5))
    drop-shadow(0 0 42px rgba(176,22,32,0.32));
  opacity: 0.94;
  transform: none;
}

/* ---------- back to top ---------- */
.back-to-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(12px);
  transition: opacity .3s, transform .3s, background .3s;
  box-shadow: 0 10px 24px -8px rgba(176,22,32,0.5);
}
.back-to-top svg { width: 18px; height: 18px; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--accent-hi); }

/* ===========================================================
   REVEAL animations (JS adds .in)
   =========================================================== */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
/* collapse the (now fuller) nav to the hamburger a little earlier so the
   links never crowd the pill on mid-size screens */
@media (max-width: 1200px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .site-header,
  .site-header.scrolled { width: calc(100% - 24px); border-radius: 18px; }
  .header-inner { justify-content: space-between; gap: 0; padding: 10px 12px 10px 18px; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { max-width: 460px; margin: 0 auto; width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); margin-top: 48px; }
  .stack-card-inner { grid-template-columns: 1fr; gap: 28px; }
  .stack-right {
    flex-direction: row; align-items: center; justify-content: space-between;
    width: 100%;
    border-left: none; padding-left: 0;
    border-top: 1px solid rgba(255,255,255,0.1); padding-top: 26px;
  }
  .stack-right .btn { width: auto; }
  .about-top { grid-template-columns: 1fr; gap: 40px; }
  .about-media { aspect-ratio: 16 / 10; max-width: 520px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .astat:nth-child(2) { border-right: none; }
  .astat:nth-child(1), .astat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .tgrid, .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-6px); }
  .pricing-page .plan-card.featured { transform: none; }
  .pricing-page .plan-card.featured:hover { transform: translateY(-6px); }
  .work-grid { grid-template-columns: 1fr; }
  .case-feat { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .stat-band-item:nth-child(2) { border-right: none; }
  .stat-band-item:nth-child(1), .stat-band-item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .ft-locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    padding: 44px 0 32px;
  }
  .ft-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
  .ft-col-cta { grid-column: 1 / -1; }
  .ft-cta-copy { max-width: 42ch; }
  .expand-media { width: 80%; height: 56vh; }
  .faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-aside { position: static; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .hero { padding: 124px 0 60px; }
  .badge-rank { left: -8px; top: -30px; }
  .badge-roi { right: -8px; }
  .float-badge { padding: 9px 12px; }
  .float-badge small { display: none; }
  .steps { grid-template-columns: 1fr; }
  .ft-locations {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
    padding: 36px 0 28px;
  }
  .ft-main { padding: 36px 0 20px; }
  .ft-links {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
    padding-bottom: 28px;
  }
  .ft-col-cta {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .ft-credit {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ft-mega {
    min-height: 160px;
    padding: 20px 16px 28px;
  }
  .expand-meta { gap: 18px 26px; }
  .expand-meta > div { padding-right: 0; margin-right: 0; border-right: none; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

/* ===========================================================
   INNER PAGES & HOME PREVIEWS
   =========================================================== */
.page-hero {
  padding: 140px 0 48px;
  position: relative;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  max-width: 820px;
  margin: 14px 0 18px;
}
.page-hero-lead {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 620px;
}
.legal-updated {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}
.legal-page .page-hero {
  padding: 118px 0 28px;
}
.legal-page .page-hero h1 { margin-bottom: 12px; }
.legal-page .legal-updated { margin-top: 10px; }
.legal-section { padding: 0 0 60px; }
.legal-prose {
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ink-2);
  opacity: 1;
  transform: none;
}
.legal-prose > * + * { margin-top: 1.1em; }
.legal-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--ink);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.legal-prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  color: var(--ink);
  margin-top: 2.2em;
  margin-bottom: 0.55em;
  scroll-margin-top: 120px;
}
.legal-prose ul {
  padding-left: 1.25em;
  display: grid;
  gap: 0.45em;
}
.legal-prose li::marker { color: var(--accent); }
.legal-prose a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-prose a:hover { opacity: 0.85; }
.legal-prose strong { color: var(--ink); font-weight: 600; }

.page-hero + .services,
.page-hero + .expand-section,
.page-hero + .about,
.page-hero + .pricing,
.page-hero + .faq,
.page-hero + .faq-topics,
.page-hero + .blog-feat-section,
.page-hero + .contact-section,
.page-hero + .legal-section { padding-top: 24px; }
.page-hero + .about { margin-top: 0; }

.home-preview { padding: 60px 0; }
.home-work { padding: 0 0 60px; }
.home-testimonials { padding-top: 0; }
.section-cta { text-align: center; margin-top: 40px; }
.preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.preview-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.preview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(232, 45, 45, 0.2);
}
.preview-ico { font-size: 1.6rem; }
.preview-card h3 { font-size: 1.1rem; font-family: "Sora"; }
.preview-card p { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.55; flex: 1; }
.preview-link {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 600;
  margin-top: 4px;
}
.home-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  overflow: hidden;
}
.home-feature-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/11;
}
.home-feature-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.home-feature-media .tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(0,0,0,0.55);
  color: #fff; padding: 6px 12px; border-radius: 999px;
  font-size: 0.78rem; font-weight: 600;
  backdrop-filter: blur(8px);
}
.home-feature-body h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 10px 0 14px;
  line-height: 1.15;
}
.home-feature-body p { color: var(--ink-soft); line-height: 1.6; margin-bottom: 24px; }

.contact-section { padding: 0 0 56px; }
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
}

/* left: premium dark info panel */
.contact-aside {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: clamp(28px, 3.4vw, 44px);
  color: #fff;
}
.contact-aside::before {
  content: "";
  position: absolute; bottom: -25%; right: -10%;
  width: 420px; height: 400px;
  background: radial-gradient(circle, rgba(176,22,32,0.3), transparent 64%);
  pointer-events: none;
}
.contact-aside > * { position: relative; z-index: 1; }
.contact-aside h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin: 18px 0 12px; }
.contact-aside > p { color: rgba(255,255,255,0.66); line-height: 1.65; margin-bottom: 28px; max-width: 380px; }

.contact-methods { display: grid; gap: 12px; margin-bottom: 28px; }
.contact-method {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.contact-method:not(.contact-method-static):hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,138,138,0.35);
  transform: translateX(4px);
}
.cm-ico {
  flex: none; width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 13px;
  background: rgba(209,31,45,0.22);
  border: 1px solid rgba(255,138,138,0.3);
  color: #fff;
}
.cm-ico svg { width: 22px; height: 22px; }
.cm-text { display: flex; flex-direction: column; gap: 3px; }
.cm-text small { color: rgba(255,255,255,0.5); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; }
.cm-text strong { font-family: "Sora"; font-weight: 600; font-size: 1rem; }
.cm-arrow { margin-left: auto; color: #ff9a9a; transition: transform .3s var(--ease); }
.contact-method:hover .cm-arrow { transform: translateX(4px); }

.contact-socials { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; }
.contact-socials > span { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.contact-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-social-links a {
  font-size: 0.86rem; color: rgba(255,255,255,0.78);
  padding: 8px 16px; border-radius: 100px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.contact-social-links a:hover { background: rgba(176,22,32,0.22); color: #fff; border-color: rgba(255,138,138,0.4); }

/* right: form card */
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
}
.contact-form-title { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 6px; }
.contact-form-sub { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.form-row-full { grid-column: 1 / -1; }
.contact-form-note { color: var(--ink-soft); font-size: 0.8rem; line-height: 1.5; margin-top: 14px; text-align: center; }
.contact-form-error {
  padding: 12px 16px; border-radius: 12px; margin-bottom: 18px;
  background: rgba(220,38,38,0.1); border: 1px solid rgba(220,38,38,0.3);
  color: #fca5a5; font-size: 0.9rem; line-height: 1.5;
}
.contact-form-success { display: flex; align-items: center; justify-content: center; min-height: 400px; }
.contact-success-inner { text-align: center; max-width: 380px; }
.contact-success-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; margin-bottom: 20px;
  background: rgba(110,231,168,0.12); color: #6ee7a8; font-size: 1.8rem;
  border: 2px solid rgba(110,231,168,0.3);
}
.contact-success-inner h3 { margin: 0 0 10px; font-size: 1.5rem; }
.contact-success-inner p { color: var(--ink-soft); line-height: 1.6; margin: 0 0 22px; }
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Sora";
}
.form-row .optional { font-weight: 400; color: var(--ink-soft); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  font: inherit;
  color: var(--ink);
  transition: border-color .2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.contact-next { padding: 40px 0; }
.pricing-note {
  text-align: center;
  color: var(--ink-soft);
  margin-top: 36px;
  font-size: 0.95rem;
}
.pricing-note a { color: var(--accent); font-weight: 600; }

/* --- pricing page cards --- */
.pricing-page .pricing-main { padding: 20px 0 52px; }
.pricing-page .section-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 12px auto 0;
  line-height: 1.65;
}
.pricing-page .plans-premium {
  align-items: stretch;
  gap: 26px;
  padding-top: 18px;
}

.pricing-page .plan-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: visible;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 32px rgba(20, 20, 28, 0.06);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.pricing-page .plan-card:hover {
  transform: translateY(-8px);
  border-color: rgba(176, 22, 32, 0.18);
  box-shadow: 0 28px 56px rgba(20, 20, 28, 0.12);
}
.pricing-page .plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--accent), var(--accent-hi));
  opacity: 0.9;
}
.pricing-page .plan-card-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  border-radius: 28px;
}

.pricing-page .plan-head {
  padding: 32px 28px 0;
}
.pricing-page .plan-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 100px;
  background: rgba(176, 22, 32, 0.07);
  border: 1px solid rgba(176, 22, 32, 0.12);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.pricing-page .plan-card h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.pricing-page .plan-desc {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 28ch;
}

.pricing-page .plan-price-block {
  padding: 22px 28px 8px;
}
.pricing-page .plan-price {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: block;
  background: none;
  -webkit-text-fill-color: unset;
}
.pricing-page .plan-price small {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-soft);
  margin-left: 2px;
}

.pricing-page .plan-features {
  flex: 1;
  display: grid;
  gap: 14px;
  padding: 22px 28px 10px;
  margin-bottom: 0;
}
.pricing-page .plan-features li {
  position: relative;
  padding-left: 34px;
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--ink-2);
}
.pricing-page .plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(176, 22, 32, 0.09);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
}

.pricing-page .plan-foot {
  padding: 20px 28px 28px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  background: rgba(20, 20, 28, 0.02);
}
.pricing-page .plan-foot .btn {
  width: 100%;
  justify-content: center;
}

/* featured / growth card */
.pricing-page .plan-popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #d42230);
  border: 3px solid var(--bg);
  box-shadow: 0 10px 28px rgba(176, 22, 32, 0.4);
  white-space: nowrap;
}
.pricing-page .plan-card.featured {
  background: linear-gradient(168deg, #1a2236 0%, var(--navy) 55%, #101018 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 32px 70px rgba(11, 18, 36, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: #fff;
}
.pricing-page .plan-card.featured::before {
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border-radius: 28px;
  background:
    radial-gradient(480px 260px at 100% 0%, rgba(176, 22, 32, 0.22), transparent 60%),
    radial-gradient(360px 200px at 0% 100%, rgba(255, 255, 255, 0.04), transparent 55%);
  opacity: 1;
  pointer-events: none;
}
.pricing-page .plan-card.featured:hover {
  border-color: rgba(176, 22, 32, 0.45);
  box-shadow:
    0 40px 80px rgba(11, 18, 36, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
.pricing-page .plan-card.featured .plan-head {
  padding-top: 38px;
  position: relative;
  z-index: 1;
}
.pricing-page .plan-card.featured .plan-tag {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
}
.pricing-page .plan-card.featured h3 { color: #fff; }
.pricing-page .plan-card.featured .plan-desc { color: rgba(255, 255, 255, 0.62); }
.pricing-page .plan-card.featured .plan-price { color: #fff; }
.pricing-page .plan-card.featured .plan-price small { color: rgba(255, 255, 255, 0.5); }
.pricing-page .plan-card.featured .plan-features li { color: rgba(255, 255, 255, 0.88); }
.pricing-page .plan-card.featured .plan-features li::before {
  background: rgba(176, 22, 32, 0.45);
  color: #ffc8c8;
}
.pricing-page .plan-card.featured .plan-foot {
  position: relative;
  z-index: 1;
  border-top-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
}
.pricing-page .plan-card.featured .btn-accent {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
  font-weight: 700;
}
.pricing-page .plan-card.featured .btn-accent:hover {
  background: var(--accent-hi);
  color: #fff;
  border-color: var(--accent-hi);
}

@media (min-width: 981px) {
  .pricing-page .plan-card.featured {
    transform: translateY(-14px);
  }
  .pricing-page .plan-card.featured:hover {
    transform: translateY(-20px);
  }
}
@media (max-width: 980px) {
  .pricing-page .plan-card.featured {
    transform: none;
  }
  .pricing-page .plan-card.featured:hover {
    transform: translateY(-8px);
  }
}
@media (max-width: 560px) {
  .pricing-page .plan-head,
  .pricing-page .plan-price-block,
  .pricing-page .plan-features,
  .pricing-page .plan-foot {
    padding-left: 22px;
    padding-right: 22px;
  }
  .pricing-page .plan-card::before { left: 22px; right: 22px; }
}

/* compare table */
.price-compare { padding: 52px 0; }
.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}
.compare-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.compare-table th,
.compare-table td {
  padding: 18px 22px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.compare-table thead th {
  font-family: "Sora";
  font-size: 1rem;
  font-weight: 700;
  background: rgba(11,18,36,0.03);
  border-bottom-width: 2px;
}
.compare-table tbody th {
  text-align: left;
  font-weight: 600;
  color: var(--ink);
  background: rgba(11,18,36,0.02);
  width: 34%;
}
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table .col-featured {
  background: rgba(176,22,32,0.05);
  color: var(--ink);
  font-weight: 600;
}
.compare-table thead .col-featured {
  background: rgba(176,22,32,0.1);
  color: var(--accent);
}
.cmp-yes {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(176,22,32,0.1);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
}

/* included section */
.price-included { padding: 52px 0; }
.price-value-grid { margin-top: 8px; }

@media (max-width: 980px) {
  .price-value-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .price-value-grid { grid-template-columns: 1fr; }
}

/* --- testimonials page --- */
.testimonials-page .testimonials-main { padding: 20px 0 52px; }
.testimonials-page .section-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 520px;
  margin-top: 12px;
  line-height: 1.65;
}

/* featured review */
.t-feat-section { padding: 20px 0 12px; }
.t-feat {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
  background: linear-gradient(155deg, #fff 0%, #faf8f5 100%);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 20px 50px rgba(20, 20, 28, 0.08);
  overflow: hidden;
  position: relative;
}
.t-feat::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(176, 22, 32, 0.07), transparent 65%);
  pointer-events: none;
}
.t-feat > * { position: relative; z-index: 1; }
.t-feat-quote {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(8px, 1.5vw, 16px);
}
.t-feat-mark {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 0.7;
  color: rgba(176, 22, 32, 0.15);
  font-weight: 700;
  margin-bottom: -8px;
}
.t-feat-quote blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
}
.t-feat-quote figcaption {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 12px;
}
.t-feat-quote figcaption img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
}
.t-feat-quote figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.t-feat-quote figcaption span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.t-feat-aside {
  background: linear-gradient(168deg, #1a2236 0%, var(--navy) 55%, #101018 100%);
  color: #fff;
  border-radius: 24px;
  padding: clamp(26px, 3.5vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.t-feat-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(400px 220px at 100% 0%, rgba(176, 22, 32, 0.22), transparent 60%);
  pointer-events: none;
}
.t-feat-aside > * { position: relative; z-index: 1; }
.t-feat-aside .svc-label {
  color: #ff8a8a;
  border-color: rgba(255, 138, 138, 0.3);
  background: rgba(255, 138, 138, 0.08);
  margin-bottom: 14px;
}
.t-feat-aside .svc-label::before { background: #ff8a8a; }
.t-feat-aside h3 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.15;
  margin-bottom: 12px;
}
.t-feat-aside h3 .serif { color: #ff8a8a; }
.t-feat-aside > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 22px;
}
.t-feat-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.t-feat-stats .num {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  display: block;
  color: #fff;
}
.t-feat-stats small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

/* premium review cards */
.testimonials-page .tgrid-premium { gap: 24px; }
.testimonials-page .tcard-premium {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(20, 20, 28, 0.05);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative;
  overflow: hidden;
}
.testimonials-page .tcard-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--accent), var(--accent-hi));
  opacity: 0;
  transition: opacity .35s;
}
.testimonials-page .tcard-premium:hover {
  transform: translateY(-8px);
  border-color: rgba(176, 22, 32, 0.16);
  box-shadow: 0 24px 48px rgba(20, 20, 28, 0.1);
}
.testimonials-page .tcard-premium:hover::before { opacity: 1; }
.testimonials-page .tcard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.testimonials-page .tcard-svc {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 5px 11px;
  border-radius: 100px;
  background: rgba(176, 22, 32, 0.07);
  border: 1px solid rgba(176, 22, 32, 0.12);
  white-space: nowrap;
}
.testimonials-page .tcard-premium blockquote {
  flex: 1;
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--ink-2);
  margin-bottom: 18px;
}
.testimonials-page .tcard-result {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(20, 20, 28, 0.04);
  border: 1px solid var(--line);
  margin-bottom: 20px;
  width: fit-content;
}
.testimonials-page .tcard-result b {
  font-family: var(--font-display);
  color: var(--accent);
  font-weight: 800;
}
.testimonials-page .tcard-premium figcaption {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.testimonials-page .tcard-premium figcaption img {
  width: 44px;
  height: 44px;
}
.testimonials-page .tcard-premium figcaption strong {
  font-family: var(--font-display);
  font-size: 0.98rem;
}

/* dark highlight band */
.testimonials-page .t-dark-band {
  margin: 24px 0 16px;
}
.testimonials-page .tcard-dark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px 28px;
  transition: transform .4s var(--ease), border-color .4s, background .4s;
}
.testimonials-page .tcard-dark:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(176, 22, 32, 0.35);
}
.testimonials-page .tcard-dark blockquote {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.62;
  margin-bottom: 22px;
}
.testimonials-page .tcard-dark figcaption strong { color: #fff; }
.testimonials-page .tcard-dark figcaption span { color: rgba(255, 255, 255, 0.58); }
.testimonials-page .tcard-dark figcaption img { border-color: rgba(255, 255, 255, 0.18); }

/* trust section */
.t-trust { padding: 52px 0; }
.t-trust-grid { margin-top: 8px; }

@media (max-width: 980px) {
  .t-feat { grid-template-columns: 1fr; }
  .t-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .t-feat-stats { grid-template-columns: 1fr; gap: 10px; }
  .t-trust-grid { grid-template-columns: 1fr; }
  .testimonials-page .tcard-premium { padding: 24px 22px; }
}

/* --- faq page --- */
.faq-page .faq-topics { padding: 8px 0 20px; }
.faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.faq-topic {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.faq-topic:hover {
  transform: translateY(-6px);
  border-color: rgba(176, 22, 32, 0.2);
  box-shadow: 0 20px 40px rgba(20, 20, 28, 0.08);
}
.faq-topic-ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(176, 22, 32, 0.08);
  color: var(--accent);
  margin-bottom: 4px;
}
.faq-topic-ico svg { width: 22px; height: 22px; }
.faq-topic strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
}
.faq-topic > span:last-child {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.faq-page .faq-main { padding: 28px 0 52px; }
.faq-page-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.faq-page .faq-aside { position: sticky; top: 120px; }
.faq-page .faq-lead { margin-bottom: 24px; }
.faq-support-link {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  margin-top: 4px;
  transition: color .25s;
}
.faq-support-link:hover { color: #fff; }
.faq-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.faq-quick-links > span {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.faq-quick-links a {
  color: var(--ink-2);
  font-size: 0.94rem;
  font-weight: 500;
  transition: color .25s, transform .25s var(--ease);
}
.faq-quick-links a:hover {
  color: var(--accent);
  transform: translateX(4px);
}

.faq-content { display: flex; flex-direction: column; gap: 36px; }
.faq-block { scroll-margin-top: 120px; }
.faq-block-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.faq-cat-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.35;
  line-height: 1;
}
.faq-block-head h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.1;
}
.faq-page .accordion details {
  border-radius: 18px;
  padding: 2px 24px;
}
.faq-page .accordion p a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-page .accordion p a:hover { color: var(--accent-hi); }

@media (max-width: 980px) {
  .faq-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-page-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-page .faq-aside { position: static; }
}
@media (max-width: 560px) {
  .faq-topic-grid { grid-template-columns: 1fr; }
}

.cta-compact { padding: 48px 0 60px; }
.cta-compact .cta-inner h2 { margin-bottom: 24px; }

@media (max-width: 900px) {
  .preview-grid { grid-template-columns: repeat(2, 1fr); }
  .home-feature { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .preview-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 124px 0 36px; }
  .form-grid { grid-template-columns: 1fr; }
}

/* reduced motion */
/* ===========================================================
   TRUSTED-BY LOGOS MARQUEE
   =========================================================== */
.logos {
  padding: 40px 0 8px;
  border-bottom: 1px solid var(--line);
}
.logos-label {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.logos-track-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}
.logos-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: logoScroll 34s linear infinite;
}
.logos-track span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  opacity: 0.55;
  white-space: nowrap;
  transition: opacity .3s;
}
.logos-track span:hover { opacity: 1; }
@keyframes logoScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===========================================================
   INDUSTRIES WE SERVE
   =========================================================== */
.industries { padding: 52px 0; }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.industry-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(176,22,32,0.22);
  box-shadow: var(--shadow);
}
.industry-card .ind-ico { font-size: 1.7rem; }
.industry-card h4 { font-family: "Sora"; font-size: 1.02rem; }
.industry-card p { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.5; }

/* ===========================================================
   TEAM
   =========================================================== */
.team { padding: 52px 0; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card { text-align: center; }
.team-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--bg);
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.team-card:hover .team-photo img { transform: scale(1.06); }
.team-card h4 { font-family: "Sora"; font-size: 1.08rem; margin-bottom: 2px; }
.team-card .team-role { color: var(--accent); font-size: 0.86rem; font-weight: 600; }

/* ===========================================================
   BLOG / INSIGHTS
   =========================================================== */
.blog { padding: 52px 0; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-thumb { aspect-ratio: 16/10; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-meta { display: flex; gap: 12px; font-size: 0.78rem; color: var(--ink-soft); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-meta .blog-cat { color: var(--accent); }
.blog-body h4 {
  font-family: "Sora";
  font-size: 1.12rem;
  line-height: 1.3;
}
.blog-body h4 a {
  color: inherit;
  transition: color .25s;
}
.blog-body h4 a:hover { color: var(--accent); }
.blog-thumb { display: block; }
.blog-body p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.55; flex: 1; }
.blog-body .work-link { color: var(--accent); font-size: 0.86rem; font-weight: 600; }

/* --- blog page --- */
.blog-page .blog-main { padding: 20px 0 52px; }
.blog-feat-section { padding: 12px 0 20px; }
.blog-feat {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(20, 20, 28, 0.1);
}
.blog-feat-media {
  position: relative;
  display: block;
  min-height: 320px;
  overflow: hidden;
}
.blog-feat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.blog-feat:hover .blog-feat-media img { transform: scale(1.04); }
.blog-feat-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 14px;
  border-radius: 100px;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.blog-feat-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 4vw, 40px);
}
.blog-feat-body h3 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.15;
}
.blog-feat-body h3 .serif { color: var(--accent); }
.blog-feat-body > p {
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 0.96rem;
  flex: 1;
}
.blog-feat-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.blog-feat-author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
}
.blog-feat-author strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
}
.blog-feat-author span {
  color: var(--ink-soft);
  font-size: 0.86rem;
}
.blog-feat-body .btn { width: fit-content; margin-top: 4px; }

.blog-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.blog-toolbar-head { margin-bottom: 0; }
.blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-cat-pill {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color .25s, background .25s, border-color .25s, transform .2s var(--ease);
}
.blog-cat-pill:hover:not(.is-active) {
  border-color: rgba(176, 22, 32, 0.22);
  color: var(--ink);
}
.blog-cat-pill.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}
.blog-page .blog-card-premium.is-filtered-out {
  display: none;
}
.blog-empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--ink-soft);
  font-size: 1rem;
}
.blog-empty a {
  color: var(--accent);
  font-weight: 600;
}

.blog-page .blog-grid-premium { gap: 20px; }
.blog-page .blog-card-premium {
  padding: 10px;
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 20px 48px -42px rgba(20,20,28,.62);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s, background .4s;
}
.blog-page .blog-card-premium:hover {
  transform: translateY(-7px);
  background: #fff;
  box-shadow: 0 30px 64px -38px rgba(20,20,28,.36);
  border-color: rgba(176,22,32,.2);
}
.blog-page .blog-card-premium .blog-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9.5;
  overflow: hidden;
  border-radius: 20px;
  background: var(--navy);
}
.blog-page .blog-card-premium .blog-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12,12,18,.25));
  pointer-events: none;
}
.blog-page .blog-card-premium .blog-thumb img { transition: transform .75s var(--ease), filter .75s var(--ease); }
.blog-page .blog-card-premium:hover .blog-thumb img { transform: scale(1.045); filter: saturate(1.06); }
.blog-page .blog-card-premium .blog-body {
  min-height: 285px;
  padding: 23px 18px 16px;
  gap: 11px;
}
.blog-page .blog-body h4 {
  max-width: 95%;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.025em;
}
.blog-page .blog-body h4 a {
  color: var(--ink);
  transition: color .25s;
}
.blog-page .blog-body h4 a:hover { color: var(--accent); }
.blog-page .blog-meta {
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 10px;
  font-size: .64rem;
  letter-spacing: .1em;
}
.blog-page .blog-meta .blog-cat {
  padding: 5px 8px;
  border: 1px solid rgba(176,22,32,.16);
  border-radius: 999px;
  background: rgba(176,22,32,.055);
}
.blog-page .blog-meta span:not(.blog-cat) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-page .blog-meta span:not(.blog-cat)::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(20,20,28,.28);
}
.blog-page .blog-card-premium .blog-body > p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: .84rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.blog-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: .74rem;
  font-weight: 700;
  white-space: nowrap;
}
.blog-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}
.blog-page .blog-card-foot .work-link {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 9px;
  color: var(--ink);
  font-size: .72rem;
}
.blog-page .blog-card-foot .work-link .arrow {
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--ink);
}
.blog-page .blog-card-premium:hover .blog-card-foot .arrow { background: var(--accent); transform: translateX(2px); }
@media (max-width: 560px) {
  .blog-page .blog-card-premium .blog-body { min-height: auto; }
}

.blog-newsletter { padding: 20px 0 52px; }
.blog-nl-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  background: linear-gradient(155deg, #14141e 0%, var(--navy) 48%, #0e0e14 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  padding: clamp(36px, 5vw, 56px);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(11, 18, 36, 0.28);
}
.blog-nl-card::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 20%;
  width: 560px;
  height: 480px;
  background: radial-gradient(circle, rgba(176, 22, 32, 0.38), transparent 65%);
  pointer-events: none;
}
.blog-nl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}
.blog-nl-card > * { position: relative; z-index: 1; }
.blog-nl-copy .kicker {
  color: #ff8a8a;
  border-color: rgba(255, 138, 138, 0.3);
  background: rgba(255, 138, 138, 0.08);
}
.blog-nl-copy .kicker::before { background: #ff8a8a; }
.blog-nl-copy h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.75rem);
  line-height: 1.08;
  margin: 16px 0 14px;
}
.blog-nl-copy h2 .serif { color: #ff9a9a; }
.blog-nl-copy > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-size: 1.02rem;
  max-width: 38ch;
  margin-bottom: 22px;
}
.blog-nl-perks {
  display: grid;
  gap: 10px;
  list-style: none;
}
.blog-nl-perks li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}
.blog-nl-perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(176, 22, 32, 0.35);
  color: #ffc8c8;
  font-size: 0.65rem;
  font-weight: 800;
}

.blog-nl-form-wrap {
  padding: clamp(24px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  backdrop-filter: blur(8px);
}
.blog-nl-field {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  transition: border-color .3s, box-shadow .3s;
}
.blog-nl-field:focus-within {
  border-color: rgba(176, 22, 32, 0.55);
  box-shadow: 0 0 0 3px rgba(176, 22, 32, 0.15);
}
.blog-nl-field input {
  flex: 1;
  min-width: 0;
  padding: 14px 18px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.blog-nl-field input::placeholder { color: rgba(255, 255, 255, 0.4); }
.blog-nl-field input:focus { outline: none; }
.blog-nl-field .btn {
  flex-shrink: 0;
  border-radius: 100px;
  padding: 14px 22px;
  box-shadow: 0 8px 24px rgba(176, 22, 32, 0.45);
}
.blog-nl-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}
.blog-nl-note svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.7;
}
.blog-nl-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.blog-nl-avatars { display: flex; }
.blog-nl-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--navy);
  margin-left: -8px;
}
.blog-nl-avatars img:first-child { margin-left: 0; }
.blog-nl-trust span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}
.blog-nl-trust strong { color: #fff; font-weight: 600; }

.blog-topics { padding: 52px 0; }
.blog-topic-grid { margin-top: 8px; }
.blog-topic-card {
  color: var(--ink);
  text-decoration: none;
}
.blog-topic-card:hover {
  transform: translateY(-6px);
  border-color: rgba(176, 22, 32, 0.22);
}

/* --- single blog post --- */
.blog-single .site-header,
.blog-single .header-blur {
  /* header stays solid on article pages */
}

.post-hero-premium {
  position: relative;
  min-height: clamp(520px, 72vh, 680px);
  display: flex;
  align-items: flex-end;
  padding: 120px 0 0;
  margin-bottom: 48px;
  color: #fff;
  overflow: hidden;
}
.post-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.post-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.post-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 10, 16, 0.97) 0%, rgba(10, 10, 16, 0.75) 42%, rgba(10, 10, 16, 0.45) 100%),
    radial-gradient(600px 400px at 80% 20%, rgba(176, 22, 32, 0.35), transparent 65%);
}
.post-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: clamp(40px, 6vw, 64px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 36px);
}
.post-hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
}
.post-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: color .25s, background .25s, transform .25s var(--ease);
}
.post-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-4px);
}
.post-hero-badge {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(176, 22, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.post-hero-main { max-width: 820px; }
.post-hero-premium .blog-meta .blog-cat {
  background: rgba(176, 22, 32, 0.35);
  border: 1px solid rgba(255, 138, 138, 0.35);
  color: #ffb4b4;
  padding: 4px 11px;
  border-radius: 100px;
}
.post-hero-premium .blog-meta span:not(.blog-cat) {
  color: rgba(255, 255, 255, 0.6);
}
.post-hero-meta { margin-bottom: 18px; }
.post-hero-premium h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  line-height: 1.06;
  margin-bottom: 18px;
  color: #fff;
}
.post-hero-premium h1 .serif { color: #ff9a9a; }
.post-hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 62ch;
}
.post-hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.post-author-bar {
  display: flex;
  align-items: center;
  gap: 14px;
}
.post-author-bar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
}
.post-author-bar strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
}
.post-author-bar span {
  color: var(--ink-soft);
  font-size: 0.88rem;
}
.post-hero-premium .post-author-bar {
  padding-top: 0;
  border-top: none;
}
.post-hero-premium .post-author-bar img {
  width: 52px;
  height: 52px;
  border-color: rgba(255, 255, 255, 0.2);
}
.post-hero-premium .post-author-bar strong { color: #fff; }
.post-hero-premium .post-author-bar span { color: rgba(255, 255, 255, 0.58); }
.post-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.phc {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}
.phc b {
  font-family: var(--font-display);
  font-weight: 800;
  color: #ff8a8a;
}

.post-body-section { padding: 18px 0 100px; }
.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}
.post-aside {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 8px 0 48px;
}
.post-sidebar {
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(20, 20, 28, 0.08), rgba(20, 20, 28, 0.02));
  box-shadow: 0 24px 60px -40px rgba(22, 22, 31, 0.28);
  overflow: hidden;
}
.post-sidebar-head {
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(20, 20, 28, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #fcfbfa 100%);
  border-radius: 25px 25px 0 0;
}
.post-sidebar-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.post-sidebar-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
.post-sidebar-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  box-shadow: 0 0 0 4px rgba(176, 22, 32, 0.1);
}
.post-sidebar-time {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-soft);
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 28, 0.07);
  background: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.post-read-progress {
  height: 3px;
  border-radius: 999px;
  background: rgba(20, 20, 28, 0.07);
  overflow: hidden;
}
.post-read-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-hi), #ff7a52);
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-sidebar-nav {
  padding: 14px 12px 16px;
  background: #fff;
}
.post-sidebar-nav ol {
  list-style: none;
  display: grid;
  gap: 4px;
  counter-reset: sidebar-toc;
}
.post-sidebar-link {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 14px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--ink-2);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-sidebar-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: transparent;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-sidebar-link:hover {
  background: rgba(176, 22, 32, 0.05);
  color: var(--ink);
  transform: translateX(2px);
}
.post-sidebar-link.is-active {
  background: linear-gradient(90deg, rgba(176, 22, 32, 0.09), rgba(176, 22, 32, 0.03));
  color: var(--accent);
  font-weight: 600;
}
.post-sidebar-link.is-active::before {
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
}
.psl-index {
  display: grid;
  place-items: center;
  width: 36px;
  height: 28px;
  border-radius: 9px;
  background: rgba(20, 20, 28, 0.04);
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-sidebar-link.is-active .psl-index {
  background: rgba(176, 22, 32, 0.12);
  color: var(--accent);
}
.psl-text {
  min-width: 0;
  padding-top: 2px;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.post-sidebar-foot {
  padding: 0 12px 18px;
  background: #fff;
  border-radius: 0 0 25px 25px;
}
.psf-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(155deg, #1a1f2e 0%, #101018 52%, #17121c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px -24px rgba(10, 10, 16, 0.55);
}
.psf-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(176, 22, 32, 0.34), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(100, 80, 200, 0.1), transparent 50%);
  pointer-events: none;
}
.psf-shine {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  pointer-events: none;
}
.psf-body {
  position: relative;
  z-index: 1;
  padding: 18px 16px 16px;
  display: grid;
  gap: 8px;
}
.psf-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.psf-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #46e06a;
  box-shadow: 0 0 0 0 rgba(70, 224, 106, 0.55);
  animation: psfPulse 2s infinite;
}
@keyframes psfPulse {
  0%   { box-shadow: 0 0 0 0 rgba(70, 224, 106, 0.55); }
  70%  { box-shadow: 0 0 0 6px rgba(70, 224, 106, 0); }
  100% { box-shadow: 0 0 0 0 rgba(70, 224, 106, 0); }
}
.psf-title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}
.psf-title .serif {
  font-style: italic;
  color: #ff8a8a;
}
.psf-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
}
.psf-action {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.psf-action:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 138, 138, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(176, 22, 32, 0.45);
  color: #fff;
}
.psf-action-ico {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(176, 22, 32, 0.5), rgba(176, 22, 32, 0.22));
  border: 1px solid rgba(255, 138, 138, 0.22);
  color: #ff9a9a;
}
.psf-action-ico svg { width: 17px; height: 17px; }
.psf-action-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.psf-action-text small {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}
.psf-action-text strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.psf-action-arrow {
  flex-shrink: 0;
  font-size: 1.12rem;
  color: rgba(255, 138, 138, 0.92);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.psf-action:hover .psf-action-arrow { transform: translateX(4px); }

.post-content.prose {
  max-width: 68ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink-2);
}
.post-content.prose > * + * { margin-top: 1.15em; }
.post-content.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  color: var(--ink);
  margin-top: 2em;
  margin-bottom: 0.6em;
  scroll-margin-top: 120px;
}
.post-content.prose ul {
  padding-left: 1.25em;
  display: grid;
  gap: 0.5em;
}
.post-content.prose ol {
  padding-left: 1.35em;
  display: grid;
  gap: 0.55em;
}
.post-content.prose li::marker { color: var(--accent); }
.post-content.prose a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .25s;
}
.post-content.prose a:hover { opacity: 0.8; }
.post-content.prose .post-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--ink);
  font-weight: 500;
}
.post-content.prose blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: rgba(176, 22, 32, 0.05);
  border-radius: 0 16px 16px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--ink);
}

.post-author-section { padding: 0 0 48px; }
.post-author-card {
  display: flex;
  gap: clamp(20px, 3vw, 28px);
  align-items: flex-start;
  padding: clamp(24px, 3vw, 32px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(20, 20, 28, 0.06);
}
.post-author-card > img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
  flex-shrink: 0;
}
.post-author-card-body h3 {
  font-size: 1.25rem;
  margin: 10px 0 8px;
}
.post-author-card-body p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 12px;
  max-width: 58ch;
}

.post-related { padding: 0 0 52px; }
.post-related-grid { margin-top: 8px; }

@media (max-width: 980px) {
  .post-layout { grid-template-columns: 1fr; }
  .post-aside { position: static; padding: 0 0 8px; }
  .post-sidebar { margin-bottom: 8px; }
  .post-sidebar-nav ol {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .post-sidebar-link::before { display: none; }
}
@media (max-width: 560px) {
  .post-hero-premium {
    min-height: auto;
    padding-top: 100px;
  }
  .post-hero-footer { flex-direction: column; align-items: flex-start; }
  .post-sidebar-nav ol { grid-template-columns: 1fr; }
  .post-author-card { flex-direction: column; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .blog-feat { grid-template-columns: 1fr; }
  .blog-feat-media { min-height: 240px; }
  .blog-nl-card { grid-template-columns: 1fr; }
  .blog-topic-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .blog-toolbar { flex-direction: column; align-items: flex-start; }
  .blog-nl-field { flex-direction: column; border-radius: 22px; padding: 8px; }
  .blog-nl-field input { width: 100%; text-align: center; }
  .blog-nl-field .btn { width: 100%; justify-content: center; }
  .blog-topic-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .industry-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr; }
}

/* --- WordPress service page --- */
.wp-service-page .section-head .section-lead {
  margin: 18px 0 0;
  max-width: 640px;
}

/* WordPress service hero — premium cinematic */
.wp-hero-x {
  position: relative;
  padding: clamp(100px, 11vw, 128px) 0 clamp(48px, 6vw, 60px);
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  border-radius: 0 0 clamp(28px, 4vw, 44px) clamp(28px, 4vw, 44px);
}
.wp-hero-x-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.wp-hero-x-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 75% 15%, rgba(176, 22, 32, 0.42), transparent 55%),
    radial-gradient(ellipse 50% 45% at 10% 80%, rgba(80, 60, 180, 0.18), transparent 50%),
    linear-gradient(180deg, #12121a 0%, var(--navy) 45%, #0e0e14 100%);
}
.wp-hero-x-bg .blob-1 {
  width: 520px; height: 520px;
  top: -200px; right: -120px;
  opacity: 0.35;
}
.wp-hero-x-bg .blob-2 {
  width: 400px; height: 400px;
  bottom: -160px; left: -100px;
  opacity: 0.22;
  display: block;
  background: radial-gradient(circle, rgba(60,70,150,0.5), transparent 70%);
  animation: floatB 24s ease-in-out infinite;
}
.wp-hero-x-noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.wp-hero-x-inner {
  position: relative;
  z-index: 1;
}
.wp-hero-x-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.wp-hero-x-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition: color .25s, background .25s, transform .25s var(--ease);
}
.wp-hero-x-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-4px);
}
.wp-hero-x-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-hero-x-tags span {
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}
.wp-hero-x-main {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.wp-hero-x-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 22px;
}
.wp-hero-x-eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #2ec27a;
  box-shadow: 0 0 0 4px rgba(46, 194, 122, 0.2);
}
.wp-hero-x-copy h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  line-height: 1.06;
  margin-bottom: 18px;
  color: #fff;
}
.wp-hero-x-copy h1 .serif {
  background: linear-gradient(120deg, #ffb4b4, #ff7a7a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.wp-hero-x-lead {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  max-width: 50ch;
  margin-bottom: 4px;
}
.wp-hero-x-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 32px;
}
.wp-service-page .wp-hero-x-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.wp-service-page .wp-hero-x-actions .btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.wp-hero-x-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-hero-x-stage {
  position: relative;
  min-height: 340px;
}
.wp-hero-x-ring {
  position: absolute;
  top: 50%; left: 50%;
  width: min(420px, 90%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(176, 22, 32, 0.25);
  background: radial-gradient(circle, rgba(176, 22, 32, 0.12) 0%, transparent 68%);
  animation: wpRingPulse 5s ease-in-out infinite;
}
@keyframes wpRingPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}
.wp-device-stack {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 0 auto;
}
.wp-device-browser {
  background: linear-gradient(165deg, rgba(45, 45, 62, 0.95), rgba(18, 18, 26, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 40px 80px -24px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(12px);
}
.wp-device-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wp-device-dots { display: flex; gap: 5px; }
.wp-device-dots i {
  width: 9px; height: 9px;
  border-radius: 50%;
}
.wp-device-dots i:first-child { background: #ff5f57; }
.wp-device-dots i:nth-child(2) { background: #febc2e; }
.wp-device-dots i:nth-child(3) { background: #28c840; }
.wp-device-url {
  flex: 1;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: ui-monospace, monospace;
}
.wp-device-live {
  font-size: 0.68rem;
  color: #2ec27a;
  font-weight: 600;
}
.wp-device-browser > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.wp-device-phone {
  position: absolute;
  right: -24px;
  bottom: -20px;
  width: 34%;
  max-width: 130px;
  padding: 8px 6px;
  background: linear-gradient(165deg, #2a2a38, #12121a);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.55);
  z-index: 3;
}
.wp-device-phone::before {
  content: "";
  display: block;
  width: 28%;
  height: 4px;
  margin: 0 auto 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
}
.wp-device-phone img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.wp-hero-x-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.4);
  animation: bob 6s ease-in-out infinite;
}
.wp-hero-x-chip .chip-ico {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 11px;
  background: rgba(176, 22, 32, 0.08);
  color: var(--accent);
}
.wp-hero-x-chip .chip-ico svg { width: 18px; height: 18px; }
.wp-hero-x-chip b {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}
.wp-hero-x-chip small {
  font-size: 0.72rem;
  color: var(--ink-soft);
}
.wp-hero-x-chip--a { top: 8%; left: -8%; animation-delay: 0s; }
.wp-hero-x-chip--b { top: 42%; right: -6%; animation-delay: 1.2s; }
.wp-hero-x-chip--c { bottom: 6%; left: 4%; animation-delay: 2.4s; }
.wp-hero-x-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 3vw, 28px);
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-hero-x-stat {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: border-color .3s, background .3s, transform .3s var(--ease);
}
.wp-hero-x-stat:hover {
  border-color: rgba(176, 22, 32, 0.35);
  background: rgba(176, 22, 32, 0.06);
  transform: translateY(-3px);
}
.wp-hero-x-stat .num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.wp-hero-x-stat .suf {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  color: var(--accent-hi);
  margin-left: 2px;
}
.wp-hero-x-stat p {
  margin-top: 8px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.55);
}

.wp-service-page .wp-hero-x + .wp-intro {
  padding-top: clamp(56px, 7vw, 80px);
}
.wp-intro { padding: 52px 0; }
.wp-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}
.wp-intro-copy p {
  color: var(--ink-soft);
  line-height: 1.7;
  margin-top: 14px;
}
.wp-intro-copy p + p { margin-top: 12px; }
.wp-intro-panel {
  padding: 28px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.wp-intro-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.wp-checklist {
  list-style: none;
  display: grid;
  gap: 12px;
}
.wp-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.5;
}
.wp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(176,22,32,0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%23b01620' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.wp-service-page .srv-why-grid { grid-template-columns: repeat(3, 1fr); }
.wp-included { padding: 52px 0; }
.wp-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.wp-included-col {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
}
.wp-included-col h4 {
  font-family: "Sora";
  font-size: 1.05rem;
  margin-bottom: 18px;
}
.wp-pages { padding: 52px 0; }
.wp-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.wp-page-card {
  padding: 24px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.wp-page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(176,22,32,0.2);
  box-shadow: var(--shadow);
}
.wp-page-card span {
  display: block;
  font-family: "Sora";
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
}
.wp-page-card h4 {
  font-family: "Sora";
  font-size: 1rem;
  margin-bottom: 8px;
}
.wp-page-card p {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}
.wp-service-page .pricing-main { padding-top: 52px; }
.wp-tech { padding: 52px 0; }
.wp-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}
.wp-tech-tags span {
  padding: 10px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  transition: border-color .25s, background .25s;
}
.wp-tech-tags span:hover {
  border-color: rgba(176,22,32,0.25);
  background: rgba(176,22,32,0.04);
}
@media (max-width: 980px) {
  .wp-hero-x-main { grid-template-columns: 1fr; gap: 40px; }
  .wp-hero-x-stage { min-height: 300px; max-width: 480px; margin: 0 auto; width: 100%; }
  .wp-hero-x-chip--a { left: 0; }
  .wp-hero-x-chip--b { right: 0; }
  .wp-hero-x-stats { grid-template-columns: repeat(2, 1fr); }
  .wp-intro-grid { grid-template-columns: 1fr; }
  .wp-service-page .srv-why-grid { grid-template-columns: repeat(2, 1fr); }
  .wp-included-grid { grid-template-columns: 1fr; }
  .wp-pages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .wp-hero-x { border-radius: 0 0 24px 24px; }
  .wp-hero-x-nav { flex-direction: column; align-items: flex-start; }
  .wp-hero-x-actions { flex-direction: column; }
  .wp-hero-x-actions .btn { width: 100%; justify-content: center; }
  .wp-hero-x-trust { flex-direction: column; align-items: flex-start; gap: 12px; }
  .wp-hero-x-chip { display: none; }
  .wp-device-phone { right: -8px; bottom: -12px; width: 30%; }
  .wp-hero-x-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .wp-hero-x-stat { padding: 16px 14px; }
  .wp-service-page .srv-why-grid { grid-template-columns: 1fr; }
  .wp-pages-grid { grid-template-columns: 1fr; }
}

/* --- 404 error page --- */
.error-hero {
  position: relative;
  padding: 140px 0 60px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.error-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.error-hero-inner { position: relative; z-index: 1; max-width: 720px; }
.error-code {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(120deg, #fff, #ffb4b4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.error-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 16px; }
.error-lead { color: rgba(255,255,255,0.68); font-size: 1.08rem; line-height: 1.65; max-width: 56ch; margin-bottom: 28px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.error-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.22); }
.error-links { padding: 60px 0; }
.error-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.error-card {
  display: block;
  padding: 24px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  text-decoration: none;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.error-card:hover { transform: translateY(-4px); border-color: rgba(176,22,32,0.22); box-shadow: var(--shadow); }
.error-card-num { font-family: var(--font-display); color: var(--accent); font-weight: 800; font-size: 0.82rem; }
.error-card h4 { margin: 10px 0 8px; font-size: 1.05rem; }
.error-card p { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.55; margin: 0; }

/* --- HTML sitemap page --- */
.sitemap-section { padding: 24px 0 60px; }
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sitemap-col {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px 24px;
}
.sitemap-col h3 { margin: 0 0 16px; font-size: 1.05rem; }
.sitemap-list { list-style: none; display: grid; gap: 10px; }
.sitemap-list a { color: var(--ink); text-decoration: none; font-weight: 500; }
.sitemap-list a:hover { color: var(--accent); }
.sitemap-list .muted { color: var(--ink-soft); }
.sitemap-xml-note { margin-top: 28px; color: var(--ink-soft); }
.sitemap-xml-note a { color: var(--accent); font-weight: 600; }

@media (max-width: 900px) {
  .error-grid, .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .error-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .error-hero { padding: 120px 0 56px; }
}

/* ===========================================================
   SECTION-RICH AGENCY STORYTELLING
   =========================================================== */
.drh-reach,
.drh-stack,
.drh-proof {
  position: relative;
  padding: 60px 0;
}

/* Pakistan-to-world section */
.drh-reach {
  overflow: hidden;
  background: var(--bg);
}
.drh-reach::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20,20,28,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,20,28,.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.drh-reach-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 46px;
}
.drh-reach-head h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(2.5rem, 5.3vw, 5rem);
  line-height: .97;
  letter-spacing: -.052em;
}
.drh-reach-head > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}
.drh-reach-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.7fr);
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(20,20,28,.12);
  border-radius: 26px;
  background: #121218;
  box-shadow: 0 28px 70px -42px rgba(13,13,19,.72);
}
.drh-reach-stage::after {
  display: none;
}
.drh-reach-origin {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.1);
}
.drh-reach-origin::before {
  display: none;
}
.drh-reach-pulse {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 0 38px 2px;
  border-radius: 50%;
  background: #f1434f;
  box-shadow: 0 0 0 6px rgba(209,31,45,.12);
}
.drh-reach-pulse::after {
  display: none;
}
@keyframes drhReachPulse {
  from { transform: scale(.55); opacity: .9; }
  to { transform: scale(1.55); opacity: 0; }
}
.drh-reach-origin small {
  color: rgba(255,255,255,.46);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.drh-reach-origin strong {
  margin-top: 7px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  letter-spacing: -.045em;
  line-height: 1;
}
.drh-reach-origin p {
  max-width: 250px;
  margin: 17px 0 0;
  color: rgba(255,255,255,.58);
  line-height: 1.6;
}
.drh-origin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.drh-origin-meta span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.025);
  font-size: .64rem;
  font-weight: 650;
}
.drh-reach-markets {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.drh-reach-markets article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: transparent;
  transition: background .25s var(--ease);
}
.drh-reach-markets article:hover {
  background: rgba(255,255,255,.025);
}
.drh-reach-markets article:nth-child(2n) { border-right: 0; }
.drh-reach-markets article:nth-child(n+3) { border-bottom: 0; }
.drh-reach-markets article > span {
  margin-bottom: auto;
  color: rgba(255,255,255,.3);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.drh-reach-markets article::before {
  display: none;
}
.drh-reach-markets article:nth-child(1)::before { content: "UK"; }
.drh-reach-markets article:nth-child(2)::before { content: "US"; }
.drh-reach-markets article:nth-child(3)::before { content: "UAE"; }
.drh-reach-markets article:nth-child(4)::before { content: "GL"; }
.drh-reach-markets strong { color: #fff; font-size: 1.02rem; letter-spacing: -.012em; }
.drh-reach-markets small { margin-top: 7px; color: rgba(255,255,255,.46); }
.drh-reach-total {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
  overflow: hidden;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.11);
  background: #ae1621;
}
.drh-reach-total::before {
  display: none;
}
.drh-reach-total strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  font-family: var(--font-display);
  font-size: clamp(4rem, 6.5vw, 6.5rem);
  line-height: .8;
  letter-spacing: -.07em;
}
.drh-reach-total sup { margin: 3px 0 0 5px; font-size: .32em; }
.drh-reach-total > span {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.drh-reach-network {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 28px 32px 30px;
  background: #15151c;
}
.drh-network-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.drh-network-head > div:first-child { display: grid; gap: 5px; }
.drh-network-head small {
  color: rgba(255,255,255,.38);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.drh-network-head > div:first-child strong { color: #fff; font-size: 1rem; }
.drh-network-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.drh-network-stat > strong {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: .8;
  letter-spacing: -.06em;
}
.drh-network-stat sup { margin: 0 0 0 2px; color: #ff6974; font-size: .38em; }
.drh-network-stat > span {
  max-width: 58px;
  color: rgba(255,255,255,.4);
  font-size: .56rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.drh-network-map {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 51%, rgba(176,22,32,.08), transparent 21%),
    radial-gradient(circle, rgba(255,255,255,.08) 1px, transparent 1.5px);
  background-size: auto, 22px 22px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 13%, #000 87%, transparent 100%);
}
.drh-network-hub,
.drh-market-node {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(21,21,28,.95);
  box-shadow: 0 14px 30px -22px rgba(0,0,0,.8);
}
.drh-network-hub {
  left: 44%;
  top: 51%;
  display: grid;
  width: 82px;
  height: 82px;
  place-content: center;
  place-items: center;
  border-color: rgba(209,31,45,.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.drh-network-hub::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(209,31,45,.12);
  border-radius: inherit;
}
.drh-network-hub i {
  width: 7px;
  height: 7px;
  margin-bottom: 3px;
  border-radius: 50%;
  background: #ef4652;
  box-shadow: 0 0 0 4px rgba(209,31,45,.12);
}
.drh-network-hub strong { color: #fff; font-size: .85rem; }
.drh-network-hub small { color: rgba(255,255,255,.35); font-size: .5rem; }
.drh-market-node {
  display: grid;
  grid-template-columns: 7px 1fr;
  column-gap: 9px;
  width: 170px;
  padding: 12px 14px;
  border-radius: 13px;
  transition: border-color .25s, background .25s, transform .25s var(--ease);
}
.drh-market-node:hover {
  border-color: rgba(209,31,45,.26);
  background: #191921;
  transform: translateY(-2px);
}
.drh-market-node i {
  grid-row: span 2;
  width: 6px;
  height: 6px;
  margin-top: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}
.drh-market-node strong { color: rgba(255,255,255,.88); font-size: .72rem; }
.drh-market-node small { margin-top: 2px; color: rgba(255,255,255,.36); font-size: .57rem; }
.drh-market-node--uk { left: 1%; top: 12%; }
.drh-market-node--us { right: 1%; top: 12%; }
.drh-market-node--uae { left: 3%; bottom: 9%; }
.drh-market-node--world { right: 2%; bottom: 9%; }
.drh-route {
  position: absolute;
  z-index: 1;
  left: 44%;
  top: 51%;
  width: 34%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(209,31,45,.5), rgba(255,255,255,.08));
}
.drh-route--uk { transform: rotate(-151deg); }
.drh-route--us { transform: rotate(-29deg); }
.drh-route--uae { transform: rotate(151deg); }
.drh-route--world { transform: rotate(29deg); }

/* Connected service system */
.drh-stack { background: var(--bg); }
.drh-stack-shell {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.35fr);
  overflow: hidden;
  border-radius: 34px;
  background: #101017;
  color: #fff;
  box-shadow: 0 36px 90px -48px rgba(13,13,19,.85);
}
.drh-stack-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 580px;
  padding: 54px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 15% 88%, rgba(209,31,45,.32), transparent 34%),
    linear-gradient(145deg, #191924, #101017);
}
.drh-stack-intro::after {
  content: "</>";
  position: absolute;
  right: -38px;
  bottom: -30px;
  color: rgba(255,255,255,.035);
  font-family: var(--font-display);
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: -.12em;
}
.drh-stack-intro > * { position: relative; z-index: 1; }
.drh-stack-intro h2 {
  margin: 16px 0 20px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.drh-stack-intro p {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.62);
  line-height: 1.7;
}
.drh-stack-list { display: grid; }
.drh-stack-item {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 18px;
  min-height: 145px;
  padding: 26px 34px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background .35s var(--ease), padding .35s var(--ease);
}
.drh-stack-item:last-child { border-bottom: 0; }
.drh-stack-item:hover {
  padding-left: 42px;
  background: rgba(255,255,255,.055);
}
.drh-stack-num {
  color: var(--accent-hi);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.drh-stack-copy { display: block; }
.drh-stack-copy small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,.35);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.drh-stack-copy strong { display: block; font-size: 1.14rem; }
.drh-stack-copy p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.5);
  font-size: .86rem;
  line-height: 1.5;
}
.drh-stack-arrow {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  color: rgba(255,255,255,.6);
  transition: color .3s, background .3s, transform .3s var(--ease);
}
.drh-stack-item:hover .drh-stack-arrow {
  color: #fff;
  background: var(--accent);
  transform: rotate(10deg);
}

/* Proof-led outcomes */
.drh-proof {
  overflow: hidden;
  background: var(--bg);
}
.drh-proof-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr .85fr;
  gap: 18px;
}
.drh-proof-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 24px 65px -48px rgba(20,20,28,.45);
}
.drh-proof-card--dark {
  color: #fff;
  border-color: rgba(255,255,255,.08);
  background: #121219;
}
.drh-proof-card--accent {
  color: #fff;
  border-color: rgba(209,31,45,.28);
  background:
    radial-gradient(circle at 100% 0, rgba(209,31,45,.3), transparent 38%),
    var(--navy);
}
.drh-proof-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.drh-proof-card--dark .drh-proof-top,
.drh-proof-card--accent .drh-proof-top { color: rgba(255,255,255,.48); }
.drh-proof-top i {
  padding: 6px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-style: normal;
  font-size: .58rem;
}
.drh-proof-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 155px;
  margin: 38px 0 32px;
  padding: 0 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: repeating-linear-gradient(to bottom, transparent 0 38px, rgba(255,255,255,.055) 39px);
}
.drh-proof-chart span {
  flex: 1;
  height: var(--h);
  min-width: 12px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(to top, #8d1019, #f04752);
  box-shadow: 0 0 18px rgba(209,31,45,.17);
}
.drh-proof-ring {
  display: grid;
  width: 142px;
  height: 142px;
  margin: 40px auto 34px;
  place-items: center;
  border: 18px solid #ece7df;
  border-top-color: var(--accent);
  border-right-color: var(--accent);
  border-radius: 50%;
  transform: rotate(18deg);
}
.drh-proof-ring span {
  color: var(--accent);
  font-size: 2rem;
  transform: rotate(-18deg);
}
.drh-proof-report {
  display: grid;
  gap: 12px;
  margin: 38px 0 auto;
}
.drh-proof-report > span {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
}
.drh-proof-report i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,112,122,.2);
  border-radius: 12px;
  background: rgba(209,31,45,.18);
}
.drh-proof-report i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ff7b84;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.drh-proof-report b {
  position: relative;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.15);
}
.drh-proof-report b::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 72%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6873, rgba(255,255,255,.72));
}
.drh-proof-card > strong {
  display: block;
  margin-top: auto;
  font-size: 1.22rem;
  line-height: 1.25;
}
.drh-proof-card > p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.62;
}
.drh-proof-card--dark > p,
.drh-proof-card--accent > p { color: rgba(255,255,255,.57); }

@media (max-width: 1000px) {
  .drh-reach,
  .drh-stack,
  .drh-proof { padding: 60px 0; }
  .drh-reach-stage { grid-template-columns: .9fr 1.4fr; }
  .drh-reach-total {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
  }
  .drh-reach-total strong { font-size: 4rem; }
  .drh-reach-total > span { margin: 0; }
  .drh-stack-shell { grid-template-columns: 1fr; }
  .drh-stack-intro {
    min-height: auto;
    padding: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .drh-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .drh-proof-card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .drh-reach,
  .drh-stack,
  .drh-proof { padding: 60px 0; }
  .drh-reach-head { grid-template-columns: 1fr; gap: 20px; }
  .drh-reach-stage { grid-template-columns: 1fr; border-radius: 25px; }
  .drh-reach-origin { min-height: 290px; padding: 34px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .drh-reach-network { padding: 24px 20px; }
  .drh-network-head { align-items: flex-end; padding-bottom: 20px; }
  .drh-network-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: auto;
    padding-top: 20px;
    background: none;
    mask-image: none;
  }
  .drh-network-hub,
  .drh-route { display: none; }
  .drh-market-node {
    position: static;
    width: auto;
    min-height: 72px;
    align-content: center;
  }
  .drh-reach-markets article { min-height: 150px; padding: 22px; }
  .drh-reach-total { grid-column: auto; }
  .drh-stack-shell { border-radius: 25px; }
  .drh-stack-intro { padding: 36px 28px; }
  .drh-stack-item { grid-template-columns: 38px 1fr 36px; gap: 10px; padding: 24px 20px; }
  .drh-stack-item:hover { padding-left: 24px; }
  .drh-stack-copy p { display: none; }
  .drh-proof-grid { grid-template-columns: 1fr; }
  .drh-proof-card:first-child { grid-column: auto; }
  .drh-proof-card { min-height: 365px; border-radius: 23px; }
}

@media (max-width: 480px) {
  .drh-network-head { align-items: flex-start; flex-direction: column; }
  .drh-network-map { grid-template-columns: 1fr; }
  .drh-reach-markets { grid-template-columns: 1fr; }
  .drh-reach-markets article {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .drh-reach-markets article:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .drh-reach-markets article:last-child { border-bottom: 0; }
  .drh-reach-total { align-items: flex-end; }
  .drh-reach-total strong { font-size: 3.4rem; }
  .drh-reach-total > span { max-width: 90px; text-align: right; }
}

/* Detailed platform, advantage, engagement and contact sections */
.drh-platforms,
.drh-advantage,
.drh-engagement,
.drh-readiness { position: relative; padding: 60px 0; }

.drh-platforms { background: var(--bg); }
.drh-platforms-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 42px;
}
.drh-platforms-head h2 {
  max-width: 760px;
  margin: 13px 0 0;
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.048em;
}
.drh-platforms-head > p {
  margin: 0 0 5px;
  color: var(--ink-soft);
  line-height: 1.72;
}
.drh-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.drh-platform-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.48);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.drh-platform-card:hover { background: #fff; transform: translateY(-3px); }
.drh-platform-card > span {
  display: grid;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(20,20,28,.07);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 22px -18px rgba(20,20,28,.55);
}
.drh-platform-card > span img { display: block; width: 22px; height: 22px; object-fit: contain; }
.drh-platform-card > div { display: grid; gap: 4px; }
.drh-platform-card strong { font-size: .9rem; font-weight: 750; }
.drh-platform-card small { color: var(--ink-soft); font-size: .7rem; }

.drh-advantage {
  color: #fff;
  background: var(--navy);
}
.drh-advantage-shell {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.4fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 32px;
  background: #15151e;
}
.drh-advantage-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 550px;
  padding: 50px;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 15% 88%, rgba(209,31,45,.34), transparent 34%),
    linear-gradient(145deg, #171721, #101017);
}
.drh-advantage-copy::after {
  content: "PK";
  position: absolute;
  right: -20px;
  bottom: -52px;
  color: rgba(255,255,255,.035);
  font-family: var(--font-display);
  font-size: 13rem;
  font-weight: 900;
}
.drh-advantage-copy > * { position: relative; z-index: 1; }
.drh-advantage-copy h2 {
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(2.4rem, 4.3vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.drh-advantage-copy p {
  margin: 0 0 28px;
  color: rgba(255,255,255,.6);
  line-height: 1.72;
}
.drh-advantage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.drh-advantage-grid article {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 35px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .3s var(--ease);
}
.drh-advantage-grid article:hover { background: rgba(255,255,255,.04); }
.drh-advantage-grid article:nth-child(2n) { border-right: 0; }
.drh-advantage-grid article:nth-child(n+3) { border-bottom: 0; }
.drh-advantage-grid article > span {
  margin-bottom: auto;
  color: var(--accent-hi);
  font-size: .72rem;
  font-weight: 800;
}
.drh-advantage-grid h3 { margin: 0 0 10px; color: #fff; font-size: 1.08rem; }
.drh-advantage-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: .88rem; line-height: 1.62; }

.drh-engagement { background: var(--bg); }
.drh-engagement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .85fr;
  gap: 18px;
}
.drh-engagement-card,
.drh-engagement-note {
  min-height: 450px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--surface);
}
.drh-engagement-card > span,
.drh-engagement-note > span {
  display: block;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.drh-engagement-card ul { display: grid; gap: 0; }
.drh-engagement-card li {
  display: grid;
  gap: 5px;
  padding: 22px 0 22px 30px;
  border-bottom: 1px solid var(--line);
  background: none;
}
.drh-engagement-card li::before {
  content: "✓";
  position: absolute;
  margin-left: -30px;
  color: var(--accent);
  font-weight: 800;
}
.drh-engagement-card li:last-child { border-bottom: 0; }
.drh-engagement-card li strong { font-size: .96rem; }
.drh-engagement-card li small { color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }
.drh-engagement-card--featured {
  color: #fff;
  border-color: rgba(255,255,255,.08);
  background: #121219;
  box-shadow: 0 28px 70px -45px rgba(12,12,18,.8);
}
.drh-engagement-card--featured > span,
.drh-engagement-card--featured li small { color: rgba(255,255,255,.48); }
.drh-engagement-card--featured li { border-color: rgba(255,255,255,.09); }
.drh-engagement-card--featured li::before { color: #ff707a; }
.drh-engagement-note {
  display: flex;
  flex-direction: column;
  color: #fff;
  border-color: rgba(209,31,45,.26);
  background:
    radial-gradient(circle at 100% 0, rgba(209,31,45,.32), transparent 38%),
    var(--navy);
}
.drh-engagement-note > span {
  margin-bottom: 34px;
  color: rgba(255,255,255,.54);
}
.drh-engagement-note > strong {
  max-width: 330px;
  margin-top: 0;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.drh-engagement-note p { margin-top: 14px; color: rgba(255,255,255,.58); font-size: .83rem; line-height: 1.62; }
.drh-engagement-note-points {
  display: grid;
  flex: 1;
  grid-template-rows: repeat(3, 1fr);
  margin-top: 26px;
  border-top: 1px solid rgba(255,255,255,.09);
}
.drh-engagement-note-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.drh-engagement-note-points span { color: #ff7580; font-size: .58rem; font-weight: 800; }
.drh-engagement-note-points b { color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 650; }
.drh-engagement-note a {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
}

.drh-readiness { background: var(--navy); }
.drh-readiness-shell {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.35fr);
  gap: 55px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 5% 100%, rgba(209,31,45,.23), transparent 31%),
    #15151e;
}
.drh-readiness-shell h2 {
  margin: 14px 0 17px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.drh-readiness-shell > div:first-child p { margin: 0; color: rgba(255,255,255,.57); line-height: 1.7; }
.drh-readiness-list { display: grid; }
.drh-readiness-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.drh-readiness-list article:last-child { border-bottom: 0; }
.drh-readiness-list article > span { grid-row: span 2; color: var(--accent-hi); font-size: .72rem; font-weight: 800; }
.drh-readiness-list strong { font-size: .98rem; }
.drh-readiness-list small { margin-top: 5px; color: rgba(255,255,255,.45); line-height: 1.5; }

@media (max-width: 980px) {
  .drh-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .drh-advantage-shell,
  .drh-readiness-shell { grid-template-columns: 1fr; }
  .drh-advantage-copy { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .drh-engagement-grid { grid-template-columns: repeat(2, 1fr); }
  .drh-engagement-note { grid-column: 1 / -1; min-height: 330px; }
}
@media (max-width: 700px) {
  .drh-platforms,
  .drh-advantage,
  .drh-engagement,
  .drh-readiness { padding: 60px 0; }
  .drh-platforms-head { grid-template-columns: 1fr; gap: 18px; }
  .drh-advantage-shell { border-radius: 24px; }
  .drh-advantage-copy { padding: 35px 27px; }
  .drh-advantage-grid { grid-template-columns: 1fr; }
  .drh-advantage-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .drh-advantage-grid article:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .drh-advantage-grid article:last-child { border-bottom: 0; }
  .drh-engagement-grid { grid-template-columns: 1fr; }
  .drh-engagement-note { grid-column: auto; }
  .drh-engagement-card,
  .drh-engagement-note { min-height: auto; }
  .drh-engagement-note > span { margin-bottom: 28px; }
  .drh-engagement-note > strong { margin-top: 12px; }
  .drh-engagement-note-points { flex: none; grid-template-rows: none; margin-bottom: 8px; }
  .drh-readiness-shell { gap: 30px; padding: 34px 25px; border-radius: 24px; }
}
@media (max-width: 480px) {
  .drh-platform-grid { grid-template-columns: 1fr; }
}

/* Services page — connected growth offering */
.services-page-v2 { background: var(--bg); }
.services-story-hero {
  position: relative;
  overflow: hidden;
  padding: 155px 0 60px;
  border-radius: 0 0 40px 40px;
  color: #fff;
  background: var(--navy);
}
.services-story-glow {
  position: absolute;
  top: -280px;
  left: 42%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,22,32,.3), transparent 68%);
  pointer-events: none;
}
.services-story-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}
.services-story-hero .container { position: relative; z-index: 1; }
.services-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  align-items: center;
  gap: clamp(48px, 7vw, 95px);
}
.services-story-copy h1 {
  max-width: 800px;
  margin: 18px 0 24px;
  font-size: clamp(2.85rem, 5.3vw, 5.25rem);
  line-height: .97;
  letter-spacing: -.058em;
}
.services-story-copy > p { max-width: 650px; color: rgba(255,255,255,.64); font-size: 1.05rem; line-height: 1.72; }
.services-story-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.services-story-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.18); }
.services-story-actions .btn-ghost:hover { border-color: rgba(255,255,255,.5); }
.services-story-map {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.services-story-map-head { display: grid; gap: 4px; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.services-story-map-head span { font-size: .74rem; font-weight: 750; }
.services-story-map-head small { color: rgba(255,255,255,.4); font-size: .62rem; }
.services-story-map ol { list-style: none; }
.services-story-map li {
  display: grid;
  grid-template-columns: 32px 1fr 20px;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(255,255,255,.075);
  transition: background .25s, padding-left .3s var(--ease);
}
.services-story-map li:last-child { border-bottom: 0; }
.services-story-map li:hover { padding-left: 26px; background: rgba(255,255,255,.055); }
.services-story-map li span { color: #ff747f; font-size: .6rem; font-weight: 800; }
.services-story-map li strong { color: rgba(255,255,255,.82); font-size: .78rem; }
.services-story-map li i { color: rgba(255,255,255,.3); font-style: normal; }
.services-story-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
}
.services-story-stats article { display: grid; gap: 4px; padding: 19px 22px; border-right: 1px solid rgba(255,255,255,.09); }
.services-story-stats article:last-child { border-right: 0; }
.services-story-stats strong { font-family: var(--font-display); font-size: 1.25rem; }
.services-story-stats small { color: rgba(255,255,255,.43); font-size: .65rem; }
.srv-ex-help-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: #ff858e;
  background: rgba(255,255,255,.05);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
}

.services-results { padding: 60px 0; }
.services-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}
.services-results-head h2 {
  max-width: 820px;
  margin-top: 13px;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.services-results-head > p { color: var(--ink-soft); line-height: 1.72; }
.services-results-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.services-result {
  display: flex;
  min-height: 405px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.68);
  transition: transform .35s var(--ease), background .3s, border-color .3s;
}
.services-result:hover { transform: translateY(-5px); border-color: rgba(176,22,32,.2); background: #fff; }
.services-result-top { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 46px; }
.services-result-top span { color: var(--accent); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.services-result-top small { color: var(--ink-soft); font-size: .64rem; }
.services-result > strong {
  display: flex;
  align-items: flex-start;
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5vw, 4.9rem);
  line-height: .8;
  letter-spacing: -.07em;
}
.services-result > strong sup { margin: 2px 0 0 3px; font-size: .32em; }
.services-result h3 { margin-bottom: 12px; font-size: 1.18rem; line-height: 1.25; }
.services-result p { color: var(--ink-soft); font-size: .8rem; line-height: 1.62; }
.services-result > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 750;
}
.services-result > a span { color: var(--accent); }
.services-result--lead { background: #fff; }
.services-result--dark { color: #fff; border-color: rgba(255,255,255,.08); background: var(--navy); }
.services-result--dark:hover { border-color: rgba(255,255,255,.14); background: var(--navy); }
.services-result--dark .services-result-top span,
.services-result--dark > strong,
.services-result--dark > a span { color: #ff707a; }
.services-result--dark .services-result-top small,
.services-result--dark p { color: rgba(255,255,255,.5); }
.services-result--dark > a { border-color: rgba(255,255,255,.1); }

@media (max-width: 980px) {
  .services-story-grid { grid-template-columns: 1fr; }
  .services-story-map { max-width: 650px; }
  .services-results-grid { grid-template-columns: repeat(2, 1fr); }
  .services-result--lead { grid-column: 1 / -1; min-height: 390px; }
}
@media (max-width: 700px) {
  .services-story-hero { padding: 130px 0 50px; border-radius: 0 0 28px 28px; }
  .services-story-copy h1 { font-size: clamp(2.5rem, 12.5vw, 3.9rem); }
  .services-story-actions { flex-direction: column; }
  .services-story-actions .btn { width: 100%; }
  .services-story-stats { grid-template-columns: repeat(2, 1fr); }
  .services-story-stats article:nth-child(2) { border-right: 0; }
  .services-story-stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .services-results-head { grid-template-columns: 1fr; gap: 18px; }
  .services-results-grid { grid-template-columns: 1fr; }
  .services-result--lead { grid-column: auto; }
  .services-result { min-height: 380px; }
}

/* About page — mission-led agency story */
.about-page-v2 { background: var(--bg); }
.about-story-hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 160px 0 60px;
  border-radius: 0 0 40px 40px;
  color: #fff;
  background: var(--navy);
}
.about-story-glow {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,22,32,.34), transparent 68%);
  pointer-events: none;
}
.about-story-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}
.about-story-hero .container { position: relative; z-index: 1; }
.about-story-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, .45fr);
  align-items: end;
  gap: clamp(48px, 8vw, 110px);
}
.about-story-copy h1 {
  max-width: 920px;
  margin: 18px 0 0;
  font-size: clamp(2.85rem, 5.5vw, 5.3rem);
  line-height: .97;
  letter-spacing: -.06em;
}
.about-story-note {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 25px 0 2px 25px;
  border-left: 1px solid rgba(255,255,255,.16);
}
.about-story-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 42px;
  border-radius: 99px;
  background: var(--accent-hi);
}
.about-story-note > span {
  color: #ff7c86;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.about-story-note > p {
  margin: 18px 0 22px;
  color: rgba(255,255,255,.65);
  font-size: .9rem;
  line-height: 1.72;
}
.about-story-services { display: flex; flex-wrap: wrap; gap: 7px; }
.about-story-services small {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.035);
  font-size: .61rem;
}
.about-story-note > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.84);
  font-size: .72rem;
  font-weight: 700;
  transition: color .2s;
}
.about-story-note > a:hover { color: #fff; }
.about-story-note > a span { color: #ff7c86; }
.about-story-copy .kicker {
  margin-bottom: 0;
}
.about-story-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.about-story-stats article {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255,255,255,.09);
}
.about-story-stats article:last-child { border-right: 0; }
.about-story-stats strong {
  display: flex;
  align-items: flex-start;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.about-story-stats sup { margin: 2px 0 0 3px; color: #ff6c77; font-size: .42em; }
.about-story-stats small { color: rgba(255,255,255,.46); font-size: .72rem; }

.about-journey { padding: 60px 0; }
.about-journey-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 42px;
}
.about-journey-head h2,
.about-difference-head h2 {
  max-width: 760px;
  margin-top: 13px;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.about-journey-head > p { color: var(--ink-soft); line-height: 1.72; }
.about-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.about-timeline article {
  min-height: 350px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.56);
  transition: background .3s, transform .3s var(--ease);
}
.about-timeline article:hover { z-index: 1; background: #fff; transform: translateY(-4px); }
.about-timeline-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 90px; }
.about-timeline-meta span { color: var(--accent); font-size: .66rem; font-weight: 800; }
.about-timeline-meta time { color: var(--ink-soft); font-size: .72rem; font-weight: 700; }
.about-timeline h3 { margin-bottom: 13px; font-size: 1.45rem; }
.about-timeline p { color: var(--ink-soft); font-size: .9rem; line-height: 1.68; }

.about-difference {
  padding: 60px 0;
  color: #fff;
  background: var(--navy);
}
.about-difference-head { max-width: 880px; margin-bottom: 40px; }
.about-difference-head > p { max-width: 650px; margin-top: 20px; color: rgba(255,255,255,.58); line-height: 1.7; }
.about-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-compare-card {
  min-height: 460px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 28px;
}
.about-compare-card > span {
  display: block;
  margin-bottom: 30px;
  font-family: var(--font-display);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-compare-card ul { display: grid; }
.about-compare-card li {
  position: relative;
  padding: 16px 0 16px 31px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.7);
  font-size: .9rem;
}
.about-compare-card li:last-child { border-bottom: 0; }
.about-compare-card li::before {
  position: absolute;
  left: 0;
  color: rgba(255,255,255,.34);
  content: "—";
}
.about-compare-card--muted { background: rgba(255,255,255,.035); }
.about-compare-card--muted > span { color: rgba(255,255,255,.42); }
.about-compare-card--brand {
  border-color: rgba(209,31,45,.3);
  background: linear-gradient(145deg, rgba(176,22,32,.2), rgba(255,255,255,.04));
}
.about-compare-card--brand > span { color: #ff7a84; }
.about-compare-card--brand li { color: rgba(255,255,255,.9); }
.about-compare-card--brand li::before { color: #ff6672; content: "✓"; font-weight: 800; }

.about-beliefs { padding: 60px 0; }
.about-beliefs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.about-beliefs-grid article {
  min-height: 245px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.58);
  transition: background .25s, transform .3s var(--ease);
}
.about-beliefs-grid article:hover { z-index: 1; background: #fff; transform: translateY(-3px); }
.about-beliefs-grid article > span { display: block; margin-bottom: 52px; color: var(--accent); font-size: .64rem; font-weight: 800; }
.about-beliefs-grid h3 { margin-bottom: 9px; font-size: 1.05rem; }
.about-beliefs-grid p { color: var(--ink-soft); font-size: .8rem; line-height: 1.62; }

@media (max-width: 900px) {
  .about-story-hero { min-height: auto; padding-top: 150px; }
  .about-story-intro { grid-template-columns: 1fr; gap: 38px; }
  .about-story-note { max-width: 620px; min-height: 240px; }
  .about-story-stats,
  .about-beliefs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-story-stats article:nth-child(2) { border-right: 0; }
  .about-story-stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .about-journey-head { grid-template-columns: 1fr; gap: 20px; }
  .about-timeline { grid-template-columns: 1fr; }
  .about-timeline article { min-height: 280px; }
  .about-timeline-meta { margin-bottom: 55px; }
}
@media (max-width: 680px) {
  .about-story-hero { padding: 130px 0 50px; border-radius: 0 0 28px 28px; }
  .about-story-intro h1 { font-size: clamp(2.5rem, 12.5vw, 3.9rem); }
  .about-story-stats { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .about-story-stats article { min-height: 105px; padding: 20px 16px; }
  .about-story-note { min-height: 225px; padding-left: 20px; }
  .about-compare-grid,
  .about-beliefs-grid { grid-template-columns: 1fr; }
  .about-compare-card { min-height: auto; }
}

/* Founder note */
.drh-founder { padding: 60px 0; background: var(--bg); }
.drh-founder-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: none;
}
.drh-founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6vw, 82px);
}
.drh-founder-copy h2 {
  max-width: 760px;
  margin: 24px 0 30px;
  font-size: clamp(2.5rem, 4.7vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.drh-founder-copy blockquote {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.5;
}
.drh-founder-copy > p {
  max-width: 690px;
  margin: 0 0 12px;
  color: var(--ink-soft);
  line-height: 1.75;
}
.drh-founder-sign {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.drh-founder-signature {
  padding-right: 18px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}
.drh-founder-sign > span:last-child { display: grid; gap: 3px; }
.drh-founder-sign strong { color: var(--accent); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.drh-founder-sign small { color: var(--ink-soft); font-size: .68rem; }
.drh-founder-portrait {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #19191f;
}
.drh-founder-portrait::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(9,9,13,.82));
  pointer-events: none;
}
.drh-founder-portrait img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(.72) contrast(1.03);
  transition: transform .8s var(--ease), filter .8s var(--ease);
}
.drh-founder-shell:hover .drh-founder-portrait img {
  transform: scale(1.018);
  filter: saturate(.9) contrast(1.03);
}
.drh-founder-portrait figcaption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #fff;
}
.drh-founder-portrait figcaption span { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.drh-founder-portrait figcaption small { color: rgba(255,255,255,.56); font-size: .7rem; }

/* Homepage enquiry */
.drh-home-contact { padding: 60px 0; background: var(--navy); }
.drh-home-contact-shell {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background: #15151c;
}
.drh-home-contact-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(38px, 5vw, 58px);
  border-right: 1px solid rgba(255,255,255,.1);
  color: #fff;
  background:
    radial-gradient(circle at 5% 100%, rgba(209,31,45,.26), transparent 32%),
    #15151c;
}
.drh-home-contact-aside h2 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.drh-home-contact-aside > p { color: rgba(255,255,255,.58); line-height: 1.7; }
.drh-home-contact-points { display: grid; width: 100%; gap: 0; margin-top: 30px; }
.drh-home-contact-points > span {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.drh-home-contact-points i { color: #ff737d; font-size: .64rem; font-style: normal; font-weight: 750; }
.drh-home-contact-points strong { color: rgba(255,255,255,.82); font-size: .82rem; }
.drh-home-contact-direct { display: grid; width: 100%; gap: 8px; margin-top: auto; padding-top: 42px; }
.drh-home-contact-direct small { margin-bottom: 3px; color: rgba(255,255,255,.34); font-size: .66rem; }
.drh-home-contact-direct a {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  transition: color .2s;
}
.drh-home-contact-direct a:hover { color: #fff; }
.drh-home-form {
  position: relative;
  padding: clamp(38px, 5vw, 58px);
  background: #fff;
}
.drh-honeypot { position: absolute; left: -9999px; }
.drh-home-form-head { display: grid; gap: 6px; margin-bottom: 28px; }
.drh-home-form-head > span {
  color: var(--accent);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.drh-home-form-head strong { color: var(--ink); font-family: var(--font-display); font-size: 1.45rem; }
.drh-home-form-head p { color: var(--ink-soft); font-size: .78rem; }
.drh-home-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.drh-home-form label { display: grid; gap: 8px; }
.drh-home-form label > span { color: var(--ink-2); font-size: .72rem; font-weight: 650; }
.drh-home-form input,
.drh-home-form select,
.drh-home-form textarea {
  width: 100%;
  border: 1px solid rgba(20,20,28,.12);
  border-radius: 12px;
  outline: 0;
  color: var(--ink);
  background: rgba(255,255,255,.78);
  font: inherit;
  font-size: .88rem;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.drh-home-form input,
.drh-home-form select { height: 50px; padding: 0 14px; }
.drh-home-form textarea { min-height: 125px; padding: 13px 14px; resize: vertical; }
.drh-home-form input:focus,
.drh-home-form select:focus,
.drh-home-form textarea:focus {
  border-color: rgba(176,22,32,.48);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(176,22,32,.07);
}
.drh-home-form-full { grid-column: 1 / -1; }
.drh-home-form .btn { margin-top: 24px; }
.drh-home-form-note { display: block; margin-top: 13px; color: var(--ink-soft); font-size: .65rem; }

@media (max-width: 900px) {
  .drh-founder-shell,
  .drh-home-contact-shell { grid-template-columns: 1fr; }
  .drh-founder-portrait { min-height: 520px; }
  .drh-founder-portrait img { min-height: 520px; max-height: 680px; }
  .drh-home-contact-aside { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
}
@media (max-width: 600px) {
  .drh-founder,
  .drh-home-contact { padding: 60px 0; }
  .drh-founder-shell,
  .drh-home-contact-shell { border-radius: 24px; }
  .drh-founder-copy,
  .drh-home-contact-aside,
  .drh-home-form { padding: 32px 24px; }
  .drh-founder-sign { align-items: flex-start; flex-direction: column; }
  .drh-founder-signature { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .drh-founder-portrait,
  .drh-founder-portrait img { min-height: 430px; }
  .drh-founder-portrait figcaption { right: 24px; bottom: 24px; left: 24px; }
  .drh-home-contact-aside { min-height: 500px; }
  .drh-home-form-grid { grid-template-columns: 1fr; }
  .drh-home-form-full { grid-column: auto; }
  .drh-home-form .btn { width: 100%; }
}

/* Single case study */
.case-study-page { background: var(--bg); }
.case-study-page [data-reveal] { transition-duration: 1s; }
.cs-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}
.cs-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ff6672);
  box-shadow: 0 0 12px rgba(209,31,45,.55);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.cs-hero {
  position: relative;
  overflow: hidden;
  padding: 145px 0 60px;
  color: #fff;
  background: var(--navy);
}
.cs-hero-glow {
  position: absolute;
  top: -360px;
  right: -180px;
  width: 840px;
  height: 840px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,22,32,.32), transparent 68%);
  pointer-events: none;
}
.cs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}
.cs-hero .container { position: relative; z-index: 1; }
.cs-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 42px; color: rgba(255,255,255,.42); font-size: .7rem; }
.cs-breadcrumb a { color: rgba(255,255,255,.72); transition: color .2s; }
.cs-breadcrumb a:hover { color: #fff; }
.cs-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: 70px; }
.cs-hero-copy h1 {
  max-width: 920px;
  margin: 18px 0 22px;
  font-size: clamp(2.9rem, 5.8vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.058em;
}
.cs-hero-copy > p { max-width: 700px; color: rgba(255,255,255,.62); font-size: 1.05rem; line-height: 1.72; }
.cs-project-aside { align-self: center; }
.cs-project-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
  box-shadow: 0 28px 70px -48px rgba(0,0,0,.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.cs-project-meta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22%;
  left: 22%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,105,116,.68), transparent);
}
.cs-project-meta > div { display: grid; gap: 5px; min-height: 94px; padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.cs-project-meta > div { transition: background .3s, padding-left .3s var(--ease); }
.cs-project-meta > div:hover { padding-left: 22px; background: rgba(255,255,255,.055); }
.cs-project-meta > div:nth-child(3),
.cs-project-meta > div:nth-child(5) { border-right: 0; }
.cs-project-meta > div:nth-child(4),
.cs-project-meta > div:nth-child(5) { border-bottom: 0; }
.cs-project-meta > .cs-project-meta-head {
  grid-column: 1 / -1;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border-right: 0;
  background: rgba(255,255,255,.035);
}
.cs-project-meta > .cs-project-meta-head small { display: inline-flex; align-items: center; gap: 8px; }
.cs-project-meta > .cs-project-meta-head small::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ff6873; box-shadow: 0 0 0 4px rgba(209,31,45,.1); }
.cs-project-meta > .cs-project-meta-head strong { color: #ff7b85; font-size: .7rem; text-align: right; }
.cs-project-meta small { color: rgba(255,255,255,.38); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.cs-project-meta strong { color: rgba(255,255,255,.82); font-size: .75rem; }
.cs-hero-media {
  position: relative;
  aspect-ratio: 16 / 7;
  margin: 50px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: #0d0d14;
  box-shadow: 0 36px 90px -45px rgba(0,0,0,.8);
}
.cs-hero-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,8,13,.72)); pointer-events: none; }
.cs-hero-media img,
.cs-hero-media video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.cs-hero-media img { transform: scale(1.06); }
.cs-hero-media video { display: block; background: #0d0d14; }
.cs-media-labels {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.cs-media-labels span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(12,12,18,.36);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.cs-hero-media figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,.7);
  font-size: .68rem;
}
.cs-hero-media figcaption strong { color: #fff; font-size: .8rem; }

.cs-results-strip,
.cs-overview,
.cs-delivery,
.cs-next { padding: 60px 0; }
.cs-results-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cs-results-grid article { display: grid; gap: 10px; min-height: 145px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.cs-results-grid article { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease), background .3s; }
.cs-results-grid.in article { opacity: 1; transform: translateY(0); }
.cs-results-grid.in article:nth-child(2) { transition-delay: .08s; }
.cs-results-grid.in article:nth-child(3) { transition-delay: .16s; }
.cs-results-grid.in article:nth-child(4) { transition-delay: .24s; }
.cs-results-grid article:hover { background: #fff; }
.cs-results-grid strong { display: flex; align-items: flex-start; color: var(--accent); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: .9; letter-spacing: -.055em; }
.cs-results-grid sup { margin: 2px 0 0 3px; font-size: .34em; }
.cs-results-grid span { color: var(--ink-soft); font-size: .7rem; }
.cs-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}
.cs-section-intro .kicker { grid-column: 1 / -1; margin-bottom: -40px; justify-self: start; }
.cs-section-intro h2,
.cs-delivery-copy h2,
.cs-transformation-head h2 {
  max-width: 800px;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.cs-section-intro > p { color: var(--ink-soft); line-height: 1.72; }
.cs-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cs-overview-grid article { min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.62); }
.cs-overview-grid article { transition: transform .4s var(--ease), border-color .3s, background .3s, box-shadow .4s; }
.cs-overview-grid article:hover { border-color: rgba(176,22,32,.18); background: #fff; box-shadow: 0 28px 65px -48px rgba(20,20,28,.5); transform: translateY(-5px); }
.cs-overview-grid article > span { display: block; margin-bottom: 90px; color: var(--accent); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.cs-overview-grid h3 { max-width: 470px; margin-bottom: 14px; font-size: 1.35rem; line-height: 1.25; }
.cs-overview-grid p { color: var(--ink-soft); font-size: .87rem; line-height: 1.7; }

.cs-approach,
.cs-transformation { padding: 60px 0; color: #fff; background: var(--navy); }
.cs-approach-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: 80px; }
.cs-approach-head { position: sticky; top: 120px; align-self: start; }
.cs-approach-head h2 { margin: 16px 0 18px; font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: .98; letter-spacing: -.05em; }
.cs-approach-head > p { max-width: 480px; color: rgba(255,255,255,.52); line-height: 1.7; }
.cs-phase-list { border-top: 1px solid rgba(255,255,255,.1); }
.cs-phase-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.cs-phase-list article { transition: padding-left .35s var(--ease), background .3s; }
.cs-phase-list article:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(209,31,45,.09), transparent 70%); }
.cs-phase-list article > span { color: #ff6974; font-size: .65rem; font-weight: 800; }
.cs-phase-list h3 { margin-bottom: 7px; font-size: 1.05rem; }
.cs-phase-list p { color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.62; }

.cs-delivery-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 60px; align-items: center; }
.cs-delivery-media { position: relative; min-height: 580px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.cs-delivery-media img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.cs-delivery-media img[src*="/case-studies/"] { padding: 18px; object-fit: contain; background: #fff; }
.cs-delivery-media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(8,8,13,.72)); }
.cs-delivery-media figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 1; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.78); font-size: .72rem; }
.cs-delivery-copy > .kicker { margin-bottom: 18px; }
.cs-deliverables { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cs-deliverables > span { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; min-height: 78px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 650; }
.cs-deliverables > span { transition: color .25s, background .25s, padding-left .3s var(--ease); }
.cs-deliverables > span:hover { padding-left: 19px; color: var(--accent); background: #fff; }
.cs-deliverables i { color: var(--accent); font-size: .58rem; font-style: normal; font-weight: 800; }

.cs-gallery { padding: 60px 0; background: var(--bg); }
.cs-gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.cs-gallery-head h2 { max-width: 720px; font-size: clamp(2.3rem, 4.7vw, 4.35rem); line-height: .98; letter-spacing: -.05em; }
.cs-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.cs-gallery-grid figure {
  grid-column: span 6;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 60px -52px rgba(20,20,28,.45);
}
.cs-gallery-grid figure:nth-child(3n) { grid-column: span 12; }
.cs-gallery-grid img { width: 100%; height: 100%; min-height: 360px; padding: 12px; object-fit: contain; transition: transform .55s var(--ease); }
.cs-gallery-grid figure:hover img { transform: scale(1.018); }

.cs-transformation-head { max-width: 820px; margin-bottom: 38px; }
.cs-transformation-head .kicker { margin-bottom: 17px; }
.cs-transformation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cs-transformation-grid article { min-height: 270px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.04); }
.cs-transformation-grid article { transition: transform .4s var(--ease), border-color .3s, background .3s; }
.cs-transformation-grid article:hover { border-color: rgba(255,110,121,.28); background: rgba(255,255,255,.065); transform: translateY(-5px); }
.cs-transformation-grid article > span { display: block; margin-bottom: 72px; color: #ff6e79; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cs-transformation-grid h3 { margin-bottom: 11px; font-size: 1.25rem; }
.cs-transformation-grid p { color: rgba(255,255,255,.5); font-size: .85rem; line-height: 1.65; }
.cs-transformation blockquote { max-width: 920px; margin: 48px auto 0; color: rgba(255,255,255,.86); font-family: var(--font-serif); font-size: clamp(1.55rem, 3vw, 2.5rem); font-style: italic; line-height: 1.35; text-align: center; }

.cs-next-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); align-items: stretch; gap: clamp(45px, 7vw, 90px); padding: clamp(36px, 5vw, 58px); overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 32px; color: #fff; background: var(--navy); }
.cs-next-card::before { content: ""; position: absolute; top: -180px; right: -100px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(176,22,32,.32), transparent 68%); pointer-events: none; }
.cs-next-card > * { position: relative; z-index: 1; }
.cs-next-card h2 { max-width: 760px; margin: 22px 0 14px; font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.cs-next-card p { color: rgba(255,255,255,.55); }
.cs-next-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.cs-next-points span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.52); font-size: .67rem; }
.cs-next-points i { color: #ff707a; font-size: .56rem; font-style: normal; font-weight: 800; }
.cs-next-actions {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(28px, 4vw, 48px);
  border-left: 1px solid rgba(255,255,255,.11);
}
.cs-next-actions > span { color: #ff747e; font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cs-next-actions > strong { max-width: 260px; margin-top: 16px; color: rgba(255,255,255,.88); font-size: 1.22rem; line-height: 1.25; }
.cs-next-actions .btn { width: 100%; }
.cs-next-actions .btn { margin-top: 30px; }
.cs-next-back {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 14px 2px 2px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: .7rem;
  font-weight: 700;
  transition: color .2s;
}
.cs-next-back:hover { color: #fff; }
.cs-next-back span { color: #ff747e; }

@media (max-width: 900px) {
  .cs-hero-grid,
  .cs-section-intro,
  .cs-approach-layout,
  .cs-delivery-grid,
  .cs-next-card { grid-template-columns: 1fr; }
  .cs-project-aside { width: 100%; max-width: 520px; margin-inline: auto; }
  .cs-hero-media { aspect-ratio: 4 / 3; }
  .cs-section-intro .kicker { grid-column: auto; margin-bottom: 0; }
  .cs-results-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-approach-head { position: static; }
  .cs-delivery-media, .cs-delivery-media img { min-height: 480px; }
  .cs-gallery-head { align-items: flex-start; flex-direction: column; }
  .cs-gallery-grid figure,
  .cs-gallery-grid figure:nth-child(3n) { grid-column: span 12; min-height: 300px; }
  .cs-gallery-grid img { min-height: 300px; }
  .cs-next-actions { min-width: 0; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.11); border-left: 0; }
  .cs-next-actions .btn { margin-top: 28px; }
}
@media (max-width: 600px) {
  .cs-hero { padding: 125px 0 50px; }
  .cs-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .cs-project-meta,
  .cs-results-grid,
  .cs-overview-grid,
  .cs-deliverables,
  .cs-transformation-grid { grid-template-columns: 1fr; }
  .cs-project-meta > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .cs-project-meta > div:last-child { border-bottom: 0; }
  .cs-hero-media { aspect-ratio: 4 / 5; border-radius: 22px; }
  .cs-hero-media figcaption { align-items: flex-start; flex-direction: column; }
  .cs-overview-grid article { min-height: 290px; }
  .cs-delivery-media, .cs-delivery-media img { min-height: 420px; }
  .cs-next-points { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .logos-track { animation: none !important; }
}
