:root {
  --hm-red: #d51f2b;
  --hm-red-dark: #a9121d;
  --hm-ink: #101b24;
  --hm-slate: #52616c;
  --hm-line: #dce2e6;
  --hm-soft: #f4f6f7;
  --hm-white: #fff;
  --hm-warm: #f6eadf;
  --hm-shadow: 0 22px 55px rgba(16, 27, 36, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hm-ink); background: var(--hm-white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", Arial, sans-serif; line-height: 1.03; letter-spacing: -.015em; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.15rem, 6vw, 5.9rem); font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 4.15rem); font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 1.65rem; }

.hm-shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.hm-section { padding: 105px 0; }
.hm-skip { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--hm-ink); transform: translateY(-160%); }
.hm-skip:focus { transform: translateY(0); }
.hm-eyebrow, .hm-kicker { margin-bottom: 14px; color: var(--hm-red); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hm-kicker-light { color: #ffb9be; }
.hm-lead { max-width: 760px; margin-bottom: 32px; color: #dce4e8; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hm-small { color: var(--hm-slate); font-size: .87rem; }

.hm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.hm-btn:hover { transform: translateY(-2px); }
.hm-btn-primary { color: #fff; background: var(--hm-red); }
.hm-btn-primary:hover { background: #ed2633; }
.hm-btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.hm-btn-ghost:hover { background: rgba(255,255,255,.09); }
.hm-btn-dark { color: #fff; background: var(--hm-ink); }
.hm-btn-light { color: var(--hm-ink); background: #fff; }
.hm-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hm-text-link, .hm-card-link { color: var(--hm-red); font-weight: 800; text-decoration: none; }
.hm-text-link:hover, .hm-card-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.hm-hero { position: relative; overflow: hidden; color: #fff; background: var(--hm-ink); }
.hm-hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 12% 20%, rgba(213,31,43,.3), transparent 27%), linear-gradient(115deg, transparent 62%, rgba(255,255,255,.035) 62%); }
.hm-hero-grid { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; gap: 72px; align-items: center; min-height: 710px; padding-top: 78px; padding-bottom: 78px; }
.hm-hero-copy { position: relative; z-index: 2; }
.hm-hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 30px 0 0; padding: 0; color: #c7d0d5; list-style: none; font-size: .9rem; font-weight: 600; }
.hm-hero-points li::before { margin-right: 8px; color: #ff6973; content: "✓"; }
.hm-hero-visual { position: relative; min-height: 510px; padding: 68px 25px 30px; color: var(--hm-ink); background: #fff; box-shadow: var(--hm-shadow); }
.hm-hero-visual::after { position: absolute; right: -24px; bottom: -24px; width: 110px; height: 110px; border: 12px solid var(--hm-red); content: ""; }
.hm-hero-visual img { width: 100%; height: 380px; object-fit: contain; }
.hm-visual-label { position: absolute; top: 22px; left: 24px; display: flex; flex-direction: column; }
.hm-visual-label span, .hm-visual-note span { color: var(--hm-slate); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hm-visual-label strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.4rem; }
.hm-visual-note { position: absolute; bottom: 25px; left: -36px; display: flex; flex-direction: column; min-width: 220px; padding: 18px 22px; background: var(--hm-warm); box-shadow: 0 12px 35px rgba(16,27,36,.18); }
.hm-visual-note strong { color: var(--hm-red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.8rem; line-height: 1; }

.hm-proof { color: #fff; background: var(--hm-red); }
.hm-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hm-proof-grid > div { min-height: 120px; padding: 25px 24px; border-left: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; justify-content: center; }
.hm-proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.24); }
.hm-proof strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.5rem; line-height: 1.1; }
.hm-proof span { margin-top: 5px; color: #ffd9dc; font-size: .8rem; }

.hm-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.hm-intro h2 { margin-bottom: 0; }
.hm-answer { padding-left: 34px; border-left: 4px solid var(--hm-red); color: var(--hm-slate); font-size: 1.12rem; }
.hm-answer strong { color: var(--hm-ink); }

.hm-products { background: var(--hm-soft); }
.hm-section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.hm-section-head h2 { margin-bottom: 0; }
.hm-section-head > p { margin-bottom: 5px; color: var(--hm-slate); }
.hm-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.hm-product-card { display: grid; grid-template-columns: 44% 56%; min-height: 290px; overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(16,27,36,.07); }
.hm-product-image { overflow: hidden; background: #e7eaec; }
.hm-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hm-product-card:hover img { transform: scale(1.035); }
.hm-product-card > div { padding: 31px 28px; }
.hm-product-card span { color: var(--hm-red); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hm-product-card h3 { margin: 9px 0 12px; }
.hm-product-card h3 a { text-decoration: none; }
.hm-product-card p { color: var(--hm-slate); font-size: .9rem; line-height: 1.6; }
.hm-card-link { font-size: .85rem; }

.hm-capabilities { color: #fff; background: var(--hm-ink); }
.hm-cap-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.hm-cap-intro > p:not(.hm-kicker) { color: #bdc9cf; }
.hm-cap-list { border-top: 1px solid rgba(255,255,255,.16); }
.hm-cap-list article { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 28px 5px; border-bottom: 1px solid rgba(255,255,255,.16); }
.hm-cap-list article > span { color: #f0606a; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.25rem; font-weight: 700; }
.hm-cap-list h3 { margin-bottom: 7px; font-size: 1.75rem; }
.hm-cap-list p { margin-bottom: 0; color: #aebbc1; font-size: .91rem; }

.hm-choice-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.hm-choice-image { position: relative; background: var(--hm-soft); }
.hm-choice-image::before { position: absolute; z-index: -1; top: -20px; left: -20px; width: 55%; height: 55%; background: var(--hm-red); content: ""; }
.hm-choice-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hm-choice-grid > div:last-child > p:not(.hm-kicker) { color: var(--hm-slate); }
.hm-check-list { margin: 28px 0; padding: 0; list-style: none; }
.hm-check-list li { position: relative; margin: 12px 0; padding-left: 30px; font-weight: 700; }
.hm-check-list li::before { position: absolute; left: 0; color: var(--hm-red); content: "✓"; }

.hm-process { background: var(--hm-soft); }
.hm-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: process; list-style: none; }
.hm-process-grid li { position: relative; min-height: 265px; padding: 31px 27px; border: 1px solid var(--hm-line); background: #fff; }
.hm-process-grid li + li { border-left: 0; }
.hm-process-grid span { display: inline-grid; width: 45px; height: 45px; margin-bottom: 42px; place-items: center; color: #fff; background: var(--hm-red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 700; }
.hm-process-grid h3 { font-size: 1.5rem; }
.hm-process-grid p { margin: 0; color: var(--hm-slate); font-size: .88rem; }

.hm-regions { background: #fff; }
.hm-regions-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 95px; align-items: center; }
.hm-regions-grid p:not(.hm-kicker) { color: var(--hm-slate); }
.hm-region-tags { display: flex; flex-wrap: wrap; gap: 11px; align-content: center; }
.hm-region-tags span { padding: 11px 16px; border: 1px solid var(--hm-line); background: var(--hm-soft); font-size: .82rem; font-weight: 700; }
.hm-region-tags span:last-child { color: #fff; border-color: var(--hm-red); background: var(--hm-red); }

.hm-quote-guide { color: #fff; background: var(--hm-red); }
.hm-quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.hm-quote-grid > div > p:not(.hm-kicker) { color: #ffd7da; }
.hm-quote-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; padding: 0; list-style: none; }
.hm-quote-grid li { padding: 18px; border: 1px solid rgba(255,255,255,.3); font-weight: 700; line-height: 1.3; }
.hm-quote-grid li::before { margin-right: 8px; content: "✓"; }

.hm-faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; align-items: start; }
.hm-faq-grid > div:first-child > p:not(.hm-kicker) { color: var(--hm-slate); }
.hm-accordion { border-top: 1px solid var(--hm-line); }
.hm-accordion details { border-bottom: 1px solid var(--hm-line); }
.hm-accordion summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.hm-accordion summary::-webkit-details-marker { display: none; }
.hm-accordion summary::after { position: absolute; top: 21px; right: 5px; color: var(--hm-red); content: "+"; font-size: 1.5rem; font-weight: 400; }
.hm-accordion details[open] summary::after { content: "−"; }
.hm-accordion details p { max-width: 760px; padding: 0 48px 22px 0; color: var(--hm-slate); }

.hm-cta { padding: 70px 0; color: #fff; background: var(--hm-ink); }
.hm-cta-inner { display: flex; justify-content: space-between; gap: 55px; align-items: center; }
.hm-cta h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.hm-phone { color: #fff; font-weight: 700; text-decoration: none; }
.hm-phone:hover { text-decoration: underline; }

.hm-footer { padding-top: 70px; color: #c3ccd1; background: #0a1117; }
.hm-footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr 1.2fr; gap: 55px; padding-bottom: 52px; }
.hm-footer img { width: 205px; margin-bottom: 18px; }
.hm-footer-brand p { max-width: 300px; }
.hm-footer h2 { margin-bottom: 17px; color: #fff; font-size: 1.15rem; letter-spacing: .04em; text-transform: uppercase; }
.hm-footer a { display: block; margin: 8px 0; color: #c3ccd1; font-size: .86rem; text-decoration: none; }
.hm-footer a:hover { color: #fff; }
.hm-footer address { color: #c3ccd1; font-size: .86rem; font-style: normal; line-height: 1.65; }
.hm-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .77rem; }
.hm-footer-bottom a { margin: 0; }

@media (max-width: 1020px) {
  .hm-hero-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 70px; padding-bottom: 90px; }
  .hm-hero-visual { width: min(600px, 92%); min-height: 450px; margin-left: auto; }
  .hm-hero-visual img { height: 330px; }
  .hm-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-proof-grid > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.24); }
  .hm-proof-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.24); }
  .hm-product-card { grid-template-columns: 1fr; }
  .hm-product-image { height: 260px; }
  .hm-cap-grid, .hm-choice-grid, .hm-regions-grid, .hm-faq-grid { gap: 55px; }
  .hm-process-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-process-grid li:nth-child(3) { border-left: 1px solid var(--hm-line); }
  .hm-process-grid li:nth-child(n+3) { border-top: 0; }
  .hm-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .hm-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hm-shell { width: min(100% - 30px, 1180px); }
  .hm-section { padding: 76px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .hm-hero-grid { min-height: auto; padding-top: 58px; }
  .hm-hero-visual { width: 100%; min-height: 390px; padding-inline: 15px; }
  .hm-hero-visual img { height: 280px; }
  .hm-visual-note { bottom: -35px; left: 15px; }
  .hm-hero-visual::after { display: none; }
  .hm-proof-grid { grid-template-columns: 1fr; }
  .hm-proof-grid > div { min-height: 100px; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .hm-proof-grid > div:nth-child(3), .hm-proof-grid > div:nth-child(4) { border-top: 0; }
  .hm-intro-grid, .hm-section-head, .hm-product-grid, .hm-cap-grid, .hm-choice-grid, .hm-regions-grid, .hm-quote-grid, .hm-faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .hm-answer { padding-left: 20px; }
  .hm-product-card { min-height: auto; }
  .hm-product-image { height: 250px; }
  .hm-cap-list article { grid-template-columns: 45px 1fr; gap: 12px; }
  .hm-choice-image { margin: 20px 0 10px 20px; }
  .hm-process-grid { grid-template-columns: 1fr; }
  .hm-process-grid li + li, .hm-process-grid li:nth-child(3) { border-top: 0; border-left: 1px solid var(--hm-line); }
  .hm-process-grid span { margin-bottom: 25px; }
  .hm-quote-grid ul { grid-template-columns: 1fr; }
  .hm-cta-inner { align-items: flex-start; flex-direction: column; }
  .hm-footer-grid { grid-template-columns: 1fr 1fr; }
  .hm-footer-grid > div:first-child, .hm-footer-grid > div:last-child { grid-column: 1 / -1; }
  .hm-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .hm-actions .hm-btn { width: 100%; }
  .hm-footer-grid { grid-template-columns: 1fr; }
  .hm-footer-grid > div { grid-column: 1 !important; }
}

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