:root {
  --ink: #0b1f33;
  --ink-soft: #314457;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #d9e0e5;
  --teal: #0e706b;
  --teal-dark: #075a56;
  --mint: #d9f0ea;
  --sky: #dceaf3;
  --sand: #efe7d5;
  --shadow: 0 24px 70px rgba(11, 31, 51, 0.14);
  --radius: 22px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  text-decoration-thickness: 2px;
}

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

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 750px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6.7vw, 6.15rem);
  font-weight: 710;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.2vw, 4rem);
  font-weight: 690;
}

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

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

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

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

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 245, 239, 0.94);
  border-bottom: 1px solid rgba(11, 31, 51, 0.1);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 760;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 10px 10px 10px 3px;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--teal);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  color: var(--white);
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(14, 112, 107, 0.2);
  font-weight: 730;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--teal-dark);
  box-shadow: 0 14px 32px rgba(14, 112, 107, 0.27);
  text-decoration: none;
  transform: translateY(-2px);
}

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

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 142px) 0 104px;
}

.hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -180px;
  background: var(--mint);
  border-radius: 50%;
  content: "";
  filter: blur(2px);
  opacity: 0.7;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 70px;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 810;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 675px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.text-link {
  font-weight: 720;
  text-decoration: none;
}

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

.proof-list {
  display: flex;
  margin: 36px 0 0;
  padding: 0;
  color: var(--ink-soft);
  flex-wrap: wrap;
  gap: 12px 26px;
  font-size: 0.88rem;
  font-weight: 640;
  list-style: none;
}

.proof-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.proof-list li::before {
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
  content: "";
}

.site-plan {
  position: relative;
  min-height: 470px;
}

.plan-window {
  position: absolute;
  width: 100%;
  top: 28px;
  right: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(11, 31, 51, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: rotate(1.8deg);
}

.window-bar {
  display: flex;
  height: 52px;
  padding: 0 18px;
  align-items: center;
  gap: 7px;
  background: #eef2f3;
  border-bottom: 1px solid var(--line);
}

.window-bar > span {
  width: 9px;
  height: 9px;
  background: #a6b4bd;
  border-radius: 50%;
}

.address-line {
  width: 58%;
  margin: 0 auto;
  padding: 5px 12px;
  color: #667781;
  background: var(--white);
  border-radius: 8px;
  font-size: 0.7rem;
  text-align: center;
}

.plan-content {
  padding: 48px 42px 38px;
}

.plan-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 10px;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-heading {
  max-width: 300px;
  margin-bottom: 18px;
  font-size: 2.15rem;
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.plan-lines span {
  display: block;
  width: 80%;
  height: 8px;
  margin: 8px 0;
  background: #dfe6e9;
  border-radius: 6px;
}

.plan-lines span:last-child {
  width: 58%;
}

.plan-button {
  display: inline-flex;
  margin-top: 21px;
  padding: 10px 15px;
  color: var(--white);
  background: var(--teal);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
}

.plan-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.plan-grid > div {
  padding: 12px;
  background: #f3f5f4;
  border-radius: 10px;
}

.plan-grid i,
.plan-grid b {
  display: block;
  border-radius: 4px;
}

.plan-grid i {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  background: var(--sand);
}

.plan-grid b {
  width: 82%;
  height: 5px;
  margin-top: 5px;
  background: #cfd9dd;
}

.plan-grid b:last-child {
  width: 58%;
}

.plan-note {
  position: absolute;
  padding: 11px 15px;
  background: var(--white);
  border: 1px solid rgba(11, 31, 51, 0.1);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(11, 31, 51, 0.14);
  font-size: 0.76rem;
  font-weight: 760;
}

.plan-note::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--teal);
  border-radius: 50%;
  content: "";
}

.note-one {
  top: 5px;
  left: -30px;
}

.note-two {
  right: -24px;
  bottom: 8px;
}

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

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

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 430px;
  margin-bottom: 8px;
  color: var(--ink-soft);
}

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

.service-card {
  min-height: 300px;
  padding: 30px;
  background: #f3f5f4;
  border: 1px solid #e1e7e5;
  border-radius: var(--radius);
}

.featured-card {
  background: var(--mint);
  border-color: #c0ded7;
}

.service-number {
  display: block;
  margin-bottom: 70px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.service-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.scope-note {
  max-width: 850px;
  margin: 32px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.light-heading .eyebrow {
  color: #7fd4ca;
}

.light-heading > p {
  color: #c3ced7;
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.process-grid li {
  min-height: 280px;
  padding: 30px 28px;
  border-top: 1px solid #375066;
  border-right: 1px solid #375066;
}

.process-grid li:first-child {
  padding-left: 0;
}

.process-grid li:last-child {
  border-right: 0;
}

.process-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 64px;
  place-items: center;
  color: var(--ink);
  background: #7fd4ca;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 820;
}

.process-grid p {
  color: #c3ced7;
  font-size: 0.92rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 100px;
}

.about-copy p:not(.eyebrow) {
  max-width: 700px;
  color: var(--ink-soft);
}

.contact-card {
  padding: 38px;
  background: var(--sky);
  border-radius: var(--radius);
}

.contact-label {
  margin-bottom: 40px;
  color: #285b74;
  font-size: 0.75rem;
  font-weight: 810;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

address {
  color: var(--ink-soft);
  font-style: normal;
}

.contact-links {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
}

.faq-section {
  background: #edf1ef;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 100px;
}

.faq-list {
  border-top: 1px solid #cbd5d2;
}

details {
  border-bottom: 1px solid #cbd5d2;
}

summary {
  position: relative;
  padding: 26px 50px 26px 0;
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 720;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 23px;
  right: 5px;
  color: var(--teal);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 720px;
  padding-right: 40px;
  color: var(--ink-soft);
}

.contact-section {
  padding: 92px 0;
  color: var(--white);
  background: var(--teal);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: center;
  gap: 90px;
}

.contact-panel .eyebrow {
  color: #c5f1e9;
}

.contact-panel h2 {
  max-width: 720px;
}

.contact-panel p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: #ddf4ef;
}

.contact-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.button-light {
  margin-bottom: 10px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button-light:hover {
  color: var(--ink);
  background: var(--sand);
}

.phone-link,
.email-link {
  color: var(--white);
  font-weight: 700;
}

.site-footer {
  padding: 74px 0 30px;
  color: #d0dae2;
  background: #071421;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: 1.4fr 1fr 0.7fr;
  gap: 70px;
}

.footer-brand {
  margin-bottom: 18px;
  color: var(--white);
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.footer-grid li + li {
  margin-top: 8px;
}

.footer-grid a,
.footer-bottom a {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  padding-top: 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #25394a;
}

.footer-bottom p {
  margin: 0;
}

.legal-main {
  min-height: 60vh;
  padding: 74px 0 110px;
  background: var(--white);
}

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

.breadcrumb {
  margin-bottom: 58px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.legal-header {
  margin-bottom: 56px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.legal-header h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.effective-date {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.legal-content h2 {
  margin: 54px 0 18px;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
}

.legal-content h3 {
  margin: 34px 0 14px;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-contact {
  margin-top: 58px;
  padding: 30px;
  background: var(--sky);
  border-radius: 18px;
}

.legal-contact h2 {
  margin-top: 0;
}

.error-page {
  display: grid;
  min-height: 68vh;
  place-items: center;
  padding: 80px 0;
  background: var(--white);
  text-align: center;
}

.error-page p {
  max-width: 600px;
  margin-inline: auto;
  color: var(--ink-soft);
}

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

  .header-inner {
    justify-content: space-between;
  }

  .hero-grid,
  .about-grid,
  .faq-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 55px;
  }

  .site-plan {
    width: min(100%, 620px);
    min-height: 500px;
    margin-inline: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

  .service-number {
    margin-bottom: 42px;
  }

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

  .process-grid li:nth-child(2) {
    border-right: 0;
  }

  .process-grid li:nth-child(3),
  .process-grid li:nth-child(4) {
    border-top: 0;
  }

  .process-grid li:nth-child(3) {
    padding-left: 0;
  }

  .about-grid,
  .faq-grid,
  .contact-panel {
    gap: 54px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container,
  .legal-container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header .button-small {
    padding: 9px 13px;
    font-size: 0.78rem;
  }

  .brand {
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .hero {
    padding: 68px 0 82px;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .text-link {
    padding: 10px 0;
    text-align: center;
  }

  .site-plan {
    min-height: 380px;
  }

  .plan-window {
    top: 20px;
    transform: none;
  }

  .plan-content {
    padding: 32px 24px 24px;
  }

  .plan-heading {
    font-size: 1.75rem;
  }

  .note-one {
    top: -16px;
    left: 10px;
  }

  .note-two {
    right: 8px;
    bottom: -4px;
  }

  .section {
    padding: 80px 0;
  }

  .service-card,
  .contact-card {
    padding: 26px;
  }

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

  .process-grid li,
  .process-grid li:first-child,
  .process-grid li:nth-child(3) {
    min-height: auto;
    padding: 28px 0;
    border-top: 1px solid #375066;
    border-right: 0;
  }

  .process-grid span {
    margin-bottom: 34px;
  }

  .contact-section {
    padding: 76px 0;
  }

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

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

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

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