/* ============================================================
   BrightRay Holdings, design system
   Hybrid theme: cinematic near-black hero/footer, bright white
   content sections. Tokens per developer specification §18.
   ============================================================ */

:root {
  --navy:        #061D3D;
  --teal:        #10A7B5;
  --blue:        #0A83C5;
  --green:       #75B72A;
  --silver:      #CAD8E0;
  --white:       #FFFFFF;
  --near-black:  #05090D;
  --ink:         #31465A;
  --ink-strong:  #0B2237;
  --error:       #C0362C;

  --teal-soft:   rgba(16, 167, 181, .12);
  --blue-soft:   rgba(10, 131, 197, .10);
  --line:        rgba(202, 216, 224, .14);
  --bg-soft:     #07111A;

  --font-body:   'Inter', system-ui, -apple-system, sans-serif;
  --font-display:'Sora', 'Inter', system-ui, sans-serif;

  --radius-card: 20px;
  --radius-btn:  12px;
  --shadow-sm:   0 1px 2px rgba(6, 29, 61, .06), 0 4px 12px rgba(6, 29, 61, .05);
  --shadow-md:   0 4px 10px rgba(6, 29, 61, .07), 0 16px 40px rgba(6, 29, 61, .10);
  --shadow-lift: 0 12px 28px rgba(6, 29, 61, .14), 0 30px 60px rgba(6, 29, 61, .12);

  --container:   1180px;
  --ease-out:    cubic-bezier(.22, 1, .36, 1);
  --dur:         .35s;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(6,29,61,.6), transparent 60%),
    linear-gradient(180deg, #05090D, #061D3D 120%);
  background-attachment: fixed;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: #9FB2C2;
  background: var(--near-black);
  overflow-x: hidden;
}

/* ---------- Global background graphics ---------- */
.bg-field { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-arcs { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.bg-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; will-change: transform; }
.bg-orb-1 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(16,167,181,.28), transparent 70%); top: -120px; right: -80px; animation: orbDrift 26s ease-in-out infinite; }
.bg-orb-2 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(10,131,197,.22), transparent 70%); bottom: -160px; left: -120px; animation: orbDrift 32s ease-in-out infinite reverse; }
.bg-orb-3 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(117,183,42,.14), transparent 70%); top: 40%; left: 55%; animation: orbDrift 38s ease-in-out infinite; }
@keyframes orbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.08); }
  66% { transform: translate(-30px, 25px) scale(.95); }
}

.bg-bubbles, .bg-sparks { position: absolute; inset: 0; }
.bubble {
  position: absolute; bottom: -80px; left: var(--l);
  width: var(--s); height: var(--s); border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.9), rgba(16,167,181,.12) 45%, rgba(10,131,197,.06) 70%, transparent 72%);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: inset 0 0 12px rgba(255,255,255,.5), 0 0 12px rgba(16,167,181,.12);
  opacity: 0; animation: bubbleRise var(--d) linear var(--dl) infinite;
}
@keyframes bubbleRise {
  0%   { transform: translateY(0) translateX(0) scale(.6); opacity: 0; }
  8%   { opacity: .55; }
  50%  { transform: translateY(-52vh) translateX(24px) scale(1); }
  92%  { opacity: .45; }
  100% { transform: translateY(-108vh) translateX(-18px) scale(1.05); opacity: 0; }
}
.spark {
  position: absolute; left: var(--l); top: var(--t);
  width: var(--s); height: var(--s);
  background:
    radial-gradient(circle, rgba(255,255,255,.95) 0, transparent 60%);
  opacity: .2; animation: twinkle var(--d) ease-in-out var(--dl) infinite;
}
.spark::before, .spark::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: linear-gradient(rgba(191,238,244,0), rgba(191,238,244,.95), rgba(191,238,244,0));
}
.spark::before { width: 1.5px; height: 100%; left: 50%; transform: translateX(-50%); }
.spark::after  { height: 1.5px; width: 100%; top: 50%; transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(191,238,244,0), rgba(191,238,244,.95), rgba(191,238,244,0)); }
@keyframes twinkle {
  0%, 100% { opacity: .12; transform: scale(.6) rotate(0deg); }
  50%      { opacity: .85; transform: scale(1.15) rotate(45deg); }
}
img { display: block; max-width: 100%; height: auto; }
svg.ic { display: block; flex-shrink: 0; max-width: none; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--blue); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: #fff;
  line-height: 1.15;
  margin: 0 0 .5em;
  letter-spacing: -.02em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; }
p  { margin: 0 0 1em; }
ul { padding: 0; margin: 0; list-style: none; }
button { font-family: inherit; }

.container { width: min(var(--container), 100% - 40px); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; background: var(--near-black); color: #9FB2C2; }
.section-dark { background: var(--near-black); color: #B9C7D4; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
.section-soft { background: var(--bg-soft); }
.section h1, .section h2, .section h3 { color: #fff; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--teal); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--teal); border-radius: 2px; }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: #8CA1B3; }
.section-dark .lead { color: #9FB2C2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: var(--radius-btn);
  font-weight: 600; font-size: .95rem; line-height: 1; letter-spacing: .01em;
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out),
              background var(--dur), color var(--dur), border-color var(--dur);
  min-height: 46px;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn:focus-visible { outline: 3px solid rgba(16,167,181,.5); outline-offset: 2px; }
.btn-sm { padding: 10px 18px; min-height: 40px; font-size: .88rem; }
.btn-lg { padding: 17px 34px; min-height: 54px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(120deg, var(--teal), var(--blue));
  color: #fff;
  box-shadow: 0 6px 18px rgba(16, 167, 181, .35);
}
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(16, 167, 181, .45); }

.btn-dark { background: var(--near-black); color: #fff; }
.btn-dark:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }

.btn-outline { border-color: rgba(202,216,224,.35); color: #E6EEF4; background: transparent; }
.btn-outline:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }

.btn-ghost { color: #D6E2EC; background: transparent; }
.btn-ghost:hover { color: var(--teal); }
.on-dark .btn-ghost, .section-dark .btn-ghost { color: #D6E2EC; }
.on-dark .btn-outline, .section-dark .btn-outline { border-color: rgba(202,216,224,.35); color: #E6EEF4; }
.on-dark .btn-outline:hover, .section-dark .btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.link-arrow .ic { transition: transform .3s var(--ease-out); }
.link-arrow:hover .ic { transform: translateX(5px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding: 14px 0;
  transition: background .35s, box-shadow .35s, padding .35s;
}
.site-header.is-solid {
  background: rgba(5, 9, 13, .85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(202,216,224,.08);
  padding: 8px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand-lockup { display: inline-flex; align-items: center; gap: 0; line-height: 0; }
.brand-logo {
  display: block;
  width: auto;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .brand-logo { height: 44px; }
  .lockup-lg .brand-logo { height: 72px; }
}
.lockup-lg .brand-logo { height: 88px; border-radius: 14px; }
.brand-mark {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.main-nav ul { display: flex; gap: 4px; align-items: center; }
.main-nav > ul > li > a {
  display: block; padding: 10px 16px; color: #D6E2EC; font-weight: 500; font-size: .93rem;
  border-radius: 10px; transition: color .25s, background .25s;
}
.main-nav > ul > li > a:hover, .main-nav li.is-active > a { color: #fff; background: rgba(255,255,255,.07); }

.has-drop { position: relative; }
/* Bridge sits flush under the trigger so the cursor never leaves .has-drop */
.drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  z-index: 120; min-width: 640px; padding: 12px 0 0;
  background: transparent; border: none; box-shadow: none;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility .2s;
}
.has-drop:hover .drop, .has-drop:focus-within .drop {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.drop-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  background: rgba(10, 21, 32, .96);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 14px;
  box-shadow: var(--shadow-lift);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
}
.drop-item {
  display: flex; gap: 12px; padding: 11px 12px; border-radius: 12px; align-items: flex-start;
  transition: background .2s; color: inherit;
}
.drop-item:hover { background: rgba(255,255,255,.06); }
.drop-item strong { display: block; color: #fff; font-size: .9rem; }
.drop-item small { color: #8CA1B3; font-size: .76rem; line-height: 1.4; display: block; }
.drop-ic { color: var(--teal); flex: none; margin-top: 2px; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn-ghost {
  color: #fff;
}
.header-actions .btn-ghost:hover {
  color: var(--teal);
}
.header-actions .btn-ghost .ic { color: #fff; }
.header-actions .btn-ghost:hover .ic { color: var(--teal); }
.nav-toggle {
  display: none; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: #fff; border-radius: 10px; padding: 8px; cursor: pointer;
}

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; background: rgba(5,9,13,.98);
  padding: 92px 24px 32px; overflow-y: auto;
}
.mobile-nav nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav nav > a { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; padding: 12px 4px; border-bottom: 1px solid rgba(202,216,224,.1); }
.mobile-nav-services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px 0 12px; }
.mobile-sub { display: flex; align-items: center; gap: 9px; color: #AFC2D2 !important; font-size: .86rem; padding: 9px 4px; }
.mobile-nav-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }

/* Sticky mobile actions */
.sticky-actions {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(5,9,13,.9); backdrop-filter: blur(12px);
  gap: 10px; border-top: 1px solid rgba(202,216,224,.12);
}
.sticky-actions .btn { flex: 1; }

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--near-black); color: #B9C7D4;
  padding: clamp(150px, 20vw, 220px) 0 clamp(80px, 12vw, 150px);
  overflow: hidden; min-height: 88vh; display: flex; align-items: center;
}
.hero-inner { position: relative; z-index: 3; max-width: 860px; }
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero .hero-sub { font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: #9FB2C2; max-width: 620px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { margin-top: 26px; font-size: .85rem; color: #64798D; display: flex; align-items: center; gap: 8px; }
.hero-note .ic { color: var(--green); }

.grad-word {
  background: linear-gradient(100deg, var(--teal) 10%, var(--blue) 55%, #6FD4DE 95%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Orbit arcs backdrop */
.hero-orbits { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-orbits svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-path { fill: none; stroke-linecap: round; }
.orbit-static { stroke: rgba(202, 216, 224, .10); stroke-width: 1.2; }
.orbit-trace {
  stroke: url(#orbitGrad); stroke-width: 2.5;
  filter: drop-shadow(0 0 6px rgba(16,167,181,.8));
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; z-index: 0;
  will-change: transform;
}
.glow-teal { width: 480px; height: 480px; background: rgba(16,167,181,.22); top: -140px; right: -80px; }
.glow-blue { width: 420px; height: 420px; background: rgba(10,131,197,.18); bottom: -180px; left: -120px; }

.hero-stats { display: flex; gap: clamp(24px, 5vw, 64px); margin-top: 56px; flex-wrap: wrap; }
.hero-stat { min-width: 120px; }
.hero-stat b { display: block; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); color: #fff; font-weight: 800; }
.hero-stat span { font-size: .82rem; color: #64798D; letter-spacing: .04em; }

/* Split-text animation */
.split-line { display: block; overflow: hidden; }
.split-line > span { display: inline-block; transform: translateY(110%); opacity: 0; }
.is-loaded .split-line > span {
  animation: riseUp .9s var(--ease-out) forwards;
  animation-delay: calc(var(--i, 0) * .12s);
}
@keyframes riseUp { to { transform: translateY(0); opacity: 1; } }
.fade-item { opacity: 0; transform: translateY(24px); }
.is-loaded .fade-item {
  animation: fadeRise .8s var(--ease-out) forwards;
  animation-delay: calc(.35s + var(--i, 0) * .12s);
}
@keyframes fadeRise { to { opacity: 1; transform: none; } }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: var(--rd, 0s); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="left"]  { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="scale"] { transform: scale(.92); }
[data-reveal].is-in   { transform: none; }

/* ---------- Trust strip ---------- */
.trust-strip { border-block: 1px solid var(--line); background: #07111A; padding: 26px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; gap: 13px; align-items: flex-start; }
.trust-item .ic { color: var(--teal); flex: none; margin-top: 3px; }
.trust-item b { display: block; color: #fff; font-size: .95rem; }
.trust-item span { font-size: .82rem; color: #8CA1B3; }

/* ---------- Cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.svc-card {
  position: relative; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 28px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .3s;
  transform-style: preserve-3d; will-change: transform;
  overflow: hidden;
}
.svc-card::after {
  content: ""; position: absolute; inset: auto -30% -60% -30%; height: 70%;
  background: radial-gradient(closest-side, var(--teal-soft), transparent);
  opacity: 0; transition: opacity .4s;
}
.svc-card:hover { border-color: rgba(16,167,181,.4); box-shadow: var(--shadow-lift); }
.svc-card:hover::after { opacity: 1; }
.svc-ic {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--teal-soft), var(--blue-soft)); color: var(--teal);
  transition: transform .4s var(--ease-out);
}
.svc-ic .ic,
.svc-ic svg {
  display: block;
  width: 26px !important;
  height: 26px !important;
  max-width: none;
  margin: 0;
}
.svc-card:hover .svc-ic { transform: translateZ(24px) scale(1.06); }
.svc-card h3 { font-size: 1.08rem; margin: 0; color: #fff; }
.svc-card p { font-size: .86rem; color: #8CA1B3; margin: 0; flex: 1; }
.svc-card .link-arrow { font-size: .87rem; }

/* ---------- Difference / feature split ---------- */
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.feature-list li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px dashed var(--line); }
.feature-list li:last-child { border-bottom: 0; }
.feature-list .ic { color: var(--green); flex: none; margin-top: 3px; }
.feature-list b { color: #fff; display: block; }
.feature-list span { font-size: .88rem; color: #8CA1B3; }
.section-dark .feature-list li { border-color: rgba(202,216,224,.12); }
.section-dark .feature-list b { color: #fff; }
.section-dark .feature-list span { color: #8CA1B3; }

/* Orbit visual panel */
.orbit-panel {
  position: relative; aspect-ratio: 1; max-width: 480px; margin-inline: auto;
  display: grid; place-items: center;
}
.orbit-panel svg { width: 100%; height: 100%; overflow: visible; }
.op-ring { fill: none; stroke-width: 1.4; }
.orbit-core {
  position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #10344F, var(--near-black) 72%);
  display: grid; place-items: center; box-shadow: 0 0 80px rgba(16,167,181,.35), inset 0 0 40px rgba(10,131,197,.25);
}
.orbit-core .brand-mark { width: 56%; height: 56%; }
.orbit-sat {
  position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: var(--teal); box-shadow: 0 0 14px rgba(16,167,181,.9);
  top: 50%; left: 50%;
}

/* ---------- Process steps ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.step-card { position: relative; padding: 26px 20px 22px; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 18px; transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--font-display); font-weight: 800; font-size: .8rem; letter-spacing: .08em;
  color: var(--teal); background: var(--teal-soft); border-radius: 999px;
  display: inline-flex; padding: 5px 12px; margin-bottom: 14px;
}
.step-card h3 { font-size: 1rem; margin-bottom: 6px; }
.step-card p { font-size: .84rem; color: #8CA1B3; margin: 0; }

/* ---------- Proof ---------- */
.proof-panel {
  background: rgba(255,255,255,.04); border: 1px dashed rgba(202,216,224,.25); border-radius: var(--radius-card);
  padding: clamp(32px, 5vw, 56px); text-align: center; max-width: 760px; margin-inline: auto;
}
.proof-panel .ic { margin-inline: auto; color: var(--teal); margin-bottom: 14px; }

/* ---------- CTA panel ---------- */
.cta-panel {
  position: relative; background: var(--near-black); border-radius: 28px; overflow: hidden;
  padding: clamp(44px, 7vw, 90px) clamp(24px, 6vw, 80px);
  color: #9FB2C2; text-align: center;
}
.cta-panel h2 { color: #fff; }
.cta-panel .hero-ctas { justify-content: center; margin-top: 30px; }
.cta-arcs { position: absolute; inset: 0; pointer-events: none; opacity: .55; }
.cta-alt { margin-top: 26px; font-size: .9rem; color: #64798D; }
.cta-alt a { color: #C9D8E4; font-weight: 600; }
.cta-alt a:hover { color: var(--teal); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative; background: var(--near-black); color: #9FB2C2;
  padding: clamp(140px, 17vw, 190px) 0 clamp(56px, 8vw, 90px); overflow: hidden;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.4rem); }
.page-hero .lead { max-width: 640px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: .8rem; margin-bottom: 22px; color: #64798D; }
.breadcrumbs a { color: #8CA1B3; }
.breadcrumbs a:hover { color: var(--teal); }
.breadcrumbs .sep { opacity: .5; }

/* ---------- Service detail ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(202,216,224,.18); color: #C9D8E4; font-size: .85rem;
}
.chip .ic { color: var(--teal); }
.chip-light { background: rgba(255,255,255,.06); border-color: var(--line); color: #E6EEF4; }

.inc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.inc-card { background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.inc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.inc-card h3 { font-size: 1.02rem; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.inc-card li { display: flex; gap: 10px; padding: 7px 0; font-size: .88rem; }
.inc-card .ic { color: var(--green); flex: none; margin-top: 3px; }

.addon-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

/* Timeline steps (vertical) */
.vsteps { position: relative; max-width: 720px; }
.vsteps::before { content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--teal), var(--blue)); opacity: .25; }
.vstep { position: relative; padding: 0 0 30px 62px; }
.vstep:last-child { padding-bottom: 0; }
.vstep-dot {
  position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 2px solid var(--teal); color: var(--teal);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .9rem;
}
.vstep h3 { font-size: 1.05rem; margin-bottom: 4px; }
.vstep p { font-size: .92rem; color: #8CA1B3; margin: 0; }

/* FAQ accordion */
.faq-list { max-width: 780px; margin-inline: auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; background: rgba(255,255,255,.05); overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq-item[open] { border-color: rgba(16,167,181,.45); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 22px; font-weight: 600; color: #E6EEF4; font-size: .98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ic { flex: none; color: var(--teal); transition: transform .3s var(--ease-out); }
.faq-item[open] summary .ic { transform: rotate(45deg); }
.faq-body { padding: 0 22px 20px; font-size: .92rem; color: #4A5F73; }

/* Related services */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* ---------- Booking stepper ---------- */
.book-wrap { max-width: 860px; margin-inline: auto; }
.book-progress { display: flex; gap: 8px; margin-bottom: 34px; }
.book-progress span { flex: 1; height: 5px; border-radius: 99px; background: var(--line); transition: background .4s; }
.book-progress span.done { background: linear-gradient(90deg, var(--teal), var(--blue)); }

.book-step { display: none; }
.book-step.active { display: block; animation: stepIn .45s var(--ease-out); }
@keyframes stepIn { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: none; } }
.book-step h2 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); }
.book-step .step-hint { color: #8CA1B3; margin-bottom: 26px; }

.opt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.opt-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.opt-card {
  border: 1.5px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.05); cursor: pointer;
  padding: 18px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 9px;
  transition: border-color .25s, box-shadow .25s, transform .25s var(--ease-out);
  font-size: .88rem; color: #D6E2EC; font-weight: 500;
}
.opt-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.opt-card .ic { color: var(--teal); }
.opt-card.selected { border-color: var(--teal); background: rgba(16,167,181,.15); color: #fff; font-weight: 600; box-shadow: 0 0 0 3px rgba(16,167,181,.15); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 600; font-size: .88rem; color: #D6E2EC; }
.form-field label .req { color: var(--error); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; color: #E6EEF4; background: rgba(255,255,255,.06);
  border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 15px;
  transition: border-color .25s, box-shadow .25s; width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(16,167,181,.15);
}
.form-field .field-error { color: var(--error); font-size: .8rem; display: none; }
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: var(--error); }
.form-field.has-error .field-error { display: block; }
.form-hint { font-size: .78rem; color: #64798D; }

.book-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 34px; }
.book-nav .btn-back { visibility: hidden; }
.book-step.has-back .btn-back { visibility: visible; }

.book-summary {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px;
  padding: 24px; margin-bottom: 26px;
}
.book-summary dl { display: grid; grid-template-columns: 150px 1fr; gap: 8px 18px; margin: 0; font-size: .9rem; }
.book-summary dt { color: #64798D; font-weight: 500; }
.book-summary dd { margin: 0; color: #fff; font-weight: 600; }

.wa-note {
  display: flex; gap: 12px; background: rgba(117,183,42,.09); border: 1px solid rgba(117,183,42,.3);
  border-radius: 14px; padding: 16px 18px; font-size: .88rem; margin-bottom: 26px; align-items: flex-start;
}
.wa-note .ic { color: var(--green); flex: none; margin-top: 2px; }
.btn-wa { background: #25D366; color: #062b12; font-weight: 700; }
.btn-wa:hover { background: #1fc15a; color: #062b12; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(37,211,102,.4); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.contact-card { display: flex; gap: 16px; padding: 20px; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 14px; transition: transform .35s var(--ease-out), box-shadow .35s; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.contact-card .cc-ic {
  width: 46px; height: 46px; flex: none; border-radius: 12px;
  display: flex !important; align-items: center; justify-content: center;
  background: var(--teal-soft); color: var(--teal);
  font-size: 0; line-height: 0;
}
.contact-card .cc-ic .ic,
.contact-card .cc-ic svg {
  display: block; width: 22px !important; height: 22px !important; max-width: none; margin: 0 auto;
}
.contact-card b { display: block; color: #fff; }
.contact-card > div > span, .contact-card a { font-size: .9rem; color: #8CA1B3; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--near-black); color: #8CA1B3; padding: clamp(60px, 8vw, 100px) 0 0; overflow: hidden; }
.footer-arcs { position: absolute; inset: auto 0 0; height: 300px; pointer-events: none; }
.footer-arcs svg { width: 100%; height: 100%; }
.footer-top { position: relative; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 56px; }
.footer-tag { color: var(--teal); font-weight: 600; margin: 18px 0 10px; font-family: var(--font-display); }
.footer-desc { font-size: .88rem; max-width: 340px; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #8CA1B3; font-size: .88rem; transition: color .2s, padding-left .25s var(--ease-out); }
.footer-col a:hover { color: var(--teal); padding-left: 4px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-bottom {
  position: relative; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(202,216,224,.1); padding: 22px 0 26px; font-size: .8rem;
}
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: #8CA1B3; }
.footer-legal a:hover { color: var(--teal); }
.footer-powered { color: #4A5F73; }
.footer-powered a { color: #7A93A8; text-decoration: underline; text-underline-offset: 3px; }
.footer-powered a:hover { color: var(--teal); }

/* ---------- Cursor glow (desktop only) ---------- */
.cursor-glow {
  position: fixed; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; z-index: 1;
  background: radial-gradient(circle, rgba(16,167,181,.07), transparent 65%);
  transform: translate(-50%, -50%); left: -999px; top: -999px;
  transition: opacity .4s; opacity: 0;
}
body.cursor-active .cursor-glow { opacity: 1; }

/* ---------- Legal / prose ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.4rem; margin-top: 2em; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }

.notice {
  background: rgba(10,131,197,.12); border: 1px solid rgba(10,131,197,.28); border-radius: 14px;
  padding: 16px 20px; font-size: .88rem; color: #C9D8E4;
}

/* ============================================================
   GLASSMORPHISM + 3D DEPTH LAYER
   ============================================================ */
:root {
  --glass-fill:   rgba(255, 255, 255, .05);
  --glass-fill-2: rgba(255, 255, 255, .04);
  --glass-brd:    rgba(255, 255, 255, .12);
  --glass-blur:   16px;
  --glass-dk:     rgba(255, 255, 255, .055);
  --glass-dk-brd: rgba(202, 216, 224, .16);
}

/* --- Hero 3D canvas --- */
.hero-canvas {
  position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%;
  pointer-events: none; opacity: 0; transition: opacity 1s var(--ease-out);
}
.hero-canvas.is-ready { opacity: 1; }
.hero.has-3d .hero-orbits { opacity: .45; }
.hero.has-3d .hero-glow { opacity: .65; }

/* --- Aurora backdrops so glass reads on light sections --- */
.section-soft, .section.aurora { position: relative; overflow: hidden; }
.section-soft::before, .section.aurora::before,
.section-soft::after, .section.aurora::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  filter: blur(30px); will-change: transform;
}
.section-soft::before, .section.aurora::before {
  width: 540px; height: 540px; top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(16,167,181,.20), transparent 70%);
}
.section-soft::after, .section.aurora::after {
  width: 480px; height: 480px; bottom: -200px; left: -140px;
  background: radial-gradient(circle, rgba(10,131,197,.16), transparent 70%);
}
.section-soft > .container, .section.aurora > .container { position: relative; z-index: 1; }

/* --- Frosted glass on content cards --- */
.svc-card, .inc-card, .step-card, .contact-card, .proof-panel, .book-summary {
  background: var(--glass-fill);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  border: 1px solid var(--glass-brd);
  box-shadow: 0 8px 24px rgba(6,29,61,.08), inset 0 1px 0 rgba(255,255,255,.55);
}
.svc-card::before, .inc-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(140deg, rgba(255,255,255,.5), transparent 45%);
  opacity: .7;
}
.faq-item { background: var(--glass-fill-2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.opt-card { background: var(--glass-fill); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }

/* Glass service icon tiles */
.svc-ic {
  background: linear-gradient(135deg, rgba(16,167,181,.16), rgba(10,131,197,.10));
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

/* --- Glass header --- */
.site-header.is-solid {
  background: rgba(5, 9, 13, .55);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 1px 0 rgba(202,216,224,.10), 0 10px 30px rgba(5,9,13,.35);
}
/* Dropdown panel styles live on .drop-grid (keeps the hover bridge transparent) */
.mobile-nav { background: rgba(5,9,13,.82); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
.sticky-actions { background: rgba(5,9,13,.6); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }

/* --- Glass on dark sections --- */
.section-dark .trust-item {
  background: var(--glass-dk); border: 1px solid var(--glass-dk-brd);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-radius: 16px; padding: 20px 18px;
}
.cta-panel {
  background: linear-gradient(160deg, rgba(11,34,55,.65), rgba(5,9,13,.9));
  border: 1px solid rgba(16,167,181,.22);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 30px 80px rgba(5,9,13,.5), inset 0 1px 0 rgba(255,255,255,.06);
}

/* --- 3D depth: perspective + scroll-linked tilt --- */
.svc-grid, .inc-grid, .steps-grid, .related-grid, .opt-grid { perspective: 1400px; }
[data-scroll-tilt] { transform-style: preserve-3d; will-change: transform; }

[data-reveal="3d"] {
  opacity: 0; transform: perspective(1300px) rotateX(14deg) translateY(46px) scale(.97);
  transform-origin: center top;
}
[data-reveal="3d"].is-in { opacity: 1; transform: none; }

/* Cards lift with real depth on hover (works with JS tilt) */
.svc-card, .inc-card, .step-card { transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .3s; }
.svc-card:hover, .inc-card:hover, .step-card:hover { box-shadow: var(--shadow-lift), 0 0 0 1px rgba(16,167,181,.25); }

/* Orbit panel gets a glass sheen */
.orbit-core { border: 1px solid rgba(16,167,181,.3); }

/* Let the background graphics show through light sections */
.trust-strip { background: rgba(255, 255, 255, .55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.section-soft { background: #07111A; }

/* Respect users who don't want the heavy stuff */
@media (prefers-reduced-motion: reduce) {
  .hero-canvas { display: none; }
  [data-reveal="3d"] { opacity: 1; transform: none; }
  .bubble, .spark { animation: none !important; opacity: 0; }
  .bg-orb { animation: none !important; }
}
/* Older browsers without backdrop-filter: fall back to solid-ish fills */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .svc-card, .inc-card, .step-card, .contact-card, .proof-panel, .book-summary, .opt-card, .faq-item { background: rgba(255,255,255,.05); }
  .site-header.is-solid { background: rgba(5,9,13,.92); }
  .drop-grid { background: #0A1520; border: 1px solid rgba(255,255,255,.1); }
}

/* ============================================================
   PREMIUM INTERACTION LAYER
   (smooth scroll · page transition · cursor · magnetic ·
    text reveal · marquee · clip reveals)
   ============================================================ */

/* --- Lenis smooth scroll --- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* --- Custom cursor (desktop) --- */
.br-cursor { position: fixed; top: 0; left: 0; z-index: 9997; pointer-events: none; opacity: 0; }
html.has-br-cursor .br-cursor { opacity: 1; }
.br-cursor-dot, .br-cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; }
.br-cursor-dot {
  width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px;
  background: var(--teal); box-shadow: 0 0 10px rgba(16,167,181,.9);
  transition: opacity .3s, transform .08s;
}
.br-cursor-ring {
  width: 40px; height: 40px; margin: -20px 0 0 -20px;
  border: 1.5px solid rgba(16,167,181,.6);
  transition: width .3s var(--ease-out), height .3s var(--ease-out), margin .3s var(--ease-out),
              border-color .3s, background .3s, opacity .3s;
}
.br-cursor.is-hover .br-cursor-ring {
  width: 60px; height: 60px; margin: -30px 0 0 -30px;
  background: rgba(16,167,181,.10); border-color: rgba(16,167,181,.9);
}
.br-cursor.is-down .br-cursor-ring { width: 30px; height: 30px; margin: -15px 0 0 -15px; }
.br-cursor.is-out .br-cursor-dot, .br-cursor.is-out .br-cursor-ring { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  html.has-br-cursor, html.has-br-cursor a, html.has-br-cursor button, html.has-br-cursor .btn { cursor: none; }
  html.has-br-cursor input, html.has-br-cursor textarea, html.has-br-cursor select { cursor: auto; }
}

/* --- Page loader / transition (water-fill BRIGHTRAY) --- */
html.is-loading, html.is-loading body { overflow: hidden; }
.page-curtain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding: 24px;
  background: #141414;
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease-out), visibility .45s;
}
.page-curtain.cover {
  pointer-events: all; opacity: 1; visibility: visible;
  transition: opacity .2s ease;
}
.page-curtain.reveal {
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .55s var(--ease-out), visibility .55s;
}
.br-loader {
  display: block;
  width: min(92vw, 640px);
  height: auto;
  margin: 0 auto;
}
.br-loader .water-fill {
  animation: none;
}
.page-curtain.cover .water-fill {
  animation: br-wave .7s infinite linear, br-fill-up 1.65s ease-out forwards;
}
.br-loader-sub {
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s .25s, transform .4s .25s;
}
.page-curtain.cover .br-loader-sub {
  opacity: 1;
  transform: translateY(0);
}
.page-curtain.reveal .br-loader-sub {
  opacity: 0;
  transition-delay: 0s;
}
@keyframes br-wave {
  0%   { x: -400px; }
  100% { x: 0; }
}
@keyframes br-fill-up {
  0%   { height: 0; y: 130px; }
  100% { height: 160px; y: -30px; }
}

/* --- Scroll-masked text reveal --- */
.rt-ready .rt-word { display: inline-block; overflow: hidden; vertical-align: top; }
.rt-ready .rt-inner {
  display: inline-block; transform: translateY(110%);
  transition: transform .7s var(--ease-out);
}
.rt-in .rt-inner { transform: translateY(0); }

/* --- Marquee --- */
.marquee {
  position: relative; overflow: hidden; padding: 22px 0;
  border-block: 1px solid var(--glass-dk-brd);
  background: linear-gradient(90deg, rgba(6,29,61,.0), rgba(16,167,181,.06), rgba(6,29,61,.0));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: inline-flex; align-items: center; gap: 40px; white-space: nowrap;
  will-change: transform; animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 40px;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  letter-spacing: -.01em; color: #fff;
}
.section-dark .marquee-item, .marquee.on-dark .marquee-item { color: #fff; }
.marquee-item .dot { color: var(--teal); display: inline-flex; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --- Clip-path card reveals --- */
.svc-card, .inc-card, .step-card, .related-grid > a {
  clip-path: inset(0 0 12% 0 round var(--radius-card));
  transition: transform .6s var(--ease-out), box-shadow .5s var(--ease-out),
              border-color .3s, clip-path .8s var(--ease-out), opacity .7s var(--ease-out);
}
.svc-card.is-in, .inc-card.is-in, .step-card.is-in, .related-grid > a.is-in {
  clip-path: inset(0 0 0 0 round var(--radius-card));
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .rt-ready .rt-inner { transform: none; }
  .svc-card, .inc-card, .step-card, .related-grid > a { clip-path: none; }
  .page-curtain { display: none; }
  .br-cursor { display: none; }
}

/* ---------- Responsive ---------- */
.hide-mobile { display: inline-flex; }

@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .inc-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .drop { min-width: 520px; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .hide-mobile { display: none; }
  .split-2 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .opt-grid, .opt-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .svc-grid, .svc-grid.cols-2, .steps-grid, .inc-grid, .related-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .sticky-actions { display: flex; }
  body { padding-bottom: 76px; }
  .hero { min-height: auto; }
  .hero-stats { gap: 20px; }
  .book-summary dl { grid-template-columns: 1fr; gap: 2px 0; }
  .book-summary dt { margin-top: 10px; }
  .cursor-glow { display: none; }
}

/* ---------- Why BrightRay page ---------- */
.page-why .why-hero .lead { color: #9FB2C2; max-width: 640px; }
.page-why .why-hero .hero-ctas { margin-top: 28px; }
.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.why-intro h2 { margin-bottom: 18px; }
.why-intro .lead { margin-bottom: 16px; }
.why-pillars {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.why-pillars li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  box-shadow: none;
  transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s;
}
.why-pillars li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(16,167,181,.35);
}
.why-pillar-ic {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(16,167,181,.14), rgba(10,131,197,.1));
  color: var(--teal);
  border: 1px solid rgba(16,167,181,.22);
  margin-top: 2px;
  font-size: 0;
  line-height: 0;
}
.why-pillar-ic .ic,
.why-pillar-ic svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: none;
  margin: 0 auto;
  flex: none;
}
.why-pillars li > div {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.why-pillars b {
  display: block;
  font-size: 1.05rem;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.25;
}
.why-pillars li > div > span {
  display: block;
  font-size: .92rem;
  color: #8CA1B3;
  line-height: 1.55;
}

.why-ops .section-head h2 { color: #fff; }
.why-ops .section-head .lead { color: #8CA1B3; max-width: 620px; margin-inline: auto; }
.why-ops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: clamp(36px, 5vw, 56px);
}
.why-ops-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform .4s var(--ease-out), border-color .4s, background .4s;
}
.why-ops-card:hover {
  transform: translateY(-5px);
  border-color: rgba(16,167,181,.4);
  background: rgba(255,255,255,.08);
}
.why-ops-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .18em;
  color: var(--teal);
  margin-bottom: 18px;
}
.why-ops-card .ic { color: var(--teal); margin-bottom: 16px; }
.why-ops-card h3 { color: #fff; font-size: 1.1rem; margin: 0 0 8px; }
.why-ops-card p { color: #8CA1B3; font-size: .9rem; margin: 0; line-height: 1.55; }

.why-facts .section-head h2 { margin-bottom: 10px; }
.why-facts .section-head .lead { color: #8CA1B3; max-width: 520px; margin-inline: auto; }
.why-fact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 52px);
}
.why-fact-card {
  padding: 28px 26px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
}
.why-fact-card-wide { grid-column: 1 / -1; }
.why-fact-ic {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  margin-bottom: 16px;
  color: var(--teal);
  background: linear-gradient(135deg, rgba(16,167,181,.14), rgba(10,131,197,.1));
  border: 1px solid rgba(16,167,181,.22);
}
.why-fact-card h3 {
  color: #fff;
  font-size: 1.15rem;
  margin: 0 0 14px;
}
.why-fact-card ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.why-fact-card li {
  position: relative;
  padding-left: 18px;
  color: #AFC2D2;
  font-size: .95rem;
  line-height: 1.5;
}
.why-fact-card li::before {
  content: "";
  position: absolute; left: 0; top: .55em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
}
.why-equip-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px !important;
}

.why-people .why-people-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(40px, 6vw, 64px);
}
.why-people-intro h2 { color: #fff; margin-bottom: 14px; }
.why-people-intro .lead { color: #8CA1B3; max-width: 420px; }
.why-people-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.why-people-list li {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
}
.why-people-list b {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.why-people-list span {
  display: block;
  color: #AFC2D2;
  font-size: .92rem;
  line-height: 1.45;
}
.why-people-list small {
  display: block;
  margin-top: 6px;
  color: var(--teal);
  font-size: .8rem;
  letter-spacing: .02em;
}
.why-clients {
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
}
.why-client-list {
  list-style: none; margin: 18px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px;
}
.why-client-list li {
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 600;
  font-size: .92rem;
}

@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-ops-grid { grid-template-columns: repeat(2, 1fr); }
  .why-people-grid { grid-template-columns: 1fr; }
  .why-equip-list { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px) {
  .why-ops-grid { grid-template-columns: 1fr; }
  .why-fact-row { grid-template-columns: 1fr; }
}

/* ---------- Quality Standard page ---------- */
.page-quality .qs-hero .lead { color: #9FB2C2; max-width: 640px; }
.page-quality .qs-hero .hero-ctas { margin-top: 28px; }

.qs-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.qs-card {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  box-shadow: none;
  transition: transform .4s var(--ease-out), box-shadow .4s, border-color .4s;
}
.qs-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(16,167,181,.35);
}
.qs-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .2em;
  color: var(--teal);
  margin-bottom: 14px;
}
.qs-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px; border-radius: 14px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(16,167,181,.14), rgba(10,131,197,.1));
  color: var(--teal);
  border: 1px solid rgba(16,167,181,.22);
}
.qs-ic .ic,
.qs-ic svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: none;
  margin: 0;
}
.qs-card h3 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 8px;
}
.qs-card p {
  margin: 0;
  font-size: .92rem;
  color: #8CA1B3;
  line-height: 1.55;
}

.qs-promise-panel {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 40px);
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.qs-promise-panel h2 { color: #fff; margin-bottom: 16px; }
.qs-promise-panel .lead {
  color: #9FB2C2;
  margin: 0 auto 28px;
  max-width: 540px;
}
.qs-promise-panel .hero-ctas { justify-content: center; }

@media (max-width: 560px) {
  .qs-grid { grid-template-columns: 1fr; }
}

/* ---------- Contact page ---------- */
.page-contact .contact-hero .lead { color: #9FB2C2; max-width: 640px; }
.page-contact .contact-hero .hero-ctas { margin-top: 28px; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.contact-channels h2 { margin-bottom: 12px; }
.contact-intro {
  color: #8CA1B3;
  font-size: 1rem;
  margin: 0 0 28px;
  max-width: 42ch;
  line-height: 1.6;
}
.contact-intro a { color: var(--teal); font-weight: 600; }
.contact-intro a:hover { color: var(--blue); }

.ct-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  transition: transform .35s var(--ease-out), box-shadow .35s, border-color .35s;
}
.ct-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(16,167,181,.4);
  color: inherit;
}
.ct-card-static { cursor: default; }
.ct-card-static:hover { transform: none; box-shadow: var(--shadow-sm); border-color: var(--line); }
.ct-ic {
  width: 50px; height: 50px; border-radius: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  background: linear-gradient(135deg, rgba(16,167,181,.14), rgba(10,131,197,.1));
  color: var(--teal);
  border: 1px solid rgba(16,167,181,.22);
  font-size: 0;
  line-height: 0;
}
.ct-ic .ic,
.ct-ic svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: none;
  margin: 0 auto;
}
.ct-card b { display: block; font-size: 1.05rem; color: #fff; margin-bottom: 3px; }
.ct-card > div > span { display: block; font-size: .9rem; color: #8CA1B3; }
.ct-arrow { color: var(--teal); opacity: .7; transition: transform .3s var(--ease-out), opacity .3s; }
.ct-card:hover .ct-arrow { transform: translateX(4px); opacity: 1; }

.contact-form-panel {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 40px);
  box-shadow: var(--shadow-md);
}
.contact-form-panel h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  margin-bottom: 8px;
  color: #fff;
}
.contact-form-note {
  color: #8CA1B3;
  font-size: .95rem;
  margin: 0 0 22px;
  line-height: 1.55;
}
.contact-form-panel .form-grid { margin-bottom: 8px; }
.contact-form-panel .btn-wa { margin-top: 18px; }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
}

select, input, textarea { border-color: rgba(202,216,224,.2) !important; }
select option { background: #0A1520; color: #E6EEF4; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .split-line > span, .fade-item { transform: none; opacity: 1; animation: none; }
  [data-reveal] { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
