:root {
  --navy-950: #081a2c;
  --navy-900: #10263f;
  --navy-800: #173a5e;
  --navy-700: #20527d;
  --orange-500: #f28c28;
  --orange-400: #ffad4d;
  --orange-100: #fff1df;
  --slate-900: #172331;
  --slate-700: #3e4d5e;
  --slate-600: #596a7c;
  --slate-400: #99a8b8;
  --line: #dce5ed;
  --surface: #ffffff;
  --surface-alt: #f5f8fb;
  --green: #138a63;
  --shadow-sm: 0 0.5rem 1.4rem rgba(16, 38, 63, 0.08);
  --shadow-md: 0 1.2rem 3rem rgba(16, 38, 63, 0.12);
  --shadow-lg: 0 2rem 5rem rgba(8, 26, 44, 0.2);
  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --content: 76rem;
  --copy: 43rem;
  --section-space: clamp(4.5rem, 8vw, 7.5rem);
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--surface-alt);
}

body {
  margin: 0;
  color: var(--slate-900);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.has-live-agent-popup {
  overflow: hidden;
}

body.popup-scroll-locked {
  position: fixed;
  inset-inline: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 0.2rem solid var(--orange-400);
  outline-offset: 0.2rem;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  color: var(--surface);
  background: var(--navy-950);
  border-radius: var(--radius-sm);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2.5rem), var(--content));
  margin-inline: auto;
}

.narrow {
  max-width: var(--copy);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--orange-500);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.2rem;
  height: 0.15rem;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--navy-900);
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 18ch;
  font-size: clamp(2.55rem, 7vw, 5.6rem);
}

h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.65rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p {
  margin: 0 0 1rem;
  color: var(--slate-700);
}

.lead {
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
}

.muted {
  color: var(--slate-600);
}

.notice {
  display: grid;
  gap: 0.6rem;
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-left: 0.28rem solid var(--orange-500);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
}

.notice p:last-child {
  margin-bottom: 0;
}

.notice.success {
  border-left-color: var(--green);
  background: #ecfbf5;
}

.notice.error {
  border-left-color: #bf3b33;
  background: #fff2f0;
}

.notice[hidden] {
  display: none;
}

.topbar {
  position: relative;
  z-index: 30;
  color: #e8f2fb;
  background: var(--navy-950);
  font-size: 0.8rem;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.35rem;
}

.topbar p {
  margin: 0;
  color: inherit;
}

.topbar a {
  color: var(--orange-400);
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 25;
  top: 0;
  border-bottom: 1px solid rgba(220, 229, 237, 0.82);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: max-content;
  color: var(--navy-900);
  text-decoration: none;
}

.brand__mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  color: var(--surface);
  background: var(--navy-900);
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 1rem rgba(16, 38, 63, 0.14);
}

.brand__mark svg {
  width: 1.8rem;
  height: 1.8rem;
}

.brand__text {
  display: grid;
  gap: 0.1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand__text small {
  color: var(--slate-600);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.9vw, 1.45rem);
}

.main-nav a,
.mobile-nav a {
  color: var(--slate-700);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.main-nav a:hover,
.mobile-nav a:hover,
.footer a:hover {
  color: var(--orange-500);
}

.main-nav .nav-quiet {
  color: var(--slate-600);
  font-size: 0.76rem;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  color: var(--navy-900);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.menu-button svg {
  width: 1.35rem;
  height: 1.35rem;
}

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-0.12rem);
}

.button--primary {
  color: var(--navy-950);
  background: var(--orange-500);
  box-shadow: 0 0.6rem 1.5rem rgba(242, 140, 40, 0.24);
}

.button--primary:hover {
  background: var(--orange-400);
  box-shadow: 0 0.85rem 1.8rem rgba(242, 140, 40, 0.3);
}

.button--dark {
  color: var(--surface);
  background: var(--navy-900);
  box-shadow: 0 0.6rem 1.5rem rgba(16, 38, 63, 0.18);
}

.button--dark:hover {
  background: var(--navy-800);
}

.button--outline {
  color: var(--navy-900);
  background: transparent;
  border-color: var(--line);
}

.button--outline:hover {
  border-color: var(--navy-700);
  background: var(--surface-alt);
}

.button--light {
  color: var(--navy-900);
  background: var(--surface);
}

.button--small {
  min-height: 2.65rem;
  padding: 0.65rem 0.95rem;
  font-size: 0.78rem;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.66;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--surface);
  background: var(--navy-900);
}

.hero::after {
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(242, 140, 40, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(242, 140, 40, 0.05), 0 0 0 10rem rgba(242, 140, 40, 0.03);
  content: "";
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(20rem, 0.97fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: min(46rem, calc(100vh - 7.45rem));
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero .eyebrow {
  color: var(--orange-400);
}

.hero h1,
.hero h2 {
  color: var(--surface);
}

.hero p {
  color: #c3d2df;
}

.hero__copy {
  max-width: 40rem;
}

.hero__copy .lead {
  margin-top: 1.55rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero__microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.35rem;
  color: #c3d2df;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero__microcopy span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__microcopy svg {
  width: 1rem;
  height: 1rem;
  color: var(--orange-400);
}

.hero-visual {
  position: relative;
  min-height: 30rem;
}

.hero-visual__image {
  position: absolute;
  inset: 0 0 0 3rem;
  overflow: hidden;
  border: 0.7rem solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background: var(--navy-800);
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}

.hero-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual__badge {
  position: absolute;
  right: -1rem;
  bottom: 1.6rem;
  display: grid;
  gap: 0.18rem;
  max-width: 14rem;
  padding: 1rem 1.1rem;
  color: var(--navy-950);
  background: var(--orange-500);
  border-radius: 1rem;
  box-shadow: var(--shadow-md);
  transform: rotate(-3deg);
}

.hero-visual__badge strong {
  font-size: 1.05rem;
  line-height: 1.15;
}

.hero-visual__badge span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.2rem;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  box-shadow: var(--shadow-md);
}

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 1.2rem 1.35rem;
  background: var(--surface);
}

.trust-item__icon {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  color: var(--orange-500);
  background: var(--orange-100);
  border-radius: 0.7rem;
}

.trust-item__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.trust-item strong {
  display: block;
  color: var(--navy-900);
  font-size: 0.9rem;
  line-height: 1.2;
}

.trust-item span {
  display: block;
  margin-top: 0.22rem;
  color: var(--slate-600);
  font-size: 0.76rem;
  line-height: 1.35;
}

.section {
  padding-block: var(--section-space);
}

.section--tint {
  background: var(--surface-alt);
}

.section--navy {
  color: var(--surface);
  background: var(--navy-900);
}

.section--navy h2,
.section--navy h3 {
  color: var(--surface);
}

.section--navy p {
  color: #c3d2df;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.6rem;
}

.section-heading > div:first-child {
  max-width: 41rem;
}

.section-heading p {
  max-width: 37rem;
  margin-top: 1rem;
}

.section-heading .button {
  flex: 0 0 auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(242, 140, 40, 0.52);
  box-shadow: var(--shadow-md);
  transform: translateY(-0.2rem);
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.15rem;
  color: var(--orange-500);
  background: var(--orange-100);
  border-radius: 0.8rem;
}

.service-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.service-card h3 {
  margin-bottom: 0.55rem;
}

.service-card p {
  margin-bottom: 1.2rem;
  font-size: 0.92rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  color: var(--navy-800);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--orange-500);
}

.text-link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(0.18rem);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.process-card {
  position: relative;
  padding: 1.35rem;
  border-top: 0.2rem solid var(--orange-500);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.process-card__number {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.2rem;
  color: var(--surface);
  background: var(--navy-900);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 900;
}

.process-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
}

.process-card p {
  margin: 0;
  font-size: 0.88rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}

.audience-card {
  min-height: 10rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.audience-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.audience-card p {
  font-size: 0.82rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.split--reverse > :first-child {
  order: 2;
}

.split__visual {
  position: relative;
  overflow: hidden;
  min-height: 22rem;
  border-radius: var(--radius-lg);
  background: var(--navy-800);
  box-shadow: var(--shadow-md);
}

.split__visual img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.split__visual--map {
  padding: 1rem;
  background: var(--navy-950);
}

.split__visual--map img {
  object-fit: contain;
}

.check-list,
.plain-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.check-list {
  margin: 1.6rem 0 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--slate-700);
}

.check-list svg {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.18rem;
  color: var(--orange-500);
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--surface);
  background: var(--navy-900);
}

.cta-band::before {
  position: absolute;
  top: -8rem;
  left: 48%;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 4rem;
}

.cta-band h2 {
  max-width: 24ch;
  color: var(--surface);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.cta-band p {
  max-width: 39rem;
  margin-top: 0.9rem;
  color: #c3d2df;
}

.cta-band__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.page-hero {
  padding-block: clamp(4rem, 8vw, 6.5rem);
  background: linear-gradient(120deg, var(--navy-950), var(--navy-900));
}

.page-hero h1 {
  color: var(--surface);
}

.page-hero p {
  max-width: 43rem;
  margin-top: 1.25rem;
  color: #c3d2df;
  font-size: 1.12rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.4rem;
  color: #9eb1c2;
  font-size: 0.76rem;
  font-weight: 700;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--orange-400);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.6fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.prose {
  max-width: 49rem;
}

.prose h2 {
  margin: 2.5rem 0 0.85rem;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.prose h3 {
  margin: 1.75rem 0 0.55rem;
}

.prose p,
.prose li {
  color: var(--slate-700);
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose a {
  color: var(--navy-800);
  font-weight: 800;
}

.sidebar-card {
  position: sticky;
  top: 7rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-alt);
}

.sidebar-card h3 {
  margin-bottom: 0.7rem;
}

.sidebar-card p {
  font-size: 0.88rem;
}

.sidebar-card .button {
  width: 100%;
  margin-top: 0.5rem;
}

.service-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.service-detail__hero p {
  margin-top: 1rem;
}

.service-detail__icon {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 8rem;
  height: 8rem;
  color: var(--orange-500);
  background: var(--orange-100);
  border-radius: 2rem;
}

.service-detail__icon svg {
  width: 4rem;
  height: 4rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.feature-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.feature-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.feature-card p {
  margin: 0;
  font-size: 0.9rem;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.form-card {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.form-card h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.form-card > p {
  margin-bottom: 1.6rem;
}

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

.field {
  display: grid;
  gap: 0.38rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 0.85rem;
  color: var(--slate-900);
  background: var(--surface);
  border: 1px solid #bdcad6;
  border-radius: 0.65rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--slate-400);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy-700);
  box-shadow: 0 0 0 0.2rem rgba(32, 82, 125, 0.13);
  outline: none;
}

.field small {
  color: var(--slate-600);
  font-size: 0.74rem;
  line-height: 1.4;
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
}

.check-field input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.18rem 0 0;
  accent-color: var(--orange-500);
}

.check-field label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.5;
}

.check-field label a {
  color: var(--navy-800);
  font-weight: 800;
}

.file-control {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px dashed #9eb1c2;
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
}

.file-control input {
  min-height: auto;
  padding: 0;
  border: 0;
}

.file-control span {
  color: var(--slate-600);
  font-size: 0.78rem;
}

.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.35rem;
}

.form-actions small {
  max-width: 32rem;
  color: var(--slate-600);
  font-size: 0.75rem;
  line-height: 1.45;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.state-pill {
  padding: 0.65rem 0.7rem;
  color: var(--slate-700);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  font-size: 0.75rem;
  font-weight: 750;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  max-width: 54rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  color: var(--navy-900);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  flex: 0 0 auto;
  color: var(--orange-500);
  content: "+";
  font-size: 1.4rem;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item__answer {
  padding: 0 1.2rem 1.1rem;
}

.faq-item__answer p {
  margin: 0;
  font-size: 0.92rem;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.article-card__meta {
  margin-bottom: 1rem;
  color: var(--orange-500);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-card h3 {
  margin-bottom: 0.65rem;
}

.article-card p {
  font-size: 0.9rem;
}

.article-card .text-link {
  margin-top: auto;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review-card {
  min-height: 10rem;
  padding: 1.3rem;
  border: 1px dashed #a8b8c6;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
}

.review-card p {
  color: #c3d2df;
  font-style: italic;
}

.review-card strong {
  color: var(--orange-400);
  font-size: 0.78rem;
}

.footer {
  color: #b8c8d6;
  background: var(--navy-950);
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(15rem, 1.35fr) repeat(3, 1fr);
  gap: 2.5rem;
  padding-block: 4rem;
}

.footer .brand {
  color: var(--surface);
}

.footer .brand__text small {
  color: #94a8b8;
}

.footer .brand__mark {
  background: var(--orange-500);
  color: var(--navy-950);
}

.footer__intro p {
  max-width: 19rem;
  margin-top: 1rem;
  font-size: 0.82rem;
}

.footer__contact {
  display: grid;
  gap: 0.48rem;
  margin-top: 1.2rem;
  font-size: 0.8rem;
}

.footer__contact a {
  color: var(--surface);
  font-weight: 750;
  text-decoration: none;
}

.footer h3 {
  margin-bottom: 1rem;
  color: var(--orange-400);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer ul {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  list-style: none;
}

.footer a {
  color: #b8c8d6;
  font-size: 0.8rem;
  text-decoration: none;
}

.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.35rem;
  border-top: 1px solid rgba(184, 200, 214, 0.18);
  font-size: 0.72rem;
}

.footer__bottom p {
  max-width: 56rem;
  margin: 0;
  color: #8fa4b4;
  font-size: inherit;
}

.footer__bottom a {
  color: var(--orange-400);
  font-weight: 800;
}

.mobile-bottom-bar {
  display: none;
}

/* ==========================================
   SURESHOT LIVE AGENT POPUP
   The overlay is a single fixed compositing layer so only the page behind it
   is blurred. The dialog, image, and close control remain sharp.
   ========================================== */
.live-agent-popup {
  position: fixed;
  z-index: 9990;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  background: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  overscroll-behavior: contain;
  touch-action: none;
}

.live-agent-popup[hidden] {
  display: none;
}

.live-agent-popup__dialog {
  display: flex;
  width: min(100%, 34rem);
  max-width: 34rem;
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
}

.live-agent-popup__close-row {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-height: 2.85rem;
  padding-bottom: 0.28rem;
}

.live-agent-popup__close {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--surface);
  background: var(--navy-950);
  border: 2px solid var(--surface);
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.live-agent-popup__close:hover {
  background: var(--orange-500);
  color: var(--navy-950);
}

.live-agent-popup__call {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  border: 0.32rem solid var(--surface);
  border-radius: 0.9rem;
  background: var(--surface);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.33);
  line-height: 0;
  overflow: hidden;
}

.live-agent-popup__call:focus-visible {
  outline-color: var(--orange-400);
}

.live-agent-popup__call img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 6.5rem);
  object-fit: contain;
}

.live-agent-popup__hint {
  margin: 0.5rem 0 0;
  color: var(--surface);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.35);
}

@media (max-width: 72rem) {
  .main-nav {
    gap: 0.8rem;
  }

  .main-nav a {
    font-size: 0.77rem;
  }

  .main-nav .button {
    padding-inline: 0.85rem;
  }
}

@media (max-width: 62rem) {
  .main-nav a:not(.button),
  .main-nav .nav-quiet {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .header__inner {
    min-height: 4.5rem;
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    right: 1.25rem;
    left: 1.25rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: var(--surface);
    box-shadow: var(--shadow-md);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 0.75rem 0.8rem;
    border-radius: 0.55rem;
  }

  .mobile-nav a:hover {
    background: var(--orange-100);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 28rem;
  }

  .audience-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  .container {
    width: min(calc(100% - 2rem), var(--content));
  }

  .topbar__inner {
    justify-content: center;
    min-height: 2.7rem;
    text-align: center;
  }

  .topbar__inner p:last-child {
    display: none;
  }

  .header__inner {
    gap: 0.75rem;
  }

  .header__inner .main-nav .button {
    display: none;
  }

  .brand__text {
    font-size: 0.9rem;
  }

  .brand__text small {
    font-size: 0.49rem;
  }

  .hero__inner {
    padding-block: 3.8rem 5rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.4rem);
  }

  .hero-visual {
    min-height: 22rem;
  }

  .hero-visual__image {
    left: 0;
  }

  .hero-visual__badge {
    right: 0.6rem;
    bottom: 0.75rem;
  }

  .trust-strip {
    margin-top: -1.35rem;
  }

  .trust-strip__inner,
  .service-grid,
  .process-grid,
  .review-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item {
    padding: 1rem;
  }

  .trust-item:last-child {
    grid-column: 1 / -1;
  }

  .section-heading,
  .cta-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .split,
  .content-layout,
  .form-shell,
  .service-detail__hero {
    grid-template-columns: 1fr;
  }

  .split--reverse > :first-child {
    order: initial;
  }

  .split__visual,
  .split__visual img {
    min-height: 17rem;
  }

  .sidebar-card {
    position: static;
  }

  .service-detail__icon {
    justify-self: start;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1.35rem;
  }

  .service-detail__icon svg {
    width: 2.8rem;
    height: 2.8rem;
  }

  .state-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-bottom-bar {
    position: fixed;
    z-index: 24;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.55rem max(0.7rem, env(safe-area-inset-left)) max(0.55rem, env(safe-area-inset-bottom)) max(0.7rem, env(safe-area-inset-right));
    gap: 0.55rem;
    background: rgba(8, 26, 44, 0.97);
    box-shadow: 0 -0.5rem 2rem rgba(8, 26, 44, 0.16);
  }

  .mobile-bottom-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.7rem;
    border-radius: 0.65rem;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
  }

  .mobile-bottom-bar a:first-child {
    color: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.22);
  }

  .mobile-bottom-bar a:last-child {
    color: var(--navy-950);
    background: var(--orange-500);
  }

  .mobile-bottom-bar svg {
    width: 1rem;
    height: 1rem;
  }

  .footer {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 30rem) {
  .brand__mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .brand__mark svg {
    width: 1.55rem;
    height: 1.55rem;
  }

  .brand__text {
    font-size: 0.8rem;
  }

  .hero__actions,
  .cta-band__actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hero__actions .button,
  .cta-band__actions .button,
  .form-actions .button {
    width: 100%;
  }

  .service-grid,
  .process-grid,
  .review-grid,
  .article-grid,
  .audience-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__inner {
    display: block;
  }

  .trust-item,
  .trust-item:last-child {
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .field--full {
    grid-column: auto;
  }

  .state-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-agent-popup {
    padding: max(0.5rem, env(safe-area-inset-top)) max(0.5rem, env(safe-area-inset-right)) max(0.5rem, env(safe-area-inset-bottom)) max(0.5rem, env(safe-area-inset-left));
  }

  .live-agent-popup__dialog {
    width: 100%;
  }

  .live-agent-popup__call img {
    max-height: calc(100dvh - 6.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
