:root {
  --ink: #111315;
  --muted: #5c6268;
  --line: #dbe3e7;
  --paper: #ffffff;
  --soft: #eef5fc;
  --blue: #747b82;
  --blue-dark: #4d5358;
  --mint: #d7e7f6;
  --shadow: 0 18px 50px rgba(14, 35, 45, 0.12);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

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

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

p {
  color: var(--muted);
  line-height: 1.65;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(219, 227, 231, 0.72);
  backdrop-filter: blur(18px);
}

.brand img,
.footer-brand img {
  width: clamp(152px, 18vw, 230px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a,
.site-footer a {
  color: var(--ink);
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--blue-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 128px clamp(20px, 5vw, 72px) 68px;
  overflow: hidden;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 43%, rgba(255, 255, 255, 0.22) 100%);
}

.hero__content {
  position: relative;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.06;
}

h1 {
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.hero__title {
  max-width: none;
  font-size: clamp(3.75rem, 6vw, 6rem);
}

.hero__title span {
  display: block;
  white-space: nowrap;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 4.1rem);
}

h3 {
  font-size: 1.18rem;
}

.hero__content > p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  color: #2b3439;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
}

.button--primary {
  color: var(--paper);
  background: var(--ink);
}

.button--secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

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

.section__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section__head {
  max-width: 740px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.intro__grid,
.contact__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.intro p:last-child {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}

.claim-icon {
  width: clamp(120px, 12vw, 170px);
  height: auto;
  margin-bottom: 18px;
}

.intro__mark {
  margin-left: -14px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 140px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-card p {
  margin: 14px 0 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.split__image {
  min-height: 560px;
}

.split__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.split__content {
  max-width: 530px;
}

.split__mark {
  width: clamp(130px, 13vw, 176px);
  margin-bottom: 20px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.check-list strong {
  color: var(--blue-dark);
}

.check-list span {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  padding: 26px;
  border-radius: 8px;
  background: var(--mint);
}

.steps span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--blue-dark);
  font-weight: 900;
}

.steps p {
  margin-bottom: 0;
}

.quote-band {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: clamp(60px, 8vw, 110px) 20px;
  overflow: hidden;
  text-align: center;
}

.quote-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.72);
}

.quote-band div {
  position: relative;
  z-index: 1;
}

.quote-band p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 1;
}

.quote-band__mobile-break {
  display: none;
}

.quote-band span {
  display: block;
  margin-top: 18px;
  color: var(--blue-dark);
  font-size: clamp(1.05rem, 2.2vw, 1.6rem);
  font-weight: 800;
}

.contact {
  background: var(--ink);
}

.contact h2,
.contact .eyebrow,
.contact-box,
.contact-box a {
  color: var(--paper);
}

.contact .eyebrow {
  color: #c6cbd0;
}

.contact-box {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-style: normal;
}

.contact-box__icon {
  position: absolute;
  right: 22px;
  top: 18px;
  width: clamp(74px, 9vw, 118px);
  height: auto;
  opacity: 0.16;
  filter: invert(1);
  pointer-events: none;
}

.contact-box strong {
  font-size: 1.4rem;
}

.contact-box a {
  word-break: break-word;
}

.contact-box a:hover,
.contact-box a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-box--action {
  gap: 14px;
  padding: 30px;
  border-color: transparent;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.contact-box--action a {
  color: var(--ink);
}

.contact-box__eyebrow {
  margin: 0;
  color: inherit;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-box--action .contact-box__icon {
  opacity: 0.1;
  filter: none;
}

.contact-action {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.94rem;
  text-decoration: none;
}

.contact-action span {
  color: var(--muted);
}

.contact-action b {
  font-size: 1rem;
}

.contact-action--phone {
  border-color: var(--ink);
  color: var(--paper) !important;
  background: var(--ink);
}

.contact-action--phone span {
  color: #c6cbd0;
}

.contact-box__website {
  position: relative;
  z-index: 1;
  width: fit-content;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 26px;
  font-weight: 700;
}

.legal-page {
  padding: 132px clamp(20px, 5vw, 72px) 80px;
  background: var(--soft);
}

.legal-hero,
.legal-section {
  width: min(920px, 100%);
  margin: 0 auto;
}

.legal-hero {
  padding: 48px 0 40px;
}

.legal-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
}

.legal-section {
  padding: clamp(30px, 5vw, 52px);
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.legal-section h2 {
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.legal-section h3 {
  margin-top: 30px;
  color: var(--blue-dark);
}

.legal-section a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav:not(.site-nav--static) {
    position: fixed;
    inset: 74px 14px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav:not(.site-nav--static) a {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav:not(.site-nav--static) a:last-child {
    border-bottom: 0;
  }

  .site-nav--static {
    display: none;
  }

  .hero {
    min-height: 86svh;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  }

  .intro__grid,
  .contact__grid,
  .split {
    grid-template-columns: 1fr;
  }

  .claim-icon {
    width: clamp(96px, 24vw, 126px);
  }

  .intro__mark {
    margin-left: -8px;
  }

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

  .split__image,
  .split__image img {
    min-height: 360px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand img,
  .footer-brand img {
    width: 154px;
  }

  .hero {
    padding: 108px 18px 42px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.5rem);
  }

  .hero__title {
    font-size: clamp(2.3rem, 10.5vw, 4rem);
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .service-card,
  .steps li,
  .contact-box,
  .legal-section {
    padding: 22px;
  }

  .contact-box__icon {
    right: 16px;
    top: 14px;
    width: 76px;
    opacity: 0.12;
  }

  .contact-action {
    display: grid;
    gap: 5px;
  }

  .check-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .quote-band {
    min-height: 330px;
  }

  .quote-band__mobile-break {
    display: block;
  }
}
