.hero{position:relative;overflow:hidden;min-height:clamp(440px,64vh,660px);display:flex;flex-direction:column;justify-content:center}
.hero-inner{max-width:1200px;margin:0 auto;width:100%;padding:clamp(36px,5vw,64px) clamp(16px,4vw,28px) clamp(40px,5vw,64px);position:relative;z-index:1;animation:pseRise .6s ease both}
.hero-right-wrap{position:absolute;right:0;top:0;height:100%;width:67%;overflow:hidden}
.hero-right-wrap::before{content:'';position:absolute;left:0;top:0;bottom:0;width:50%;z-index:1;background:linear-gradient(to right,var(--bg),transparent)}
.hero-right-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-right-wrap picture{display:block;width:100%;height:100%;}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,5vw,64px);align-items:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:20px}
.hero-eyebrow-line{width:24px;height:3px;background:var(--red);display:inline-block}
.hero-h1{font-family:'Archivo',sans-serif;font-weight:800;line-height:.98;letter-spacing:-.02em;font-size:clamp(2.5rem,7vw,4.8rem)}
.hero-h1 .dot{color:var(--red)}
.hero-sub{font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.5;color:var(--sub);margin-top:20px;max-width:38ch}
.promise-card{justify-self:end;max-width:300px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:clamp(22px,2.5vw,30px);box-shadow:0 18px 44px rgba(26,23,20,.08);display:flex;flex-direction:column;gap:16px;transform:translate(-114px,120px)}
.promise-icon{display:inline-flex;width:52px;height:52px;border-radius:50%;background:var(--red);align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 10px 22px rgba(245,41,15,.3)}
.promise-title{font-family:'Archivo',sans-serif;font-weight:800;font-size:clamp(1.4rem,2.5vw,1.7rem);line-height:1.02;color:var(--ink)}
.promise-desc{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.45;font-weight:500}
.gvp-card{justify-self:end;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;box-shadow:0 18px 44px rgba(26,23,20,.10);display:flex;flex-direction:column;align-items:center;gap:10px;max-width:220px}
.gvp-card img{width:100%;max-width:165px;height:auto;display:block}
.gvp-card figcaption{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);text-align:center;line-height:1.3}
.hero-ctas{margin-top:clamp(28px,3.5vw,42px);display:flex;flex-wrap:wrap;gap:12px}
@media (max-width:859px){
  .hero{min-height:auto;justify-content:flex-start}
  .hero-inner{padding:clamp(24px,7vw,40px) clamp(16px,5vw,22px) clamp(32px,9vw,48px)}
  .hero-right-wrap{display:none}
  .hero-grid{grid-template-columns:1fr;gap:24px;align-items:stretch}
  .hero-sub{max-width:none;margin-top:16px}
  .promise-card{transform:none;justify-self:stretch;max-width:none;width:100%;flex-direction:row;align-items:center;gap:14px;padding:18px 20px}
  .promise-icon{width:46px;height:46px}
  .promise-title{font-size:1.3rem}
  .promise-desc{margin-top:3px;font-size:13.5px}
  .gvp-card{justify-self:center;max-width:200px}
  .hero-ctas{margin-top:22px;flex-direction:column;gap:10px}
  .hero-ctas .btn-primary,.hero-ctas .btn-outline{width:100%;justify-content:center}
}