:root{
  --hp-brand:#F25C1F; --hp-brand-dark:#C9460F; --hp-flame-2:#FF8A3D; --hp-ink:#0E2740; --hp-ink-soft:#45596E;
  --hp-bg:#ffffff; --hp-bg-soft:#F2F5F8; --hp-line:#DCE3EA; --hp-radius:12px; --hp-radius-sm:7px;
  --hp-shadow:0 8px 24px rgba(14,39,64,.10); --hp-container:1180px; --hp-fs-sm:14px;
  --hp-font-display:"Saira","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.hp-hero{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden;background:var(--hp-ink);color:#fff}
.hp-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hp-hero__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,31,54,.92) 0%,rgba(10,31,54,.72) 45%,rgba(10,31,54,.30) 100%)}
.hp-hero__inner{position:relative;z-index:1;padding:96px 0}
.hp-hero__copy{max-width:760px}
.hp-eyebrow{display:inline-block;color:var(--hp-brand);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:13px;margin:0 0 14px}
.hp-hero__title{font-size:clamp(30px,4.4vw,52px);line-height:1.08;font-weight:800;margin:0 0 18px;letter-spacing:-.01em}
.hp-hero__lead{font-size:clamp(16px,1.5vw,19px);line-height:1.6;color:#d7dde6;margin:0 0 28px;max-width:620px}
.hp-hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 30px}
.hp-hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 26px}
.hp-hero__trust li{display:flex;align-items:center;gap:8px;font-size:14px;color:#e9edf3}
.hp-ic{width:18px;height:18px;color:var(--hp-brand);flex:none}
.hp-hero__stamp{position:absolute;top:28px;right:28px;z-index:2;width:96px;height:96px;border-radius:50%;background:var(--hp-brand);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--hp-shadow)}
.hp-hero__stamp-num{font-size:26px;font-weight:800;line-height:1;font-family:var(--hp-font-display)}
.hp-hero__stamp-label{font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.2;margin-top:4px}
.hp-section{padding:72px 0}
.hp-section--soft{background:var(--hp-bg-soft)}
.hp-section__head{text-align:center;max-width:720px;margin:0 auto 40px}
.hp-section__head h2{font-size:clamp(24px,3vw,34px);font-weight:800;margin:6px 0 12px;color:var(--hp-ink);letter-spacing:-.01em}
.hp-section__intro{color:var(--hp-ink-soft);font-size:16px;line-height:1.6;margin:0}
.hp-section__more{text-align:center;margin-top:34px}
.hp-facts{background:linear-gradient(120deg,#0A1F36 0%,#0E2A47 100%);color:#fff;padding:34px 0}
.hp-facts__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.hp-fact{display:flex;flex-direction:column;gap:6px}
.hp-fact__num{font-size:clamp(26px,3vw,38px);font-weight:800;color:#fff;font-family:var(--hp-font-display)}
.hp-fact__label{font-size:13px;color:#aab4c0;letter-spacing:.02em}
.hp-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;list-style:none;margin:0;padding:0}
.hp-feature{background:#fff;border:1px solid var(--hp-line);border-radius:var(--hp-radius);padding:28px;box-shadow:var(--hp-shadow);transition:transform .2s ease,border-color .2s ease}
.hp-feature:hover{transform:translateY(-3px);border-color:var(--hp-brand)}
.hp-feature__icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:10px;background:rgba(242,92,31,.10);color:var(--hp-brand);margin-bottom:14px}
.hp-feature__icon svg{width:26px;height:26px}
.hp-feature__title{font-size:19px;font-weight:700;margin:0 0 8px;color:var(--hp-ink)}
.hp-feature__text{margin:0;color:var(--hp-ink-soft);line-height:1.6;font-size:15px}
.hp-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;list-style:none;margin:0;padding:0}
.hp-prod{background:#fff;border:1px solid var(--hp-line);border-radius:var(--hp-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--hp-shadow);transition:transform .2s ease,border-color .2s ease}
.hp-prod:hover{transform:translateY(-3px);border-color:var(--hp-brand)}
.hp-prod__media{display:block;background:var(--hp-bg-soft);aspect-ratio:1/1}
.hp-prod__media img{width:100%;height:100%;object-fit:contain;padding:18px}
.hp-prod__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:6px;flex:1}
.hp-prod__name{font-size:17px;font-weight:700;margin:0;color:var(--hp-ink)}
.hp-prod__name a{color:inherit;text-decoration:none}
.hp-prod__fuel{margin:0;font-size:13px;font-weight:600;color:var(--hp-brand);text-transform:uppercase;letter-spacing:.04em}
.hp-prod__model{margin:0;font-size:13px;color:var(--hp-ink-soft)}
.hp-prod__body .hp-btn{margin-top:auto}
.hp-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hp-app{background:#fff;border:1px solid var(--hp-line);border-radius:var(--hp-radius);overflow:hidden;box-shadow:var(--hp-shadow)}
.hp-app__media{position:relative;aspect-ratio:4/3;background:var(--hp-bg-soft)}
.hp-app__media img{width:100%;height:100%;object-fit:cover}
.hp-app__tag{position:absolute;top:14px;left:14px;background:var(--hp-brand);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;padding:5px 12px;border-radius:999px}
.hp-app__body{padding:20px 22px 24px}
.hp-app__title{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--hp-ink)}
.hp-app__text{margin:0 0 14px;color:var(--hp-ink-soft);line-height:1.6;font-size:14px}
.hp-app__link{color:var(--hp-brand);font-weight:700;text-decoration:none;font-size:14px}
.hp-brands{background:var(--hp-ink);color:#fff;padding:54px 0}
.hp-brands .hp-section__head h2{color:#fff}
.hp-brands .hp-eyebrow{color:var(--hp-flame-2)}
.hp-brands .hp-section__intro{color:#aab4c0}
.hp-brand-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:30px}
.hp-brand{background:#fff;border-radius:10px;padding:16px 22px;display:flex;align-items:center;justify-content:center;min-width:120px;height:72px}
.hp-brand img{max-height:40px;width:auto;object-fit:contain}
.hp-cert-row{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.hp-cert{display:flex;gap:18px;background:#fff;border:1px solid var(--hp-line);border-radius:var(--hp-radius);padding:18px;box-shadow:var(--hp-shadow)}
.hp-cert__media{flex:none;width:150px}
.hp-cert__media img{width:150px;height:auto;border:1px solid var(--hp-line);border-radius:8px}
.hp-cert__body{padding-top:4px}
.hp-cert__name{font-size:17px;font-weight:700;margin:0 0 4px;color:var(--hp-ink)}
.hp-cert__issuer{font-size:13px;color:var(--hp-brand);font-weight:600;margin:0 0 8px}
.hp-cert__note{font-size:13px;color:var(--hp-ink-soft);margin:0;line-height:1.55}
.hp-cta-strip{background:linear-gradient(120deg,var(--hp-brand) 0%,var(--hp-brand-dark) 100%);color:#fff;padding:60px 0}
.hp-cta-strip__inner{text-align:center;max-width:680px;margin:0 auto}
.hp-cta-strip h2{font-size:clamp(22px,2.6vw,30px);font-weight:800;margin:0 0 12px}
.hp-cta-strip p{font-size:16px;color:#FCE3D6;margin:0 0 24px;line-height:1.6}
.hp-trust{background:var(--hp-bg-soft);border-top:1px solid var(--hp-line);padding:30px 0}
.hp-trust__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}
.hp-trust__title{font-size:18px;font-weight:700;color:var(--hp-ink);margin:0}
.hp-trust__items{display:flex;gap:14px;flex-wrap:wrap}
.hp-trust__item{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid var(--hp-line);border-radius:10px;padding:10px 18px;text-decoration:none;color:var(--hp-ink)}
.hp-trust__label{font-size:12px;color:var(--hp-ink-soft);text-transform:uppercase;letter-spacing:.06em}
.hp-trust__value{font-size:15px;font-weight:700;color:var(--hp-brand)}
.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;line-height:1;padding:14px 26px;border-radius:var(--hp-radius-sm);text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease}
.hp-btn--primary{background:var(--hp-brand);color:#fff}
.hp-btn--primary:hover{background:var(--hp-brand-dark)}
.hp-btn--outline{background:transparent;color:var(--hp-ink);border-color:var(--hp-line)}
.hp-btn--outline:hover{border-color:var(--hp-brand);color:var(--hp-brand)}
.hp-hero__cta .hp-btn--outline{color:#fff;border-color:rgba(255,255,255,.5)}
.hp-hero__cta .hp-btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.hp-btn--block{width:100%}
.hp-btn--light{background:#fff;color:var(--hp-brand-dark)}
.hp-btn--light:hover{background:#FCE3D6}
@media (max-width:900px){
  .hp-facts__grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .hp-feature-grid,.hp-product-grid,.hp-cert-row{grid-template-columns:repeat(2,1fr)}
  .hp-app-grid{grid-template-columns:1fr}
  .hp-trust__row{flex-direction:column;align-items:flex-start}
}
@media (max-width:600px){
  .hp-hero__stamp{width:76px;height:76px;top:16px;right:16px}
  .hp-hero__stamp-num{font-size:20px}
  .hp-feature-grid,.hp-product-grid,.hp-cert-row{grid-template-columns:1fr}
  .hp-cert{flex-direction:column}
  .hp-cert__media{width:100%}.hp-cert__media img{width:100%}
  .hp-hero__inner{padding:72px 0}
}
@media (prefers-reduced-motion:reduce){
  .hp-feature,.hp-prod{transition:none}
  .hp-hero__bg{image-rendering:auto}
}