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

:root {
  --orange: #ff9d00;
  --orange-dark: #f27b00;
  --orange-deep: #9b4700;
  --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: 104px;
  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: 12px; 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: 104px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: grid; grid-template-columns: 64px auto; grid-template-rows: 30px 16px; align-items: center; column-gap: 11px; color: var(--charcoal); }
.brand-mark { grid-row: span 2; display: block; width: 64px; height: 48px; object-fit: contain; object-position: center; }
.brand-text { align-self: end; font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.brand-sub { align-self: end; color: var(--gray-500); font-size: 13px; font-weight: 800; letter-spacing: .15em; }
.brand-logo { background: transparent; border: 0; box-shadow: none; }
.site-header .brand { grid-template-columns: 90px auto; grid-template-rows: 37px 18px; column-gap: 13px; }
.site-header .brand-mark { width: 90px; height: 68px; }
.site-header .brand-text { font-size: 32px; }
.site-header .brand-sub { font-size: 14px; font-weight: 900; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.nav-call) { color: var(--gray-500); font-size: 15px; font-weight: 700; }
.site-nav > a:not(.nav-call):hover { color: var(--blue); }
.nav-call { display: inline-flex; align-items: center; min-height: 52px; padding: 0 20px; border: 2px solid var(--blue); border-radius: 999px; color: var(--white); background: var(--blue); font-size: 16px; 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: 12px; font-weight: 800; letter-spacing: .13em; }
h1, h2, h3, p { font-style: normal; }
h1, h2, h3 { color: var(--charcoal); }
h1 { max-width: 790px; margin: 0; font-size: clamp(44px, 5.3vw, 70px); line-height: 1.05; letter-spacing: -.055em; }
.hero-lede { max-width: 700px; margin: 23px 0 30px; color: var(--gray-500); font-size: 18px; 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: 56px; padding: 15px 24px; border: 2px solid transparent; border-radius: 999px; font-size: 16px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-call { min-height: 60px; color: var(--white); border-color: var(--blue); background: var(--blue); font-size: 17px; }
.button-call:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.button-request { color: #19382f; border-color: transparent; background: linear-gradient(180deg, #ffbf3f 0%, #ff9100 58%, #f87b00 100%); box-shadow: inset 0 2px 0 rgba(255,255,255,.58), inset 0 -3px 0 rgba(164,62,0,.22), 0 7px 14px rgba(221,91,0,.28); }
.button-request:hover { background: linear-gradient(180deg, #ffcf61 0%, #ffa31a 58%, #ff8500 100%); box-shadow: inset 0 2px 0 rgba(255,255,255,.65), inset 0 -3px 0 rgba(164,62,0,.2), 0 9px 17px rgba(221,91,0,.33); }
.button-request:active { transform: translateY(1px); box-shadow: inset 0 2px 0 rgba(255,255,255,.38), inset 0 -2px 0 rgba(164,62,0,.2), 0 3px 7px rgba(221,91,0,.23); }
.hero-actions .button-request { min-height: 64px; padding: 17px 30px; border-width: 2px; font-size: 19px; }
.hero-blocks { display: grid; gap: 10px; }
.info-block { position: relative; min-height: 132px; padding: 21px 20px 19px 70px; 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: 23px; left: 20px; color: var(--charcoal); font-size: 13px; 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: 8px; font-size: 18px; }
.info-block p { margin: 0; color: rgba(53,82,68,.84); font-size: 15px; 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(34px, 3.7vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 680px; margin: 18px 0 0; color: var(--gray-500); font-size: 17px; 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 28px; }
.service-card h3 { margin: 0 0 11px; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--gray-500); font-size: 16px; line-height: 1.62; }
.service-card a { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; min-height: 54px; margin-top: 28px; padding: 10px 17px; border: 0; border-radius: 999px; color: #19382f; background: linear-gradient(180deg, #ffbf3f 0%, #ff9100 58%, #f87b00 100%); box-shadow: inset 0 2px 0 rgba(255,255,255,.58), inset 0 -3px 0 rgba(164,62,0,.22), 0 6px 13px rgba(221,91,0,.26); font-size: 16px; font-weight: 900; transition: transform .2s, background .2s, box-shadow .2s; }
.service-card a:hover { background: linear-gradient(180deg, #ffcf61 0%, #ffa31a 58%, #ff8500 100%); box-shadow: inset 0 2px 0 rgba(255,255,255,.65), inset 0 -3px 0 rgba(164,62,0,.2), 0 8px 16px rgba(221,91,0,.32); transform: translateY(-2px); }
.service-card a:active { transform: translateY(1px); box-shadow: inset 0 2px 0 rgba(255,255,255,.38), inset 0 -2px 0 rgba(164,62,0,.2), 0 3px 7px rgba(221,91,0,.2); }
.service-card a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.service-card a span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; margin-left: 0; border-radius: 50%; place-items: center; color: var(--white); background: linear-gradient(180deg, #2782ff 0%, #0066ff 72%); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 2px 0 rgba(0,71,179,.52); font-size: 19px; font-weight: 900; line-height: 1; }

.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(29px, 3.2vw, 43px); 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: 86px; 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: 13px; font-weight: 800; }
.area-card strong { color: var(--charcoal); font-size: 16px; }

.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: 245px; padding: 25px; border: 1px solid var(--line); border-top: 5px solid var(--blue); background: var(--white); }
.process-grid span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .07em; }
.process-grid h3 { margin: 35px 0 12px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: var(--gray-500); font-size: 16px; 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(34px, 3.6vw, 50px); 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: 22px 0; cursor: pointer; list-style: none; color: var(--charcoal); font-size: 17px; 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 22px 0; color: var(--gray-500); font-size: 16px; 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 17px; color: var(--charcoal); font-size: clamp(36px, 3.8vw, 52px); line-height: 1.1; letter-spacing: -.045em; }
.request-copy p:not(.section-label) { max-width: 390px; margin: 0; color: var(--charcoal); font-size: 16px; line-height: 1.7; }
.text-call { display: inline-flex; align-items: center; min-height: 56px; margin-top: 26px; padding: 0 19px; border: 2px solid var(--blue); border-radius: 999px; color: var(--white); background: var(--blue); font-size: 22px; 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: 12px; font-weight: 800; letter-spacing: .08em; }
.request-form input, .request-form select, .request-form textarea { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--charcoal); background: var(--white); font-size: 16px; 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: 12px; 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: 210px; min-height: 70px; padding: 12px 19px; 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: 11px; font-weight: 800; letter-spacing: .13em; }
.floating-call strong { font-size: 20px; 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: 14px; font-weight: 700; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 7px; justify-items: end; color: #a9b9ca; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.footer-contact a { color: var(--white); font-size: 17px; 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: 12px; }

@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: 136px; 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: 166px; }
  .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: 136px; }
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .utility-content { min-height: 34px; justify-content: center; font-size: 9px; gap: 7px; }
  .menu-button { display: grid; place-content: center; gap: 6px; width: 54px; min-height: 54px; padding: 9px; }
  .menu-button span:not(.sr-only) { width: 32px; height: 4px; margin: 0; border-radius: 999px; }
  .section-label { margin-bottom: 14px; font-size: 13px; line-height: 1.35; }
  .nav-wrap { min-height: 92px; gap: 10px; }
  .brand { grid-template-columns: 58px auto; grid-template-rows: 28px 14px; column-gap: 8px; }
  .brand-text { font-size: clamp(23px, 6.2vw, 25px); white-space: nowrap; }
  .brand-sub { font-size: 12px; font-weight: 900; letter-spacing: .11em; }
  .brand-mark { width: 58px; height: 44px; }
  .site-header .brand { grid-template-columns: 70px minmax(0, 1fr); grid-template-rows: 30px 17px; column-gap: 8px; }
  .site-header .brand-mark { width: 70px; height: 53px; }
  .site-header .brand-text { font-size: clamp(23px, 6.2vw, 26px); }
  .site-header .brand-sub { font-size: 12px; font-weight: 900; letter-spacing: .11em; }
  .site-nav { top: 126px; padding-right: 16px; padding-left: 16px; }
  .hero-content { padding: 43px 0; }
  h1 { font-size: clamp(40px, 11vw, 55px); }
  .hero-lede { margin-top: 24px; font-size: 18px; line-height: 1.62; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-call { min-height: 62px; font-size: 18px; }
  .hero-actions .button-request { min-height: 68px; font-size: 21px; }
  .hero-blocks { grid-template-columns: 1fr; gap: 8px; }
  .info-block { min-height: 148px; padding: 19px 18px 18px 68px; }
  .info-block strong { font-size: 19px; }
  .info-block p { font-size: 17px; line-height: 1.55; }
  .block-number { font-size: 14px; }
  .section { padding: 61px 0; }
  .section-heading h2 { font-size: clamp(36px, 10vw, 46px); }
  .section-heading > p:last-child { font-size: 18px; line-height: 1.62; }
  .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: 21px 21px 28px; }
  .service-card h3 { font-size: 26px; }
  .service-card p { font-size: 17px; line-height: 1.58; }
  .service-card a { display: inline-flex; align-items: center; width: 100%; min-height: 66px; padding: 13px 18px; color: #19382f; font-size: 20px; font-weight: 900; gap: 9px; justify-content: space-between; }
  .service-card a span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; margin-left: 0; border-radius: 50%; place-items: center; font-size: 23px; font-weight: 900; line-height: 1; transform: none; }
  .call-strip-content { display: grid; gap: 21px; padding: 36px 0; }
  .call-strip h2 { font-size: clamp(34px, 9vw, 42px); }
  .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: 24px; }
  .process-grid span { font-size: 14px; }
  .process-grid h3 { margin-top: 25px; font-size: 26px; }
  .process-grid p { font-size: 17px; line-height: 1.6; }
  .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 { padding: 24px 0; font-size: 18px; }
  .faq-list p { margin-right: 0; font-size: 17px; line-height: 1.65; }
  .request-section { padding: 68px 0 64px; }
  .request-copy { padding-top: 0; }
  .request-copy .section-label { margin-bottom: 18px; font-size: 15px; }
  .request-copy h2 { font-size: clamp(38px, 10vw, 48px); }
  .request-copy p:not(.section-label) { font-size: 18px; line-height: 1.62; }
  .text-call { min-height: 60px; font-size: 23px; }
  .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: 50%; right: auto; bottom: max(16px, env(safe-area-inset-bottom)); display: flex; width: min(calc(100vw - 32px), 310px); min-width: 0; align-items: center; flex-direction: column; justify-content: center; min-height: 86px; padding: 12px 20px; text-align: center; transform: translateX(-50%); }
  .floating-call:hover { transform: translateX(-50%) translateY(-2px); }
  .floating-call-label { font-size: 12px; }
  .floating-call strong { font-size: 26px; }
  .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 (max-width: 380px) {
  .shell { width: min(var(--shell), calc(100% - 24px)); }
  .nav-wrap { min-height: 86px; gap: 4px; }
  .menu-button { width: 50px; min-height: 50px; }
  .site-header .brand { grid-template-columns: 60px minmax(0, 1fr); grid-template-rows: 27px 14px; column-gap: 7px; }
  .site-header .brand-mark { width: 60px; height: 45px; }
  .site-header .brand-text { font-size: clamp(20px, 6.2vw, 23px); }
  .site-header .brand-sub { font-size: 10px; letter-spacing: .1em; }
  .site-nav { top: 120px; }
}

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