@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --orange: #ff9f43;
  --orange-dark: #e77f20;
  --orange-deep: #a94c00;
  --navy: var(--orange);
  --blue: #0066ff;
  --blue-dark: #0047b3;
  --red: #c9463d;
  --white: #ffffff;
  --gray-50: #f7f7f5;
  --gray-100: #e8e8e3;
  --gray-500: #5e646b;
  --charcoal: #355244;
  --line: #d7d7d1;
  --shell: 1160px;
  --font: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 92px;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--font);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 20px; padding: 10px 14px; color: var(--white); background: var(--blue); font-weight: 700; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.utility-bar { color: var(--charcoal); background: var(--navy); }
.utility-content { min-height: 32px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.utility-divider { width: 1px; height: 12px; background: rgba(53,82,68,.45); }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--gray-100); background: var(--white); box-shadow: 0 2px 7px rgba(16,42,67,.04); }
.nav-wrap { min-height: 75px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: grid; grid-template-columns: 36px auto; grid-template-rows: 23px 12px; align-items: center; column-gap: 9px; color: var(--charcoal); }
.brand-mark { grid-row: span 2; width: 36px; height: 36px; color: var(--blue); }
.brand-text { align-self: end; font-size: 24px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.brand-sub { align-self: end; color: var(--gray-500); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.nav-call) { color: var(--gray-500); font-size: 13px; font-weight: 700; }
.site-nav > a:not(.nav-call):hover { color: var(--blue); }
.nav-call { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border: 2px solid var(--blue); border-radius: 999px; color: var(--white); background: var(--blue); font-size: 12px; font-weight: 800; transition: background .2s; }
.nav-call:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.menu-button { display: none; padding: 7px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 4px; background: var(--charcoal); }

.hero-section { border-bottom: 1px solid var(--gray-100); background: var(--gray-50); }
.hero-content { display: grid; grid-template-columns: 1.35fr .9fr; gap: 44px; padding: 72px 0; align-items: stretch; }
.hero-copy { padding: 7px 0; }
.section-label { margin: 0 0 13px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
h1, h2, h3, p { font-style: normal; }
h1, h2, h3 { color: var(--charcoal); }
h1 { max-width: 750px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.hero-lede { max-width: 670px; margin: 23px 0 28px; color: var(--gray-500); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 19px; border: 2px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-call { color: var(--white); border-color: var(--blue); background: var(--blue); }
.button-call:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-request { color: var(--charcoal); border-color: var(--charcoal); background: var(--orange); }
.button-request:hover { background: var(--orange-dark); }
.hero-blocks { display: grid; gap: 10px; }
.info-block { position: relative; min-height: 117px; padding: 20px 20px 19px 68px; color: var(--charcoal); background: var(--navy); }
.info-block:nth-child(2) { color: var(--white); background: var(--blue); }
.info-block:nth-child(3) { color: var(--charcoal); background: var(--white); border: 1px solid var(--line); }
.block-number { position: absolute; top: 22px; left: 20px; color: var(--charcoal); font-size: 12px; font-weight: 800; }
.info-block:nth-child(2) .block-number { color: #dce9ff; }
.info-block:nth-child(3) .block-number { color: var(--blue); }
.info-block strong { display: block; margin-bottom: 7px; font-size: 15px; }
.info-block p { margin: 0; color: rgba(53,82,68,.84); font-size: 12px; line-height: 1.55; }
.info-block:nth-child(2) p { color: rgba(255,255,255,.8); }
.info-block:nth-child(3) p { color: var(--gray-500); }

.section { padding: 83px 0; }
.section-heading { max-width: 720px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 640px; margin: 17px 0 0; color: var(--gray-500); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 41px; }
.service-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.service-card:hover { border-color: var(--blue); box-shadow: 0 8px 18px rgba(23,43,58,.12); }
.service-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #fbfaf7; }
.service-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-media .service-number { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; min-height: 30px; padding: 0 9px; color: var(--white); background: rgba(95,116,103,.92); font-size: 12px; font-weight: 800; }
.service-card-content { display: flex; flex: 1; flex-direction: column; padding: 20px 22px 22px; }
.service-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--gray-500); font-size: 13px; line-height: 1.62; }
.service-card a { margin-top: auto; padding-top: 20px; color: var(--orange-deep); font-size: 12px; font-weight: 800; }
.service-card a span { margin-left: 4px; font-size: 16px; }

.call-strip { color: var(--charcoal); background: var(--navy); }
.call-strip-content { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 176px; }
.call-strip .section-label { color: rgba(53,82,68,.84); margin-bottom: 9px; }
.call-strip h2 { margin: 0; color: var(--charcoal); font-size: clamp(25px, 3vw, 39px); letter-spacing: -.04em; }

.area-section { background: var(--gray-50); }
.area-heading { max-width: 660px; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.area-card { min-height: 79px; display: flex; align-items: center; gap: 16px; padding: 16px; border-left: 5px solid var(--blue); background: var(--white); }
.area-card span { color: var(--blue); font-size: 11px; font-weight: 800; }
.area-card strong { color: var(--charcoal); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 39px 0 0; padding: 0; list-style: none; }
.process-grid li { min-height: 227px; padding: 25px; border: 1px solid var(--line); border-top: 5px solid var(--blue); background: var(--white); }
.process-grid span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; }
.process-grid h3 { margin: 35px 0 11px; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: var(--gray-500); font-size: 13px; line-height: 1.62; }

.faq-section { border-top: 1px solid var(--gray-100); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 65px; }
.faq-intro h2 { margin: 0 0 25px; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.12; letter-spacing: -.045em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 21px 0; cursor: pointer; list-style: none; color: var(--charcoal); font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; line-height: .75; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 28px 21px 0; color: var(--gray-500); font-size: 13px; line-height: 1.7; }

.request-section { color: var(--charcoal); background: var(--navy); }
.request-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: start; }
.request-copy { padding-top: 32px; }
.request-copy .section-label { color: var(--blue-dark); }
.request-copy h2 { margin: 0 0 16px; color: var(--charcoal); font-size: clamp(32px, 3.5vw, 46px); line-height: 1.1; letter-spacing: -.045em; }
.request-copy p:not(.section-label) { max-width: 350px; margin: 0; color: var(--charcoal); font-size: 14px; line-height: 1.7; }
.text-call { display: inline-flex; align-items: center; min-height: 47px; margin-top: 25px; padding: 0 15px; border: 2px solid var(--blue); border-radius: 999px; color: var(--white); background: var(--blue); font-size: 20px; font-weight: 800; letter-spacing: -.035em; }
.request-form { padding: 31px; color: var(--charcoal); background: var(--white); }
.form-row { display: grid; gap: 20px; }
.two-up { grid-template-columns: 1fr 1fr; }
.request-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 21px; color: var(--gray-500); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.request-form input, .request-form select, .request-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--charcoal); background: var(--white); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.request-form textarea { min-height: 102px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,224,.14); }
.form-bottom { display: flex; align-items: center; gap: 17px; }
.form-bottom p { margin: 0; color: var(--gray-500); font-size: 10px; line-height: 1.5; }
.form-status { display: none; margin-top: 16px; padding: 11px 12px; color: #074e21; background: #dff3e4; font-size: 12px; line-height: 1.5; }
.form-status.is-visible { display: block; }

.floating-call { position: fixed; z-index: 50; left: 16px; bottom: max(16px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 3px; min-width: 182px; min-height: 58px; padding: 11px 16px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 6px 18px rgba(0,0,0,.25); transition: transform .2s, background .2s; }
.floating-call:hover { background: var(--blue-dark); transform: translateY(-2px); }
.floating-call:focus-visible { outline: 3px solid var(--charcoal); outline-offset: 3px; }
.floating-call-label { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.floating-call strong { font-size: 16px; letter-spacing: .01em; }

.site-footer { color: #c9d5e3; background: var(--charcoal); }
.footer-content { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 35px; min-height: 147px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-sub { color: #a9b9ca; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.footer-links a { font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 7px; justify-items: end; color: #a9b9ca; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.footer-contact a { color: var(--white); font-size: 15px; letter-spacing: 0; }
.footer-bottom { min-height: 54px; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: #a9b9ca; font-size: 10px; }

@media (max-width: 1050px) {
  .shell { width: min(var(--shell), calc(100% - 48px)); }
  .menu-button { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; top: 107px; right: 0; left: 0; display: grid; gap: 0; padding: 14px 24px 22px; border-bottom: 1px solid var(--line); background: var(--white); transform: translateY(-130%); transition: transform .22s ease; box-shadow: 0 12px 20px rgba(16,42,67,.1); }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav > a:not(.nav-call) { padding: 13px 0; border-bottom: 1px solid var(--gray-100); }
  .nav-call { justify-content: center; margin-top: 14px; }
  .hero-content { grid-template-columns: 1fr; gap: 32px; padding: 58px 0; }
  .hero-blocks { grid-template-columns: repeat(3, 1fr); }
  .info-block { min-height: 148px; }
  .service-grid, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .call-strip-content { min-height: 156px; }
  .faq-layout, .request-grid { grid-template-columns: 1fr; gap: 38px; }
  .request-copy { padding-top: 0; }
  .faq-intro { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
  .faq-intro .section-label { grid-column: 1 / -1; margin-bottom: -9px; }
  .faq-intro h2 { margin: 0; }
  .footer-content { grid-template-columns: 1fr auto; padding: 30px 0; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: 86px; }
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .utility-content { min-height: 34px; justify-content: center; font-size: 8px; gap: 7px; }
  .nav-wrap { min-height: 67px; }
  .brand-text { font-size: 21px; }
  .brand-mark { width: 32px; height: 32px; }
  .site-nav { top: 101px; padding-right: 16px; padding-left: 16px; }
  .hero-content { padding: 43px 0; }
  h1 { font-size: clamp(36px, 11vw, 50px); }
  .hero-lede { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-blocks { grid-template-columns: 1fr; gap: 8px; }
  .info-block { min-height: 94px; padding-top: 17px; padding-bottom: 15px; }
  .section { padding: 61px 0; }
  .section-heading h2 { font-size: clamp(28px, 9vw, 38px); }
  .section-heading > p:last-child { font-size: 14px; }
  .service-grid, .area-grid, .process-grid { grid-template-columns: 1fr; }
  .service-grid { gap: 10px; margin-top: 30px; }
  .service-card { min-height: 0; padding: 0; }
  .service-card-content { padding: 18px; }
  .call-strip-content { display: grid; gap: 21px; padding: 32px 0; }
  .call-strip .button { width: 100%; }
  .area-grid { gap: 9px; margin-top: 30px; }
  .area-card { min-height: 65px; }
  .process-grid { gap: 10px; margin-top: 30px; }
  .process-grid li { min-height: 0; padding: 21px; }
  .process-grid h3 { margin-top: 25px; }
  .faq-intro { display: block; }
  .faq-intro .section-label { margin-bottom: 13px; }
  .faq-intro .button { margin-top: 22px; }
  .faq-list { margin-top: 35px; }
  .faq-list summary { font-size: 14px; }
  .request-form { padding: 22px 17px; }
  .two-up { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { display: grid; gap: 13px; }
  .form-bottom .button { width: 100%; }
  .floating-call { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-width: 0; align-items: center; flex-direction: row; justify-content: space-between; min-height: 56px; padding: 10px 15px; }
  .footer-content { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { grid-column: auto; grid-row: auto; }
  .footer-contact { justify-items: start; }
  .footer-bottom { min-height: 62px; }
}

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