html, body { overflow-x: hidden; }

.hero-video-visual { min-height: 560px; }
.hero-video-glow { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(255,77,0,.22), rgba(255,77,0,0) 70%); filter: blur(10px); }
.hero-video-frame { position: relative; z-index: 3; width: min(370px, 100%); overflow: hidden; border-radius: 18px; background: #111; box-shadow: 0 35px 90px rgba(0,0,0,.22); transform: none; }
.hero-video-frame video { display: block; width: 100%; aspect-ratio: 9 / 16; border-radius: 18px; background: #111; object-fit: cover; }
.hero-play-button { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.42)); color: #fff; cursor: pointer; }
.hero-play-icon { position: relative; display: grid; place-items: center; width: 88px; height: 88px; padding-left: 5px; border-radius: 50%; background: #ff4d00; color: #fff; font-size: 27px; box-shadow: 0 0 0 0 rgba(255,77,0,.55); animation: playPulse 1.8s infinite; transition: transform .2s ease; }
.hero-play-button:hover .hero-play-icon { transform: scale(1.08); }
.hero-play-label { padding: 7px 13px; border-radius: 999px; background: rgba(0,0,0,.68); font: 700 13px Manrope, sans-serif; letter-spacing: .04em; }
.hero-video-frame.is-playing .hero-play-button { display: none; }
@keyframes playPulse { 0% { box-shadow: 0 0 0 0 rgba(255,77,0,.55); } 70% { box-shadow: 0 0 0 22px rgba(255,77,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,0,0); } }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; color: #252525; font-size: 14px; white-space: nowrap; }
.nav-phone span { color: #ff4d00; }
.footer-contact { align-items: center; }
.footer-contact a { transition: color .2s ease; }
.footer-contact a:hover { color: #ff4d00; }
.opportunity-disclaimer { max-width: 1120px; margin-top: 42px; padding: 24px; border: 1px solid #2f2f2f; border-radius: 14px; background: #171717; }
.opportunity-disclaimer strong { display: block; margin-bottom: 10px; color: #c8c8c8; font: 700 11px Manrope, sans-serif; letter-spacing: .12em; }
.opportunity-disclaimer p { margin: 0; color: #858585; font-size: 11px; line-height: 1.65; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.model-frame {
  max-width: 1120px;
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #3a3a3a;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #232323, #121212);
}

.model-frame article {
  min-height: 330px;
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #3a3a3a;
}

.model-frame article:last-child { border-right: 0; }
.model-frame span { color: #777; font-size: 11px; letter-spacing: .16em; }
.model-frame i { width: 64px; height: 64px; margin: 38px 0 44px; display: grid; place-items: center; border: 1px solid #484848; border-radius: 18px; color: #ff4d00; font-size: 29px; font-style: normal; }
.model-frame h3 { margin: 0 0 14px; color: white; font-size: 26px; }
.model-frame p { margin: 0; color: #a8a8a8; line-height: 1.6; }

@media (max-width: 600px) {
  .brand img { width: 112px; }
  .btn-small { padding: 10px 13px; font-size: 11px; }
  .nav-actions { gap: 7px; }
  .nav-phone b { display: none; }
  .nav-phone { width: 34px; height: 34px; justify-content: center; border: 1px solid #e5e5e2; border-radius: 50%; }
  h1 { font-size: 43px; overflow-wrap: anywhere; }
  h1 em { display: block; }
  .eyebrow { max-width: 100%; font-size: 10px; line-height: 1.35; }
  .trust-row { gap: 10px 14px; }
  .trust-row span { font-size: 12px; }
  .hero-video-visual { min-height: 545px; margin-top: 24px; transform: none; }
  .hero-video-frame { width: min(315px, 88vw); transform: none; }
  .model-frame { grid-template-columns: 1fr; }
  .model-frame article { min-height: 270px; border-right: 0; border-bottom: 1px solid #3a3a3a; }
  .model-frame article:last-child { border-bottom: 0; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .model-frame { grid-template-columns: 1fr; }
  .model-frame article { min-height: 250px; border-right: 0; border-bottom: 1px solid #3a3a3a; }
}
