:root {
  --red: #fe5b2c;
  --red-dark: #db451c;
  --ink: #001f3f;
  --muted: #66717d;
  --line: #e5e7ea;
  --soft: #f6f7f9;
  --dark: #001f3f;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(23, 30, 38, 0.12);
}

@font-face { font-family: "OakSans"; src: url("https://midweststandards.com/wp-content/plugins/arolax-essential/assets/fonts/oak-suns/OakSans-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OakSans"; src: url("https://midweststandards.com/wp-content/plugins/arolax-essential/assets/fonts/oak-suns/OakSans-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "OakSans"; src: url("https://midweststandards.com/wp-content/plugins/arolax-essential/assets/fonts/oak-suns/OakSans-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "OakSans"; src: url("https://midweststandards.com/wp-content/plugins/arolax-essential/assets/fonts/oak-suns/OakSans-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "OakSans", Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header, .hero, .trust-bar, .split-section, .section, .cta-band, .equipment-section, .faq-section, .final-cta, .form-section, .site-footer { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 112px; height: auto; display: block; }
.header-actions, .hero-actions, .cta-actions { display: flex; align-items: center; gap: 12px; }
.phone-link, .text-link, .service-card a, .offer-card a, .phone-large, .email-link { color: var(--red); font-weight: 800; text-decoration: none; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border: 2px solid transparent; border-radius: var(--radius); font-weight: 800; text-decoration: none; cursor: pointer; }
.btn-small { min-height: 40px; padding: 9px 14px; background: var(--ink); color: var(--white); }
.btn-large { min-width: 168px; }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border-color: var(--line); color: var(--ink); background: var(--white); }
.btn-light { background: var(--white); color: var(--red); }
.btn-dark { background: var(--dark); color: var(--white); }

.hero { min-height: 650px; display: grid; grid-template-columns: 1fr 0.86fr; gap: 54px; align-items: center; padding: 54px 0 44px; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(44px, 7vw, 78px); line-height: 0.96; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.2; }
.hero-text { max-width: 640px; color: var(--muted); font-size: 20px; }
.trust-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.trust-points span, .check-list li, .badge-list span, .brand-strip span { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.trust-points span { padding: 12px 14px; font-weight: 700; }
.hero-card { position: relative; }
.hero-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-box { width: min(330px, 86%); position: absolute; right: 22px; bottom: 22px; padding: 20px; border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16); }
.quick-box p { color: var(--muted); margin-bottom: 8px; }
.quick-box a { color: var(--red); font-size: 22px; font-weight: 900; text-decoration: none; }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 74px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.trust-bar div { padding: 22px; background: var(--soft); }
.trust-bar strong, .trust-bar span { display: block; }
.trust-bar span { margin-top: 6px; color: var(--muted); }
.split-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 46px; align-items: start; padding: 76px 0; border-top: 1px solid var(--line); }
.split-section p { color: var(--muted); font-size: 18px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.check-list li { min-height: 48px; display: flex; align-items: center; padding: 12px 14px; font-weight: 700; }
.check-list li::before { content: ""; width: 9px; height: 9px; flex: 0 0 auto; margin-right: 10px; border-radius: 50%; background: var(--red); }

.section, .equipment-section, .faq-section, .final-cta, .form-section { padding: 76px 0; border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-head h2 { margin-bottom: 0; }
.cards-grid, .benefit-grid, .offer-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .offer-card, .benefit-grid div, .process-grid div { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-card p, .benefit-grid p, .offer-card p, .process-grid p, .faq-list p, .final-cta p, .form-copy p { color: var(--muted); }
.card-icon, .process-grid span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: var(--radius); color: var(--white); background: var(--red); font-weight: 900; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px; border-radius: var(--radius); color: var(--white); background: linear-gradient(135deg, var(--red), #a42621); }
.cta-band p { max-width: 650px; margin-bottom: 0; }
.cta-band .section-label { color: var(--white); }
.badge-list, .brand-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.badge-list span { padding: 12px 16px; font-weight: 800; }
.brand-strip { margin-top: 24px; }
.brand-strip span { padding: 9px 13px; color: var(--muted); background: var(--soft); font-size: 14px; font-weight: 800; }
.process-grid { grid-template-columns: repeat(4, 1fr); }

.faq-section { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 46px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 18px 0; font-size: 18px; font-weight: 900; cursor: pointer; }
details p { margin-bottom: 18px; }
.final-cta { text-align: center; }
.final-cta p { max-width: 720px; margin-inline: auto; }
.final-cta .hero-actions { justify-content: center; }
.form-section { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 46px; align-items: start; }
.phone-large { display: block; margin-top: 6px; font-size: 30px; }
.email-link { display: block; width: fit-content; margin-top: 8px; }
.service-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #cfd5dc; border-radius: var(--radius); color: var(--ink); background: var(--white); font: inherit; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; font-weight: 600; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-success { margin: 0; padding: 12px 14px; border-radius: var(--radius); color: #11603b; background: #e8f7ef; font-weight: 800; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 30px 0 92px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer strong { color: var(--ink); }
.footer-contact { display: grid; gap: 4px; text-align: right; }
.site-footer a, .footer-contact a { color: var(--red); font-weight: 900; text-decoration: none; }
.mobile-call { display: none; }

@media (max-width: 920px) {
  .site-header { min-height: auto; padding: 16px 0; align-items: flex-start; }
  .header-actions { flex-direction: column; align-items: flex-end; gap: 8px; }
  .hero, .split-section, .faq-section, .form-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 28px; padding-top: 28px; }
  .hero-card img { aspect-ratio: 16 / 10; }
  .trust-bar, .cards-grid, .benefit-grid, .offer-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .site-header, .hero, .trust-bar, .split-section, .section, .cta-band, .equipment-section, .faq-section, .final-cta, .form-section, .site-footer { width: min(100% - 22px, 1180px); }
  .brand small, .header-actions .btn { display: none; }
  .phone-link { font-size: 15px; }
  h1 { font-size: 46px; }
  .hero-text { font-size: 17px; }
  .hero-actions, .cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .trust-points, .trust-bar, .check-list, .cards-grid, .benefit-grid, .offer-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .quick-box { position: static; width: 100%; margin-top: 12px; box-shadow: none; border: 1px solid var(--line); }
  .trust-bar { margin-bottom: 34px; }
  .split-section, .section, .equipment-section, .faq-section, .final-cta, .form-section { padding: 46px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 28px 20px; }
  .service-form { padding: 18px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-bottom: 30px; }
  .footer-contact { text-align: left; }
  .mobile-call { position: fixed; z-index: 20; left: 12px; right: 12px; bottom: 12px; min-height: 54px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius); color: var(--white); background: var(--red); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22); font-weight: 900; text-decoration: none; }
}
