:root {
  --ink: #102238;
  --ink-2: #29415b;
  --muted: #66778a;
  --line: #dce4eb;
  --soft: #f3f6f8;
  --white: #ffffff;
  --accent: #f26b38;
  --accent-dark: #d95020;
  --navy: #0b1c2f;
  --green: #1f9d72;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(16, 34, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,228,235,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 11px; font-weight: 850; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.desktop-nav { display: flex; gap: 26px; color: var(--ink-2); font-size: 14px; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--accent-dark); }
.header-contact { text-align: right; }
.work-hours { display: block; color: var(--muted); font-size: 11px; }
.phone-link { font-weight: 780; font-size: 15px; }

.hero { position: relative; overflow: hidden; padding: 64px 0 72px; background: linear-gradient(135deg, #f8fafb 0%, #fff 60%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -280px; top: -270px; border-radius: 50%; background: rgba(242,107,56,.09); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; background: var(--accent); border-radius: 50%; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5.3vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: var(--ink-2); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 11px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button-primary { color: var(--white); background: var(--accent); box-shadow: 0 10px 24px rgba(242,107,56,.24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); transform: translateY(-1px); }
.button-secondary { background: var(--white); border: 1px solid var(--line); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--ink); }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; }
.hero-benefits li { padding-top: 15px; border-top: 2px solid var(--ink); }
.hero-benefits strong, .hero-benefits span { display: block; }
.hero-benefits strong { font-size: 14px; }
.hero-benefits span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.hero-media { position: relative; min-height: 560px; }
.hero-media > img { width: 100%; height: 560px; object-fit: cover; object-position: center; border-radius: 28px; box-shadow: var(--shadow); }
.diagnostic-card { position: absolute; left: -34px; bottom: 36px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.diagnostic-card strong, .diagnostic-card small { display: block; }
.diagnostic-card small { color: var(--muted); }
.status-dot { width: 12px; height: 12px; flex: 0 0 auto; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(31,157,114,.14); }

.trust-strip { color: var(--white); background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 132px; display: flex; align-items: center; gap: 18px; padding: 26px 34px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-number { color: var(--accent); font-size: 13px; font-weight: 850; }
.trust-grid p { margin: 0; color: #aebccd; font-size: 13px; }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 15px; }

.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1fr 430px; gap: 56px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .process-content h2, .faq-grid h2, .request-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.heading-light > p { color: #aebccd; }
.eyebrow-light { color: #ff9a74; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.service-card:hover { position: relative; z-index: 1; background: var(--white); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-index { color: var(--accent-dark); font-size: 12px; font-weight: 850; }
.service-card h3 { margin: 45px 0 12px; font-size: 22px; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card a { display: inline-block; margin-top: 22px; color: var(--accent-dark); font-size: 13px; font-weight: 800; }

.price-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; }
.price-table { overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.price-row { display: grid; grid-template-columns: 1fr 160px 130px; align-items: center; min-height: 76px; padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.price-row:last-child { border-bottom: 0; }
.price-row span:nth-child(2) { color: #ff9a74; font-weight: 800; }
.price-row span:nth-child(3) { color: #aebccd; font-size: 13px; }
.price-row strong, .price-row small { display: block; }
.price-row small { margin-top: 3px; color: #8fa0b3; font-size: 12px; }
.price-head { min-height: 48px; color: #8fa0b3; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-note { position: sticky; top: 100px; padding: 28px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.price-note-label { color: var(--accent-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-note h3 { margin: 20px 0 12px; font-size: 25px; line-height: 1.18; }
.price-note > p:not(.price-note-label) { color: var(--muted); font-size: 14px; }
.price-note .button { width: 100%; margin-top: 12px; }

.process-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 80px; align-items: center; }
.process-photo { position: relative; }
.process-photo img { width: 100%; height: 670px; object-fit: cover; border-radius: 26px; }
.photo-caption { position: absolute; right: -24px; bottom: 28px; padding: 17px 20px; background: var(--white); border-radius: 13px; box-shadow: var(--shadow); }
.photo-caption strong, .photo-caption span { display: block; }
.photo-caption span { color: var(--muted); font-size: 12px; }
.steps-list { margin: 42px 0 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--accent-dark); background: #fff2ed; border-radius: 50%; font-size: 12px; font-weight: 850; }
.steps-list h3 { margin: 0 0 6px; font-size: 19px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 14px; }

.brands { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brands span { min-height: 88px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 850; }
.faq-grid { display: grid; grid-template-columns: 340px 1fr; gap: 100px; align-items: start; }
.faq-intro { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-size: 18px; font-weight: 760; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--accent-dark); font-size: 24px; font-weight: 400; transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 700px; margin: -6px 0 24px; color: var(--muted); }

.request-section { padding: 96px 0; color: var(--white); background: linear-gradient(135deg, #0b1c2f, #142f4c); }
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.request-copy > p:not(.eyebrow) { color: #b8c5d1; font-size: 17px; }
.request-phone { margin-top: 34px; }
.request-phone small, .request-phone a { display: block; }
.request-phone small { color: #8fa0b3; }
.request-phone a { margin-top: 4px; font-size: 20px; font-weight: 800; }
.request-form { padding: 32px; color: var(--ink); background: var(--white); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.request-form label { display: block; margin-bottom: 15px; font-size: 12px; font-weight: 750; }
.request-form input, .request-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); background: var(--soft); border: 1px solid transparent; border-radius: 10px; outline: 0; }
.request-form input:focus, .request-form textarea:focus { background: var(--white); border-color: var(--accent); box-shadow: 0 0 0 3px rgba(242,107,56,.12); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; }
.button-wide { width: 100%; }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; }
.form-status.success { color: var(--green); }
.form-status.error { color: #c93d2c; }
.form-note { margin: 6px 0 0; color: #8a97a5; font-size: 10px; }

.site-footer { padding: 64px 0 26px; color: #b8c5d1; background: #071523; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 80px; }
.brand-footer { color: var(--white); }
.footer-grid h3 { margin: 0 0 16px; color: var(--white); font-size: 14px; }
.footer-grid > div > a:not(.brand), .footer-grid > div > span { display: block; margin: 8px 0; font-size: 13px; }
.footer-grid p { max-width: 320px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .process-grid, .request-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { min-height: 440px; }
  .hero-media > img { height: 440px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .price-wrap { grid-template-columns: 1fr; }
  .price-note { position: static; }
  .process-photo { max-width: 640px; }
  .process-photo img { height: 520px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .header-inner { min-height: 68px; }
  .header-contact { display: none; }
  .brand strong { font-size: 14px; }
  .hero { padding: 42px 0 52px; }
  h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-media { min-height: 330px; margin-top: 8px; }
  .hero-media > img { height: 330px; border-radius: 20px; }
  .diagnostic-card { left: 12px; right: 12px; bottom: 12px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 0; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .price-row { grid-template-columns: 1fr 110px; gap: 12px; }
  .price-row span:nth-child(3), .price-head span:nth-child(3) { display: none; }
  .process-grid { gap: 44px; }
  .process-photo img { height: 430px; }
  .photo-caption { right: 10px; left: 10px; }
  .brands { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .request-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; padding-bottom: 58px; }
  .mobile-cta { position: fixed; right: 14px; bottom: 14px; left: 14px; z-index: 40; min-height: 50px; display: grid; place-items: center; color: var(--white); background: var(--accent); border-radius: 11px; box-shadow: 0 12px 28px rgba(0,0,0,.25); font-weight: 800; }
}

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