:root {
  --navy: #08162e;
  --navy-soft: #132442;
  --blue: #2368d8;
  --orange: #f2762e;
  --orange-dark: #d85d17;
  --green: #78c83d;
  --ink: #0d1930;
  --muted: #596678;
  --line: #dbe3ee;
  --light: #f3f7fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(8, 22, 46, 0.12);
  --container: min(1160px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

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

p,
li {
  line-height: 1.65;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 5vw, 4.75rem);
  line-height: 1.04;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid #ffb27f;
  outline-offset: 3px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}

.topbar-inner,
.brand,
.topbar-actions,
.hero-actions,
.trust-row,
.footer-inner,
.footer-links {
  display: flex;
  align-items: center;
}

.topbar-inner {
  min-height: 76px;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  min-width: 0;
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
}

.brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-actions,
.hero-actions {
  gap: 10px;
}

.button,
.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 800;
  text-align: center;
}

.small-button {
  min-height: 44px;
  padding: 0 17px;
  font-size: 0.9rem;
}

.small-button.home {
  border: 1px solid var(--line);
  background: var(--white);
}

.small-button.call {
  color: var(--white);
  background: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 64px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 8%, rgba(35, 104, 216, 0.38), transparent 33%),
    linear-gradient(135deg, var(--navy-soft), var(--navy) 72%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.018);
  content: "";
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  color: #cbd7eb;
  font-size: 0.86rem;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.eyebrow {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero-subheading {
  max-width: 650px;
  margin-bottom: 24px;
  color: #e1e8f4;
  font-size: 1.1rem;
}

.hero-actions {
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.button {
  min-height: 56px;
  padding: 0 24px;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(180deg, #8ad84f, var(--green));
  box-shadow: 0 15px 34px rgba(120, 200, 61, 0.24);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.orange {
  color: var(--white);
  background: linear-gradient(180deg, #f58b4b, var(--orange));
  box-shadow: 0 15px 34px rgba(242, 118, 46, 0.24);
}

.availability {
  margin: 0;
  color: #cbd7eb;
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  position: absolute;
  inset: -12px 12px 12px -12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  content: "";
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3);
}

.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -25px;
}

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

.trust-item {
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 20px 24px;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eaf2ff;
  font-weight: 900;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
}

.section {
  padding: 76px 0;
}

.section.light {
  background: var(--light);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head p,
.lead,
.card p,
.process-card p,
.reason-card p,
.service-area-copy p,
.related-card span,
.site-footer p {
  color: var(--muted);
}

.answer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.answer-card,
.call-card,
.card,
.process-card,
.reason-card,
.related-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 13px 34px rgba(8, 22, 46, 0.08);
}

.answer-card,
.call-card {
  padding: 32px;
}

.answer-card .lead {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.call-card {
  display: grid;
  align-content: center;
  color: var(--white);
  background: var(--navy);
}

.call-card p {
  color: #d5dfed;
}

.call-card .button {
  width: fit-content;
}

.card-grid,
.process-grid,
.reason-grid,
.related-grid {
  display: grid;
  gap: 18px;
}

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

.card,
.process-card,
.reason-card {
  padding: 26px;
}

.card-number,
.process-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  color: #8d3a12;
  background: #fde6d7;
  font-size: 0.86rem;
  font-weight: 900;
}

.card p,
.process-card p,
.reason-card p {
  margin-bottom: 0;
}

.cta-band {
  padding: 42px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-dark), var(--orange));
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.cta-band h2 {
  margin-bottom: 6px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.cta-band p {
  margin-bottom: 0;
  color: #fff1e9;
}

.cta-band .button {
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--white);
}

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

.brand-list,
.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.brand-list span,
.area-list span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-weight: 700;
}

.service-area-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  align-items: center;
}

.service-area-copy p {
  margin-bottom: 0;
}

.area-list {
  justify-content: flex-start;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(8, 22, 46, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--orange);
  content: "+";
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

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

.related-card {
  min-height: 120px;
  display: grid;
  align-content: center;
  padding: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.related-card:hover,
.related-card:focus-visible {
  border-color: var(--blue);
  transform: translateY(-3px);
}

.related-card strong,
.related-card span {
  display: block;
}

.related-card span {
  margin-top: 5px;
  font-size: 0.9rem;
}

.final-cta {
  padding: 88px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 0%, rgba(35, 104, 216, 0.34), transparent 38%),
    var(--navy);
  text-align: center;
}

.final-cta .container {
  max-width: 800px;
}

.final-cta p {
  margin: 0 auto 24px;
  color: #d5dfed;
}

.site-footer {
  padding: 32px 0 104px;
  color: #d4ddeb;
  background: #050d1b;
}

.footer-inner {
  justify-content: space-between;
  gap: 28px;
}

.footer-inner strong {
  color: var(--white);
}

.site-footer p {
  margin: 5px 0 0;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.mobile-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mobile-cta a {
  min-height: 56px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.mobile-cta a:first-child {
  color: var(--white);
  background: var(--orange);
}

.mobile-cta a:last-child {
  color: var(--navy);
  background: var(--white);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-media {
    animation: rise 0.55s ease both;
  }

  .hero-media {
    animation-delay: 0.1s;
  }

  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .answer-grid,
  .service-area-wrap {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 740px;
  }

  .hero-media {
    max-width: 720px;
  }

  .trust-row,
  .card-grid,
  .process-grid,
  .reason-grid,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item + .trust-item {
    border-left: 0;
  }

  .trust-item:nth-child(2) {
    border-left: 1px solid var(--line);
  }

  .trust-item:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
  }

  .topbar-inner {
    min-height: 68px;
  }

  .brand-copy span,
  .small-button.home {
    display: none;
  }

  .small-button.call {
    min-height: 44px;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .hero {
    padding: 30px 0 52px;
  }

  .breadcrumbs {
    margin-bottom: 24px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-subheading {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .button,
  .call-card .button {
    width: 100%;
  }

  .hero-media::before {
    inset: -8px 8px 8px -8px;
  }

  .trust-row,
  .card-grid,
  .process-grid,
  .reason-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2),
  .trust-item:nth-child(3) {
    grid-column: auto;
    border-top: 0;
    border-left: 0;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(2),
  .trust-item:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 58px 0;
  }

  .answer-card,
  .call-card,
  .card,
  .process-card,
  .reason-card {
    padding: 23px;
  }

  .cta-band-inner,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-band .button {
    width: 100%;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .site-footer {
    padding-bottom: 118px;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 24px, 1160px);
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .small-button.call {
    padding-inline: 10px;
  }
}
