/* Flyer-inspired opening view */
.brand strong em,.product-word em{color:var(--orange);font-style:normal}.product-word{color:var(--white);font-weight:800}
.product-intro{color:var(--soft);font-size:17px;line-height:1.55;margin-bottom:16px}.product-benefits{margin:0;padding-left:21px;color:var(--soft);line-height:1.55}.product-benefits li{padding:4px 0}.product-benefits li::marker{color:var(--orange)}
.hero-flyer{min-height:calc(100vh - 82px);grid-template-columns:.9fr 1.1fr;align-items:center;background:linear-gradient(rgba(196,211,226,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(196,211,226,.07) 1px,transparent 1px),radial-gradient(circle at 68% 42%,rgba(14,70,123,.54),transparent 34%),linear-gradient(135deg,#020e1e,#05294f);background-size:52px 52px,52px 52px,auto,auto}.hero-flyer:after{display:none}.hero-flyer .hero-copy{position:relative;z-index:3;max-width:690px}.hero-flyer h1{font-size:clamp(62px,6.4vw,98px);text-shadow:0 5px 20px rgba(0,0,0,.3)}.hero-flyer .lead{max-width:640px}.hero-center{position:relative;z-index:3;min-height:520px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:55px 20px 45px}.hero-app{width:170px;height:170px;padding:18px;border:1px solid rgba(255,255,255,.34);border-radius:34px;background:linear-gradient(145deg,#0b355f,#02162c);box-shadow:0 25px 60px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.18)}.hero-app img{width:100%;height:100%;object-fit:contain}.hero-points{width:min(700px,100%);display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.hero-points div{min-height:128px;padding:24px 17px;text-align:center;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(255,255,255,.28);border-radius:19px;background:linear-gradient(155deg,rgba(255,255,255,.13),rgba(4,30,58,.76));box-shadow:0 20px 40px rgba(0,0,0,.2)}.hero-points div:nth-child(2){border-color:rgba(255,130,0,.68);box-shadow:inset 0 -3px var(--orange),0 20px 40px rgba(0,0,0,.2)}.hero-points strong{font-size:17px;color:#fff}.hero-points span{margin-top:7px;color:var(--soft);font-size:13px;line-height:1.4}.time-message{width:min(700px,100%);display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;padding:18px 25px;border-radius:15px;background:linear-gradient(90deg,var(--orange),#ff9f24);color:#111;box-shadow:0 14px 36px rgba(255,130,0,.2)}.time-message span{font-weight:700}.time-message strong{font-size:20px}.hero-road{position:absolute;z-index:1;left:27%;bottom:0;width:78%;height:24%;object-fit:cover;object-position:center right;opacity:.9;mix-blend-mode:screen;mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 100%)}.hero-trust{position:absolute;z-index:3;left:clamp(22px,5vw,80px);bottom:30px;margin:0}@media(max-width:1000px){.hero-flyer{grid-template-columns:1fr;padding-bottom:105px}.hero-center{min-height:auto;padding:40px 0 70px}.hero-road{left:0;width:100%;height:18%}.hero-trust{bottom:24px}}@media(max-width:600px){.hero-flyer{padding-top:48px}.hero-flyer h1{font-size:54px}.hero-center{padding-top:28px}.hero-app{width:120px;height:120px;border-radius:26px}.hero-points{grid-template-columns:1fr;gap:10px}.hero-points div{min-height:92px}.time-message{align-items:flex-start;flex-direction:column;gap:3px}.time-message strong{font-size:18px}.hero-road{height:10%;opacity:.65}.hero-trust{position:relative;left:auto;bottom:auto;margin-top:20px}}
.hero-road{clip-path:inset(0 0 0 13%)}

/* Perspective map grid, inspired by the flyer */
body:before{background:radial-gradient(circle at 82% 18%,rgba(18,83,143,.28),transparent 28%),linear-gradient(145deg,var(--night),var(--deep) 54%,#062b52)!important;background-size:auto!important}
.hero-flyer{background:radial-gradient(circle at 68% 42%,rgba(14,70,123,.54),transparent 34%),linear-gradient(135deg,#020e1e,#05294f);isolation:isolate}
.hero-flyer:before{content:"";display:block;position:absolute;z-index:0;left:-18%;right:-18%;bottom:-43%;height:105%;background:repeating-linear-gradient(90deg,rgba(183,207,229,.16) 0 1px,transparent 1px 72px),repeating-linear-gradient(0deg,rgba(183,207,229,.14) 0 1px,transparent 1px 58px);transform-origin:50% 100%;transform:perspective(520px) rotateX(62deg);opacity:.72;mask-image:linear-gradient(to bottom,transparent 2%,#000 46%,#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 2%,#000 46%,#000 100%);pointer-events:none}
@media(max-width:600px){.hero-flyer:before{left:-65%;right:-65%;bottom:-29%;height:72%;transform:perspective(420px) rotateX(62deg);opacity:.62}}
