:root {
  --navy-950: #081522;
  --navy-900: #102337;
  --navy-800: #193751;
  --blue-600: #167dc1;
  --blue-500: #2b96d5;
  --blue-100: #dceefa;
  --stone-50: #f7f7f4;
  --stone-100: #efefe9;
  --stone-200: #deded5;
  --stone-500: #74766f;
  --ink: #17212a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(8, 21, 34, 0.14);
  --radius-large: 28px;
  --radius-medium: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--stone-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6vw, 5.35rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.45rem;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 247, 244, 0.94);
  border-bottom: 1px solid rgba(16, 35, 55, 0.1);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 88px;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  max-width: 370px;
  gap: 13px;
  color: var(--navy-950);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.brand img {
  width: 100px;
  height: auto;
  flex: 0 0 auto;
}

.primary-nav {
  display: flex;
  margin-left: auto;
  gap: 26px;
}

.primary-nav a,
.text-link {
  color: var(--navy-800);
  font-weight: 750;
  text-decoration-color: rgba(22, 125, 193, 0.45);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.primary-nav a {
  font-size: 0.9rem;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--blue-600);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  color: var(--white);
  background: var(--blue-600);
  border: 2px solid var(--blue-600);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(22, 125, 193, 0.2);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--navy-900);
  border-color: var(--navy-900);
  transform: translateY(-2px);
}

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

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) 0 96px;
  background:
    radial-gradient(circle at 86% 5%, rgba(43, 150, 213, 0.25), transparent 28%),
    linear-gradient(150deg, #f7f7f4 0%, #edf5f8 100%);
}

.hero::before {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -220px;
  content: "";
  border: 1px solid rgba(22, 125, 193, 0.22);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.eyebrow,
.section-label {
  margin-bottom: 16px;
  color: var(--blue-600);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 30px;
  color: #394955;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.hero-text a {
  color: var(--navy-900);
  font-weight: 800;
  text-decoration-color: var(--blue-500);
  text-underline-offset: 4px;
}

.hero-actions,
.location-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.trust-list li {
  padding: 9px 13px;
  color: var(--navy-800);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 35, 55, 0.12);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-visual,
.detail-visual {
  margin: 0;
}

.hero-visual {
  position: relative;
  padding: 14px;
  background: var(--white);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.hero-visual::after {
  position: absolute;
  inset: 28px -18px -18px 28px;
  z-index: -1;
  content: "";
  border: 2px solid rgba(22, 125, 193, 0.28);
  border-radius: var(--radius-large);
}

.hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

figcaption {
  padding: 14px 8px 4px;
  color: var(--stone-500);
  font-size: 0.82rem;
  line-height: 1.5;
}

.intro {
  padding: 110px 0;
  text-align: center;
}

.intro p:not(.section-label) {
  margin-bottom: 18px;
  color: #4e5a62;
  font-size: 1.08rem;
}

.focus-section {
  padding: 108px 0;
  color: var(--white);
  background: var(--navy-950);
}

.focus-section h2,
.focus-section h3 {
  color: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  align-items: end;
  margin-bottom: 52px;
  gap: 56px;
}

.section-heading h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 6px;
  color: #b9c8d4;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.focus-card {
  min-height: 310px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-medium);
}

.focus-card p {
  margin: 0;
  color: #bdc9d2;
  font-size: 0.94rem;
}

.card-number {
  display: block;
  margin-bottom: 56px;
  color: var(--blue-500);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-section {
  padding: 120px 0;
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(52px, 8vw, 105px);
}

.process-copy > p:not(.section-label) {
  max-width: 650px;
  color: #52606a;
}

.steps {
  margin: 38px 0 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  padding: 0 0 28px;
  column-gap: 16px;
  counter-increment: step;
}

.steps li::before {
  grid-row: 1 / span 2;
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 50%;
  content: counter(step);
  font-size: 0.8rem;
  font-weight: 900;
  place-items: center;
}

.steps strong {
  color: var(--navy-950);
}

.steps span {
  color: #5e6971;
}

.detail-visual {
  padding: 16px;
  background: var(--stone-100);
  border-radius: var(--radius-large);
}

.detail-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.proof-section {
  padding: 110px 0;
  background: var(--stone-100);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 80px;
}

.proof-copy p {
  color: #4d5961;
}

.faq-section {
  padding: 120px 0;
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  align-items: start;
  gap: 86px;
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-heading p:not(.section-label) {
  color: #5e6971;
}

.faq-list {
  border-top: 1px solid var(--stone-200);
}

.faq-list details {
  border-bottom: 1px solid var(--stone-200);
}

.faq-list summary {
  position: relative;
  padding: 25px 50px 25px 0;
  color: var(--navy-950);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  display: grid;
  width: 30px;
  height: 30px;
  color: var(--blue-600);
  border: 1px solid var(--blue-600);
  border-radius: 50%;
  content: "+";
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  place-items: center;
}

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

.faq-list details p {
  max-width: 760px;
  padding: 0 46px 24px 0;
  color: #53616b;
}

.location-section {
  padding: 100px 0;
  color: var(--white);
  background: var(--navy-900);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 70px;
}

.location-section h2 {
  color: var(--white);
}

.location-copy > p:not(.section-label) {
  color: #c6d0d8;
}

.location-copy .text-link {
  color: var(--white);
}

.map-wrap {
  overflow: hidden;
  min-height: 500px;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-large);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-medium);
}

.contact-panel span {
  color: #aebdca;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-panel a {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  text-decoration-color: var(--blue-500);
  text-underline-offset: 5px;
}

.site-footer {
  padding: 70px 0 28px;
  color: #c1ccd5;
  background: var(--navy-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) repeat(2, minmax(170px, 0.5fr));
  gap: 70px;
}

.footer-brand img {
  width: 154px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(1.3);
}

.footer-business-name {
  max-width: 430px;
  margin-bottom: 8px;
  color: var(--white);
  font-weight: 800;
}

.footer-intro {
  max-width: 390px;
  margin-bottom: 20px;
  color: #aebdca;
}

.site-footer h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 13px;
  color: var(--white);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  content: "";
  background: var(--blue-500);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 10px;
}

.site-footer a {
  color: #d8e0e6;
  text-decoration-color: rgba(43, 150, 213, 0.55);
  text-underline-offset: 4px;
}

.footer-contact-list li {
  margin: 0;
}

.footer-nav a {
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-map-link:hover,
.footer-map-link:focus-visible {
  color: var(--blue-500);
}

.social-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 25px;
  gap: 12px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 0 17px 0 13px;
  gap: 9px;
  color: var(--navy-950);
  background: var(--blue-500);
  border: 1px solid var(--blue-500);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--white);
  background: transparent;
  transform: translateY(-2px);
}

.social-links svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
  width: 21px;
  height: 21px;
  flex: 0 0 20px;
  fill: currentColor;
}

.footer-map-link {
  font-size: 0.88rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1020px) {
  .primary-nav {
    display: none;
  }

  .header-inner .button-small {
    margin-left: auto;
  }

  .hero-grid,
  .process-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .focus-card {
    min-height: 260px;
  }

  .proof-grid,
  .faq-grid {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand {
    max-width: 230px;
    font-size: 0.72rem;
  }

  .brand img {
    width: 72px;
  }

  .header-inner .button-small {
    display: none;
  }

  .hero {
    padding: 62px 0 74px;
  }

  .hero-grid,
  .process-grid,
  .location-grid {
    gap: 44px;
  }

  .hero-visual {
    transform: none;
  }

  .hero-visual::after {
    display: none;
  }

  .intro,
  .focus-section,
  .process-section,
  .proof-section,
  .faq-section,
  .location-section {
    padding: 78px 0;
  }

  .section-heading,
  .proof-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

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

  .focus-card {
    min-height: auto;
  }

  .card-number {
    margin-bottom: 34px;
  }

  .faq-heading {
    position: static;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 380px;
    height: 380px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .social-links {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
