:root {
  --ink-950: #0b1220;
  --ink-800: #1f2d3f;
  --ink-700: #33475f;
  --ink-600: #4f657d;
  --ink-500: #5f7288;
  --line: #d9e3ec;
  --line-strong: #c2d1de;
  --surface: #ffffff;
  --surface-soft: #f4f8fc;
  --surface-soft-2: #edf3f8;
  --brand: #17aae2;
  --brand-strong: #1184b3;
  --brand-soft: #e3f5fb;
  --brand-soft-2: #f0fafd;
  --success: #1d7f5e;
  --warning: #af6f12;
  --night: #0a141f;
  --night-2: #132235;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1184px;
  --shadow-sm: 0 10px 24px rgba(7, 16, 29, 0.06);
  --shadow-md: 0 20px 44px rgba(7, 16, 29, 0.1);
  --shadow-lg: 0 30px 60px rgba(7, 16, 29, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 52%, #edf3f8 100%);
  color: var(--ink-950);
  font-family: 'Google Sans Flex';
  line-height: 1.62;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  width: 100%;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: var(--brand-strong);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.route-link-grid a:focus-visible,
.footer a:focus-visible,
.sticky-action:focus-visible {
  border-radius: 14px;
  outline: 3px solid rgba(23, 170, 226, 0.24);
  outline-offset: 3px;
}

p {
  color: var(--ink-700);
  margin-bottom: 1rem;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--ink-950);
  font-family: 'Google Sans Flex';
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin-bottom: 0.95rem;
  text-wrap: balance;
}

h1,
.display-3 {
  font-size: clamp(2.05rem, 4vw, 3.55rem);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.04;
  font-variation-settings: 'wght' 720;
}

h2,
.display-4 {
  font-size: clamp(1.55rem, 2.65vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

h3 {
  font-size: 1.12rem;
}

.skip-link {
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.16);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  color: var(--ink-950);
  font-weight: 800;
  left: 1rem;
  opacity: 0;
  padding: 0.7rem 1rem;
  pointer-events: none;
  position: fixed;
  text-decoration: none;
  top: 1rem;
  transform: translateY(calc(-100% - 2rem));
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 1200;
}

.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

img,
svg,
video {
  height: auto;
  max-width: 100%;
}

.bi {
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
  width: 1em;
}

.bi::before {
  background-color: currentColor;
  content: '';
  display: block;
  height: 1em;
  mask: var(--bi-icon) center / contain no-repeat;
  -webkit-mask: var(--bi-icon) center / contain no-repeat;
  width: 1em;
}

.bi-arrow-left-right::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2011.5a.5.5%200%200%200%20.5.5h11.793l-3.147%203.146a.5.5%200%200%200%20.708.708l4-4a.5.5%200%200%200%200-.708l-4-4a.5.5%200%200%200-.708.708L13.293%2011H1.5a.5.5%200%200%200-.5.5m14-7a.5.5%200%200%201-.5.5H2.707l3.147%203.146a.5.5%200%201%201-.708.708l-4-4a.5.5%200%200%201%200-.708l4-4a.5.5%200%201%201%20.708.708L2.707%204H14.5a.5.5%200%200%201%20.5.5%22%2F%3E%3C%2Fsvg%3E");
}

.bi-arrow-repeat::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M11.534%207h3.932a.25.25%200%200%201%20.192.41l-1.966%202.36a.25.25%200%200%201-.384%200l-1.966-2.36a.25.25%200%200%201%20.192-.41m-11%202h3.932a.25.25%200%200%200%20.192-.41L2.692%206.23a.25.25%200%200%200-.384%200L.342%208.59A.25.25%200%200%200%20.534%209%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203c-1.552%200-2.94.707-3.857%201.818a.5.5%200%201%201-.771-.636A6.002%206.002%200%200%201%2013.917%207H12.9A5%205%200%200%200%208%203M3.1%209a5.002%205.002%200%200%200%208.757%202.182.5.5%200%201%201%20.771.636A6.002%206.002%200%200%201%202.083%209z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-arrow-right::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208%22%2F%3E%3C%2Fsvg%3E");
}

.bi-arrow-right-circle::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a7%207%200%201%200%2014%200A7%207%200%200%200%201%208m15%200A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-building::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M4%202.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5zm3%200a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5zm3.5-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5zM4%205.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5zM7.5%205a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5zm2.5.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5zM4.5%208a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5zm2.5.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-1a.5.5%200%200%201-.5-.5zm3.5-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h1a.5.5%200%200%200%20.5-.5v-1a.5.5%200%200%200-.5-.5z%22%2F%3E%3Cpath%20d%3D%22M2%201a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v14a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1zm11%200H3v14h3v-2.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V15h3z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-camera::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M15%2012a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h1.172a3%203%200%200%200%202.12-.879l.83-.828A1%201%200%200%201%206.827%203h2.344a1%201%200%200%201%20.707.293l.828.828A3%203%200%200%200%2012.828%205H14a1%201%200%200%201%201%201zM2%204a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V6a2%202%200%200%200-2-2h-1.172a2%202%200%200%201-1.414-.586l-.828-.828A2%202%200%200%200%209.172%202H6.828a2%202%200%200%200-1.414.586l-.828.828A2%202%200%200%201%203.172%204z%22%2F%3E%3Cpath%20d%3D%22M8%2011a2.5%202.5%200%201%201%200-5%202.5%202.5%200%200%201%200%205m0%201a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207M3%206.5a.5.5%200%201%201-1%200%20.5.5%200%200%201%201%200%22%2F%3E%3C%2Fsvg%3E");
}

.bi-car-front::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M4%209a1%201%200%201%201-2%200%201%201%200%200%201%202%200m10%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200M6%208a1%201%200%200%200%200%202h4a1%201%200%201%200%200-2zM4.862%204.276%203.906%206.19a.51.51%200%200%200%20.497.731c.91-.073%202.35-.17%203.597-.17s2.688.097%203.597.17a.51.51%200%200%200%20.497-.731l-.956-1.913A.5.5%200%200%200%2010.691%204H5.309a.5.5%200%200%200-.447.276%22%2F%3E%3Cpath%20d%3D%22M2.52%203.515A2.5%202.5%200%200%201%204.82%202h6.362c1%200%201.904.596%202.298%201.515l.792%201.848c.075.175.21.319.38.404.5.25.855.715.965%201.262l.335%201.679q.05.242.049.49v.413c0%20.814-.39%201.543-1%201.997V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.338c-1.292.048-2.745.088-4%20.088s-2.708-.04-4-.088V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5%202.5%200%200%201%20.049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8%200%200%200%20.381-.404l.792-1.848ZM4.82%203a1.5%201.5%200%200%200-1.379.91l-.792%201.847a1.8%201.8%200%200%201-.853.904.8.8%200%200%200-.43.564L1.03%208.904a1.5%201.5%200%200%200-.03.294v.413c0%20.796.62%201.448%201.408%201.484%201.555.07%203.786.155%205.592.155s4.037-.084%205.592-.155A1.48%201.48%200%200%200%2015%209.611v-.413q0-.148-.03-.294l-.335-1.68a.8.8%200%200%200-.43-.563%201.8%201.8%200%200%201-.853-.904l-.792-1.848A1.5%201.5%200%200%200%2011.18%203z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-check-circle-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-3.97-3.03a.75.75%200%200%200-1.08.022L7.477%209.417%205.384%207.323a.75.75%200%200%200-1.06%201.06L6.97%2011.03a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%200%200-.01-1.05z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-x-circle-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M5.354%204.646a.5.5%200%201%200-.708.708L7.293%208l-2.647%202.646a.5.5%200%200%200%20.708.708L8%208.707l2.646%202.647a.5.5%200%200%200%20.708-.708L8.707%208l2.647-2.646a.5.5%200%200%200-.708-.708L8%207.293z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-clock::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M8%203.5a.5.5%200%200%200-1%200V9a.5.5%200%200%200%20.252.434l3.5%202a.5.5%200%200%200%20.496-.868L8%208.71z%22%2F%3E%3Cpath%20d%3D%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016m7-8A7%207%200%201%201%201%208a7%207%200%200%201%2014%200%22%2F%3E%3C%2Fsvg%3E");
}

.bi-clock-history::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M8.515%201.019A7%207%200%200%200%208%201V0a8%208%200%200%201%20.589.022zm2.004.45a7%207%200%200%200-.985-.299l.219-.976q.576.129%201.126.342zm1.37.71a7%207%200%200%200-.439-.27l.493-.87a8%208%200%200%201%20.979.654l-.615.789a7%207%200%200%200-.418-.302zm1.834%201.79a7%207%200%200%200-.653-.796l.724-.69q.406.429.747.91zm.744%201.352a7%207%200%200%200-.214-.468l.893-.45a8%208%200%200%201%20.45%201.088l-.95.313a7%207%200%200%200-.179-.483m.53%202.507a7%207%200%200%200-.1-1.025l.985-.17q.1.58.116%201.17zm-.131%201.538q.05-.254.081-.51l.993.123a8%208%200%200%201-.23%201.155l-.964-.267q.069-.247.12-.501m-.952%202.379q.276-.436.486-.908l.914.405q-.24.54-.555%201.038zm-.964%201.205q.183-.183.35-.378l.758.653a8%208%200%200%201-.401.432z%22%2F%3E%3Cpath%20d%3D%22M8%201a7%207%200%201%200%204.95%2011.95l.707.707A8.001%208.001%200%201%201%208%200z%22%2F%3E%3Cpath%20d%3D%22M7.5%203a.5.5%200%200%201%20.5.5v5.21l3.248%201.856a.5.5%200%200%201-.496.868l-3.5-2A.5.5%200%200%201%207%209V3.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E");
}

.bi-compass::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M8%2016.016a7.5%207.5%200%200%200%201.962-14.74A1%201%200%200%200%209%200H7a1%201%200%200%200-.962%201.276A7.5%207.5%200%200%200%208%2016.016m6.5-7.5a6.5%206.5%200%201%201-13%200%206.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20d%3D%22m6.94%207.44%204.95-2.83-2.83%204.95-4.949%202.83%202.828-4.95z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-envelope::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M0%204a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2zm2-1a1%201%200%200%200-1%201v.217l7%204.2%207-4.2V4a1%201%200%200%200-1-1zm13%202.383-4.708%202.825L15%2011.105zm-.034%206.876-5.64-3.471L8%209.583l-1.326-.795-5.64%203.47A1%201%200%200%200%202%2013h12a1%201%200%200%200%20.966-.741M1%2011.105l4.708-2.897L1%205.383z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-envelope-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M.05%203.555A2%202%200%200%201%202%202h12a2%202%200%200%201%201.95%201.555L8%208.414zM0%204.697v7.104l5.803-3.558zM6.761%208.83l-6.57%204.027A2%202%200%200%200%202%2014h12a2%202%200%200%200%201.808-1.144l-6.57-4.027L8%209.586zm3.436-.586L16%2011.801V4.697z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-file-earmark-check::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M10.854%207.854a.5.5%200%200%200-.708-.708L7.5%209.793%206.354%208.646a.5.5%200%201%200-.708.708l1.5%201.5a.5.5%200%200%200%20.708%200z%22%2F%3E%3Cpath%20d%3D%22M14%2014V4.5L9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2M9.5%203A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1h5.5z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-file-earmark-check-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M9.293%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.707A1%201%200%200%200%2013.707%204L10%20.293A1%201%200%200%200%209.293%200M9.5%203.5v-2l3%203h-2a1%201%200%200%201-1-1m1.354%204.354-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%209.793l2.646-2.647a.5.5%200%200%201%20.708.708%22%2F%3E%3C%2Fsvg%3E");
}

.bi-geo-alt::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M12.166%208.94c-.524%201.062-1.234%202.12-1.96%203.07A32%2032%200%200%201%208%2014.58a32%2032%200%200%201-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304%207.867%203%206.862%203%206a5%205%200%200%201%2010%200c0%20.862-.305%201.867-.834%202.94M8%2016s6-5.686%206-10A6%206%200%200%200%202%206c0%204.314%206%2010%206%2010%22%2F%3E%3Cpath%20d%3D%22M8%208a2%202%200%201%201%200-4%202%202%200%200%201%200%204m0%201a3%203%200%201%200%200-6%203%203%200%200%200%200%206%22%2F%3E%3C%2Fsvg%3E");
}

.bi-geo-alt-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M8%2016s6-5.686%206-10A6%206%200%200%200%202%206c0%204.314%206%2010%206%2010m0-7a3%203%200%201%201%200-6%203%203%200%200%201%200%206%22%2F%3E%3C%2Fsvg%3E");
}

.bi-house-check::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M7.293%201.5a1%201%200%200%201%201.414%200L11%203.793V2.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%20.5.5v3.293l2.354%202.353a.5.5%200%200%201-.708.708L8%202.207l-5%205V13.5a.5.5%200%200%200%20.5.5h4a.5.5%200%200%201%200%201h-4A1.5%201.5%200%200%201%202%2013.5V8.207l-.646.647a.5.5%200%201%201-.708-.708z%22%2F%3E%3Cpath%20d%3D%22M12.5%2016a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207m1.679-4.493-1.335%202.226a.75.75%200%200%201-1.174.144l-.774-.773a.5.5%200%200%201%20.708-.707l.547.547%201.17-1.951a.5.5%200%201%201%20.858.514%22%2F%3E%3C%2Fsvg%3E");
}

.bi-house-door::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M8.354%201.146a.5.5%200%200%200-.708%200l-6%206A.5.5%200%200%200%201.5%207.5v7a.5.5%200%200%200%20.5.5h4.5a.5.5%200%200%200%20.5-.5v-4h2v4a.5.5%200%200%200%20.5.5H14a.5.5%200%200%200%20.5-.5v-7a.5.5%200%200%200-.146-.354L13%205.793V2.5a.5.5%200%200%200-.5-.5h-1a.5.5%200%200%200-.5.5v1.293zM2.5%2014V7.707l5.5-5.5%205.5%205.5V14H10v-4a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200-.5.5v4z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-key::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M0%208a4%204%200%200%201%207.465-2H14a.5.5%200%200%201%20.354.146l1.5%201.5a.5.5%200%200%201%200%20.708l-1.5%201.5a.5.5%200%200%201-.708%200L13%209.207l-.646.647a.5.5%200%200%201-.708%200L11%209.207l-.646.647a.5.5%200%200%201-.708%200L9%209.207l-.646.647A.5.5%200%200%201%208%2010h-.535A4%204%200%200%201%200%208m4-3a3%203%200%201%200%202.712%204.285A.5.5%200%200%201%207.163%209h.63l.853-.854a.5.5%200%200%201%20.708%200l.646.647.646-.647a.5.5%200%200%201%20.708%200l.646.647.646-.647a.5.5%200%200%201%20.708%200l.646.647.793-.793-1-1h-6.63a.5.5%200%200%201-.451-.285A3%203%200%200%200%204%205%22%2F%3E%3Cpath%20d%3D%22M4%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E");
}

.bi-linkedin::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M0%201.146C0%20.513.526%200%201.175%200h13.65C15.474%200%2016%20.513%2016%201.146v13.708c0%20.633-.526%201.146-1.175%201.146H1.175C.526%2016%200%2015.487%200%2014.854zm4.943%2012.248V6.169H2.542v7.225zm-1.2-8.212c.837%200%201.358-.554%201.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4%203.226%202.4%203.934c0%20.694.521%201.248%201.327%201.248zm4.908%208.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878%201.232-.878.869%200%201.216.662%201.216%201.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274%200-1.845.7-2.165%201.193v.025h-.016l.016-.025V6.169h-2.4c.03.678%200%207.225%200%207.225z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-people::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M15%2014s1%200%201-1-1-4-5-4-5%203-5%204%201%201%201%201zm-7.978-1L7%2012.996c.001-.264.167-1.03.76-1.72C8.312%2010.629%209.282%2010%2011%2010c1.717%200%202.687.63%203.24%201.276.593.69.758%201.457.76%201.72l-.008.002-.014.002zM11%207a2%202%200%201%200%200-4%202%202%200%200%200%200%204m3-2a3%203%200%201%201-6%200%203%203%200%200%201%206%200M6.936%209.28a6%206%200%200%200-1.23-.247A7%207%200%200%200%205%209c-4%200-5%203-5%204q0%201%201%201h4.216A2.24%202.24%200%200%201%205%2013c0-1.01.377-2.042%201.09-2.904.243-.294.526-.569.846-.816M4.92%2010A5.5%205.5%200%200%200%204%2013H1c0-.26.164-1.03.76-1.724.545-.636%201.492-1.256%203.16-1.275ZM1.5%205.5a3%203%200%201%201%206%200%203%203%200%200%201-6%200m3-2a2%202%200%201%200%200%204%202%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E");
}

.bi-shield-check::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%22%2F%3E%3Cpath%20d%3D%22M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%22%2F%3E%3C%2Fsvg%3E");
}

.bi-signpost::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M7%201.414V4H2a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h5v6h2v-6h3.532a1%201%200%200%200%20.768-.36l1.933-2.32a.5.5%200%200%200%200-.64L13.3%204.36a1%201%200%200%200-.768-.36H9V1.414a1%201%200%200%200-2%200M12.532%205l1.666%202-1.666%202H2V5z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-signpost-2::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M7%201.414V2H2a1%201%200%200%200-1%201v2a1%201%200%200%200%201%201h5v1H2.5a1%201%200%200%200-.8.4L.725%208.7a.5.5%200%200%200%200%20.6l.975%201.3a1%201%200%200%200%20.8.4H7v5h2v-5h5a1%201%200%200%200%201-1V8a1%201%200%200%200-1-1H9V6h4.5a1%201%200%200%200%20.8-.4l.975-1.3a.5.5%200%200%200%200-.6L14.3%202.4a1%201%200%200%200-.8-.4H9v-.586a1%201%200%200%200-2%200M13.5%203l.75%201-.75%201H2V3zm.5%205v2H2.5l-.75-1%20.75-1z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-telephone::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M3.654%201.328a.678.678%200%200%200-1.015-.063L1.605%202.3c-.483.484-.661%201.169-.45%201.77a17.6%2017.6%200%200%200%204.168%206.608%2017.6%2017.6%200%200%200%206.608%204.168c.601.211%201.286.033%201.77-.45l1.034-1.034a.678.678%200%200%200-.063-1.015l-2.307-1.794a.68.68%200%200%200-.58-.122l-2.19.547a1.75%201.75%200%200%201-1.657-.459L5.482%208.062a1.75%201.75%200%200%201-.46-1.657l.548-2.19a.68.68%200%200%200-.122-.58zM1.884.511a1.745%201.745%200%200%201%202.612.163L6.29%202.98c.329.423.445.974.315%201.494l-.547%202.19a.68.68%200%200%200%20.178.643l2.457%202.457a.68.68%200%200%200%20.644.178l2.189-.547a1.75%201.75%200%200%201%201.494.315l2.306%201.794c.829.645.905%201.87.163%202.611l-1.034%201.034c-.74.74-1.846%201.065-2.877.702a18.6%2018.6%200%200%201-7.01-4.42%2018.6%2018.6%200%200%201-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-telephone-fill::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.885.511a1.745%201.745%200%200%201%202.61.163L6.29%202.98c.329.423.445.974.315%201.494l-.547%202.19a.68.68%200%200%200%20.178.643l2.457%202.457a.68.68%200%200%200%20.644.178l2.189-.547a1.75%201.75%200%200%201%201.494.315l2.306%201.794c.829.645.905%201.87.163%202.611l-1.034%201.034c-.74.74-1.846%201.065-2.877.702a18.6%2018.6%200%200%201-7.01-4.42%2018.6%2018.6%200%200%201-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z%22%2F%3E%3C%2Fsvg%3E");
}

.bi-truck::before {
  --bi-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20d%3D%22M0%203.5A1.5%201.5%200%200%201%201.5%202h9A1.5%201.5%200%200%201%2012%203.5V5h1.02a1.5%201.5%200%200%201%201.17.563l1.481%201.85a1.5%201.5%200%200%201%20.329.938V10.5a1.5%201.5%200%200%201-1.5%201.5H14a2%202%200%201%201-4%200H5a2%202%200%201%201-3.998-.085A1.5%201.5%200%200%201%200%2010.5zm1.294%207.456A2%202%200%200%201%204.732%2011h5.536a2%202%200%200%201%20.732-.732V3.5a.5.5%200%200%200-.5-.5h-9a.5.5%200%200%200-.5.5v7a.5.5%200%200%200%20.294.456M12%2010a2%202%200%200%201%201.732%201h.768a.5.5%200%200%200%20.5-.5V8.35a.5.5%200%200%200-.11-.312l-1.48-1.85A.5.5%200%200%200%2013.02%206H12zm-9%201a1%201%200%201%200%200%202%201%201%200%200%200%200-2m9%200a1%201%200%201%200%200%202%201%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E");
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
}

.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.collapse:not(.show) {
  display: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.h-100 {
  height: 100%;
}

.h3,
.h4,
.h5 {
  color: var(--ink-950);
  font-weight: 800;
  line-height: 1.12;
}

.h3 {
  font-size: 1.35rem;
}

.h4 {
  font-size: 1.24rem;
}

.h5 {
  font-size: 1.06rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ms-auto {
  margin-left: auto;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .gap-lg-2 {
    gap: 0.5rem;
  }

  .ms-lg-2 {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

.navbar {
  backdrop-filter: none;
  background: #ffffff;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(194, 209, 222, 0.9);
  box-shadow: 0 8px 22px rgba(8, 16, 28, 0.05);
  padding: 0.45rem 0;
  transition: box-shadow 0.2s ease;
  z-index: 1030;
}

body.nav-scrolled .navbar {
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 16px 36px rgba(8, 16, 28, 0.09);
}

.navbar .container {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  min-height: 96px;
}

.navbar-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.navbar-brand img {
  display: block;
  height: 72px;
  width: auto;
}

.navbar-collapse {
  flex-grow: 1;
  justify-content: flex-end;
}

.navbar-nav {
  align-items: center;
  row-gap: 0.3rem;
}

.nav-link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-800);
  display: inline-flex;
  font-size: 0.91rem;
  font-weight: 800;
  min-height: 44px;
  padding: 0.62rem 0.82rem;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-link:hover,
.nav-link:focus {
  background: rgba(23, 170, 226, 0.08);
  border-color: rgba(23, 170, 226, 0.18);
  color: var(--brand-strong);
  transform: translateY(-1px);
}

.nav-link.active {
  background: rgba(23, 170, 226, 0.1);
  border-color: rgba(23, 170, 226, 0.2);
  color: var(--brand-strong);
}

.navbar-toggler {
  align-items: center;
  background: #ffffff;
  border-color: var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink-950);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  padding: 0;
  width: 52px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(23, 170, 226, 0.16);
}

.navbar-toggler-icon {
  background-color: var(--ink-950);
  border-radius: 999px;
  display: block;
  height: 2px;
  position: relative;
  width: 22px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: var(--ink-950);
  border-radius: 999px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 22px;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-quote-btn {
  min-width: 190px;
}

.btn {
  align-items: center;
  background: var(--bs-btn-bg, transparent);
  border: 1px solid var(--bs-btn-border-color, transparent);
  border-radius: 999px;
  color: var(--bs-btn-color, inherit);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.46rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 0.75rem 1.12rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  user-select: none;
  white-space: normal;
}

.btn:hover,
.btn:focus-visible {
  background: var(--bs-btn-hover-bg, var(--bs-btn-bg, transparent));
  border-color: var(--bs-btn-hover-border-color, var(--bs-btn-border-color, transparent));
  color: var(--bs-btn-hover-color, var(--bs-btn-color, inherit));
  transform: translateY(-1px);
}

.btn-lg {
  font-size: 1rem;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--brand-strong);
  --bs-btn-hover-border-color: var(--brand-strong);
  box-shadow: 0 16px 34px rgba(23, 170, 226, 0.28);
}

.btn-light {
  --bs-btn-color: var(--ink-950);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-bg: #edf4f8;
  --bs-btn-hover-border-color: #edf4f8;
  box-shadow: 0 14px 30px rgba(8, 16, 28, 0.14);
}

.btn-outline-light {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.66);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.14);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.86);
}

.btn-cta-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #ffffff;
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.hero {
  --hero-image: url('/bg.jpg');
  --hero-mobile-image: url('/bg-mobile.jpg');
  --hero-position: 55% center;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 42%, rgba(5, 11, 18, 0.56) 70%, rgba(5, 11, 18, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.18) 0%, rgba(5, 11, 18, 0.03) 42%, rgba(5, 11, 18, 0.42) 100%),
    linear-gradient(120deg, rgba(23, 170, 226, 0.18) 0%, rgba(23, 170, 226, 0.05) 30%, rgba(23, 170, 226, 0) 52%),
    var(--hero-image) var(--hero-position) / cover no-repeat;
  background-color: #07101a;
  color: #ffffff;
  min-height: 74vh;
  overflow: clip;
  padding: 9.2rem 0 4.8rem;
  position: relative;
}

.hero::before {
  background: linear-gradient(180deg, rgba(23, 170, 226, 0.3), rgba(23, 170, 226, 0));
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 95px;
}

.hero.compact {
  min-height: 0;
  padding: calc(3.25rem + 96px) 0 4.2rem;
}

.hero h1,
.hero h2,
.hero h3 {
  color: #ffffff;
}

.hero p,
.hero .lead {
  color: rgba(255, 255, 255, 0.84);
}

.hero .lead {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.62;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.7rem;
}

.home-hero {
  min-height: 0;
  padding: calc(3rem + 96px) 0 4rem;
}

.home-hero .row {
  min-height: clamp(340px, 44vh, 470px);
}

.home-hero .lead {
  max-width: 680px;
}

.hero-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #17aae2;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  padding: 0.52rem 0.78rem;
}

.hero-quote-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-quote-card {
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 252, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(3, 10, 18, 0.28);
  color: var(--ink-950);
  max-width: 420px;
  padding: 1.25rem;
  width: 100%;
}

.hero-quote-card h2,
.hero-quote-card p {
  color: var(--ink-950);
}

.hero-quote-card h2 {
  font-size: 1.08rem;
  line-height: 1.22;
}

.hero-quote-card .btn {
  width: 100%;
}

.mini-label {
  align-items: center;
  background: #e8f5fb;
  border: 1px solid rgba(23, 170, 226, 0.2);
  border-radius: 999px;
  color: var(--brand-strong);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 0.9rem;
  padding: 0.42rem 0.64rem;
  text-transform: uppercase;
}

.quote-route {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.12);
  border-radius: 10px;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr auto 1fr;
  margin: 1rem 0;
  padding: 0.78rem;
}

.quote-route span {
  color: var(--ink-800);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
}

.quote-route i {
  color: var(--brand-strong);
}

.quote-brief-list {
  display: grid;
  gap: 0.62rem;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
}

.quote-brief-list li {
  align-items: center;
  color: var(--ink-800);
  display: flex;
  font-size: 0.9rem;
  font-weight: 750;
  gap: 0.55rem;
}

.quote-brief-list i {
  color: var(--success);
}

.panel-note {
  color: var(--ink-600) !important;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0.82rem 0 0;
}

.hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
}

.hero-points {
  display: grid;
  gap: 0.56rem;
  list-style: none;
  margin: 1.25rem 0 0;
  max-width: 760px;
  padding: 0;
}

.hero-points li {
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  font-size: 0.93rem;
  gap: 0.52rem;
  line-height: 1.45;
}

.hero-points i {
  color: #17aae2;
  flex: 0 0 auto;
}

.eyebrow {
  align-items: center;
  background: rgba(23, 170, 226, 0.08);
  border: 1px solid rgba(23, 170, 226, 0.14);
  border-radius: 999px;
  color: var(--brand-strong);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  line-height: 1.2;
  margin-bottom: 0.95rem;
  min-height: 34px;
  padding: 0.42rem 0.72rem;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #17aae2;
}

.breadcrumb {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 0.12rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0.85rem;
}

.breadcrumb a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.proof-strip {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.proof-item {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  min-width: 0;
  padding: 0.9rem;
}

.proof-item strong {
  color: #ffffff;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.16rem;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.83rem;
  line-height: 1.45;
}

.location-page .hero.compact {
  min-height: 0;
  padding: calc(3.25rem + 96px) 0 4.2rem;
}

.location-page .hero .col-lg-9 {
  max-width: 940px;
}

.location-page .hero .display-4 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: 0;
  line-height: 1.04;
  max-width: 900px;
  overflow-wrap: normal;
}

.location-page h2,
.location-page h3,
.location-page h4,
.location-page h5 {
  letter-spacing: 0;
}

.location-page .hero .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.6;
  max-width: 790px;
}

.location-page .proof-strip {
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1060px;
}

.location-page .proof-item {
  border-radius: 8px;
  padding: 0.95rem;
}

.location-page .proof-item strong {
  font-size: 0.88rem;
  line-height: 1.25;
}

.location-page .proof-item span {
  font-size: 0.8rem;
  line-height: 1.42;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-tight {
  padding: 3.7rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(248, 251, 254, 0.98) 0%, rgba(239, 245, 250, 0.98) 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.section-dark {
  background: linear-gradient(135deg, var(--night) 0%, var(--night-2) 100%);
}

.section-dark h2,
.section-dark h3,
.section-dark p {
  color: #ffffff;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.75);
}

.anchor-target {
  scroll-margin-top: 130px;
}

.intro-copy {
  color: var(--ink-700);
  font-size: 1.06rem;
  line-height: 1.72;
  max-width: 700px;
}

.route-link-grid,
.quote-list,
.route-list,
.badge-list {
  display: grid;
  gap: 0.82rem;
}

.route-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1.2rem;
}

.route-link-grid a {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.11);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 20px rgba(7, 16, 29, 0.045);
  color: var(--brand-strong);
  display: flex;
  font-size: 0.94rem;
  font-weight: 800;
  justify-content: space-between;
  min-height: 60px;
  padding: 0.85rem 0.95rem;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.route-link-grid a::after {
  content: '→';
  margin-left: 0.65rem;
}

.route-link-grid a:hover,
.route-link-grid a:focus {
  border-color: rgba(23, 170, 226, 0.28);
  box-shadow: 0 13px 26px rgba(7, 16, 29, 0.08);
  color: var(--ink-950);
  transform: translateY(-1px);
}

.page-outline {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 0;
}

.page-outline a {
  border-radius: 999px;
  justify-content: center;
  min-height: 48px;
  text-align: center;
}

.page-outline a::after {
  display: none;
}

.location-page #page-outline {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  border-top: 0;
  padding: 1rem 0;
}

.location-page .page-outline {
  gap: 0.55rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.location-page .page-outline a {
  border-radius: 8px;
  font-size: 0.88rem;
  min-height: 42px;
  padding: 0.58rem 0.7rem;
}

.location-page .section {
  padding: 4.6rem 0;
}

.location-page .section-tight {
  padding: 3.2rem 0;
}

.location-page .row.g-5 {
  --bs-gutter-x: 3rem;
}

.service-card,
.feature-card,
.faq-card,
.split-panel,
.quote-card,
.sector-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(26, 53, 80, 0.11);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.service-card,
.feature-card,
.faq-card,
.quote-card,
.sector-card {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  height: 100%;
  padding: 1.42rem 1.28rem 1.25rem;
}

.outcome-card,
.product-card {
  border-radius: 10px;
}

.product-card .mini-label {
  margin-bottom: 0.75rem;
  width: max-content;
}

.split-panel {
  padding: 1.72rem;
}

.location-page .service-card,
.location-page .feature-card,
.location-page .faq-card,
.location-page .split-panel,
.location-page .quote-card,
.location-page .sector-card {
  border-color: rgba(26, 53, 80, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 16, 29, 0.055);
}

.location-page .service-card {
  padding: 1.35rem;
}

.location-page .split-panel {
  padding: 1.45rem;
}

.location-page .faq-card {
  padding: 1.3rem 1.25rem;
}

.location-page .service-card:hover,
.location-page .feature-card:hover,
.location-page .faq-card:hover,
.location-page .split-panel:hover,
.location-page .quote-card:hover,
.location-page .sector-card:hover,
.location-page .service-card:focus-within,
.location-page .feature-card:focus-within,
.location-page .faq-card:focus-within,
.location-page .split-panel:focus-within,
.location-page .quote-card:focus-within,
.location-page .sector-card:focus-within {
  box-shadow: 0 16px 32px rgba(7, 16, 29, 0.075);
  transform: none;
}

.service-card:hover,
.feature-card:hover,
.faq-card:hover,
.split-panel:hover,
.quote-card:hover,
.sector-card:hover,
.service-card:focus-within,
.feature-card:focus-within,
.faq-card:focus-within,
.split-panel:focus-within,
.quote-card:focus-within,
.sector-card:focus-within {
  border-color: rgba(23, 170, 226, 0.28);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.service-card p,
.feature-card p,
.faq-card p,
.sector-card p {
  color: var(--ink-700);
  flex: 1 1 auto;
  font-size: 0.92rem;
  line-height: 1.62;
  margin-bottom: 1rem;
}

.service-card h3,
.feature-card h3,
.faq-card h3,
.sector-card h3 {
  font-size: 1.08rem;
  line-height: 1.24;
  margin-bottom: 0.58rem;
}

.icon-box {
  align-items: center;
  background: linear-gradient(180deg, var(--brand-soft-2) 0%, var(--brand-soft) 100%);
  border: 1px solid rgba(23, 170, 226, 0.2);
  border-radius: 10px;
  color: var(--brand-strong);
  display: inline-flex;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 42px;
}

.step-number {
  align-items: center;
  background: linear-gradient(180deg, #f5f8fc 0%, #edf4f9 100%);
  border: 1px solid rgba(26, 53, 80, 0.14);
  border-radius: var(--radius-sm);
  color: var(--ink-950);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  height: 35px;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 35px;
}

.link-arrow {
  align-items: center;
  color: var(--brand-strong);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.34rem;
  text-decoration: none;
}

.link-arrow:hover {
  color: var(--ink-950);
}

.service-card .link-arrow,
.quote-card .link-arrow,
.sector-card .link-arrow {
  margin-top: auto;
  padding-top: 0.45rem;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  align-items: flex-start;
  color: var(--ink-800);
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.82rem;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list i {
  color: var(--success);
  margin-top: 0.18rem;
}

.badge-list {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 1.05rem;
}

.badge-list span,
.route-list span,
.quote-list span {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(26, 53, 80, 0.11);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(7, 16, 29, 0.04);
  color: var(--ink-800);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.8rem 0.9rem;
}

.route-list,
.quote-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.05rem;
}

.location-page .badge-list {
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.location-page .badge-list span,
.location-page .route-list span,
.location-page .quote-list span {
  border-radius: 8px;
  font-size: 0.88rem;
  padding: 0.72rem 0.82rem;
}

.location-page .route-link-grid {
  gap: 0.65rem;
}

.location-page .route-link-grid a {
  border-radius: 8px;
  min-height: 54px;
  padding: 0.78rem 0.88rem;
}

.coverage-showcase {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(4, 10, 17, 0.32);
  padding: 2rem 1.8rem;
}

.coverage-showcase .eyebrow {
  background: rgba(125, 223, 255, 0.1);
  border-color: rgba(125, 223, 255, 0.22);
  color: #7ddfff;
}

.coverage-showcase .intro-copy {
  color: rgba(255, 255, 255, 0.8);
}

.coverage-meta {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.coverage-meta span {
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  font-size: 0.93rem;
  font-weight: 700;
  gap: 0.52rem;
}

.coverage-meta i {
  color: #17aae2;
  flex: 0 0 auto;
}

.coverage-image {
  min-height: 320px;
}

.coverage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 0.95rem;
}

.coverage-links a {
  align-items: center;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  min-height: 40px;
  padding: 0.48rem 0.82rem;
  text-decoration: none;
}

.coverage-links a:hover,
.coverage-links a:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.image-panel {
  background:
    linear-gradient(125deg, rgba(10, 17, 26, 0.74), rgba(10, 17, 26, 0.36)),
    url('/ferrybridge.jpg') center/cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  min-height: 360px;
}

.comparison-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-column {
  border: 1px solid rgba(26, 53, 80, 0.12);
  border-radius: 10px;
  display: grid;
  gap: 0.72rem;
  padding: 1.2rem;
}

.comparison-column h3 {
  margin-bottom: 0.2rem;
}

.comparison-column span {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 8px;
  color: var(--ink-800);
  display: flex;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: 46px;
  padding: 0.7rem 0.78rem;
}

.comparison-muted {
  background: linear-gradient(180deg, #f6f9fc 0%, #eef4f8 100%);
}

.comparison-muted h3 {
  color: var(--ink-700);
}

.comparison-strong {
  background: linear-gradient(180deg, #e9f7ee 0%, #f4fbf7 100%);
  border-color: rgba(29, 127, 94, 0.2);
  box-shadow: 0 18px 38px rgba(29, 127, 94, 0.08);
}

.comparison-strong h3 {
  color: var(--success);
}

.comparison-strong span {
  border-color: rgba(29, 127, 94, 0.14);
}

.cta-band {
  background: linear-gradient(132deg, #0a6d95 0%, #17aae2 52%, #158261 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.cta-band::before {
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cta-shell {
  background: linear-gradient(135deg, rgba(10, 18, 28, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 24px 56px rgba(9, 14, 21, 0.26);
  padding: 1.65rem 1.7rem;
  position: relative;
}

.cta-band h2,
.cta-band p {
  color: #ffffff;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  margin-top: 0.84rem;
}

body.home-page {
  background:
    linear-gradient(180deg, #fbfdff 0%, #f5f9fc 52%, #edf3f8 100%);
}

.home-page .navbar {
  border-bottom: 1px solid rgba(194, 209, 222, 0.72);
  box-shadow: 0 10px 32px rgba(8, 16, 28, 0.08);
}

.home-page .navbar .container {
  min-height: 90px;
}

.home-page .nav-link {
  color: var(--ink-950);
}

.home-page .nav-link:hover,
.home-page .nav-link:focus {
  background: rgba(23, 170, 226, 0.08);
  border-color: rgba(23, 170, 226, 0.14);
  color: var(--brand-strong);
}

.home-page .nav-quote-btn,
.home-page .btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #17aae2;
  --bs-btn-border-color: #17aae2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1184b3;
  --bs-btn-hover-border-color: #1184b3;
  border-width: 1px;
  box-shadow: 0 14px 28px rgba(23, 170, 226, 0.22);
}

.home-page .btn-light {
  --bs-btn-color: #0b1220;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.68);
  --bs-btn-hover-bg: #e7f5fb;
  --bs-btn-hover-border-color: rgba(140, 228, 255, 0.7);
  border-width: 1px;
  box-shadow: 0 14px 30px rgba(5, 11, 18, 0.18);
}

.home-page .btn:hover,
.home-page .btn:focus-visible {
  transform: translateY(-1px);
}

.home-page .hero {
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.95) 0%, rgba(5, 11, 18, 0.88) 48%, rgba(5, 11, 18, 0.58) 100%),
    linear-gradient(120deg, rgba(23, 170, 226, 0.24), rgba(23, 170, 226, 0) 54%),
    var(--hero-image) var(--hero-position) / cover no-repeat;
  background-color: #07101d;
  border-bottom: 1px solid rgba(23, 170, 226, 0.32);
  color: #ffffff;
  padding: calc(3.45rem + 90px) 0 4.7rem;
}

.home-page .hero::before {
  background: linear-gradient(90deg, rgba(140, 228, 255, 0.82), rgba(23, 170, 226, 0.18));
  top: 91px;
}

.home-page .hero h1,
.home-page .hero h2,
.home-page .hero h3 {
  color: #ffffff;
}

.home-page .hero p,
.home-page .hero .lead {
  color: rgba(255, 255, 255, 0.86);
}

.home-page .home-hero .display-3 {
  font-size: clamp(2.38rem, 4.65vw, 4.35rem);
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.01;
  max-width: 950px;
}

.home-page .home-hero .lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 1.42vw, 1.2rem);
  line-height: 1.62;
  max-width: 780px;
}

.home-page .hero-kicker,
.home-page .eyebrow,
.home-page .mini-label {
  background: rgba(23, 170, 226, 0.09);
  border: 1px solid rgba(23, 170, 226, 0.16);
  border-radius: 999px;
  color: var(--brand-strong);
  box-shadow: none;
}

.home-page .hero-kicker {
  background: rgba(140, 228, 255, 0.12);
  border-color: rgba(140, 228, 255, 0.32);
  color: #17aae2;
  font-size: 0.88rem;
  padding: 0.55rem 0.84rem;
}

.home-page .eyebrow {
  font-size: 0.92rem;
  margin-bottom: 1rem;
  min-height: 38px;
  padding: 0.48rem 0.78rem;
}

.home-page .mini-label {
  background: #e7f5fb;
  font-size: 0.76rem;
  padding: 0.42rem 0.66rem;
}

.home-page .hero-points {
  gap: 0.72rem;
  max-width: 840px;
}

.home-page .hero-points li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  padding: 0.72rem 0.8rem;
}

.home-page .hero-points i {
  color: #17aae2;
  margin-top: 0.12rem;
}

.home-page .proof-item,
.home-page .hero-quote-card,
.home-page .service-card,
.home-page .feature-card,
.home-page .faq-card,
.home-page .split-panel,
.home-page .comparison-column,
.home-page .coverage-showcase,
.home-page .cta-shell {
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.home-page .proof-item {
  backdrop-filter: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.home-page .proof-item strong {
  color: #ffffff;
  font-size: 0.96rem;
}

.home-page .proof-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.home-page .hero-quote-card {
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 252, 0.94));
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(3, 10, 18, 0.3);
  padding: 1.35rem;
}

.home-page .quote-route,
.home-page .quote-list span,
.home-page .comparison-column span {
  background: rgba(248, 252, 255, 0.9);
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 10px;
  box-shadow: none;
}

.home-page .section {
  padding: 5rem 0;
}

.home-page .section-head {
  align-items: end;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.7fr);
  margin-bottom: 2.35rem;
}

.home-page .section-head.centered {
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
  grid-template-columns: 1fr;
}

.home-page .section-head h2 {
  margin-bottom: 0;
}

.home-page .section-head p {
  color: var(--ink-700);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.62;
  margin: 0;
}

.home-page .section h2 {
  font-size: clamp(1.9rem, 3.35vw, 3rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.home-page .section p {
  font-size: 1.03rem;
  line-height: 1.66;
}

.home-page .service-card,
.home-page .feature-card,
.home-page .faq-card,
.home-page .split-panel,
.home-page .comparison-column {
  padding: 1.55rem;
}

.home-page .service-card h3,
.home-page .feature-card h3,
.home-page .faq-card h3,
.home-page .split-panel h3,
.home-page .comparison-column h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  letter-spacing: -0.012em;
  line-height: 1.18;
}

.home-page .service-card p,
.home-page .feature-card p,
.home-page .faq-card p {
  font-size: 0.98rem;
  line-height: 1.58;
}

.home-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bento-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 0.86rem;
  grid-column: span 2;
  min-height: 220px;
  padding: 1.45rem;
  position: relative;
  overflow: hidden;
}

.bento-card::after {
  background: radial-gradient(circle, rgba(23, 170, 226, 0.12), rgba(23, 170, 226, 0));
  content: '';
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
}

.bento-card-large {
  grid-column: span 4;
  min-height: 320px;
  padding: 1.75rem;
}

.bento-card-accent {
  background:
    linear-gradient(135deg, rgba(23, 170, 226, 0.94), rgba(21, 130, 97, 0.92)),
    #17aae2;
  color: #ffffff;
  grid-column: span 3;
}

.bento-card h3 {
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

.bento-card p {
  color: var(--ink-700);
  font-size: 1rem;
  line-height: 1.62;
  margin: 0;
}

.bento-card-large h3 {
  font-size: clamp(1.78rem, 3vw, 2.55rem);
  max-width: 720px;
}

.bento-card-large p {
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  max-width: 720px;
}

.bento-card-accent h3,
.bento-card-accent p {
  color: #ffffff;
}

.bento-card-accent p {
  color: rgba(255, 255, 255, 0.82);
}

.proof-layout {
  align-items: center;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.proof-copy {
  max-width: 620px;
}

.movement-record-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
  border: 1px solid rgba(26, 53, 80, 0.12);
  border-radius: 22px;
  box-shadow: 0 28px 72px rgba(7, 16, 29, 0.12);
  overflow: hidden;
}

.record-card-header {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(23, 170, 226, 0.12), rgba(140, 228, 255, 0.1));
  border-bottom: 1px solid rgba(26, 53, 80, 0.09);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.35rem;
}

.record-card-header strong {
  color: var(--ink-950);
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  line-height: 1.18;
}

.record-list {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.25rem;
}

.record-list div {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 12px;
  color: var(--ink-800);
  display: flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0.75rem 0.85rem;
}

.record-list i {
  color: #1d7f5e;
}

.record-card-footer {
  align-items: center;
  border-top: 1px solid rgba(26, 53, 80, 0.09);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.25rem;
}

.record-card-footer p {
  font-size: 0.96rem;
  line-height: 1.5;
  margin: 0;
}

.service-showcase {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-showcase .service-card {
  min-height: 100%;
}

.service-card-featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(232, 245, 251, 0.9));
  border-color: rgba(23, 170, 226, 0.24);
  box-shadow: 0 24px 64px rgba(23, 170, 226, 0.12);
}

.process-lane {
  counter-reset: process;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.process-step {
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  min-height: 238px;
  padding: 1.4rem;
}

.process-step h3 {
  font-size: clamp(1.08rem, 1.4vw, 1.2rem);
  margin-top: 1rem;
}

.process-step p {
  font-size: 0.97rem;
  line-height: 1.58;
}

.comparison-panel {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.comparison-copy {
  max-width: 560px;
}

.home-page .section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96));
  border-bottom: 1px solid rgba(194, 209, 222, 0.55);
  border-top: 1px solid rgba(194, 209, 222, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(255, 255, 255, 0.62);
}

.home-page .service-card,
.home-page .feature-card,
.home-page .faq-card {
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-page .service-card:hover,
.home-page .feature-card:hover,
.home-page .faq-card:hover,
.home-page .service-card:focus-within,
.home-page .feature-card:focus-within,
.home-page .faq-card:focus-within {
  border-color: rgba(23, 170, 226, 0.28);
  box-shadow: 0 24px 48px rgba(7, 16, 29, 0.12);
  transform: translateY(-3px);
}

.home-page .icon-box,
.home-page .step-number {
  background: linear-gradient(135deg, rgba(23, 170, 226, 0.14), rgba(140, 228, 255, 0.24));
  border: 1px solid rgba(23, 170, 226, 0.16);
  border-radius: 12px;
  color: var(--brand-strong);
  box-shadow: none;
}

.home-page .link-arrow {
  color: var(--ink-950);
}

.home-page .link-arrow:hover {
  color: var(--brand-strong);
}

.home-page .section-dark {
  background:
    radial-gradient(circle at top left, rgba(23, 170, 226, 0.2), rgba(23, 170, 226, 0)),
    #0d1825;
  border-bottom: 1px solid rgba(140, 228, 255, 0.12);
  border-top: 1px solid rgba(140, 228, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(140, 228, 255, 0.08), inset 0 -1px 0 rgba(140, 228, 255, 0.08);
}

.home-page .section-dark .coverage-showcase {
  background: linear-gradient(135deg, rgba(10, 18, 28, 0.92), rgba(14, 31, 47, 0.9));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-lg);
}

.home-page .coverage-showcase .eyebrow {
  background: rgba(140, 228, 255, 0.12);
  color: #17aae2;
}

.home-page .coverage-links a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
}

.home-page .comparison-muted {
  background: #f7fbff;
}

.home-page .comparison-strong {
  background: #ecfbf2;
  border-color: rgba(29, 127, 94, 0.18);
  box-shadow: 0 18px 38px rgba(29, 127, 94, 0.1);
}

.home-page .cta-band {
  background: linear-gradient(132deg, #0a6d95 0%, #17aae2 52%, #158261 100%);
  border-bottom: 0;
  border-top: 0;
  color: #ffffff;
}

.home-page .cta-band::before {
  display: block;
}

.home-page .cta-shell {
  background: linear-gradient(135deg, rgba(10, 18, 28, 0.22), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.home-page .cta-band h2,
.home-page .cta-band p {
  color: #ffffff;
}

.home-page .btn-cta-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  box-shadow: none;
}

.home-page .btn-cta-secondary:hover,
.home-page .btn-cta-secondary:focus-visible {
  background: #1f2d3f;
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.table-clean {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.98) 100%);
  border: 1px solid rgba(26, 53, 80, 0.11);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.table-clean .row-line {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 200px 1fr;
  padding: 1rem;
}

.table-clean .row-line:last-child {
  border-bottom: 0;
}

.table-clean strong {
  color: var(--ink-950);
}

.sticky-call {
  display: none !important;
}

.sticky-actions {
  --ovm-contact-edge-bottom: max(1.35rem, calc(env(safe-area-inset-bottom) + 1.15rem));
  --ovm-contact-icon-size: 48px;
  --ovm-contact-pill-gap: 0.62rem;
  --ovm-whatsapp-action-width: 176px;
  background: transparent;
  border: 0;
  bottom: var(--ovm-contact-edge-bottom);
  box-shadow: none;
  display: grid;
  gap: 0;
  left: auto;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: max(calc(1.1rem + var(--ovm-whatsapp-action-width) + var(--ovm-contact-pill-gap)), calc(env(safe-area-inset-right) + var(--ovm-whatsapp-action-width) + var(--ovm-contact-pill-gap)));
  transform: translateY(14px) scale(0.98);
  transition: transform 0.22s ease, opacity 0.22s ease;
  width: calc((var(--ovm-contact-icon-size) * 2) + var(--ovm-contact-pill-gap));
  z-index: 1045;
}

.sticky-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-actions__buttons {
  display: grid;
  gap: var(--ovm-contact-pill-gap);
  grid-template-columns: repeat(2, var(--ovm-contact-icon-size));
}

.sticky-action {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(10, 18, 28, 0.12);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 0;
  height: var(--ovm-contact-icon-size);
  justify-content: center;
  line-height: 1.1;
  min-height: var(--ovm-contact-icon-size);
  min-width: 0;
  padding: 0;
  text-decoration: none;
  white-space: normal;
  width: var(--ovm-contact-icon-size);
}

.sticky-action-call {
  background: linear-gradient(135deg, #17aae2 0%, #0a6d95 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.sticky-action-email {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 255, 0.96) 100%);
  border: 1px solid rgba(23, 170, 226, 0.22);
  color: var(--brand-strong);
}

.sticky-action i {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.sticky-action-call i {
  background: rgba(255, 255, 255, 0.2);
}

.sticky-action-email i {
  background: rgba(23, 170, 226, 0.12);
}

.sticky-action__copy {
  display: none;
}

.sticky-action__label {
  font-size: 0.82rem;
  line-height: 1.05;
}

.sticky-action__detail {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
  opacity: 0.78;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.terms-list {
  margin: 0;
  padding-left: 1.2rem;
}

.terms-list > li {
  margin-bottom: 1.1rem;
}

.terms-list strong {
  color: var(--ink-950);
}

.footer {
  background:
    linear-gradient(180deg, rgba(23, 170, 226, 0.08), rgba(23, 170, 226, 0)),
    #0d1825;
  border-top: 4px solid #0bb7f5;
  color: #ffffff;
  padding: 3.45rem 0 3rem;
}

.footer p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer-main {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.35fr);
}

.footer-brand {
  display: grid;
  gap: 0.95rem;
  max-width: 430px;
}

.footer-brand-link {
  display: inline-flex;
  width: fit-content;
}

.footer-logo {
  height: 58px;
  width: auto;
}

.footer-contact,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.footer-contact a,
.footer-nav a,
.footer-bottom a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.36rem;
  min-height: 40px;
  padding: 0.52rem 0.85rem;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.35rem;
}

.table-clean span,
.split-panel a,
.nav-link,
p,
li,
h1,
h2,
h3,
h4 {
  overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) {
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .navbar .container {
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 90px;
  }

  .navbar-brand img {
    height: 67px;
  }

  .navbar-collapse {
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid rgba(194, 209, 222, 0.88);
    border-radius: 18px;
    box-shadow: 0 24px 44px rgba(8, 16, 28, 0.14);
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 0.7rem;
    padding: 0.7rem;
    width: 100%;
  }

  .navbar-nav {
    align-items: stretch;
    gap: 0.18rem;
  }

  .nav-link {
    font-size: 0.98rem;
    min-height: 48px;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-nav .btn {
    width: 100%;
  }

  .nav-quote-btn {
    min-width: 0;
  }

  .hero {
    min-height: 0;
    padding: calc(2.85rem + 90px) 0 3.55rem;
  }

  .home-hero {
    padding: calc(2.85rem + 90px) 0 3.55rem;
  }

  .home-hero .row {
    min-height: 0;
  }

  .hero-quote-panel {
    justify-content: flex-start;
  }

  .hero-quote-card {
    max-width: 100%;
  }

  .hero.compact {
    padding: calc(2.85rem + 90px) 0 3.55rem;
  }

  .location-page .hero.compact {
    padding: calc(2.85rem + 90px) 0 3.55rem;
  }

  .location-page .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-page .page-outline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 4.25rem 0;
  }

  .section-tight {
    padding: 3.2rem 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  body {
    font-size: 1.04rem;
    line-height: 1.7;
  }

  h1,
  .display-3 {
    font-size: clamp(2.45rem, 10.2vw, 3.2rem);
    line-height: 1.01;
  }

  h2,
  .display-4 {
    font-size: clamp(1.92rem, 7.6vw, 2.45rem);
    line-height: 1.05;
  }

  .navbar {
    padding: 0.4rem 0;
  }

  .navbar .container {
    gap: 0.7rem;
    min-height: 84px;
  }

  .navbar-brand img {
    height: 68px;
  }

  .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 58%, rgba(5, 11, 18, 0.6) 100%),
      linear-gradient(180deg, rgba(5, 11, 18, 0.16) 0%, rgba(5, 11, 18, 0.44) 100%),
      linear-gradient(120deg, rgba(23, 170, 226, 0.16) 0%, rgba(23, 170, 226, 0) 48%),
      var(--hero-mobile-image) center center / cover no-repeat;
    padding: calc(2.35rem + 84px) 0 2.85rem;
  }

  .home-hero .row {
    min-height: 0;
  }

  .hero .lead {
    font-size: 1.12rem;
    line-height: 1.68;
    max-width: 100%;
  }

  .hero-actions {
    gap: 0.62rem;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points {
    gap: 0.68rem;
    margin-top: 1.1rem;
    grid-template-columns: 1fr;
  }

  .hero-points li {
    align-items: flex-start;
    font-size: 1.02rem;
    gap: 0.6rem;
    line-height: 1.48;
    padding: 0.8rem;
  }

  .proof-strip,
  .location-page .proof-strip {
    grid-template-columns: 1fr;
  }

  .hp-pain-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hp-transform-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hp-feature-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hp-steps-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .service-showcase {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hp-trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .section-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-head > div {
    justify-items: center;
  }

  .section-head p {
    text-align: center;
  }
}

/* Contact and CTA clarity overrides. */
:root {
  --ovm-logo-blue: #17aae2;
  --ovm-logo-blue-hover: #1184b3;
}

.btn-primary,
.nav-quote-btn,
.sticky-action-call {
  background: var(--ovm-logo-blue) !important;
  background-image: none !important;
  border-color: var(--ovm-logo-blue) !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.nav-quote-btn:hover,
.nav-quote-btn:focus-visible,
.sticky-action-call:hover,
.sticky-action-call:focus-visible {
  background: var(--ovm-logo-blue-hover) !important;
  background-image: none !important;
  border-color: var(--ovm-logo-blue-hover) !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .sticky-action {
    min-height: 54px;
  }

  .sticky-action__copy {
    gap: 0.1rem;
  }

  .sticky-action__label {
    display: block;
    font-size: 1.08rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
  }

  .sticky-action__detail {
    display: block;
    font-size: 0.72rem;
    line-height: 1.08;
    opacity: 0.82;
  }
}

  body {
    font-size: 1.04rem;
    line-height: 1.7;
  }

  h1,
  .display-3 {
    font-size: clamp(2.08rem, 8.6vw, 2.75rem);
    line-height: 1.06;
  }

  h2,
  .display-4 {
    font-size: clamp(1.58rem, 6.5vw, 2.05rem);
    line-height: 1.1;
  }

  h3,
  .h5,
  .h4 {
    line-height: 1.18;
  }

  .section,
  .section-tight,
  .hero,
  .footer {
    overflow-x: clip;
  }

  .navbar {
    padding: 0.4rem 0;
  }

  .navbar .container {
    gap: 0.7rem;
    min-height: 84px;
  }

  .navbar-brand img {
    height: 61px;
  }

  .navbar-toggler {
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(8, 16, 28, 0.08);
  }

  .navbar-collapse {
    margin-top: 0.4rem;
    padding: 0.62rem;
  }

  .coverage-showcase {
    padding: 1.35rem 1.1rem;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 58%, rgba(5, 11, 18, 0.6) 100%),
      linear-gradient(180deg, rgba(5, 11, 18, 0.16) 0%, rgba(5, 11, 18, 0.44) 100%),
      linear-gradient(120deg, rgba(23, 170, 226, 0.16) 0%, rgba(23, 170, 226, 0) 48%),
      var(--hero-mobile-image) center center / cover no-repeat;
    padding: calc(2.35rem + 84px) 0 2.85rem;
  }

  .home-hero {
    padding: calc(2.35rem + 84px) 0 2.85rem;
  }

  .home-hero .row {
    min-height: 0;
  }

  .hero .lead {
    font-size: 1.02rem;
    line-height: 1.62;
    max-width: 100%;
  }

  .location-page .hero .display-4 {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
    line-height: 1.06;
  }

  .location-page .hero .lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 0.62rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points {
    gap: 0.68rem;
    margin-top: 1.1rem;
  }

  .hero-points li {
    align-items: flex-start;
    font-size: 0.96rem;
    gap: 0.6rem;
    line-height: 1.48;
  }

  .hero-kicker {
    align-items: flex-start;
    border-radius: 8px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .eyebrow {
    border-radius: 8px;
    font-size: 0.84rem;
    line-height: 1.28;
    min-height: 0;
    padding: 0.42rem 0.62rem;
  }

  .mini-label {
    border-radius: 8px;
    font-size: 0.74rem;
  }

  .hero-proof,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .hero-quote-card {
    border-radius: 10px;
    padding: 1.1rem;
  }

  .quote-route {
    grid-template-columns: 1fr;
  }

  .quote-route i {
    transform: rotate(90deg);
  }

  .intro-copy,
  .service-card p,
  .feature-card p,
  .faq-card p,
  .quote-card p,
  .sector-card p,
  .split-panel p,
  .coverage-showcase p,
  .footer p,
  .table-clean span,
  .terms-list,
  .route-link-grid a,
  .quote-list span,
  .coverage-meta span {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .check-list li,
  .route-list li,
  .badge-list li,
  .quote-list span {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .service-card,
  .feature-card,
  .faq-card,
  .quote-card,
  .sector-card,
  .split-panel {
    padding: 1.25rem 1.05rem 1.18rem;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .location-page .proof-strip {
    gap: 0.58rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
  }

  .location-page .proof-item {
    padding: 0.82rem 0.9rem;
  }

  .location-page #page-outline {
    padding: 0.75rem 0;
  }

  .location-page .page-outline {
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-page .page-outline a {
    font-size: 0.86rem;
    min-height: 40px;
    padding: 0.52rem 0.55rem;
  }

  .location-page .section {
    padding: 3.4rem 0;
  }

  .location-page .section-tight {
    padding: 2.6rem 0;
  }

  .route-list,
  .quote-list {
    grid-template-columns: 1fr;
  }

  .table-clean .row-line {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .cta-shell {
    padding: 1.35rem 1.1rem;
  }

  .sticky-actions {
    --ovm-contact-edge-bottom: max(0.72rem, calc(env(safe-area-inset-bottom) + 0.72rem));
    --ovm-contact-pill-gap: 0.42rem;
    --ovm-contact-pill-height: 44px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(248, 252, 255, 0.97);
    border: 1px solid rgba(204, 221, 234, 0.9);
    border-radius: 19px;
    bottom: var(--ovm-contact-edge-bottom);
    box-shadow: 0 14px 30px rgba(7, 16, 29, 0.14), 0 1px 0 rgba(255, 255, 255, 0.86) inset;
    display: grid;
    gap: 0;
    left: 0.72rem;
    opacity: 0;
    padding: 0.44rem;
    pointer-events: none;
    position: fixed;
    right: 0.72rem;
    transform: translateY(18px);
    transition: transform 0.25s ease, opacity 0.25s ease;
    width: auto;
    z-index: 1045;
  }

  .sticky-actions__buttons {
    gap: var(--ovm-contact-pill-gap);
    grid-template-columns: 1fr;
  }

  .sticky-actions.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sticky-action {
    border-radius: 15px;
    font-size: 0.86rem;
    gap: 0.48rem;
    height: var(--ovm-contact-pill-height);
    justify-content: flex-start;
    min-height: var(--ovm-contact-pill-height);
    padding: 0.48rem 0.72rem;
    line-height: 1.15;
    width: 100%;
  }

  .sticky-action i {
    height: 28px;
    width: 28px;
  }

  .sticky-action__copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    min-width: 0;
  }

  .sticky-action__label {
    display: none;
  }

  .sticky-action__detail {
    display: block;
    font-size: 0.84rem;
    line-height: 1.08;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sticky-action-call {
    box-shadow: 0 12px 24px rgba(23, 170, 226, 0.26);
  }

  .sticky-action-email {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  body.ovm-whatsapp-open .sticky-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
  }

  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .navbar-brand img {
    height: 56px;
  }

  body {
    font-size: 1rem;
  }

  .home-hero {
    padding: calc(2.2rem + 84px) 0 2.65rem;
  }

  .hero.compact {
    padding: calc(2.2rem + 84px) 0 2.65rem;
  }

  .home-hero .row {
    min-height: 0;
  }

  h1,
  .display-3 {
    font-size: clamp(1.95rem, 9vw, 2.38rem);
  }

  h2,
  .display-4 {
    font-size: clamp(1.42rem, 7vw, 1.82rem);
  }

  .hero .lead {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-points li {
    font-size: 0.98rem;
  }

  .sticky-actions {
    left: 0.62rem;
    padding: 0.38rem;
    right: 0.62rem;
    width: auto;
  }

  .sticky-action {
    font-size: 0.86rem;
    min-height: var(--ovm-contact-pill-height);
  }

  .sticky-action__detail {
    font-size: 0.78rem;
  }

  .location-page .breadcrumb {
    border-radius: 8px;
    font-size: 0.78rem;
    margin-bottom: 1.05rem;
    padding: 0.42rem 0.58rem;
  }

  .location-page .hero-actions .btn {
    justify-content: center;
  }

  .location-page .route-link-grid:not(.page-outline) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .home-page .navbar .container {
    min-height: 84px;
  }

  .home-page .navbar-collapse {
    border: 1px solid rgba(194, 209, 222, 0.88);
    border-radius: 18px;
    box-shadow: 0 24px 44px rgba(8, 16, 28, 0.14);
  }

  .home-page .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 58%, rgba(5, 11, 18, 0.62) 100%),
      linear-gradient(120deg, rgba(23, 170, 226, 0.2), rgba(23, 170, 226, 0) 52%),
      var(--hero-mobile-image) center / cover no-repeat;
    padding: calc(2.65rem + 84px) 0 3.45rem;
  }

  .home-page .hero::before {
    top: 85px;
  }

  .home-page .hero-quote-panel {
    justify-content: flex-start;
  }

  .home-page .hero-quote-card {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-page .section {
    padding: 3.65rem 0;
  }

  .home-page .section-head,
  .proof-layout,
  .comparison-panel {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(2.08rem, 9vw, 2.9rem);
    line-height: 1.04;
  }

  .home-page .home-hero .lead {
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .home-page .hero-actions .btn {
    justify-content: center;
  }

  .home-page .hero-points li {
    padding: 0.68rem 0.72rem;
  }

  .home-page .section h2 {
    font-size: clamp(1.72rem, 7.4vw, 2.28rem);
    line-height: 1.08;
  }

  .home-page .service-card,
  .home-page .feature-card,
  .home-page .faq-card,
  .home-page .split-panel,
  .home-page .comparison-column {
    padding: 1.25rem 1.05rem 1.18rem;
  }

  .home-bento,
  .service-showcase,
  .process-lane,
  .record-list {
    grid-template-columns: 1fr;
  }

  .bento-card,
  .bento-card-large,
  .bento-card-accent {
    grid-column: auto;
    min-height: 0;
    padding: 1.25rem;
  }

  .bento-card-large h3 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .record-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .record-card-footer .btn {
    width: 100%;
  }

  .home-page .proof-item,
  .home-page .hero-quote-card,
  .home-page .service-card,
  .home-page .feature-card,
  .home-page .faq-card,
  .home-page .split-panel,
  .home-page .comparison-column,
  .home-page .coverage-showcase,
  .home-page .cta-shell,
  .home-page .comparison-strong {
    box-shadow: var(--shadow-sm);
  }

  .home-page .section-dark .coverage-showcase {
    box-shadow: var(--shadow-lg);
  }

  .home-page .hero .proof-item {
    box-shadow: none;
  }

  .home-page .hero-kicker,
  .home-page .eyebrow,
  .home-page .mini-label {
    border-radius: 8px;
    box-shadow: none;
  }
}

@media (max-width: 420px) {
  .home-page .hero {
    padding: calc(2.35rem + 82px) 0 2.8rem;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(1.92rem, 9.2vw, 2.42rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .service-card,
  .feature-card,
  .faq-card,
  .split-panel,
  .route-link-grid a,
  .sticky-actions {
    transition: none !important;
  }
}
/* ═══════════════════════════════════════════════════════
   OVM HOMEPAGE REDESIGN v2 - Premium High-Converting Layout
   All styles scoped under .home-page
   ═══════════════════════════════════════════════════════ */

/* ── TYPOGRAPHY SCALE ── */
.home-page .home-hero .display-3 {
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.95;
  max-width: 980px;
}

.home-page .section h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.home-page .section p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.home-page .home-hero .lead {
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.68;
  max-width: 760px;
}

/* ── HERO REFINEMENT ── */
.home-page .hero {
  padding: calc(4rem + 90px) 0 5.5rem;
}

.home-page .hero-inner {
  max-width: 980px;
}

.home-page .hero-actions {
  margin-top: 2.2rem;
  gap: 0.85rem;
}

.home-page .hero-actions .btn-lg {
  font-size: 1.06rem;
  min-height: 56px;
  padding: 1rem 1.6rem;
}

/* Hero Metrics */
.hp-hero-metrics {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.8rem;
  max-width: 760px;
}

.hp-hero-metric {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  padding: 1.1rem 1rem;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hp-hero-metric:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(23, 170, 226, 0.35);
  transform: translateY(-2px);
}

.hp-hero-metric strong {
  color: #ffffff;
  display: block;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.hp-hero-metric span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 0.88rem;
  line-height: 1.4;
}

/* ── SECTION SPACING ── */
.home-page .section {
  padding: 6.5rem 0;
}

.home-page .section-tight {
  padding: 4rem 0;
}

/* ── SOCIAL PROOF BAR ── */
.hp-social-bar {
  background: linear-gradient(180deg, #ffffff, #f7fbfe);
  border-bottom: 1px solid rgba(194, 209, 222, 0.6);
  border-top: 1px solid rgba(23, 170, 226, 0.08);
  padding: 1.8rem 0;
  position: relative;
}

.hp-social-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.hp-social-text {
  color: var(--ink-600);
  font-size: 0.94rem;
  font-weight: 700;
}

.hp-social-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hp-social-badge {
  align-items: center;
  background: linear-gradient(180deg, #f7fbff, #edf4f9);
  border: 1px solid rgba(23, 170, 226, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(23, 170, 226, 0.08);
  color: var(--ink-950);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
}

.hp-social-badge i {
  color: var(--brand);
  font-size: 0.92rem;
}

/* ── PAIN SECTION ── */
.hp-pain-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
}

.hp-pain-card {
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7, 16, 29, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.8rem 1.5rem;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hp-pain-card:hover {
  border-color: rgba(175, 111, 18, 0.28);
  box-shadow: 0 20px 48px rgba(7, 16, 29, 0.1);
  transform: translateY(-3px);
}

.hp-pain-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(23, 170, 226, 0.12), rgba(23, 170, 226, 0.04));
  border: 1px solid rgba(23, 170, 226, 0.18);
  border-radius: 12px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.15rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.hp-pain-card h3 {
  color: var(--ink-950);
  font-size: 1.22rem;
  font-weight: 820;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0.3rem 0 0;
}

.hp-pain-card p {
  color: var(--ink-700);
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 0;
}

/* ── TRANSFORM (Before/After) ── */
.hp-transform-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.8rem;
}

.hp-transform-col {
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.hp-transform-header {
  padding: 1.3rem 1.5rem 1rem;
}

.hp-transform-header h3 {
  font-size: 1.15rem;
  font-weight: 820;
  margin: 0;
}

.hp-transform-items {
  display: grid;
  gap: 0.55rem;
  padding: 0 1.2rem 1.4rem;
}

.hp-transform-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.08);
  border-radius: 10px;
  color: var(--ink-800);
  display: flex;
  font-size: 0.96rem;
  font-weight: 750;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
}

.hp-transform-col--before {
  background: linear-gradient(180deg, #f6f8fb, #eef2f6);
}

.hp-transform-col--before .hp-transform-header h3 {
  color: var(--ink-600);
}

.hp-transform-col--before .hp-transform-item i {
  color: var(--warning);
}

.hp-transform-col--after {
  background: linear-gradient(180deg, #eefaff, #fbfdff);
  border-color: rgba(23, 170, 226, 0.22);
  box-shadow: 0 20px 48px rgba(23, 170, 226, 0.1);
}

.hp-transform-col--after .hp-transform-header h3 {
  color: var(--brand);
}

.hp-transform-col--after .hp-transform-item {
  border-color: rgba(23, 170, 226, 0.14);
}

.hp-transform-col--after .hp-transform-item i {
  color: var(--brand);
}

/* ── FEATURE ROWS (Alternating) ── */
.hp-feature-row {
  align-items: center;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.hp-feature-row--reverse {
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.hp-feature-row--reverse .hp-feature-content {
  order: 2;
}

.hp-feature-row--reverse .hp-feature-visual {
  order: 1;
}

.hp-feature-content h2 {
  margin-bottom: 1rem;
}

.hp-feature-content .intro-copy {
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 580px;
}

.hp-feature-content .check-list {
  margin-top: 1.5rem;
}

.hp-feature-content .check-list li {
  font-size: 1rem;
  font-weight: 750;
  margin-bottom: 0.9rem;
}

.hp-feature-card {
  background: linear-gradient(180deg, #ffffff, #f8fbfe);
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(7, 16, 29, 0.1);
  overflow: hidden;
  position: relative;
}

.hp-feature-card::before {
  background: radial-gradient(circle at top right, rgba(23, 170, 226, 0.18), rgba(23, 170, 226, 0));
  content: '';
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
}

.hp-feature-card-header {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(23, 170, 226, 0.08), rgba(23, 170, 226, 0.03));
  border-bottom: 1px solid rgba(26, 53, 80, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.4rem 1.5rem;
}

.hp-feature-card-header strong {
  color: var(--ink-950);
  font-size: 1.18rem;
  line-height: 1.2;
}

.hp-feature-card-body {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.2rem 1.3rem;
}

.hp-feature-card-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.08);
  border-radius: 10px;
  color: var(--ink-800);
  display: flex;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.7rem 0.82rem;
  position: relative;
}

.hp-feature-card-item i {
  color: var(--success);
}

/* Feature visual card variant - checks */
.hp-checks-card {
  background: linear-gradient(180deg, #ffffff, #f8fbfe);
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 16px;
  box-shadow: 0 24px 56px rgba(7, 16, 29, 0.1);
  padding: 1.6rem;
  position: relative;
}

.hp-checks-card::after {
  background: linear-gradient(180deg, rgba(23, 170, 226, 0.3), rgba(23, 170, 226, 0));
  content: '';
  height: 72%;
  pointer-events: none;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 1px;
}

.hp-checks-card .mini-label {
  margin-bottom: 0.8rem;
}

.hp-checks-grid {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.hp-check-item {
  align-items: center;
  background: linear-gradient(180deg, #f7fbff, #edf4f9);
  border: 1px solid rgba(23, 170, 226, 0.12);
  border-radius: 12px;
  color: var(--ink-800);
  display: flex;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 0.6rem;
  padding: 1rem 1.1rem;
}

.hp-check-item i {
  color: var(--brand);
  font-size: 1.1rem;
}

/* ── HOW IT WORKS STEPS ── */
.hp-steps-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  position: relative;
}

.hp-steps-grid::before {
  background: linear-gradient(90deg, rgba(23, 170, 226, 0.2), rgba(23, 170, 226, 0.08));
  content: '';
  height: 2px;
  left: 16%;
  position: absolute;
  right: 16%;
  top: 42px;
  z-index: 0;
}

.hp-step {
  background: #ffffff;
  border: 1px solid rgba(26, 53, 80, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7, 16, 29, 0.06);
  padding: 1.8rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hp-step-number {
  align-items: center;
  background: linear-gradient(135deg, var(--brand), #1184b3);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 56px;
  box-shadow: 0 8px 24px rgba(23, 170, 226, 0.28);
}

.hp-step h3 {
  color: var(--ink-950);
  font-size: 1.18rem;
  font-weight: 820;
  letter-spacing: -0.01em;
  line-height: 1.18;
  margin-bottom: 0.6rem;
}

.hp-step p {
  color: var(--ink-700);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
}

/* ── TRUST SECTION ── */
.hp-trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.8rem;
}

.hp-trust-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 1.6rem 1.3rem;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hp-trust-stat:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(23, 170, 226, 0.35);
}

.hp-trust-num {
  color: #17aae2;
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.hp-trust-label {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.hp-trust-message {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 2.5rem auto 0;
  max-width: 680px;
  text-align: center;
}

/* ── FINAL CTA ── */
.home-page .cta-band {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.home-page .cta-band::after {
  background: radial-gradient(circle at center, rgba(23, 170, 226, 0.25), rgba(23, 170, 226, 0));
  content: '';
  height: 420px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -210px;
  transform: translateX(-50%);
  width: min(860px, 90vw);
}

.home-page .cta-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(23, 170, 226, 0.2);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 3rem 2.5rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.home-page .cta-shell h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.home-page .cta-shell .lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.12rem;
  line-height: 1.6;
  margin: 0 auto 2rem;
  max-width: 560px;
}

.hp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

/* ── SECTION HEAD OVERRIDE ── */
.home-page .section-head {
  grid-template-columns: 1fr;
  margin-bottom: 0;
  max-width: 780px;
  text-align: left;
}

.home-page .section-head.centered {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-page .section-head p {
  font-size: 1.12rem;
  line-height: 1.68;
  margin-top: 0.8rem;
}

/* ── SERVICES SHOWCASE REFINEMENT ── */
.home-page .service-showcase .service-card {
  padding: 1.65rem 1.4rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-page .service-showcase .service-card:hover {
  border-color: rgba(23, 170, 226, 0.26);
  box-shadow: 0 24px 52px rgba(7, 16, 29, 0.1), 0 0 30px rgba(23, 170, 226, 0.08);
  transform: translateY(-3px);
}

.home-page .service-showcase .service-card h3 {
  font-size: 1.18rem;
}

.home-page .service-showcase .service-card p {
  font-size: 1rem;
  line-height: 1.62;
}

/* ── FAQ REFINEMENT ── */
.home-page .faq-card {
  padding: 1.65rem 1.4rem;
}

.home-page .faq-card h3 {
  font-size: 1.14rem;
}

.home-page .faq-card p {
  font-size: 1rem;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE - TABLET
   ═══════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .home-page .hero {
    padding: calc(3rem + 84px) 0 3.8rem;
  }

  .hp-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
  }

  .hp-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .hp-feature-row,
  .hp-feature-row--reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hp-feature-row--reverse .hp-feature-content {
    order: 1;
  }

  .hp-feature-row--reverse .hp-feature-visual {
    order: 2;
  }

  .hp-steps-grid::before {
    display: none;
  }

  .hp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .section {
    padding: 4.5rem 0;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE - MOBILE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 767.98px) {
  .home-page .home-hero .display-3 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
    line-height: 1.01;
  }

  .home-page .home-hero .lead {
    font-size: 1.06rem;
    line-height: 1.64;
  }

  .home-page .hero {
    padding: calc(2.5rem + 84px) 0 3rem;
  }

  .home-page .hero-actions .btn-lg {
    font-size: 1rem;
    min-height: 52px;
    padding: 0.9rem 1.3rem;
    width: 100%;
  }

  .hp-hero-metrics {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 1.8rem;
  }

  .hp-hero-metric {
    padding: 0.9rem 1rem;
  }

  .hp-hero-metric strong {
    font-size: 1.1rem;
  }

  .hp-social-bar {
    padding: 1.4rem 0;
  }

  .hp-social-inner {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hp-social-badges {
    justify-content: center;
  }

  .hp-pain-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 0.85rem;
  }

  .hp-pain-card {
    padding: 1.4rem 1.2rem;
  }

  .hp-transform-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .hp-feature-row,
  .hp-feature-row--reverse {
    gap: 1.5rem;
  }

  .hp-feature-card-body {
    grid-template-columns: 1fr;
  }

  .hp-steps-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 0.85rem;
  }

  .hp-step {
    padding: 1.5rem 1.2rem;
  }

  .hp-step-number {
    height: 48px;
    width: 48px;
    font-size: 1.15rem;
  }

  .hp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .hp-trust-stat {
    padding: 1.2rem 1rem;
  }

  .hp-trust-num {
    font-size: 1.8rem;
  }

  .home-page .section {
    padding: 3.8rem 0;
  }

  .home-page .section h2 {
    font-size: clamp(1.82rem, 7.8vw, 2.5rem);
    line-height: 1.06;
  }

  .home-page .cta-band {
    padding: 3.5rem 0;
  }

  .home-page .cta-shell {
    padding: 2rem 1.3rem;
  }

  .hp-cta-actions {
    flex-direction: column;
  }

  .hp-cta-actions .btn {
    width: 100%;
  }

  .home-page .service-showcase {
    grid-template-columns: 1fr;
  }

  .home-page .comparison-grid {
    grid-template-columns: 1fr;
  }

  .home-page .section-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .home-page .home-hero .display-3 {
    font-size: clamp(2.05rem, 9.5vw, 2.65rem);
  }

  .home-page .hero {
    padding: calc(2.2rem + 82px) 0 2.6rem;
  }

  .hp-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* ELITE SAAS PREMIUM UI EXTENSIONS */
.text-gradient {
  background: linear-gradient(to right, var(--brand), #4dc0ed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.home-page .text-gradient {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: inherit;
}

.glow-primary {
  box-shadow: 0 16px 36px rgba(23, 170, 226, 0.34), 0 0 0 1px rgba(23, 170, 226, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.glow-primary:hover {
  box-shadow: 0 0 32px rgba(23, 170, 226, 0.6);
  transform: translateY(-2px);
}

.glass-panel {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.home-page .hp-pain-card:hover {
  border-color: rgba(23, 170, 226, 0.4);
  box-shadow: 0 24px 48px rgba(23, 170, 226, 0.12);
}

.home-page .hp-feature-card:hover {
  box-shadow: 0 32px 64px rgba(7, 16, 29, 0.12), 0 0 40px rgba(23, 170, 226, 0.08);
}

.home-hero::before {
  display: none;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .hero-kicker,
  .hp-social-badge,
  .hp-feature-card,
  .hp-checks-card {
    animation: hp-soft-rise 0.7s ease both;
  }

  .hp-feature-card {
    animation-delay: 0.08s;
  }

  .hp-checks-card {
    animation-delay: 0.12s;
  }
}

@keyframes hp-soft-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Homepage polish v4 */
.btn-outline-primary {
  --bs-btn-color: var(--brand-strong);
  --bs-btn-bg: rgba(23, 170, 226, 0.04);
  --bs-btn-border-color: rgba(23, 170, 226, 0.24);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
}

.home-page .hero-inner--home {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.home-page .hero-lead {
  margin: 0 auto;
}

.home-page .btn-inline-action {
  display: inline-flex;
  margin-top: 1.2rem;
}

.home-page .hp-checks-title {
  color: var(--ink-950);
  display: block;
  font-size: 1.14rem;
  line-height: 1.22;
}

.home-page .section-head--compact {
  max-width: 700px;
}

.home-page .section-head--spaced {
  margin-bottom: 2.5rem;
}

.home-page .hero {
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.95) 0%, rgba(5, 11, 18, 0.89) 48%, rgba(5, 11, 18, 0.64) 100%),
    var(--hero-image) var(--hero-position) / cover no-repeat;
  padding: calc(3.45rem + 90px) 0 4.7rem;
}

.home-page .hero::before {
  display: none;
}

.home-page {
  --home-copy-measure: 42rem;
  --home-copy-wide: 46rem;
  --home-icon-track: 2rem;
  --home-icon-size: 1.05rem;
  --home-section-space: 5rem;
  --home-section-space-tight: 3.9rem;
  --home-block-gap: 2.35rem;
  --home-copy-gap: 0.8rem;
  --home-copy-gap-tight: 0.4rem;
}

.home-page .section > .container {
  display: grid;
  gap: var(--home-block-gap);
}

.home-page .container > .section-head:not(.centered),
.home-page .hp-feature-content,
.home-page .coverage-showcase .col-lg-6:first-child > h2,
.home-page .coverage-showcase .col-lg-6:first-child > .intro-copy,
.home-page .coverage-showcase .col-lg-6:first-child > .coverage-meta,
.home-page .coverage-showcase .col-lg-6:first-child > .hero-actions,
.home-page .hp-trust-message {
  max-width: var(--home-copy-measure);
}

.home-page .home-hero .col-xl-9 {
  max-width: var(--home-copy-wide);
}

.home-page .home-hero .display-3 {
  font-size: clamp(2.38rem, 4.65vw, 4.35rem);
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.01;
  max-width: 950px;
}

.home-page .section h2 {
  font-size: clamp(1.9rem, 3.15vw, 2.9rem);
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.home-page .section p {
  font-size: 1.02rem;
  line-height: 1.68;
}

.home-page .home-hero .lead {
  font-size: clamp(1.04rem, 1.42vw, 1.2rem);
  line-height: 1.62;
  max-width: 780px;
}

.home-page .home-hero .hero-actions {
  gap: 0.72rem;
  margin-top: 1.5rem;
}

.home-page .hero-actions {
  align-items: center;
}

.home-page .hp-hero-metrics {
  gap: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 780px;
  text-align: left;
  width: 100%;
}

.home-page .hp-hero-metric {
  min-height: 96px;
  padding: 1rem;
}

.home-page .hp-hero-metric strong {
  font-size: 1.2rem;
}

.home-page .section {
  padding: var(--home-section-space) 0;
}

.home-page .section-tight {
  padding: var(--home-section-space-tight) 0;
}

.home-page .section-head {
  display: grid;
  gap: var(--home-copy-gap);
  margin-bottom: 0;
  max-width: 720px;
  text-align: left;
}

.home-page .section-head > div {
  display: grid;
  gap: var(--home-copy-gap-tight);
}

.home-page .section-head.centered {
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
}

.home-page .section-head p {
  font-size: 1.04rem;
  line-height: 1.66;
  margin: 0;
  max-width: 40rem;
}

.home-page .section-head.centered p {
  margin-left: auto;
  margin-right: auto;
}

.home-page .hp-social-bar {
  padding: 1.35rem 0;
}

.home-page .hp-social-inner {
  align-items: center;
  gap: 0.85rem 1.25rem;
  justify-content: space-between;
}

.home-page .hp-social-text {
  font-size: 0.92rem;
  max-width: 28rem;
}

.home-page .hp-social-badge {
  align-items: center;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  min-height: 40px;
}

.home-page .hp-social-badge i,
.home-page .hero-points i,
.home-page .hp-transform-item i,
.home-page .hp-feature-card-item i,
.home-page .hp-check-item i,
.home-page .coverage-meta i,
.home-page .check-list li i {
  align-items: center;
  display: inline-flex;
  flex: 0 0 var(--home-icon-track);
  font-size: var(--home-icon-size);
  height: var(--home-icon-track);
  justify-content: center;
  line-height: 1;
  width: var(--home-icon-track);
}

.home-page .hero-points {
  gap: 0.75rem;
  margin-top: 1.35rem;
  max-width: var(--home-copy-wide);
}

.home-page .hero-points li {
  align-items: start;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  line-height: 1.55;
}

.home-page .hero-points i {
  background: rgba(23, 170, 226, 0.16);
  border: 1px solid rgba(23, 170, 226, 0.22);
  border-radius: 999px;
  color: #8ce4ff;
  margin-top: 0.05rem;
}

.home-page .hp-pain-grid {
  gap: 1rem;
  margin-top: 0;
}

.home-page .hp-pain-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 100%;
  padding: 1.55rem 1.35rem;
}

.home-page .hp-pain-card h3 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.home-page .hp-pain-card p {
  font-size: 0.95rem;
}

.home-page .hp-transform-grid {
  gap: 1rem;
  margin-top: 0;
}

.home-page .hp-transform-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-page .hp-transform-col--before {
  background: linear-gradient(180deg, #fff6f5, #fdf0ee);
  border-color: rgba(197, 59, 52, 0.16);
  box-shadow: 0 18px 40px rgba(197, 59, 52, 0.06);
}

.home-page .hp-transform-col--before .hp-transform-header h3 {
  color: #9f2f2a;
}

.home-page .hp-transform-col--before .hp-transform-item {
  border-color: rgba(197, 59, 52, 0.12);
}

.home-page .hp-transform-header {
  padding: 1.15rem 1.3rem 0.85rem;
}

.home-page .hp-transform-items {
  flex: 1 1 auto;
  padding: 0 1rem 1.2rem;
}

.home-page .hp-transform-item {
  align-items: start;
  display: grid;
  font-size: 0.94rem;
  gap: 0.75rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  min-height: 46px;
}

.home-page .hp-transform-col--before .hp-transform-item i {
  background: rgba(197, 59, 52, 0.12);
  border: 1px solid rgba(197, 59, 52, 0.16);
  border-radius: 999px;
  color: #c53b34;
}

.home-page .hp-transform-col--after .hp-transform-item i {
  background: rgba(23, 170, 226, 0.12);
  border: 1px solid rgba(23, 170, 226, 0.16);
  border-radius: 999px;
}

.home-page .hp-feature-row {
  align-items: start;
  gap: 2.35rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.home-page .hp-feature-row--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.home-page .hp-feature-content .intro-copy {
  font-size: 1.04rem;
  max-width: 34rem;
  margin-bottom: 0;
}

.home-page .hp-feature-content .check-list {
  margin-top: 1.35rem !important;
}

.home-page .hp-feature-content .check-list li {
  align-items: start;
  display: grid;
  font-size: 0.98rem;
  gap: 0.8rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  margin-bottom: 1rem;
  max-width: var(--home-copy-measure);
}

.home-page .check-list i,
.home-page .hp-feature-card-item i,
.home-page .hp-check-item i,
.home-page .coverage-meta i {
  color: var(--brand);
}

.home-page .hp-feature-card,
.home-page .hp-checks-card,
.home-page .faq-card {
  border-radius: 14px;
  height: 100%;
}

.home-page .hp-feature-card-header {
  padding: 1.3rem 1.35rem;
}

.home-page .hp-feature-card-body {
  gap: 0.55rem;
  padding: 1.1rem;
}

.home-page .hp-feature-card-item {
  align-items: start;
  display: grid;
  font-size: 0.92rem;
  gap: 0.7rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  line-height: 1.45;
}

.home-page .hp-checks-card {
  padding: 1.45rem;
}

.home-page .hp-checks-grid {
  gap: 0.55rem;
}

.home-page .hp-check-item {
  align-items: start;
  display: grid;
  font-size: 0.95rem;
  gap: 0.75rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  line-height: 1.45;
  padding: 0.92rem 1rem;
}

.home-page .service-showcase {
  align-items: stretch;
  gap: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.home-page #faq .row {
  margin-top: 0;
}

.home-page .service-showcase .service-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1.75rem 1.5rem;
}

.home-page .icon-box {
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  height: 3.35rem;
  justify-content: center;
  width: 3.35rem;
}

.home-page .icon-box i {
  font-size: 1.28rem;
}

.home-page .service-showcase .service-card p {
  margin-bottom: 0;
}

.home-page .service-showcase .link-arrow {
  margin-top: auto;
  padding-top: 0.2rem;
}

.home-page .hp-steps-grid {
  gap: 1rem;
  margin-top: 0;
}

.home-page .hp-steps-grid::before {
  display: none;
}

.home-page .hp-step {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 1.65rem 1.3rem;
  text-align: left;
}

.home-page .hp-step h3 {
  font-size: 1.1rem;
}

.home-page .hp-step p {
  font-size: 0.94rem;
}

.home-page .hp-trust-grid {
  align-items: stretch;
  gap: 0.9rem;
  margin-top: 0;
}

.home-page .hp-trust-stat {
  min-height: 100%;
  padding: 1.35rem 1.15rem;
}

.home-page .hp-trust-num {
  font-size: 2rem;
  text-shadow: 0 0 16px rgba(23, 170, 226, 0.28);
}

.home-page .hp-trust-message {
  font-size: 1rem;
  margin-top: 1.6rem;
}

.home-page .coverage-meta {
  gap: 0.8rem;
  max-width: var(--home-copy-measure);
}

.home-page .coverage-meta span {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: var(--home-icon-track) minmax(0, 1fr);
  line-height: 1.5;
}

.home-page .coverage-showcase .hero-actions {
  margin-top: 1.35rem !important;
}

.home-page .coverage-showcase {
  padding: 2.2rem 2rem;
}

.home-page .coverage-showcase .row {
  --bs-gutter-x: 2.25rem;
  --bs-gutter-y: 1.5rem;
}

.home-page .cta-band {
  padding: 4.25rem 0;
}

.home-page .cta-shell {
  border-radius: 18px;
  margin: 0 auto;
  max-width: 980px;
  padding: 2.5rem 2rem;
}

.home-page .cta-shell .lead {
  font-size: 1.05rem;
  margin-bottom: 1.6rem;
}

.home-page .hp-cta-actions {
  gap: 0.75rem;
}

@media (max-width: 991.98px) {
  .home-page .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 58%, rgba(5, 11, 18, 0.68) 100%),
      var(--hero-mobile-image) center / cover no-repeat;
    padding: calc(2.65rem + 84px) 0 3.45rem;
  }

  .home-page .hp-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-pain-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .home-page .hp-transform-grid,
  .home-page .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .home-page .coverage-showcase .col-lg-6:first-child > h2,
  .home-page .coverage-showcase .col-lg-6:first-child > .intro-copy,
  .home-page .coverage-showcase .col-lg-6:first-child > .coverage-meta,
  .home-page .coverage-showcase .col-lg-6:first-child > .hero-actions {
    max-width: none;
  }

  .home-page .hp-feature-row--reverse .hp-feature-content {
    order: 1;
  }

  .home-page .hp-feature-row--reverse .hp-feature-visual {
    order: 2;
  }

  .home-page .hp-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-page .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.9) 58%, rgba(5, 11, 18, 0.68) 100%),
      var(--hero-mobile-image) center / cover no-repeat;
    padding: calc(2.55rem + 84px) 0 3.1rem;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(2.08rem, 9vw, 2.9rem);
    line-height: 1.04;
  }

  .home-page .section {
    padding: 3.6rem 0;
  }

  .home-page .section-tight {
    padding: 3.1rem 0;
  }

  .home-page .section h2 {
    font-size: clamp(1.75rem, 7.4vw, 2.4rem);
  }

  .home-page .hp-social-inner {
    justify-content: center;
  }

  .home-page .hp-social-text {
    text-align: center;
  }

  .home-page .hp-social-badge,
  .home-page .hero-points li,
  .home-page .hp-transform-item,
  .home-page .hp-feature-content .check-list li,
  .home-page .hp-feature-card-item,
  .home-page .hp-check-item,
  .home-page .coverage-meta span {
    gap: 0.65rem;
  }

  .home-page .hp-pain-grid,
  .home-page .hp-transform-grid,
  .home-page .service-showcase,
  .home-page .hp-steps-grid,
  .home-page .hp-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-page .coverage-showcase {
    padding: 1.6rem 1.2rem;
  }

  .home-page .hp-pain-card:nth-child(3) {
    grid-column: auto;
  }

  .home-page .hp-trust-stat,
  .home-page .faq-card,
  .home-page .service-showcase .service-card,
  .home-page .hp-step {
    min-height: 0;
  }

  .home-page .cta-shell {
    padding: 1.9rem 1.3rem;
  }
}

@media (max-width: 420px) {
  .home-page {
    --home-icon-track: 1.85rem;
    --home-icon-size: 0.98rem;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(1.92rem, 9.2vw, 2.42rem);
  }

  .home-page .hero {
    padding: calc(2.35rem + 82px) 0 2.8rem;
  }
}

/* Homepage premium finish */
.home-page {
  --hp-ink: #07111f;
  --hp-copy: #26384d;
  --hp-muted: #4f657d;
  --hp-line: #cbd8e4;
  --hp-line-soft: #e1e9f1;
  --hp-card: #ffffff;
  --hp-soft: #f5f8fb;
  --hp-soft-strong: #edf4fa;
  --hp-blue: #1184b3;
  --hp-blue-bright: #17aae2;
  --hp-blue-soft: #e6f6fc;
  --hp-green: #177a5c;
  --hp-green-soft: #e9f7f1;
  --hp-red: #b42318;
  --hp-red-soft: #fff1ef;
  --hp-radius: 8px;
  --hp-section-y: clamp(4rem, 5.4vw, 5.65rem);
  --hp-section-y-tight: clamp(2.85rem, 3.8vw, 4rem);
  --hp-flow: clamp(1.35rem, 2vw, 2.15rem);
  --hp-gap: clamp(0.9rem, 1.25vw, 1.18rem);
  --hp-card-pad: clamp(1.12rem, 1.55vw, 1.45rem);
  --hp-icon: 2.12rem;
}

.home-page,
.home-page p,
.home-page li {
  color: var(--hp-copy);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page .hp-checks-title,
.home-page .hp-feature-card-header strong,
.home-page .hp-trust-num {
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: wrap;
  word-break: normal;
}

.home-page p,
.home-page li,
.home-page span,
.home-page strong {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.home-page p,
.home-page .lead,
.home-page .intro-copy {
  text-wrap: wrap;
}

.home-page .section {
  padding: var(--hp-section-y) 0;
}

.home-page .section-tight {
  padding: var(--hp-section-y-tight) 0;
}

.home-page .section > .container,
.home-page .section-tight > .container {
  display: grid;
  gap: var(--hp-flow);
}

.home-page .section-soft {
  background: linear-gradient(180deg, #fbfdff 0%, var(--hp-soft) 100%);
  border-color: var(--hp-line-soft);
}

.home-page .section-dark {
  background: #081624;
}

.home-page .section h2,
.home-page .coverage-showcase h2,
.home-page .cta-shell h2 {
  color: var(--hp-ink);
  font-size: clamp(2rem, 3.25vw, 3.05rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.03;
  margin: 0;
}

.home-page .section p,
.home-page .intro-copy,
.home-page .cta-shell .lead {
  margin-top: 0;
}

.home-page .section-head,
.home-page .section-head.centered,
.home-page .section-head--compact,
.home-page .section-head--spaced {
  align-items: end;
  display: grid;
  gap: 0.95rem 2rem;
  grid-template-columns: minmax(0, 0.98fr) minmax(290px, 0.68fr);
  justify-items: stretch;
  margin: 0;
  max-width: none;
  text-align: left;
  width: 100%;
}

.home-page .section-head > div {
  display: grid;
  gap: 0.62rem;
  justify-items: start;
  min-width: 0;
}

.home-page .section-head p {
  color: var(--hp-muted);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.62;
  margin: 0;
  max-width: 36.5rem;
}

.home-page .section-head.centered p {
  margin: 0;
  max-width: 35rem;
}

.home-page .section-head--compact,
.home-page .section-head--spaced {
  grid-template-columns: minmax(0, 46rem);
  max-width: 46rem;
}

.home-page .eyebrow,
.home-page .mini-label,
.home-page .text-gradient {
  -webkit-text-fill-color: currentColor;
  background: var(--hp-blue-soft);
  background-clip: border-box;
  border: 1px solid rgba(17, 132, 179, 0.26);
  border-radius: 999px;
  box-shadow: none;
  color: var(--hp-blue);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0;
  max-width: 100%;
  min-height: 30px;
  padding: 0.46rem 0.68rem;
  text-transform: uppercase;
  width: fit-content;
}

.home-page .mini-label {
  background: #f3f8fc;
  border-color: var(--hp-line);
  color: var(--hp-muted);
  font-size: 0.7rem;
  min-height: 28px;
  padding: 0.42rem 0.62rem;
}

.home-page .section-dark h2,
.home-page .section-dark h3,
.home-page .section-dark p,
.home-page .coverage-showcase h2,
.home-page .coverage-showcase p,
.home-page .cta-band h2,
.home-page .cta-band p {
  color: #ffffff;
}

.home-page .section-dark .section-head p,
.home-page .section-dark .hp-trust-message,
.home-page .coverage-showcase .intro-copy {
  color: rgba(232, 241, 249, 0.82);
}

.home-page .section-dark .eyebrow,
.home-page .coverage-showcase .eyebrow {
  background: rgba(23, 170, 226, 0.14);
  border-color: rgba(140, 228, 255, 0.26);
  color: #8ce4ff;
}

.home-page .glass-panel,
.home-page .hp-pain-card,
.home-page .hp-transform-col,
.home-page .hp-feature-card,
.home-page .hp-checks-card,
.home-page .service-showcase .service-card,
.home-page .hp-step,
.home-page .faq-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: var(--hp-card);
  border: 1px solid var(--hp-line);
  border-radius: var(--hp-radius);
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.08);
}

.home-page .section-dark .glass-panel,
.home-page .section-dark .hp-trust-stat {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-page .hp-feature-card::before,
.home-page .cta-band::after {
  display: none;
}

.home-page .glow-primary {
  box-shadow: 0 14px 28px rgba(17, 132, 179, 0.22);
}

.home-page .glow-primary:hover {
  box-shadow: 0 18px 34px rgba(17, 132, 179, 0.3);
}

.home-page .home-hero .col-xl-9 {
  max-width: 800px;
}

.home-page .home-hero .display-3 {
  color: #ffffff;
  font-size: clamp(2.42rem, 5vw, 4.55rem);
  font-weight: 860;
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: 800px;
}

.home-page .home-hero .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.03rem, 1.28vw, 1.16rem);
  line-height: 1.58;
  max-width: 720px;
}

.home-page .home-hero .hero-actions {
  gap: 0.68rem;
  margin-top: 1.3rem;
}

.home-page .hero-points {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
  max-width: 820px;
}

.home-page .hero-points li,
.home-page .hp-social-badge,
.home-page .hp-transform-item,
.home-page .hp-feature-card-item,
.home-page .hp-check-item,
.home-page .coverage-meta span,
.home-page .check-list li {
  align-items: center;
  display: grid;
  gap: 0.68rem;
  grid-template-columns: var(--hp-icon) minmax(0, 1fr);
}

.home-page .hero-points li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--hp-radius);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.38;
  min-height: 72px;
  padding: 0.7rem 0.78rem;
}

.home-page .hero-points i,
.home-page .hp-social-badge i,
.home-page .hp-transform-item i,
.home-page .hp-feature-card-item i,
.home-page .hp-check-item i,
.home-page .coverage-meta i,
.home-page .check-list li i {
  align-items: center;
  border-radius: var(--hp-radius);
  display: inline-flex;
  font-size: 1rem;
  height: var(--hp-icon);
  justify-content: center;
  line-height: 1;
  width: var(--hp-icon);
}

.home-page .hero-points i {
  background: rgba(140, 228, 255, 0.14);
  border: 1px solid rgba(140, 228, 255, 0.3);
  color: #8ce4ff;
  font-size: 0.98rem;
}

.home-page .hero-points i::before,
.home-page .hp-social-badge i::before,
.home-page .hp-transform-item i::before,
.home-page .hp-feature-card-item i::before,
.home-page .hp-check-item i::before,
.home-page .coverage-meta i::before {
  height: 1em;
  width: 1em;
}

.home-page .hero-points span {
  display: block;
  max-width: 26rem;
}

.home-page .hp-social-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--hp-line-soft);
  border-top: 1px solid var(--hp-line-soft);
  padding: 0.9rem 0;
}

.home-page .hp-social-inner {
  align-items: center;
  display: grid;
  gap: 0.75rem 1.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-page .hp-social-text {
  color: var(--hp-ink);
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.35;
  max-width: 35rem;
}

.home-page .hp-social-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.home-page .hp-social-badge {
  background: var(--hp-soft);
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  color: var(--hp-ink);
  font-size: 0.88rem;
  font-weight: 840;
  grid-template-columns: 1rem minmax(0, auto);
  min-height: 38px;
  padding: 0.48rem 0.74rem;
}

.home-page .hp-social-badge i {
  background: none;
  color: var(--hp-blue);
  font-size: 0.94rem;
  height: 1rem;
  width: 1rem;
}

.home-page .hp-pain-grid,
.home-page .hp-transform-grid,
.home-page .service-showcase,
.home-page .hp-steps-grid,
.home-page .hp-trust-grid {
  display: grid;
  gap: var(--hp-gap);
  margin-top: 0;
}

.home-page .hp-pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .hp-transform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .service-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .hp-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .hp-steps-grid::before {
  display: none;
}

.home-page .hp-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .hp-pain-card,
.home-page .service-showcase .service-card,
.home-page .hp-step,
.home-page .faq-card {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  height: 100%;
  padding: var(--hp-card-pad);
}

.home-page .hp-pain-card h3,
.home-page .service-showcase .service-card h3,
.home-page .hp-step h3,
.home-page .faq-card h3 {
  color: var(--hp-ink);
  font-size: clamp(1.08rem, 1.22vw, 1.22rem);
  line-height: 1.18;
  margin: 0;
}

.home-page .hp-pain-card p,
.home-page .service-showcase .service-card p,
.home-page .hp-step p,
.home-page .faq-card p {
  color: var(--hp-copy);
  font-size: 0.97rem;
  line-height: 1.58;
  margin: 0;
}

.home-page .hp-pain-icon,
.home-page .icon-box,
.home-page .hp-step-number {
  align-items: center;
  background: var(--hp-blue-soft);
  border: 1px solid rgba(17, 132, 179, 0.22);
  border-radius: var(--hp-radius);
  color: var(--hp-blue);
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.home-page .hp-transform-col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-page .hp-transform-header {
  border-bottom: 1px solid var(--hp-line-soft);
  padding: 1.05rem 1.12rem 0.82rem;
}

.home-page .hp-transform-header h3 {
  font-size: 1.1rem;
  line-height: 1.18;
  margin: 0;
}

.home-page .hp-transform-items {
  display: grid;
  flex: 1 1 auto;
  gap: 0.56rem;
  padding: 0.9rem;
}

.home-page .hp-transform-item,
.home-page .hp-feature-card-item,
.home-page .hp-check-item {
  background: #ffffff;
  border: 1px solid var(--hp-line-soft);
  border-radius: var(--hp-radius);
  color: var(--hp-ink);
  font-size: 0.95rem;
  font-weight: 790;
  line-height: 1.32;
  min-height: 46px;
  padding: 0.58rem 0.66rem;
}

.home-page .hp-transform-col--before {
  background: var(--hp-red-soft);
  border-color: rgba(180, 35, 24, 0.22);
  box-shadow: 0 16px 36px rgba(180, 35, 24, 0.08);
}

.home-page .hp-transform-col--before .hp-transform-header {
  border-color: rgba(180, 35, 24, 0.16);
}

.home-page .hp-transform-col--before .hp-transform-header h3 {
  color: var(--hp-red);
}

.home-page .hp-transform-col--before .hp-transform-item {
  border-color: rgba(180, 35, 24, 0.15);
}

.home-page .hp-transform-col--before .hp-transform-item i {
  background: rgba(180, 35, 24, 0.1);
  border: 1px solid rgba(180, 35, 24, 0.18);
  color: var(--hp-red);
}

.home-page .hp-transform-col--after {
  background: linear-gradient(180deg, #f4fbfe 0%, #ffffff 100%);
  border-color: rgba(17, 132, 179, 0.24);
  box-shadow: 0 16px 38px rgba(17, 132, 179, 0.12);
}

.home-page .hp-transform-col--after .hp-transform-header {
  border-color: rgba(17, 132, 179, 0.16);
}

.home-page .hp-transform-col--after .hp-transform-header h3 {
  color: var(--hp-blue);
}

.home-page .hp-transform-col--after .hp-transform-item {
  border-color: rgba(17, 132, 179, 0.16);
}

.home-page .hp-transform-col--after .hp-transform-item i,
.home-page .hp-feature-card-item i,
.home-page .hp-check-item i,
.home-page .coverage-meta i,
.home-page .check-list li i {
  background: var(--hp-green-soft);
  border: 1px solid rgba(23, 122, 92, 0.18);
  color: var(--hp-green);
}

.home-page .hp-feature-row,
.home-page .hp-feature-row--reverse {
  align-items: center;
  display: grid;
  gap: clamp(1.75rem, 3.6vw, 3.35rem);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

.home-page .hp-feature-row--reverse {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
}

.home-page .hp-feature-row--reverse .hp-feature-content {
  order: 2;
}

.home-page .hp-feature-row--reverse .hp-feature-visual {
  order: 1;
}

.home-page .hp-feature-content {
  display: grid;
  gap: 0.78rem;
  max-width: 42rem;
}

.home-page .hp-feature-content .intro-copy {
  color: var(--hp-copy);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.64;
  margin: 0;
  max-width: 39rem;
}

.home-page .hp-feature-content .check-list {
  display: grid;
  gap: 0.58rem;
  margin: 0 !important;
  padding: 0;
}

.home-page .hp-feature-content .check-list li {
  align-items: center;
  display: grid;
  font-size: 0.98rem;
  font-weight: 780;
  gap: 0.58rem;
  grid-template-columns: 1.18rem minmax(0, 1fr);
  line-height: 1.34;
  margin: 0;
  min-height: 1.6rem;
}

.home-page .hp-feature-content .check-list li span {
  display: block;
  padding-top: 0.01rem;
}

.home-page .hp-feature-content .check-list li i {
  background: none;
  border: 0;
  color: var(--hp-green);
  font-size: 1.02rem;
  height: 1.08rem;
  margin: 0;
  width: 1.08rem;
}

.home-page .btn-inline-action {
  justify-self: start;
  margin-top: 0.25rem;
  width: max-content;
}

.home-page .hp-feature-card,
.home-page .hp-checks-card {
  height: 100%;
}

.home-page .hp-feature-card-header {
  background: var(--hp-soft);
  border-bottom: 1px solid var(--hp-line-soft);
  padding: 1.08rem;
}

.home-page .hp-feature-card-header strong,
.home-page .hp-checks-title {
  color: var(--hp-ink);
  font-size: 1.12rem;
  line-height: 1.22;
}

.home-page .hp-feature-card-body {
  display: grid;
  gap: 0.56rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.9rem;
}

.home-page .hp-checks-card {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
  border-color: rgba(17, 132, 179, 0.2);
  box-shadow: 0 20px 48px rgba(17, 132, 179, 0.12);
  display: grid;
  gap: 0.82rem;
  padding: 1.15rem;
}

.home-page .hp-checks-card::after {
  display: none;
}

.home-page .hp-checks-grid {
  display: grid;
  gap: 0.56rem;
  margin-top: 0;
}

.home-page .hp-checks-card .mini-label {
  justify-self: start;
}

.home-page .hp-checks-title {
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.42rem);
  font-weight: 850;
  line-height: 1.12;
  max-width: 24rem;
}

.home-page .hp-check-item {
  background: #ffffff;
  border-color: rgba(17, 132, 179, 0.16);
  box-shadow: 0 10px 22px rgba(7, 17, 31, 0.05);
  font-size: 0.96rem;
  font-weight: 820;
  grid-template-columns: 2.18rem minmax(0, 1fr);
  min-height: 50px;
  padding: 0.58rem 0.66rem;
}

.home-page .hp-check-item i {
  background: var(--hp-blue);
  border-color: var(--hp-blue);
  color: #ffffff;
  font-size: 0.9rem;
  height: 2.18rem;
  width: 2.18rem;
}

.home-page .hp-check-item span {
  display: block;
  line-height: 1.22;
}

.home-page .service-showcase .service-card {
  gap: 0.78rem;
}

.home-page .service-showcase .service-card p {
  margin-bottom: 0;
}

.home-page .service-showcase .link-arrow {
  margin-top: auto;
  padding-top: 0.25rem;
}

.home-page .service-card-featured {
  border-color: rgba(17, 132, 179, 0.32);
  box-shadow: 0 18px 42px rgba(17, 132, 179, 0.14);
}

.home-page .hp-step {
  align-items: flex-start;
  text-align: left;
}

.home-page .hp-step-number {
  background: var(--hp-blue);
  border-color: var(--hp-blue);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  height: 2.75rem;
  margin: 0;
  width: 2.75rem;
}

.home-page .coverage-showcase {
  background: #0d1c2c;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--hp-radius);
  box-shadow: 0 24px 58px rgba(3, 10, 18, 0.32);
  padding: clamp(1.55rem, 3vw, 2.6rem);
}

.home-page .coverage-showcase .row {
  --bs-gutter-x: clamp(1.5rem, 4vw, 3.5rem);
  --bs-gutter-y: 1.35rem;
}

.home-page .coverage-meta {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

.home-page .coverage-meta span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 760;
}

.home-page .coverage-links {
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.home-page .coverage-links a {
  border-radius: 999px;
  font-weight: 820;
}

.home-page .hp-trust-stat {
  border-radius: var(--hp-radius);
  display: grid;
  gap: 0.28rem;
  min-height: 100%;
  padding: 1.05rem 0.95rem;
  text-align: left;
}

.home-page .hp-trust-num {
  color: #8ce4ff;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.05;
  margin-bottom: 0;
  text-shadow: none;
  white-space: nowrap;
}

.home-page .hp-trust-label {
  color: rgba(232, 241, 249, 0.78);
}

.home-page .hp-trust-message {
  font-size: 1.02rem;
  line-height: 1.66;
  margin: 0;
  max-width: 43rem;
  text-align: left;
}

.home-page #faq .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-top: 0;
}

.home-page .cta-band {
  padding: var(--hp-section-y-tight) 0;
}

.home-page .cta-shell {
  background: rgba(6, 18, 30, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--hp-radius);
  box-shadow: 0 24px 58px rgba(5, 11, 18, 0.24);
  display: grid;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(1.55rem, 3vw, 2.6rem);
  text-align: center;
}

.home-page .cta-shell .lead {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto 0.45rem;
  max-width: 38rem;
}

.home-page .hp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  justify-content: center;
}

.home-page .footer {
  background:
    linear-gradient(180deg, rgba(23, 170, 226, 0.1), rgba(23, 170, 226, 0) 34%),
    #06111d;
  border-top: 1px solid rgba(140, 228, 255, 0.18);
  color: #ffffff;
  padding: clamp(2.65rem, 4.4vw, 3.85rem) 0 1.65rem;
}

.home-page .footer .container {
  display: grid;
  gap: 1.25rem;
}

.home-page .footer-main {
  align-items: start;
  display: grid;
  gap: clamp(1.45rem, 3.8vw, 3rem);
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
}

.home-page .footer-brand {
  display: grid;
  gap: 0.85rem;
  max-width: 29rem;
}

.home-page .footer-brand-link {
  display: inline-flex;
  width: fit-content;
}

.home-page .footer-logo {
  display: block;
  height: 64px;
  width: auto;
}

.home-page .footer p,
.home-page .footer-bottom p {
  color: rgba(232, 241, 249, 0.76);
  font-size: 0.96rem;
  line-height: 1.62;
  margin: 0;
}

.home-page .footer-brand > p {
  max-width: 22rem;
}

.home-page .footer-contact {
  display: grid;
  gap: 0.52rem;
  max-width: 22rem;
}

.home-page .footer-contact a,
.home-page .footer-nav a,
.home-page .footer-quick-row a,
.home-page .footer-bottom a {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--hp-radius);
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 820;
  gap: 0.48rem;
  line-height: 1.2;
  min-height: 40px;
  overflow-wrap: normal;
  padding: 0.58rem 0.72rem;
  text-decoration: none;
}

.home-page .footer-contact a {
  justify-content: flex-start;
  width: 100%;
}

.home-page .footer-contact a i,
.home-page .footer-quick-row a i,
.home-page .footer-bottom a i {
  color: #8ce4ff;
  flex: 0 0 auto;
}

.home-page .footer-nav {
  display: grid;
  gap: 0.54rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .footer-nav a {
  justify-content: flex-start;
  min-width: 0;
}

.home-page .footer-quick-row {
  display: grid;
  gap: inherit;
  grid-column: 1 / -1;
  grid-template-columns: inherit;
}

.home-page .footer-quick-nav {
  display: grid;
  gap: inherit;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .footer-quick-row a {
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
}

.home-page .footer-email-link {
  max-width: 22rem;
}

.home-page .footer-contact a:hover,
.home-page .footer-contact a:focus-visible,
.home-page .footer-nav a:hover,
.home-page .footer-nav a:focus-visible,
.home-page .footer-quick-row a:hover,
.home-page .footer-quick-row a:focus-visible,
.home-page .footer-bottom a:hover,
.home-page .footer-bottom a:focus-visible {
  background: rgba(23, 170, 226, 0.16);
  border-color: rgba(140, 228, 255, 0.34);
  color: #ffffff;
}

.home-page .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: space-between;
  margin: 0;
  padding-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .home-page {
    --hp-section-y: 3.85rem;
    --hp-section-y-tight: 3.1rem;
    --hp-flow: 1.5rem;
    --hp-gap: 0.88rem;
  }

  .home-page .section-head,
  .home-page .section-head.centered,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    grid-template-columns: minmax(0, 44rem);
    max-width: 44rem;
  }

  .home-page .hp-social-inner {
    grid-template-columns: 1fr;
  }

  .home-page .hp-social-badges {
    justify-content: flex-start;
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    grid-template-columns: 1fr;
  }

  .home-page .hp-feature-row--reverse .hp-feature-content {
    order: 1;
  }

  .home-page .hp-feature-row--reverse .hp-feature-visual {
    order: 2;
  }

  .home-page .hp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .footer-main {
    grid-template-columns: 1fr;
  }

  .home-page .footer-brand {
    max-width: 34rem;
  }

  .home-page .footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .home-page .footer-brand > p {
    max-width: none;
  }

  .home-page .footer-quick-row {
    grid-template-columns: 1fr;
  }

  .home-page .footer-email-link {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .home-page {
    --hp-section-y: 3.25rem;
    --hp-section-y-tight: 2.72rem;
    --hp-flow: 1.25rem;
    --hp-gap: 0.72rem;
    --hp-card-pad: 1rem;
    --hp-icon: 1.92rem;
  }

  .home-page .hero {
    padding: calc(2.2rem + 84px) 0 2.55rem;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(2rem, 9.2vw, 2.62rem);
    line-height: 1.04;
  }

  .home-page .home-hero .lead {
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .home-page .home-hero .hero-actions,
  .home-page .hp-cta-actions {
    gap: 0.7rem;
    width: 100%;
  }

  .home-page .hero-actions .btn,
  .home-page .hp-cta-actions .btn,
  .home-page .btn-inline-action {
    justify-content: center;
    width: 100%;
  }

  .home-page .eyebrow,
  .home-page .mini-label,
  .home-page .text-gradient {
    font-size: 0.68rem;
    letter-spacing: 0.065em;
    max-width: calc(100vw - 1.8rem);
    min-height: 28px;
    padding: 0.44rem 0.62rem;
  }

  .home-page .section h2,
  .home-page .coverage-showcase h2,
  .home-page .cta-shell h2 {
    font-size: clamp(1.62rem, 7vw, 2.08rem);
    line-height: 1.08;
  }

  .home-page .hp-pain-grid,
  .home-page .hp-transform-grid,
  .home-page .service-showcase,
  .home-page .hp-steps-grid,
  .home-page .hp-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-feature-card-body {
    grid-template-columns: 1fr;
  }

  .home-page .hero-points {
    gap: 0.56rem;
    grid-template-columns: 1fr;
  }

  .home-page .hero-points li,
  .home-page .hp-transform-item,
  .home-page .hp-feature-card-item,
  .home-page .hp-check-item,
  .home-page .coverage-meta span,
  .home-page .check-list li {
    gap: 0.58rem;
    min-height: 44px;
  }

  .home-page .hero-points li {
    min-height: 0;
    padding: 0.62rem 0.68rem;
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    gap: 1.45rem;
  }

  .home-page .hp-feature-content {
    gap: 0.72rem;
  }

  .home-page .hp-feature-content .check-list {
    gap: 0.54rem;
  }

  .home-page .hp-checks-card {
    gap: 0.72rem;
    padding: 1rem;
  }

  .home-page .hp-checks-grid {
    gap: 0.52rem;
  }

  .home-page .hp-social-badges {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-page .hp-social-badge {
    justify-content: start;
    width: 100%;
  }

  .home-page .coverage-showcase,
  .home-page .cta-shell {
    padding: 1rem;
  }

  .home-page .footer {
    padding: 2.35rem 0 1.25rem;
  }

  .home-page .footer-logo {
    height: 56px;
  }

  .home-page .footer-main {
    gap: 1.3rem;
  }

  .home-page .footer-contact,
  .home-page .footer-nav,
  .home-page .footer-quick-nav {
    gap: 0.52rem;
    grid-template-columns: 1fr;
  }

  .home-page .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .home-page .footer-bottom a {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .home-page .home-hero .display-3 {
    font-size: clamp(1.9rem, 9vw, 2.16rem);
  }

  .home-page .section h2,
  .home-page .coverage-showcase h2,
  .home-page .cta-shell h2 {
    font-size: 1.56rem;
  }

  .home-page .hero-actions .btn,
  .home-page .hp-cta-actions .btn,
  .home-page .btn-inline-action {
    font-size: 0.95rem;
    padding-left: 0.82rem;
    padding-right: 0.82rem;
  }
}

/* Homepage layout audit pass */
.home-page {
  --hp-flow: clamp(1.5rem, 2vw, 2.25rem);
  --hp-gap: clamp(1rem, 1.25vw, 1.32rem);
  --hp-card-pad: clamp(1.18rem, 1.55vw, 1.58rem);
}

/* Mobile-specific homepage fixes */
.home-page .home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.home-page .home-hero .hero-actions .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-hero .hero-actions .btn:hover {
  transform: translateY(-2px);
}

.home-page .hero-points {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(2, 1fr);
}

.home-page .hero-points li {
  min-height: 72px;
  padding: 0.7rem 0.78rem;
}

@media (max-width: 767.98px) {
  .home-page .home-hero .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .home-page .home-hero .hero-actions .btn {
    width: 100%;
  }

  .home-page .hero-points {
    grid-template-columns: 1fr;
  }

  .home-page .hero-points li {
    min-height: 0;
    padding: 0.62rem 0.68rem;
  }

  .home-page .hp-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .hp-pain-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-transform-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    grid-template-columns: 1fr;
  }

  .home-page .hp-steps-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-feature-card-body {
    grid-template-columns: 1fr;
  }

  .home-page .section-head,
  .home-page .section-head.centered,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .home-page .section-head > div {
    justify-items: center;
  }

  .home-page .section-head p {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .home-page .hp-trust-grid {
    grid-template-columns: 1fr;
  }
}

.home-page .btn {
  gap: 0.52rem;
  text-align: center;
}

.home-page .btn i,
.home-page .link-arrow i {
  flex: 0 0 auto;
  line-height: 1;
}

.home-page .section > .container,
.home-page .section-tight > .container {
  gap: var(--hp-flow);
}

.home-page .section-head,
.home-page .section-head.centered {
  column-gap: clamp(1.75rem, 3.2vw, 3.25rem);
}

.home-page .section-head p {
  max-width: 34rem;
}

.home-page .hp-pain-grid,
.home-page .hp-transform-grid,
.home-page .service-showcase,
.home-page .hp-steps-grid,
.home-page .hp-trust-grid {
  align-items: stretch;
  gap: var(--hp-gap);
}

.home-page .hp-pain-card,
.home-page .service-showcase .service-card,
.home-page .hp-step,
.home-page .faq-card {
  gap: 0.82rem;
  padding: var(--hp-card-pad);
}

.home-page .hero-points {
  align-items: stretch;
}

.home-page .hero-points li {
  height: 100%;
}

.home-page .hero-points span {
  max-width: none;
}

.home-page .hp-transform-grid {
  align-items: stretch;
}

.home-page .hp-transform-col,
.home-page .hp-feature-card,
.home-page .hp-checks-card {
  min-width: 0;
}

.home-page .hp-transform-items,
.home-page .hp-feature-card-body,
.home-page .hp-checks-grid {
  gap: 0.62rem;
}

.home-page .hp-feature-content .check-list li {
  align-items: start;
  grid-template-columns: 1.18rem minmax(0, 1fr);
}

.home-page .hp-feature-content .check-list li i {
  margin-top: 0.14rem;
}

.home-page .hp-feature-card-item,
.home-page .hp-check-item,
.home-page .hp-transform-item {
  min-width: 0;
}

.home-page .hp-checks-card {
  align-content: start;
}

.home-page .coverage-showcase {
  overflow: hidden;
}

.home-page .coverage-image {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.home-page .coverage-links {
  align-items: center;
}

.home-page .coverage-links a,
.home-page .footer-contact a,
.home-page .footer-nav a,
.home-page .footer-quick-row a,
.home-page .footer-bottom a {
  min-height: 44px;
}

.home-page .cta-shell {
  gap: 0.85rem;
}

.home-page .cta-shell .lead {
  margin-bottom: 0.35rem;
}

.home-page .footer-nav {
  align-items: stretch;
  grid-auto-rows: minmax(44px, auto);
}

.home-page .footer-nav a,
.home-page .footer-quick-row a {
  align-items: center;
}

@media (max-width: 991.98px) {
  .home-page {
    --hp-flow: 1.55rem;
    --hp-gap: 0.95rem;
  }

  .home-page .hp-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-pain-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .home-page .hp-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .hp-step {
    padding: 1.12rem;
  }

  .home-page .coverage-image {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 767.98px) {
  .home-page {
    --hp-flow: 1.3rem;
    --hp-gap: 0.82rem;
    --hp-card-pad: 1.08rem;
  }

  .home-page .section-head,
  .home-page .section-head.centered,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    gap: 0.82rem;
    max-width: none;
  }

  .home-page .hp-pain-grid,
  .home-page .hp-transform-grid,
  .home-page .service-showcase,
  .home-page .hp-steps-grid,
  .home-page .hp-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-pain-card:nth-child(3) {
    grid-column: auto;
  }

  .home-page .hp-social-inner {
    gap: 0.85rem;
  }

  .home-page .hp-social-badges {
    gap: 0.5rem;
  }

  .home-page .hp-social-badge {
    min-height: 42px;
  }

  .home-page .hero-points li,
  .home-page .hp-transform-item,
  .home-page .hp-feature-card-item,
  .home-page .hp-check-item,
  .home-page .coverage-meta span,
  .home-page .check-list li {
    grid-template-columns: 1.92rem minmax(0, 1fr);
  }

  .home-page .hp-feature-content .check-list li {
    grid-template-columns: 1.18rem minmax(0, 1fr);
  }

  .home-page .hp-feature-card-header,
  .home-page .hp-feature-card-body,
  .home-page .hp-transform-items {
    padding: 0.9rem;
  }

  .home-page .coverage-showcase,
  .home-page .cta-shell {
    padding: 1.15rem;
  }

  .home-page .coverage-image {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  .home-page .coverage-links {
    gap: 0.48rem;
  }

  .home-page .footer-contact a,
  .home-page .footer-nav a {
    justify-content: flex-start;
    width: 100%;
  }

  .home-page .footer-bottom a {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .home-page .coverage-showcase,
  .home-page .cta-shell,
  .home-page .hp-checks-card {
    padding: 1rem;
  }

  .home-page .hp-feature-card-header,
  .home-page .hp-feature-card-body,
  .home-page .hp-transform-items {
    padding: 0.82rem;
  }
}

/* Homepage copy should wrap naturally at spaces, never by splitting words. */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page p,
.home-page li,
.home-page a,
.home-page span,
.home-page strong,
.home-page .btn,
.home-page .nav-link,
.home-page .link-arrow,
.home-page .hp-checks-title,
.home-page .hp-feature-card-header strong,
.home-page .hp-trust-num,
.home-page .hp-social-text,
.home-page .hp-social-badge,
.home-page .hp-transform-item,
.home-page .hp-feature-card-item,
.home-page .hp-check-item,
.home-page .coverage-meta span {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

/* Give the handover proof section enough space to read as a premium block. */
.home-page #proof .hp-feature-content {
  gap: clamp(1rem, 1.45vw, 1.35rem);
}

.home-page #proof .hp-feature-content h2 {
  margin: 0;
  max-width: 39rem;
}

.home-page #proof .hp-feature-content .intro-copy {
  line-height: 1.72;
  max-width: 38.5rem;
}

.home-page #proof .hp-feature-content .check-list {
  gap: 0.78rem;
  margin-top: 0.1rem !important;
}

.home-page #proof .hp-feature-content .check-list li {
  gap: 0.72rem;
  line-height: 1.42;
  min-height: 2rem;
}

.home-page #proof .btn-inline-action {
  margin-top: 0.45rem;
}

@media (max-width: 767.98px) {
  .home-page #proof .hp-feature-content {
    gap: 0.95rem;
  }

  .home-page #proof .hp-feature-content .check-list {
    gap: 0.68rem;
  }

  .home-page #proof .btn-inline-action {
    margin-top: 0.3rem;
  }
}

/* Homepage premium rhythm pass. */
.home-page {
  --hp-section-y: clamp(4.75rem, 6.4vw, 6.85rem);
  --hp-section-y-tight: clamp(3.75rem, 5vw, 5.25rem);
  --hp-flow: clamp(1.95rem, 2.8vw, 3rem);
  --hp-gap: clamp(1.22rem, 1.7vw, 1.7rem);
  --hp-card-pad: clamp(1.42rem, 2vw, 1.95rem);
}

.home-page .section > .container,
.home-page .section-tight > .container {
  gap: var(--hp-flow);
}

.home-page .section-head,
.home-page .section-head.centered,
.home-page .section-head--compact,
.home-page .section-head--spaced {
  gap: 1.15rem clamp(2rem, 4vw, 3.5rem);
}

.home-page .section-head > div {
  gap: 0.78rem;
}

.home-page .section-head p,
.home-page .section p,
.home-page .intro-copy,
.home-page .cta-shell .lead {
  line-height: 1.68;
}

.home-page .eyebrow,
.home-page .mini-label {
  margin-bottom: 0.08rem;
}

.home-page .home-hero .lead {
  margin-top: 1.35rem !important;
}

.home-page .home-hero .hero-actions {
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.home-page .hero-points {
  gap: 0.82rem;
  margin-top: 1.55rem;
}

.home-page .hero-points li {
  min-height: 78px;
  padding: 0.82rem 0.9rem;
}

.home-page .hp-pain-grid,
.home-page .hp-transform-grid,
.home-page .service-showcase,
.home-page .hp-steps-grid,
.home-page .hp-trust-grid {
  gap: var(--hp-gap);
}

.home-page .hp-pain-card,
.home-page .service-showcase .service-card,
.home-page .hp-step,
.home-page .faq-card {
  gap: 1rem;
  padding: var(--hp-card-pad);
}

.home-page .hp-transform-header {
  padding: 1.22rem 1.28rem 1rem;
}

.home-page .hp-transform-items,
.home-page .hp-feature-card-body,
.home-page .hp-checks-grid {
  gap: 0.78rem;
}

.home-page .hp-transform-items,
.home-page .hp-feature-card-body {
  padding: 1.12rem;
}

.home-page .hp-transform-item,
.home-page .hp-feature-card-item,
.home-page .hp-check-item {
  min-height: 52px;
  padding: 0.72rem 0.78rem;
}

.home-page .hp-feature-row,
.home-page .hp-feature-row--reverse {
  align-items: center;
  gap: clamp(2.35rem, 5vw, 4.55rem);
}

.home-page .hp-feature-content {
  gap: clamp(1.05rem, 1.7vw, 1.5rem);
}

.home-page .hp-feature-content .intro-copy {
  line-height: 1.7;
}

.home-page .hp-feature-content .check-list {
  gap: 0.78rem;
}

.home-page .hp-feature-content .check-list li {
  gap: 0.72rem;
  line-height: 1.44;
  min-height: 2rem;
}

.home-page .btn-inline-action {
  margin-top: 0.35rem;
}

.home-page #proof .hp-feature-content {
  gap: clamp(1.15rem, 1.9vw, 1.58rem);
}

.home-page #proof .btn-inline-action {
  margin-top: 0.55rem;
}

.home-page #checks .hp-feature-content {
  gap: clamp(1.12rem, 1.8vw, 1.55rem);
}

.home-page #checks .btn-inline-action {
  margin-top: 0.25rem;
}

.home-page .hp-feature-card-header {
  padding: 1.25rem 1.3rem;
}

.home-page .hp-checks-card {
  gap: 1rem;
  padding: clamp(1.35rem, 2vw, 1.8rem);
}

.home-page .hp-checks-title {
  margin-top: 0.08rem;
}

.home-page .coverage-showcase {
  padding: clamp(2rem, 4.2vw, 3.35rem);
}

.home-page .coverage-showcase .row {
  --bs-gutter-x: clamp(2rem, 5vw, 4.25rem);
  --bs-gutter-y: 2rem;
}

.home-page .coverage-meta {
  gap: 0.78rem;
  margin-top: 1.15rem;
}

.home-page .coverage-showcase .hero-actions {
  gap: 0.85rem;
  margin-top: 1.55rem !important;
}

.home-page .coverage-links {
  gap: 0.62rem;
  margin-top: 1rem;
}

.home-page .service-showcase .service-card {
  gap: 1.05rem;
}

.home-page .service-showcase .link-arrow {
  padding-top: 0.45rem;
}

.home-page .hp-step {
  gap: 0.92rem;
}

.home-page #faq .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

.home-page .hp-trust-stat {
  gap: 0.45rem;
  padding: 1.35rem 1.2rem;
}

.home-page .hp-trust-message {
  line-height: 1.72;
  max-width: 45rem;
}

.home-page .cta-shell {
  gap: 1.05rem;
  padding: clamp(2.2rem, 4.2vw, 3.4rem);
}

.home-page .cta-shell .lead {
  margin-bottom: 0.7rem;
}

.home-page .hp-cta-actions {
  gap: 0.85rem;
}

.home-page .footer {
  padding: clamp(3rem, 5vw, 4.4rem) 0 1.85rem;
}

.home-page .footer .container,
.home-page .footer-main,
.home-page .footer-brand,
.home-page .footer-contact,
.home-page .footer-nav,
.home-page .footer-quick-row,
.home-page .footer-quick-nav {
  gap: clamp(0.85rem, 1.4vw, 1.25rem);
}

.home-page .footer-bottom {
  margin-top: 0.3rem;
  padding-top: 1.45rem;
}

@media (max-width: 991.98px) {
  .home-page {
    --hp-section-y: 4.25rem;
    --hp-section-y-tight: 3.45rem;
    --hp-flow: 1.75rem;
    --hp-gap: 1.05rem;
    --hp-card-pad: 1.28rem;
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    gap: 2rem;
  }

  .home-page .coverage-showcase {
    padding: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .home-page {
    --hp-section-y: 3.75rem;
    --hp-section-y-tight: 3.05rem;
    --hp-flow: 1.45rem;
    --hp-gap: 0.95rem;
    --hp-card-pad: 1.12rem;
  }

  .home-page .section-head,
  .home-page .section-head.centered,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    gap: 0.95rem;
  }

  .home-page .home-hero .hero-actions,
  .home-page .hero-points {
    gap: 0.72rem;
  }

  .home-page .hero-points {
    margin-top: 1.25rem;
  }

  .home-page .hero-points li {
    min-height: 0;
    padding: 0.74rem 0.78rem;
  }

  .home-page .hp-feature-content,
  .home-page #proof .hp-feature-content,
  .home-page #checks .hp-feature-content {
    gap: 0.98rem;
  }

  .home-page .hp-feature-content .check-list,
  .home-page #proof .hp-feature-content .check-list {
    gap: 0.68rem;
  }

  .home-page .hp-transform-items,
  .home-page .hp-feature-card-body {
    padding: 0.95rem;
  }

  .home-page .hp-transform-item,
  .home-page .hp-feature-card-item,
  .home-page .hp-check-item {
    min-height: 48px;
  }

  .home-page .coverage-showcase,
  .home-page .cta-shell {
    padding: 1.25rem;
  }

  .home-page .coverage-showcase .hero-actions {
    margin-top: 1.25rem !important;
  }

  .home-page .footer-main {
    gap: 1.5rem;
  }
}

@media (max-width: 380px) {
  .home-page {
    --hp-section-y: 3.35rem;
    --hp-section-y-tight: 2.8rem;
  }

  .home-page .hp-pain-card,
  .home-page .service-showcase .service-card,
  .home-page .hp-step,
  .home-page .faq-card,
  .home-page .hp-checks-card,
  .home-page .coverage-showcase,
  .home-page .cta-shell {
    padding: 1rem;
  }
}

/* Review fixes: stronger CTA contrast and safer nav breakpoint. */
.home-page .nav-quote-btn,
.home-page .btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0b6f99;
  --bs-btn-border-color: #0b6f99;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #084f6f;
  --bs-btn-hover-border-color: #084f6f;
  box-shadow: 0 16px 34px rgba(8, 79, 111, 0.28);
}

.home-page .btn-primary:focus-visible,
.home-page .nav-quote-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(11, 111, 153, 0.22), 0 16px 34px rgba(8, 79, 111, 0.28);
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .home-page .navbar .container {
    gap: 0.6rem;
  }

  .home-page .nav-link {
    font-size: 0.84rem;
    min-height: 42px;
    padding: 0.52rem 0.58rem;
  }

  .home-page .nav-quote-btn {
    min-width: 164px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

@media (max-width: 1199.98px) {
  .home-page .navbar .container {
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 84px;
  }

  .home-page .navbar-expand-lg .navbar-toggler {
    display: inline-flex;
  }

  .home-page .navbar-expand-lg .navbar-collapse {
    background: #ffffff;
    border: 1px solid rgba(194, 209, 222, 0.88);
    border-radius: 18px;
    box-shadow: 0 24px 44px rgba(8, 16, 28, 0.14);
    display: none !important;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 0.7rem;
    padding: 0.7rem;
    width: 100%;
  }

  .home-page .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .home-page .navbar-expand-lg .navbar-nav {
    align-items: stretch !important;
    flex-direction: column;
    gap: 0.18rem;
    width: 100%;
  }

  .home-page .nav-link {
    justify-content: space-between;
    min-height: 48px;
    width: 100%;
  }

  .home-page .navbar-nav .btn,
  .home-page .nav-quote-btn {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }
}

/* Desktop homepage polish: keep the approved mobile layout intact while making large screens feel intentional. */
@media (min-width: 992px) {
  .home-page .hero {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.97) 0%, rgba(5, 11, 18, 0.91) 43%, rgba(5, 11, 18, 0.66) 70%, rgba(5, 11, 18, 0.3) 100%),
      linear-gradient(180deg, rgba(5, 11, 18, 0.12), rgba(5, 11, 18, 0.46)),
      var(--hero-image) center center / cover no-repeat;
    align-items: center;
    display: flex;
    min-height: min(760px, 82vh);
    padding: calc(3.7rem + 90px) 0 4.2rem;
  }

  .home-page .home-hero .row {
    min-height: 0;
  }

  .home-page .home-hero .col-xl-9 {
    max-width: 780px;
    width: 68%;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(3.1rem, 4.7vw, 4.65rem);
    font-weight: 860;
    letter-spacing: -0.035em;
    line-height: 1;
    max-width: 760px;
  }

  .home-page .home-hero .lead {
    font-size: clamp(1.08rem, 1.25vw, 1.18rem);
    max-width: 660px;
    margin-top: 1.35rem !important;
  }

  .home-page .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 780px;
    gap: 0.82rem;
    margin-top: 1.55rem;
  }

  .home-page .hero-points li {
    backdrop-filter: blur(8px);
    min-height: 86px;
    padding: 0.82rem 0.9rem;
  }

  .home-page .home-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.55rem;
  }

  .home-page .section {
    padding: clamp(5rem, 7vw, 8rem) 0;
  }

  .home-page .section > .container,
  .home-page .section-tight > .container {
    gap: clamp(2.5rem, 4vw, 4rem);
  }

  .home-page .section-head,
  .home-page .section-head.centered {
    align-items: end;
    gap: clamp(2rem, 4vw, 4rem);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    max-width: none;
    text-align: left;
  }

  .home-page .section-head.centered {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
    text-align: center;
  }

  .home-page .section-head.centered > div {
    justify-items: center;
  }

  .home-page .section h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.04;
  }

  .home-page .hp-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.5vw, 2rem);
  }

  .home-page .hp-transform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%;
    gap: clamp(1.5rem, 2.5vw, 2rem);
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    gap: clamp(4rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    align-items: center;
  }

  .home-page .hp-feature-row--reverse {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  }

  .home-page .hp-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 2.5vw, 2rem);
  }

  .home-page .hp-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.5rem, 2vw, 2rem);
  }

  .home-page .coverage-showcase {
    border-radius: 10px;
    padding: clamp(2.4rem, 4vw, 3.5rem);
  }

  .home-page .footer-main {
    align-items: end;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }

  .home-page .footer-logo {
    height: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-page .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .home-page .container {
    max-width: 1200px;
  }

  .home-page .navbar .container {
    max-width: 1280px;
  }

  .home-page .nav-link {
    font-size: 0.9rem;
    padding: 0.56rem 0.68rem;
  }

  .home-page .nav-quote-btn {
    min-width: 170px;
  }

  .home-page .service-showcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-page .hp-pain-card,
  .home-page .service-showcase .service-card,
  .home-page .hp-step,
  .home-page .faq-card {
    padding: 1.55rem;
  }

  .home-page .service-showcase .service-card h3 {
    font-size: 1.05rem;
  }

  .home-page .service-showcase .service-card p {
    font-size: 0.94rem;
    line-height: 1.55;
  }
}

/* Homepage final responsive pass */
.home-page .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-page .btn:hover {
  transform: translateY(-2px);
}

.home-page .btn-lg {
  font-size: 1.04rem;
  min-height: 56px;
  padding: 1rem 1.55rem;
}

@media (min-width: 992px) {
  .home-page .section h2,
  .home-page .coverage-showcase h2,
  .home-page .cta-shell h2 {
    font-size: clamp(2.15rem, 3.1vw, 3rem);
    line-height: 1.08;
  }

  .home-page .section-head,
  .home-page .section-head.centered {
    gap: clamp(1.35rem, 2.8vw, 2.8rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  }

  .home-page .section-head.centered {
    grid-template-columns: minmax(0, 780px);
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(2.95rem, 4.4vw, 4.2rem);
    line-height: 1.02;
    max-width: 740px;
  }

  .home-page .home-hero .lead {
    max-width: 640px;
  }

  .home-page .hero-points li {
    min-height: 84px;
  }
}

@media (max-width: 767.98px) {
  .home-page .btn-lg {
    font-size: 1rem;
    min-height: 52px;
    padding: 0.9rem 1.3rem;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(2.02rem, 8.7vw, 2.72rem);
    line-height: 1.05;
  }

  .home-page .section-head,
  .home-page .section-head.centered,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .home-page .section-head > div,
  .home-page .section-head p {
    justify-items: center;
    text-align: center;
  }

  .home-page .hero-points,
  .home-page .hp-pain-grid,
  .home-page .hp-transform-grid,
  .home-page .service-showcase,
  .home-page .hp-steps-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hero-actions .btn,
  .home-page .hp-cta-actions .btn,
  .home-page .btn-inline-action {
    justify-content: center;
    width: 100%;
  }

  .home-page .coverage-showcase {
    padding: 1rem 1rem 6rem;
  }

  body.ovm-sticky-actions-visible .ovm-whatsapp-chat:not(.is-open) {
    --ovm-wa-edge-bottom: var(--ovm-contact-edge-bottom);
  }
}

@media (max-width: 420px) {
  .home-page .hp-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage desktop authority: use one clear desktop layer instead of stacked late overrides. */
.home-page {
  --home-cta-blue: #15abe2;
  --home-cta-blue-hover: #0e97cb;
  --home-cta-blue-focus: rgba(21, 171, 226, 0.24);
}

.home-page .btn-primary,
.home-page .nav-quote-btn {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--home-cta-blue);
  --bs-btn-border-color: var(--home-cta-blue);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--home-cta-blue-hover);
  --bs-btn-hover-border-color: var(--home-cta-blue-hover);
  box-shadow: 0 18px 38px rgba(21, 171, 226, 0.28);
}

.home-page .btn-primary:focus-visible,
.home-page .nav-quote-btn:focus-visible {
  box-shadow: 0 0 0 4px var(--home-cta-blue-focus), 0 18px 38px rgba(21, 171, 226, 0.28);
}

.home-page .eyebrow {
  display: none;
}

.home-page .btn-outline-primary {
  --bs-btn-color: #0e7ea7;
  --bs-btn-bg: rgba(21, 171, 226, 0.06);
  --bs-btn-border-color: rgba(21, 171, 226, 0.34);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--home-cta-blue);
  --bs-btn-hover-border-color: var(--home-cta-blue);
  box-shadow: 0 14px 30px rgba(21, 171, 226, 0.12);
}

@media (min-width: 992px) {
  .home-page {
    --home-desktop-rail: min(1320px, calc(100vw - 72px));
    --hp-section-y: clamp(5.25rem, 6.6vw, 7.75rem);
    --hp-section-y-tight: clamp(4rem, 5vw, 5.3rem);
    --hp-flow: clamp(2.3rem, 3.2vw, 4rem);
    --hp-gap: clamp(1.4rem, 2vw, 2rem);
    --hp-card-pad: clamp(1.35rem, 1.8vw, 1.8rem);
    --home-desktop-copy: 68ch;
    --home-desktop-copy-side: 42ch;
    --home-desktop-hero: 17ch;
  }

  .home-page .container {
    max-width: var(--home-desktop-rail);
  }

  .home-page .navbar .container {
    max-width: var(--home-desktop-rail);
    gap: 0.72rem;
  }

  .home-page .nav-link {
    font-size: 0.89rem;
    min-height: 44px;
    padding: 0.58rem 0.72rem;
  }

  .home-page .nav-quote-btn {
    min-width: 176px;
  }

  .home-page .hero {
    align-items: center;
    display: flex;
    min-height: min(820px, 86vh);
    padding: calc(4rem + 90px) 0 4.8rem;
  }

  .home-page .home-hero .row {
    min-height: 0;
  }

  .home-page .home-hero .col-xl-9 {
    flex: 0 0 100%;
    max-width: none;
    width: 100%;
  }

  .home-page .home-hero .display-3 {
    font-size: clamp(3.55rem, 4.95vw, 5.35rem);
    font-weight: 800;
    font-variation-settings: normal;
    letter-spacing: -0.05em;
    line-height: 0.93;
    margin-bottom: 0;
    max-width: var(--home-desktop-hero);
    text-wrap: balance;
  }

  .home-page .home-hero .lead {
    font-size: clamp(1.18rem, 1.3vw, 1.34rem);
    line-height: 1.66;
    margin-top: 1.5rem !important;
    max-width: var(--home-desktop-copy);
  }

  .home-page .home-hero .hero-actions {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.7rem;
    max-width: 100%;
    width: fit-content;
  }

  .home-page .hero-actions .btn,
  .home-page .hp-cta-actions .btn {
    flex: 0 0 auto;
    min-width: 232px;
    width: auto;
  }

  .home-page .hero-points {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.75rem;
    max-width: min(100%, 70rem);
    width: 100%;
  }

  .home-page .hero-points li {
    align-items: flex-start;
    font-size: 1.01rem;
    line-height: 1.52;
    min-height: 0;
    padding: 1.05rem 1.15rem;
  }

  .home-page .section > .container,
  .home-page .section-tight > .container {
    gap: var(--hp-flow);
  }

  .home-page .section-head,
  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    align-items: end;
    gap: clamp(2rem, 4vw, 4.75rem);
    grid-template-columns: minmax(0, 1.72fr) minmax(19rem, 0.68fr);
    margin: 0;
    max-width: none;
    text-align: left;
    width: 100%;
  }

  .home-page .section-head > div {
    gap: 0;
  }

  .home-page .section-head:not(.centered) h2 {
    font-size: clamp(2.2rem, 3vw, 3.3rem);
    line-height: 0.98;
  }

  .home-page .section-head p {
    font-size: clamp(1.06rem, 1.08vw, 1.18rem);
    line-height: 1.72;
    margin: 0;
    max-width: 36ch;
    padding-bottom: 0.18rem;
  }

  .home-page .section-head.centered {
    align-items: end;
    gap: clamp(2rem, 4vw, 4.75rem);
    grid-template-columns: minmax(0, 1.72fr) minmax(19rem, 0.68fr);
    justify-content: start;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    text-align: left;
    width: 100%;
  }

  .home-page .section-head.centered > div {
    justify-items: start;
  }

  .home-page .section-head.centered p {
    max-width: 36ch;
  }

  .home-page .section-head--compact,
  .home-page .section-head--spaced {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .section h2,
  .home-page .coverage-showcase h2,
  .home-page .cta-shell h2 {
    font-size: clamp(2.55rem, 3.55vw, 4rem);
    font-weight: 800;
    font-variation-settings: normal;
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .home-page .section p,
  .home-page .intro-copy,
  .home-page .cta-shell .lead {
    font-size: 1.08rem;
    line-height: 1.74;
  }

  .home-page .hp-pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .hp-transform-grid {
    gap: var(--hp-gap);
    max-width: none;
  }

  .home-page .hp-feature-row,
  .home-page .hp-feature-row--reverse {
    align-items: start;
    gap: clamp(3rem, 5vw, 5.5rem);
    grid-template-columns: minmax(0, 1.14fr) minmax(24rem, 0.86fr);
  }

  .home-page .hp-feature-row--reverse {
    grid-template-columns: minmax(24rem, 0.86fr) minmax(0, 1.14fr);
  }

  .home-page .hp-feature-content,
  .home-page #proof .hp-feature-content,
  .home-page #checks .hp-feature-content {
    gap: clamp(1.1rem, 1.8vw, 1.6rem);
    max-width: none;
  }

  .home-page .hp-feature-content .intro-copy,
  .home-page .hp-feature-content .check-list {
    max-width: var(--home-desktop-copy);
  }

  .home-page .coverage-showcase .col-lg-6:first-child > h2,
  .home-page .coverage-showcase .col-lg-6:first-child > .intro-copy,
  .home-page .coverage-showcase .col-lg-6:first-child > .coverage-meta,
  .home-page .coverage-showcase .col-lg-6:first-child > .hero-actions,
  .home-page .hp-trust-message {
    max-width: none;
  }

  .home-page .coverage-showcase {
    overflow: hidden;
    padding-block: clamp(2.75rem, 4vw, 3.85rem);
    padding-inline: 0;
  }

  .home-page .coverage-showcase .row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-page .coverage-showcase .row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .coverage-showcase .col-lg-6:last-child {
    padding-left: clamp(2rem, 4vw, 3.5rem);
  }

  .home-page .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .service-showcase .service-card h3 {
    font-size: 1.16rem;
    line-height: 1.24;
  }

  .home-page .service-showcase .service-card p {
    font-size: 0.99rem;
    line-height: 1.64;
  }

  .home-page .cta-shell {
    margin-inline: 0;
    max-width: none;
    padding-block: clamp(2.5rem, 4vw, 3.75rem);
    padding-inline: 0;
    text-align: left;
    width: 100%;
  }

  .home-page .cta-shell .lead {
    max-width: 52rem;
    text-align: left;
  }

  .home-page .cta-shell h2 {
    text-align: left;
  }

  .home-page .hp-cta-actions {
    justify-content: flex-start;
    width: fit-content;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .home-page .navbar .container {
    gap: 0.6rem;
  }

  .home-page .nav-link {
    font-size: 0.84rem;
    min-height: 42px;
    padding: 0.52rem 0.58rem;
  }

  .home-page .nav-quote-btn {
    min-width: 164px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-page .navbar .container {
    gap: 0.4rem;
  }

  .home-page .gap-lg-2 {
    gap: 0.15rem;
  }

  .home-page .ms-lg-2 {
    margin-left: 0.2rem;
  }

  .home-page .nav-link {
    font-size: 0.78rem;
    min-height: 40px;
    padding: 0.46rem 0.46rem;
  }

  .home-page .nav-quote-btn {
    font-size: 0.9rem;
    min-width: 150px;
    padding-left: 0.78rem;
    padding-right: 0.78rem;
  }
}

@media (min-width: 1200px) {
  .home-page .service-showcase {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── SECTION-HEAD CASCADE FIX ─────────────────────────────────────────────
   Overrides the conflicting multi-layer section-head rules above.
   Non-centered: two-col, align-items start so h2 and p both top-align.
   Centered: single column, centred text, sensible max-width.
────────────────────────────────────────────────────────────────────────── */
.home-page .section-head {
  align-items: start;
  display: grid;
  gap: 1.2rem 3rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.72fr);
  margin-bottom: 2.5rem;
  max-width: none;
  text-align: left;
  width: 100%;
}

.home-page .section-head > div {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.home-page .section-head h2 {
  margin: 0;
}

.home-page .section-head p {
  color: var(--hp-muted, #4f657d);
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.66;
  margin: 0;
  max-width: 38rem;
  padding-top: 0.2rem;
}

.home-page .section-head.centered,
.home-page .section-head.centered.section-head--compact,
.home-page .section-head.centered.section-head--spaced {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

.home-page .section-head.centered > div {
  align-items: center;
}

.home-page .section-head.centered p {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

.home-page .section-head--compact,
.home-page .section-head--spaced {
  grid-template-columns: minmax(0, 1fr);
  max-width: 48rem;
}

@media (max-width: 991.98px) {
  .home-page .section-head {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    text-align: left;
  }
  .home-page .section-head.centered {
    text-align: center;
  }
  .home-page .section-head.centered > div {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .home-page .section-head,
  .home-page .section-head.centered {
    gap: 0.7rem;
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .home-page .section-head > div {
    align-items: center;
  }
}

/* ── COVERAGE SHOWCASE SPACING FIX ──────────────────────────────────────── */
/* Use .home-page .coverage-showcase to match/beat existing specificity     */
.home-page .coverage-showcase {
  overflow: visible;
  padding: clamp(2.5rem, 4vw, 3.5rem);
}

.home-page .coverage-showcase .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.home-page .coverage-showcase .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.home-page .coverage-showcase h2 {
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

.home-page .coverage-showcase .intro-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 44rem;
}

.home-page .coverage-meta {
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.home-page .coverage-meta span {
  font-size: 0.96rem;
  gap: 0.6rem;
}

.home-page .coverage-showcase .hero-actions {
  margin-top: 2rem !important;
}

.home-page .coverage-showcase .image-panel.coverage-image {
  border-radius: 16px;
  min-height: 400px;
}

@media (min-width: 992px) {
  .home-page .coverage-showcase {
    overflow: visible;
    padding: clamp(2.5rem, 4vw, 3.5rem);
  }
  .home-page .coverage-showcase .row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .home-page .coverage-showcase .col-lg-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (max-width: 991.98px) {
  .home-page .coverage-showcase {
    padding: 2.2rem 1.8rem;
  }
  .home-page .coverage-showcase .image-panel.coverage-image {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
  .home-page .coverage-showcase {
    padding: 1.75rem 1.4rem;
  }
  .home-page .coverage-showcase h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }
  .home-page .coverage-showcase .image-panel.coverage-image {
    min-height: 200px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   HOMEPAGE — REFINED SECTION STYLES
   Design principles: generous space, restrained colour, clean hierarchy.
   Every rule is scoped to .home-page so nothing else is affected.
══════════════════════════════════════════════════════════════════════════ */

/* ─ Shared card token ─────────────────────────────────────────────────── */
.home-page .hp-pain-card,
.home-page .hp-step,
.home-page .hp-transform-col,
.home-page .hp-feature-card,
.home-page .hp-checks-card,
.home-page .service-card,
.home-page .hp-trust-stat,
.home-page .faq-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 18px !important;
}

/* ─ Section cadence ───────────────────────────────────────────────────── */
.home-page .section {
  padding: clamp(5rem, 7vw, 7.5rem) 0 !important;
}
.home-page .section-soft {
  background: #f5f5f7 !important;
}
.home-page .section-dark {
  background: #0a141f !important;
}

/* ─ Section heading ───────────────────────────────────────────────────── */
.home-page .section-head {
  margin-bottom: clamp(2.5rem, 3.5vw, 4rem) !important;
  max-width: none !important;
}
.home-page .section-head.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 680px !important;
  text-align: center !important;
}
.home-page .section-head > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.6rem !important;
}
.home-page .section-head.centered > div {
  align-items: center !important;
}
.home-page .section-head h2 {
  color: #1d1d1f !important;
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.07 !important;
  margin: 0 !important;
}
.home-page .section-dark .section-head h2 {
  color: #f5f5f7 !important;
}
.home-page .section-head p {
  color: #6e6e73 !important;
  font-size: clamp(1rem, 1.15vw, 1.125rem) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  margin: 0.4rem 0 0 !important;
  max-width: 52ch !important;
}
.home-page .section-head.centered p {
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-page .section-dark .section-head p {
  color: rgba(245, 245, 247, 0.6) !important;
}

/* ─ Eyebrow ───────────────────────────────────────────────────────────── */
.home-page .eyebrow {
  background: rgba(23, 170, 226, 0.1) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #1184b3 !important;
  display: inline-block !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  padding: 0.32rem 0.8rem !important;
  text-transform: uppercase !important;
  width: fit-content !important;
}
.home-page .section-dark .eyebrow {
  background: rgba(23, 170, 226, 0.15) !important;
  color: #5bcff5 !important;
}

/* ─ Mini label ────────────────────────────────────────────────────────── */
.home-page .mini-label {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 999px !important;
  color: #6e6e73 !important;
  display: inline-block !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  padding: 0.26rem 0.6rem !important;
  text-transform: uppercase !important;
  width: fit-content !important;
}

/* ─ 1. Pain cards ─────────────────────────────────────────────────────── */
.home-page .hp-pain-grid {
  display: grid !important;
  gap: 1.5rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.home-page .hp-pain-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 2rem !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}
.home-page .hp-pain-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 16px 40px rgba(0,0,0,0.08) !important;
  transform: translateY(-2px) !important;
}
.home-page .hp-pain-icon {
  align-items: center !important;
  background: rgba(23, 170, 226, 0.08) !important;
  border: none !important;
  border-radius: 12px !important;
  color: #17aae2 !important;
  display: inline-flex !important;
  font-size: 1.1rem !important;
  height: 48px !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
  width: 48px !important;
}
.home-page .hp-pain-card h3 {
  color: #1d1d1f !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.3 !important;
  margin: 0 0 0.65rem !important;
}
.home-page .hp-pain-card p {
  color: #6e6e73 !important;
  font-size: 0.94rem !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

/* ─ 2. Before / After ────────────────────────────────────────────────── */
.home-page .hp-transform-grid {
  display: grid !important;
  gap: 1.5rem !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px !important;
}
.home-page .hp-transform-col {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.home-page .hp-transform-col--before {
  border-top: 3px solid #e05252 !important;
}
.home-page .hp-transform-col--after {
  border-top: 3px solid #17aae2 !important;
}
.home-page .hp-transform-header {
  background: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 1.25rem 1.5rem !important;
}
.home-page .hp-transform-col--before .hp-transform-header h3 {
  color: #c0392b !important;
}
.home-page .hp-transform-col--after .hp-transform-header h3 {
  color: #1184b3 !important;
}
.home-page .hp-transform-header h3 {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.home-page .hp-transform-items {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
}
.home-page .hp-transform-item {
  align-items: center !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #3a3a3c !important;
  display: flex !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  gap: 0.65rem !important;
  padding: 0.8rem 1.5rem !important;
}
.home-page .hp-transform-item:last-child {
  border-bottom: none !important;
}
.home-page .hp-transform-col--before .hp-transform-item i {
  color: #e05252 !important;
  flex-shrink: 0 !important;
}
.home-page .hp-transform-col--after .hp-transform-item i {
  color: #17aae2 !important;
  flex-shrink: 0 !important;
}

/* ─ 3. Feature rows ──────────────────────────────────────────────────── */
.home-page .hp-feature-row {
  align-items: center !important;
  display: grid !important;
  gap: clamp(3rem, 6vw, 6rem) !important;
  grid-template-columns: 1fr 1fr !important;
}
.home-page .hp-feature-row.hp-feature-row--reverse {
  direction: rtl !important;
}
.home-page .hp-feature-row.hp-feature-row--reverse > * {
  direction: ltr !important;
}
.home-page .hp-feature-content {
  display: flex !important;
  flex-direction: column !important;
}
.home-page .hp-feature-content .eyebrow {
  margin-bottom: 0.75rem !important;
}
.home-page .hp-feature-content h2 {
  color: #1d1d1f !important;
  font-size: clamp(1.75rem, 2.8vw, 2.5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  margin: 0 0 1rem !important;
}
.home-page .hp-feature-content .intro-copy {
  color: #6e6e73 !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
  margin: 0 0 1.5rem !important;
  max-width: 42ch !important;
}
.home-page .hp-feature-content .check-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.6rem !important;
  list-style: none !important;
  margin: 0 0 1.75rem !important;
  padding: 0 !important;
}
.home-page .hp-feature-content .check-list li {
  align-items: flex-start !important;
  color: #3a3a3c !important;
  display: flex !important;
  font-size: 0.93rem !important;
  font-weight: 500 !important;
  gap: 0.6rem !important;
  line-height: 1.55 !important;
}
.home-page .hp-feature-content .check-list li i {
  color: #17aae2 !important;
  flex-shrink: 0 !important;
  margin-top: 0.18rem !important;
}
.home-page .hp-feature-visual {
  display: flex !important;
}
.home-page .hp-feature-card,
.home-page .hp-checks-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05), 0 20px 48px rgba(0,0,0,0.06) !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}
.home-page .hp-feature-card-header {
  background: #f5f5f7 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
  padding: 1.25rem 1.5rem !important;
}
.home-page .hp-feature-card-header .mini-label {
  margin-bottom: 0.4rem !important;
}
.home-page .hp-feature-card-header strong {
  color: #1d1d1f !important;
  display: block !important;
  font-size: 0.93rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}
.home-page .hp-feature-card-body {
  padding: 0 !important;
}
.home-page .hp-feature-card-item {
  align-items: center !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #3a3a3c !important;
  display: flex !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  gap: 0.65rem !important;
  padding: 0.8rem 1.5rem !important;
}
.home-page .hp-feature-card-item:last-child {
  border-bottom: none !important;
}
.home-page .hp-feature-card-item i {
  color: #17aae2 !important;
  flex-shrink: 0 !important;
}
.home-page .hp-checks-card {
  padding: 1.75rem !important;
}
.home-page .hp-checks-title {
  color: #1d1d1f !important;
  display: block !important;
  font-size: 0.97rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.45 !important;
  margin: 0.6rem 0 1.25rem !important;
}
.home-page .hp-checks-grid {
  display: grid !important;
  gap: 0.75rem !important;
  grid-template-columns: 1fr 1fr !important;
}
.home-page .hp-check-item {
  align-items: flex-start !important;
  color: #3a3a3c !important;
  display: flex !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  gap: 0.5rem !important;
  line-height: 1.45 !important;
}
.home-page .hp-check-item i {
  color: #17aae2 !important;
  flex-shrink: 0 !important;
  margin-top: 0.1rem !important;
}

/* ─ 4. How it works ──────────────────────────────────────────────────── */
.home-page .hp-steps-grid {
  display: grid !important;
  gap: 1.5rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.home-page .hp-step {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 2rem !important;
}
.home-page .hp-step-number {
  align-items: center !important;
  background: #17aae2 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  height: 34px !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
  width: 34px !important;
}
.home-page .hp-step h3 {
  color: #1d1d1f !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.3 !important;
  margin: 0 0 0.6rem !important;
}
.home-page .hp-step p {
  color: #6e6e73 !important;
  font-size: 0.93rem !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

/* ─ 5. Services ──────────────────────────────────────────────────────── */
.home-page .service-showcase {
  display: grid !important;
  gap: 1.5rem !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.home-page .service-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 1.75rem !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}
.home-page .service-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 16px 40px rgba(0,0,0,0.08) !important;
  transform: translateY(-2px) !important;
}
.home-page .service-card-featured {
  background: #17aae2 !important;
  border-color: transparent !important;
  box-shadow: 0 8px 32px rgba(23, 170, 226, 0.35) !important;
}
.home-page .service-card .icon-box {
  align-items: center !important;
  background: rgba(23, 170, 226, 0.08) !important;
  border: none !important;
  border-radius: 12px !important;
  color: #17aae2 !important;
  display: inline-flex !important;
  font-size: 1.1rem !important;
  height: 46px !important;
  justify-content: center !important;
  margin-bottom: 1.1rem !important;
  width: 46px !important;
}
.home-page .service-card-featured .icon-box {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
.home-page .service-card h3 {
  color: #1d1d1f !important;
  font-size: 0.97rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  margin: 0 0 0.55rem !important;
}
.home-page .service-card-featured h3,
.home-page .service-card-featured p,
.home-page .service-card-featured .mini-label {
  color: #ffffff !important;
}
.home-page .service-card-featured .mini-label {
  background: rgba(255,255,255,0.2) !important;
  border-color: transparent !important;
}
.home-page .service-card p {
  color: #6e6e73 !important;
  flex: 1 !important;
  font-size: 0.9rem !important;
  line-height: 1.65 !important;
  margin: 0 0 1.25rem !important;
}
.home-page .service-card-featured p {
  color: rgba(255,255,255,0.85) !important;
}
.home-page .service-card .link-arrow {
  align-items: center !important;
  color: #1184b3 !important;
  display: inline-flex !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  gap: 0.3rem !important;
  margin-top: auto !important;
  text-decoration: none !important;
}
.home-page .service-card-featured .link-arrow {
  color: rgba(255,255,255,0.9) !important;
}

/* ─ 6. Trust signals ─────────────────────────────────────────────────── */
.home-page .hp-trust-grid {
  display: grid !important;
  gap: 1.5rem !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-bottom: 2.5rem !important;
}
.home-page .hp-trust-stat {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
  padding: 1.75rem !important;
  text-align: center !important;
}
.home-page .hp-trust-num {
  color: #17aae2 !important;
  display: block !important;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}
.home-page .hp-trust-label {
  color: rgba(245,245,247,0.55) !important;
  display: block !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}
.home-page .hp-trust-message {
  color: rgba(245,245,247,0.55) !important;
  font-size: 0.95rem !important;
  line-height: 1.72 !important;
  margin: 0 auto !important;
  max-width: 50ch !important;
  text-align: center !important;
}

/* ─ 7. FAQ ───────────────────────────────────────────────────────────── */
.home-page .faq-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
  height: 100% !important;
  padding: 2rem !important;
}
.home-page .faq-card h3 {
  color: #1d1d1f !important;
  font-size: 0.97rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  margin: 0 0 0.7rem !important;
}
.home-page .faq-card p {
  color: #6e6e73 !important;
  font-size: 0.93rem !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ─ 8. CTA band ──────────────────────────────────────────────────────── */
.home-page .cta-band {
  background: #0a141f !important;
  padding: clamp(4rem, 6vw, 6.5rem) 0 !important;
}
.home-page .cta-shell {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 560px !important;
  text-align: center !important;
}
.home-page .cta-shell h2 {
  color: #f5f5f7 !important;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.07 !important;
  margin: 0 0 0.85rem !important;
}
.home-page .cta-shell .lead {
  color: rgba(245,245,247,0.58) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin: 0 0 2.25rem !important;
}
.home-page .hp-cta-actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.85rem !important;
  justify-content: center !important;
}

/* ─ Inline CTA button ───────────────────────────────────────────────── */
.home-page .btn-inline-action {
  align-items: center !important;
  align-self: flex-start !important;
  display: inline-flex !important;
  gap: 0.4rem !important;
  margin-top: 0.25rem !important;
}

/* ─ Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1023.98px) {
  .home-page .service-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .home-page .hp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .section {
    padding: clamp(3rem, 6vw, 5rem) 0 !important;
  }
  .home-page .hp-pain-grid,
  .home-page .hp-steps-grid,
  .home-page .hp-transform-grid {
    gap: 1rem !important;
    grid-template-columns: 1fr !important;
  }
  .home-page .hp-feature-row,
  .home-page .hp-feature-row.hp-feature-row--reverse {
    direction: ltr !important;
    gap: 2.5rem !important;
    grid-template-columns: 1fr !important;
  }
  .home-page .hp-feature-content .intro-copy {
    max-width: none !important;
  }
  .home-page .service-showcase {
    grid-template-columns: 1fr !important;
  }
  .home-page .hp-checks-grid {
    grid-template-columns: 1fr !important;
  }
  .home-page .section-head.centered {
    text-align: left !important;
  }
  .home-page .section-head.centered > div {
    align-items: flex-start !important;
  }
  .home-page .section-head.centered p,
  .home-page .section-head.centered .eyebrow {
    margin-left: 0 !important;
  }
  .home-page .cta-shell,
  .home-page .hp-trust-message {
    text-align: left !important;
  }
  .home-page .hp-cta-actions {
    justify-content: flex-start !important;
  }
  .home-page .hp-trust-message {
    margin-left: 0 !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   NAVBAR — DEFINITIVE FIX (last rule wins)
   Solid white, polished nav links, perfect alignment with content below.
══════════════════════════════════════════════════════════════════════════ */

/* Lock navbar + all page containers to identical max-width and padding
   so the logo left edge and phone button right edge form a perfect
   vertical ruler with all content below on every viewport size. */
.home-page .navbar .container,
.home-page .container {
  max-width: 1240px !important;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

/* Solid white navbar */
.home-page .navbar {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid #dde5ed !important;
  box-shadow: 0 2px 16px rgba(8, 16, 28, 0.08) !important;
  padding: 0 !important;
}

.home-page .navbar .container {
  min-height: 92px !important;
  gap: 2rem !important;
}

/* Logo */
.home-page .navbar-brand img {
  height: 70px !important;
}

/* Nav links */
.home-page .navbar-nav {
  align-items: center;
  gap: 0.1rem;
}

.home-page .nav-link {
  border: none !important;
  border-radius: 7px !important;
  color: #334155 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  min-height: 36px !important;
  padding: 0.42rem 0.72rem !important;
  transition: background 0.14s ease, color 0.14s ease !important;
}

.home-page .nav-link:hover,
.home-page .nav-link:focus {
  background: #f0f7fb !important;
  border: none !important;
  color: #1184b3 !important;
}

/* Separator line before CTA */
.home-page .navbar-nav li:last-child {
  border-left: 1px solid #dde5ed;
  margin-left: 0.6rem;
  padding-left: 0.8rem;
}

/* Phone CTA */
.home-page .nav-quote-btn {
  background: #17aae2 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(23, 170, 226, 0.3) !important;
  color: #ffffff !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  gap: 0.38rem !important;
  letter-spacing: 0.01em !important;
  min-height: 38px !important;
  min-width: 0 !important;
  padding: 0.48rem 1rem !important;
  transition: background 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease !important;
  white-space: nowrap !important;
}

.home-page .nav-quote-btn:hover,
.home-page .nav-quote-btn:focus-visible {
  background: #1095c8 !important;
  box-shadow: 0 4px 16px rgba(23, 170, 226, 0.38) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Card shadow — reduce horizontal bleed so it stays within container edges */
.home-page .glass-panel,
.home-page .hp-pain-card,
.home-page .hp-transform-col,
.home-page .hp-feature-card,
.home-page .hp-checks-card,
.home-page .service-showcase .service-card,
.home-page .hp-step,
.home-page .faq-card {
  box-shadow: 0 4px 18px rgba(7, 17, 31, 0.07) !important;
}

/* Tablet: collapse mobile menu styles */
@media (max-width: 991.98px) {
  .home-page .navbar .container,
  .home-page .container {
    max-width: 100% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .home-page .navbar .container {
    min-height: 80px !important;
  }

  .home-page .navbar-nav li:last-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .home-page .navbar .container,
  .home-page .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .home-page .navbar-brand img {
    height: 54px !important;
  }
}

/* Final contact clarity and logo-blue CTA authority. */
:root {
  --ovm-logo-blue: #17aae2;
  --ovm-logo-blue-hover: #1184b3;
}

.btn-primary,
.nav-quote-btn,
.sticky-action-call {
  background: var(--ovm-logo-blue) !important;
  background-image: none !important;
  border-color: var(--ovm-logo-blue) !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.nav-quote-btn:hover,
.nav-quote-btn:focus-visible,
.sticky-action-call:hover,
.sticky-action-call:focus-visible {
  background: var(--ovm-logo-blue-hover) !important;
  background-image: none !important;
  border-color: var(--ovm-logo-blue-hover) !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .sticky-actions {
    --ovm-contact-edge-bottom: max(0.88rem, calc(env(safe-area-inset-bottom) + 0.88rem)) !important;
    --ovm-contact-pill-gap: 0.42rem !important;
    --ovm-contact-pill-height: 56px !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    bottom: var(--ovm-contact-edge-bottom) !important;
    box-shadow: none !important;
    left: auto !important;
    padding: 0 !important;
    right: max(4.64rem, calc(env(safe-area-inset-right) + 4.64rem)) !important;
    width: max-content !important;
  }

  .sticky-actions__buttons {
    display: grid !important;
    gap: var(--ovm-contact-pill-gap) !important;
    grid-template-columns: repeat(2, max-content) !important;
  }

  .sticky-action {
    border-radius: 999px !important;
    gap: 0.38rem !important;
    height: var(--ovm-contact-pill-height) !important;
    justify-content: center !important;
    min-height: var(--ovm-contact-pill-height) !important;
    padding: 0 0.72rem !important;
    width: auto !important;
  }

  .sticky-action i {
    height: 28px !important;
    width: 28px !important;
  }

  .sticky-action-call {
    background: var(--ovm-logo-blue) !important;
    background-image: none !important;
    border-color: var(--ovm-logo-blue) !important;
    box-shadow: 0 12px 24px rgba(23, 170, 226, 0.26) !important;
    color: #ffffff !important;
  }

  .sticky-action-call i {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
  }

  .sticky-action-email {
    background: #ffffff !important;
    background-image: none !important;
    border-color: rgba(23, 170, 226, 0.22) !important;
    box-shadow: 0 12px 24px rgba(10, 18, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    color: var(--brand-strong) !important;
  }

  .sticky-action-email i {
    background: rgba(23, 170, 226, 0.12) !important;
    color: var(--ovm-logo-blue) !important;
  }

  .sticky-action-call:hover,
  .sticky-action-call:focus-visible {
    background: var(--ovm-logo-blue-hover) !important;
    background-image: none !important;
    border-color: var(--ovm-logo-blue-hover) !important;
    color: #ffffff !important;
  }

  .sticky-action-email:hover,
  .sticky-action-email:focus-visible {
    background: #ffffff !important;
    background-image: none !important;
    border-color: rgba(23, 170, 226, 0.38) !important;
    color: var(--brand-strong) !important;
  }

  body.ovm-whatsapp-open .sticky-actions.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .sticky-action__copy {
    align-items: center !important;
    gap: 0.1rem !important;
  }

  .sticky-action__label {
    display: block !important;
    font-size: 1.08rem !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  .sticky-action__detail {
    display: none !important;
    font-size: 0.72rem !important;
    line-height: 1.08 !important;
    opacity: 0.82 !important;
  }
}

@media (max-width: 420px) {
  .sticky-actions {
    right: max(4.36rem, calc(env(safe-area-inset-right) + 4.36rem)) !important;
  }

  .sticky-action {
    padding: 0 0.58rem !important;
  }

  .sticky-action__label {
    font-size: 1rem !important;
  }
}
