@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{--red:#eb0a1e;--dark:#101113;--graphite:#24272b;--cloud:#f3f4f5;--line:#d9dcdf;--muted:#686d74}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--dark);background:#fff;font-family:Inter,Arial,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
img{display:block;max-width:100%}
.preview-notice{position:relative;z-index:100;height:28px;padding:7px 18px;color:#1b1b1b;background:#ffda45;text-align:center;font-size:10px;font-weight:900;letter-spacing:.09em}
.site-header{position:absolute;z-index:50;top:28px;left:0;width:100%;padding:20px 0;transition:.3s}
.site-header.scrolled{position:fixed;top:0;padding:8px 0;background:rgb(16 17 19/94%);backdrop-filter:blur(16px)}
.nav-shell{display:flex;align-items:center;width:min(100% - 48px,1320px);min-height:70px;margin:auto;padding:8px 10px 8px 18px;color:#fff;background:rgb(8 9 11/78%);border:1px solid rgb(255 255 255/18%);box-shadow:0 24px 70px rgb(0 0 0/20%);backdrop-filter:blur(15px)}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}
.brand-icon{display:grid;place-items:center;width:46px;height:46px;color:#fff;background:var(--red);border-radius:2px}
.brand-icon svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.brand span:last-child{display:flex;flex-direction:column;gap:3px}.brand strong{font-size:15px}.brand small{color:rgb(255 255 255/54%);font-size:9px}
nav{display:flex;gap:28px;margin:0 30px}nav a{font-size:12px;font-weight:700}.nav-cta{display:inline-flex;align-items:center;gap:9px;padding:15px 20px;color:#fff;background:linear-gradient(135deg,#f20b22,#ce0014);border:1px solid rgb(255 255 255/12%);box-shadow:inset 0 1px rgb(255 255 255/18%),0 10px 28px rgb(235 10 30/18%);font-size:12px;font-weight:800;transition:transform .25s,box-shadow .25s}.nav-cta:hover{transform:translateY(-2px);box-shadow:inset 0 1px rgb(255 255 255/22%),0 14px 34px rgb(235 10 30/26%)}.nav-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.menu-button{display:none}
.hero{position:relative;height:850px;color:#fff;background:var(--dark);overflow:hidden}
.slide{position:absolute;inset:0;visibility:hidden;opacity:0;background-color:#101113;background-image:linear-gradient(90deg,rgb(8 9 11/97%),rgb(8 9 11/82%) 38%,rgb(8 9 11/18%) 72%),linear-gradient(0deg,rgb(8 9 11/72%),transparent 55%),var(--image);background-position:center,center,right 6vw center;background-size:cover,cover,min(62vw,1050px) auto;background-repeat:no-repeat;transition:opacity .65s ease,visibility .65s}
.slide::after{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgb(255 255 255/20%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/20%) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 62%)}
.slide.active{visibility:visible;opacity:1}
.hero-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,760px) 260px;gap:100px;align-items:end;width:min(100% - 48px,1320px);height:100%;margin:auto;padding:170px 0 145px}
.kicker{display:flex;align-items:center;justify-content:space-between;max-width:650px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid rgb(255 255 255/25%);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.kicker span::before{content:"";display:inline-block;width:38px;height:3px;margin:0 14px 3px 0;background:var(--red)}.kicker b{color:#ff6b78}
.hero-copy{min-width:0;max-width:100%}.hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(58px,6.2vw,96px);line-height:.94;letter-spacing:-.065em;overflow-wrap:break-word}
.hero-copy>p{max-width:650px;margin:30px 0 24px;color:rgb(255 255 255/76%);font-size:19px;line-height:1.7}
.proof{display:grid;grid-template-columns:3px auto;gap:2px 14px;margin-bottom:28px}.proof i{grid-row:span 2;background:var(--red)}.proof span{color:rgb(255 255 255/46%);font-size:9px;font-weight:900;letter-spacing:.18em}.proof strong{font-size:13px}
.actions{display:flex;gap:12px}.actions a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 24px;font-size:13px;font-weight:800}.primary{min-width:190px;color:#fff;background:var(--red)}.secondary{border:1px solid rgb(255 255 255/35%);background:rgb(10 11 13/40%)}
.hero-rail{padding:26px;background:rgb(12 13 15/84%);border-top:4px solid var(--red);backdrop-filter:blur(16px)}.hero-rail>span{display:block;margin-bottom:19px;color:#ff6a76;font-size:9px;font-weight:900;letter-spacing:.14em}.hero-rail dl{margin:0}.hero-rail dl div{display:flex;align-items:end;justify-content:space-between;padding:13px 0;border-top:1px solid rgb(255 255 255/13%)}.hero-rail dt{color:rgb(255 255 255/55%);font-size:10px}.hero-rail dd{margin:0;font-size:17px;font-weight:900}.hero-rail small{display:block;margin-top:15px;color:rgb(255 255 255/42%);font-size:10px;line-height:1.5}
.slider-ui{position:absolute;z-index:5;right:max(24px,calc((100% - 1320px)/2));bottom:52px;display:flex;align-items:center;gap:15px;font-size:12px}.slider-ui>i{width:36px;height:1px;background:rgb(255 255 255/45%)}.dots{display:flex;gap:8px;margin:0 12px}.dots button{width:38px;height:3px;padding:0;background:rgb(255 255 255/25%);border:0}.dots button.active{background:#fff}.slider-ui>button{width:45px;height:45px;color:#fff;background:rgb(14 15 17/72%);border:1px solid rgb(255 255 255/32%)}
.command-bar{position:relative;z-index:10;margin-top:-34px}.command-bar>div{display:grid;grid-template-columns:repeat(4,1fr);width:min(100% - 48px,1320px);margin:auto;background:#fff;box-shadow:0 26px 70px rgb(20 24 31/14%)}.command-bar a{display:grid;grid-template-columns:auto 42px 1fr;align-items:center;gap:13px;min-height:118px;padding:30px;border-right:1px solid var(--line)}.command-bar a:last-child{border:0}.command-bar b{align-self:start;color:var(--red);font-size:9px}.command-bar a>svg{width:42px;height:42px;padding:10px;border:1px solid rgb(235 10 30/16%);border-radius:12px;background:#fff5f5;color:var(--red);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.command-bar span{display:flex;min-width:0;flex-direction:column;gap:6px}.command-bar strong{font-size:14px}.command-bar small{color:var(--muted);font-size:11px}
.section{padding:120px 0}.container{width:min(100% - 48px,1320px);margin:auto}
.section-head{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end;margin-bottom:55px}.section-head>div:first-child>span,.decision-intro>span,.hybrid span,.advisor>div>span,.advisor aside>span{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.16em}.section-head h2{margin:16px 0 0;font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.055em}.section-head p{color:var(--muted);line-height:1.75}.section-head a{color:var(--red);font-weight:800;font-size:13px}
.filters{display:grid;grid-template-columns:1fr 280px 100px;gap:12px;margin-bottom:34px}.filters label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.filters input,.filters select,.filters button{height:54px;padding:0 16px;background:#fff;border:1px solid var(--line);border-radius:0}.filters button{align-self:end;color:#fff;background:var(--dark);font-weight:800}
.vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.loading{grid-column:1/-1;padding:60px;background:var(--cloud);text-align:center}
.vehicle-card{overflow:hidden;background:#fff;border:1px solid var(--line)}.vehicle-art{position:relative;display:grid;place-items:center;aspect-ratio:1;overflow:hidden;padding:clamp(24px,2.35vw,38px);background:linear-gradient(145deg,#f6f7f8 0%,#e9ecef 100%)}.vehicle-art img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.vehicle-card:hover .vehicle-art img{transform:scale(1.012)}.vehicle-badge{position:absolute;z-index:2;top:20px;left:20px;padding:10px 12px;color:#fff;background:var(--red);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vehicle-body{min-height:284px;padding:30px}.vehicle-type{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.vehicle-body h3{margin:9px 0 18px;font-size:28px;letter-spacing:-.04em}.vehicle-body p{min-height:44px;color:var(--muted);font-size:13px;line-height:1.55}.vehicle-price{display:flex;flex-direction:column;gap:4px;margin:18px 0}.vehicle-price span{color:var(--muted);font-size:12px}.vehicle-price strong{font-size:20px}.vehicle-price small{color:var(--muted);font-size:11px}.vehicle-actions{display:flex;gap:10px;margin-top:22px}.vehicle-actions button,.vehicle-actions a{display:grid;place-items:center;min-height:44px;padding:0 16px;border-radius:0;font-size:12px;font-weight:800}.vehicle-actions button{color:#fff;background:var(--red);border:1px solid var(--red)}.vehicle-actions a{border:1px solid var(--line)}
.price-note{margin:28px 0 0;padding:20px 24px;color:var(--muted);background:var(--cloud);border-left:3px solid var(--red);font-size:11px;line-height:1.7}
.decision{padding-top:0}.decision-shell{display:grid;grid-template-columns:.8fr 1fr .8fr;gap:30px;align-items:stretch;width:min(100% - 48px,1320px);margin:auto;padding:70px;color:#fff;background:linear-gradient(120deg,rgb(235 10 30/16%),transparent 44%),var(--dark)}.decision-intro h2{margin:15px 0;color:#fff;font-size:48px;line-height:1.02;letter-spacing:-.045em}.decision-intro p,.recommendation p{color:rgb(255 255 255/58%);line-height:1.7}.decision-form{display:grid;gap:12px;padding:26px;background:#fff}.decision-form label{color:#4d5157;font-size:10px;font-weight:900;text-transform:uppercase}.decision-form select{width:100%;height:48px;margin-top:7px;padding:0 12px;border:1px solid var(--line)}.decision-form button{height:50px;color:#fff;background:var(--red);border:0;font-weight:800}.recommendation{display:flex;flex-direction:column;padding:28px;background:#292c30;border-left:3px solid var(--red)}.recommendation>span{color:#ff6471;font-size:9px;font-weight:900;letter-spacing:.14em}.recommendation strong{margin:34px 0 10px;font-size:34px;letter-spacing:-.04em}.recommendation a{margin-top:auto;font-size:12px;font-weight:800}
.hybrid{color:#fff;background:#b50818}.hybrid-shell{display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:center;width:min(100% - 48px,1320px);margin:auto}.hybrid span{color:#fff}.hybrid h2{max-width:800px;margin:18px 0;color:#fff;font-size:clamp(52px,5.5vw,82px);line-height:.97;letter-spacing:-.055em}.hybrid p{max-width:680px;color:rgb(255 255 255/72%);line-height:1.75}.hybrid a{display:inline-grid;place-items:center;min-height:50px;margin-top:20px;padding:0 22px;color:var(--dark);background:#fff;font-size:12px;font-weight:900}.hybrid dl{margin:0;border-top:1px solid rgb(255 255 255/25%)}.hybrid dl div{display:grid;grid-template-columns:50px 1fr;padding:24px 0;border-bottom:1px solid rgb(255 255 255/25%)}.hybrid dt{opacity:.5}.hybrid dd{display:flex;flex-direction:column;gap:5px;margin:0}.hybrid dd span{color:rgb(255 255 255/60%);font-size:12px}
.ownership{background:var(--cloud)}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.program-grid article{min-height:280px;padding:34px;background:#fff}.program-grid b{color:var(--red);font-size:10px}.program-grid span{display:block;margin-top:52px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.14em}.program-grid h3{font-size:25px;letter-spacing:-.03em}.program-grid p{color:var(--muted);font-size:13px;line-height:1.7}
.advisor-shell{display:grid;grid-template-columns:.8fr 1.15fr .65fr;gap:54px;align-items:center;width:min(100% - 48px,1320px);margin:auto}.advisor-visual{aspect-ratio:4/5;overflow:hidden}.advisor-visual img{width:100%;height:100%;object-fit:cover}.advisor h2{margin:16px 0;font-size:clamp(44px,4.5vw,68px);line-height:1;letter-spacing:-.05em}.advisor p,.advisor li{color:var(--muted);line-height:1.7}.advisor li{margin:8px 0}.advisor>div:nth-child(2)>a{display:inline-grid;place-items:center;min-height:50px;margin-top:16px;padding:0 22px;color:#fff;background:var(--red);font-size:12px;font-weight:900}.advisor aside{padding:28px;background:var(--cloud);border-top:4px solid var(--red)}.advisor aside strong{display:block;margin:18px 0 10px}.advisor aside p{font-size:12px}.advisor aside small{color:var(--muted)}
footer{color:#fff;background:#090a0b;border-top:6px solid var(--red)}footer>div{display:flex;align-items:center;gap:18px;width:min(100% - 48px,1320px);min-height:170px;margin:auto}footer p{max-width:620px;color:rgb(255 255 255/50%);font-size:11px}footer a{margin-left:auto;color:#fff;font-size:12px;font-weight:800}
.floating-wa{position:fixed;z-index:70;right:24px;bottom:22px;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:14px;width:214px;min-height:66px;padding:9px 10px 9px 17px;color:#fff;background:linear-gradient(145deg,rgb(18 22 27/98%),rgb(8 11 14/98%));border:1px solid rgb(255 255 255/13%);border-radius:19px;box-shadow:0 24px 64px rgb(4 7 10/28%),inset 0 1px rgb(255 255 255/8%);font-size:12px;font-weight:800;isolation:isolate;overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s}.floating-wa::before{content:"";position:absolute;z-index:-1;right:-28px;bottom:-36px;width:108px;height:108px;background:#20bd69;border-radius:50%;filter:blur(42px);opacity:.2}.floating-wa:hover{transform:translateY(-3px);border-color:rgb(32 189 105/48%);box-shadow:0 28px 72px rgb(4 7 10/34%),inset 0 1px rgb(255 255 255/10%)}.floating-wa span{display:flex;min-width:0;flex-direction:column;gap:5px;color:#fff;line-height:1.05;white-space:nowrap}.floating-wa span::after{content:"WhatsApp prioritas";color:#77dc9f;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.floating-wa b{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;padding:0;color:#fff;background:linear-gradient(145deg,#29d76d,#11984d);border:1px solid rgb(255 255 255/18%);border-radius:14px;box-shadow:0 9px 22px rgb(18 164 81/28%),inset 0 1px rgb(255 255 255/28%);overflow:visible}.floating-wa svg{display:block;width:22px;height:22px;max-width:none;max-height:none;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.72;stroke-linecap:round;stroke-linejoin:round}
.vehicle-dialog{width:min(1180px,calc(100% - 32px));max-height:92vh;padding:0;border:0;box-shadow:0 30px 120px rgb(0 0 0/34%)}.vehicle-dialog::backdrop{background:rgb(7 8 10/82%);backdrop-filter:blur(8px)}.vehicle-dialog[open]{display:grid;grid-template-columns:minmax(340px,.75fr) minmax(520px,1.25fr)}.dialog-close{position:absolute;z-index:3;top:14px;right:14px;width:42px;height:42px;background:#fff;border:0;font-size:26px}.dialog-visual{min-height:620px;padding:38px;background:linear-gradient(145deg,#f6f7f8,#e8ebee)}.dialog-visual img{width:100%;height:100%;object-fit:contain}.dialog-content{padding:46px;overflow:auto}.dialog-content>span{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.14em}.dialog-content h2{margin:10px 0;font-size:42px;letter-spacing:-.05em}.dialog-content h3{margin:22px 0 10px;font-size:13px}.dialog-content>p{color:var(--muted);line-height:1.65}.dialog-meta{display:flex;align-items:end;justify-content:space-between;margin:24px 0}.dialog-meta b{font-size:24px}.dialog-meta small{color:var(--muted)}.dialog-specs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.dialog-specs div{display:flex;min-height:62px;flex-direction:column;justify-content:center;padding:11px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.dialog-specs span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.dialog-specs strong{margin-top:5px;font-size:11px}.dialog-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dialog-highlights article{padding:15px;background:#f7f4f1;border-left:2px solid var(--red)}.dialog-highlights strong{font-size:11px}.dialog-highlights p{margin:6px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.variant-table{max-height:330px;overflow:auto}.variant-table table{width:100%;border-collapse:collapse}.variant-table th,.variant-table td{padding:13px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}.variant-table td small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.variant-table th{position:sticky;top:0;color:#fff;background:var(--dark)}.dialog-note{font-size:10px}.dialog-content>a{display:inline-grid;place-items:center;min-height:48px;margin-top:10px;padding:0 20px;color:#fff;background:var(--red);font-size:12px;font-weight:800}
@media(max-width:1050px){.nav-shell nav{display:none}.menu-button{display:flex;flex-direction:column;gap:5px;margin-right:12px;padding:12px;background:transparent;border:0}.menu-button i{width:22px;height:2px;background:#fff}.nav-shell.open nav{position:absolute;top:78px;right:24px;display:grid;gap:0;width:240px;margin:0;background:#fff;box-shadow:0 20px 50px rgb(0 0 0/22%)}.nav-shell.open nav a{padding:15px;color:var(--dark);border-bottom:1px solid var(--line)}.hero-shell{grid-template-columns:1fr 220px;gap:45px}.command-bar>div{grid-template-columns:repeat(2,1fr)}.command-bar a:nth-child(2){border-right:0}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.decision-shell{grid-template-columns:1fr 1fr}.decision-intro{grid-column:1/-1}.advisor-shell{grid-template-columns:.75fr 1.25fr}.advisor aside{grid-column:1/-1}}
@media(max-width:720px){.preview-notice{height:auto;white-space:nowrap;overflow:hidden;font-size:8px}.site-header{top:24px;padding:9px 0}.nav-shell{width:calc(100% - 20px);min-height:62px;padding:7px}.brand-icon{width:42px;height:42px}.brand small{display:none}.nav-cta{display:none}.hero{height:800px}.slide{background-image:linear-gradient(0deg,rgb(8 9 11/98%),rgb(8 9 11/72%) 62%,rgb(8 9 11/25%)),var(--image);background-position:64% center}.hero-shell{display:flex;align-items:end;width:calc(100% - 30px);padding:120px 0 120px}.hero-copy{width:100%;min-width:0}.kicker{width:100%;font-size:9px}.hero h1{max-width:100%;font-size:clamp(43px,12.5vw,58px);letter-spacing:-.055em}.hero-copy>p{margin:22px 0;font-size:15px;line-height:1.55}.hero-rail{display:none}.actions{display:grid}.actions a{min-width:0;width:100%}.slider-ui{right:76px;bottom:66px}.slider-ui>span,.slider-ui>i,.slider-ui>button{display:none}.dots button{width:22px}.command-bar{margin:0}.command-bar>div{width:100%;grid-template-columns:1fr 1fr;box-shadow:none}.command-bar a{min-height:100px;padding:20px 15px}.section{padding:85px 0}.container{width:calc(100% - 30px)}.section-head{grid-template-columns:1fr;gap:18px}.section-head h2{font-size:45px}.filters{grid-template-columns:1fr}.vehicle-grid{grid-template-columns:1fr}.decision-shell{width:100%;grid-template-columns:1fr;padding:50px 20px}.decision-intro{grid-column:auto}.decision-intro h2{font-size:42px}.hybrid-shell,.advisor-shell{width:calc(100% - 30px);grid-template-columns:1fr;gap:42px}.hybrid h2{font-size:49px}.advisor aside{grid-column:auto}.program-grid{grid-template-columns:1fr}.program-grid article{min-height:220px}.vehicle-dialog[open]{display:block;overflow:auto}.dialog-visual{height:300px;min-height:0}.dialog-content{padding:32px 20px}.dialog-content h2{font-size:36px}.floating-wa span{display:none}.floating-wa{grid-template-columns:46px;width:64px;min-height:64px;padding:8px;border-radius:18px}.floating-wa b{width:46px;height:46px}footer>div{width:calc(100% - 30px);align-items:flex-start;padding:40px 0}footer a{display:none}}
@media(max-width:720px){.slide{background-image:linear-gradient(0deg,rgb(8 9 11/99%) 0%,rgb(8 9 11/92%) 49%,rgb(8 9 11/25%) 74%),var(--image);background-position:center,center 105px;background-size:cover,112% auto;background-repeat:no-repeat}.dialog-visual{padding:24px}.dialog-specs,.dialog-highlights{grid-template-columns:1fr}}
@media(max-width:560px){
  .hero-shell{width:calc(100% - 30px);max-width:100%;overflow:hidden}
  .hero-copy{width:min(100%,345px);max-width:345px;min-width:0;padding-right:0}
  .hero h1,.hero-copy>p{width:100%;max-width:100%;min-width:0;white-space:normal}
  .hero h1{font-size:39px;line-height:1;letter-spacing:-.055em;overflow-wrap:anywhere}
  .hero-copy>p{font-size:14px}
  .kicker span{max-width:285px;white-space:normal}
  .command-bar>div{grid-template-columns:1fr}
  .command-bar a{border-bottom:1px solid var(--line)}
}

/* Executive advisory profile */
.executive-profile{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 9% 28%,rgb(235 10 30/15%),transparent 27%),linear-gradient(145deg,#111419,#07090c)}
.executive-profile::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;background-image:linear-gradient(rgb(255 255 255/10%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/10%) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.executive-shell{position:relative;z-index:1;width:min(100% - 48px,1320px);margin:auto}
.executive-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end;margin-bottom:52px;padding-bottom:30px;border-bottom:1px solid rgb(255 255 255/13%)}
.executive-heading span{color:#ff5968;font:900 10px/1.2 ui-monospace,SFMono-Regular,monospace;letter-spacing:.15em}
.executive-heading h2{max-width:850px;margin:15px 0 0;color:#fff;font-size:clamp(48px,4.7vw,72px);font-weight:620;line-height:.98;letter-spacing:-.055em}
.executive-heading p{margin:0;color:rgb(255 255 255/58%);font-size:14px;line-height:1.75}
.executive-layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(430px,1.15fr) minmax(260px,.72fr);gap:1px;background:rgb(255 255 255/13%);border:1px solid rgb(255 255 255/13%);box-shadow:0 42px 120px rgb(0 0 0/34%)}
.executive-portrait{position:relative;min-height:640px;margin:0;overflow:hidden;background:#171a1f}
.executive-portrait::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgb(5 7 10/92%),transparent 52%)}
.executive-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.86) contrast(1.03)}
.executive-portrait figcaption{position:absolute;z-index:2;right:28px;bottom:27px;left:28px;display:flex;flex-direction:column}
.executive-portrait figcaption span{display:flex;align-items:center;gap:9px;margin-bottom:14px;color:#b8c1ca;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.executive-portrait figcaption i{width:8px;height:8px;background:#29d76d;border-radius:50%;box-shadow:0 0 0 6px rgb(41 215 109/12%)}
.executive-portrait figcaption strong{font-size:25px;letter-spacing:-.035em}
.executive-portrait figcaption small{margin-top:5px;color:rgb(255 255 255/55%);font-size:11px}
.executive-content{padding:42px;background:#111419}
.executive-id{display:flex;align-items:center;justify-content:space-between;color:#ff5968;font:800 9px/1.2 ui-monospace,SFMono-Regular,monospace;letter-spacing:.12em}
.executive-id b{display:grid;place-items:center;width:39px;height:39px;color:#fff;background:#eb0a1e;border-radius:50%;font:900 11px/1 Inter,sans-serif;box-shadow:0 0 0 7px rgb(235 10 30/10%)}
.executive-content h3{margin:42px 0 4px;color:#fff;font-size:clamp(37px,3vw,52px);letter-spacing:-.055em}
.executive-role{margin:0;color:#ff8a95;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.executive-bio{max-width:600px;margin:22px 0;color:rgb(255 255 255/63%);font-size:14px;line-height:1.75}
.executive-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px}.executive-tags span,.executive-specialties span{padding:8px 11px;color:#dadddf;background:rgb(255 255 255/5%);border:1px solid rgb(255 255 255/13%);font-size:9px;font-weight:800}
.executive-metrics{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid rgb(255 255 255/12%);border-left:1px solid rgb(255 255 255/12%)}
.executive-metrics div{min-height:92px;padding:17px;border-right:1px solid rgb(255 255 255/12%);border-bottom:1px solid rgb(255 255 255/12%)}.executive-metrics dt{color:#777f88;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.executive-metrics dd{margin:8px 0 0;color:#f6f7f8;font-size:11px;font-weight:750;line-height:1.45}
.executive-actions{display:grid;grid-template-columns:1.2fr .8fr;gap:9px;margin-top:26px}.executive-primary,.executive-secondary{display:flex;align-items:center;min-height:58px;padding:10px 16px}.executive-primary{gap:13px;background:linear-gradient(135deg,#23bd64,#128d49)}.executive-primary>svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.executive-primary>span{display:flex;flex-direction:column;font-size:11px}.executive-primary small{margin-top:3px;color:rgb(255 255 255/65%);font-size:8px}.executive-secondary{justify-content:space-between;border:1px solid rgb(255 255 255/17%);font-size:10px;font-weight:800}
.executive-desk{display:flex;flex-direction:column;padding:35px 28px;background:#181c22!important;border:0!important}.executive-desk-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid rgb(255 255 255/12%)}.executive-desk-head span{color:#ff5968;font:900 9px/1.2 ui-monospace,monospace!important;letter-spacing:.14em}.executive-desk-head i{width:8px;height:8px;background:#29d76d;border-radius:50%;box-shadow:0 0 0 5px rgb(41 215 109/10%)}.executive-desk>strong{margin:33px 0 10px!important;color:#fff;font-size:22px!important}.executive-desk>p{margin:0;color:#8e969f!important;font-size:11px!important;line-height:1.65}.executive-contact{display:grid;margin-top:31px}.executive-contact a{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;padding:16px 0;border-top:1px solid rgb(255 255 255/10%)}.executive-contact svg{width:32px;height:32px;padding:7px;color:#ff5968;border:1px solid rgb(255 255 255/13%);fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.executive-contact a>span{display:flex;min-width:0;flex-direction:column;color:#f4f6f7;font-size:10px;overflow-wrap:anywhere}.executive-contact small{margin-bottom:4px;color:#707983;font-size:8px}.executive-note{margin-top:auto;padding:20px;background:#0e1115;border-left:2px solid #eb0a1e}.executive-note span{color:#ff5968!important;font-size:8px!important}.executive-note p{margin:9px 0 0;color:#858e97!important;font-size:9px!important;line-height:1.65}

/* Dedicated executive profile */
.executive-page{background:#0b0e12}.executive-page .site-header{position:absolute}.executive-detail-hero{min-height:820px;padding:155px 0 70px;color:#fff;background:radial-gradient(circle at 16% 34%,rgb(235 10 30/19%),transparent 28%),linear-gradient(135deg,#151920,#07090c)}.executive-detail-grid{display:grid;grid-template-columns:1.08fr .72fr;gap:8vw;align-items:center;width:min(100% - 48px,1320px);margin:auto}.executive-detail-copy>span{color:#ff5968;font:900 10px ui-monospace,monospace;letter-spacing:.14em}.executive-detail-copy h1{margin:22px 0 10px;color:#fff;font-size:clamp(68px,8vw,116px);line-height:.9;letter-spacing:-.07em}.executive-detail-role{color:#ff8a95!important;font-size:12px!important;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.executive-detail-copy>p{max-width:650px;color:rgb(255 255 255/64%);font-size:16px;line-height:1.75}.executive-detail-actions{display:flex;align-items:center;gap:22px;margin-top:31px}.executive-detail-actions a{font-size:12px;font-weight:800}.executive-detail-actions a:first-child{padding:17px 22px;background:#eb0a1e}.executive-detail-grid figure{position:relative;height:620px;margin:0;overflow:hidden;border:1px solid rgb(255 255 255/14%)}.executive-detail-grid figure img{width:100%;height:100%;object-fit:cover;object-position:center top}.executive-detail-grid figcaption{position:absolute;right:22px;bottom:22px;left:22px;display:flex;align-items:center;gap:13px;padding:15px;background:rgb(7 9 12/86%);backdrop-filter:blur(12px)}.executive-detail-grid figcaption i{width:9px;height:9px;background:#29d76d;border-radius:50%;box-shadow:0 0 0 6px rgb(41 215 109/13%)}.executive-detail-grid figcaption span{display:flex;flex-direction:column;font-size:11px;font-weight:800}.executive-detail-grid figcaption small{color:#7d8791;font-size:8px;text-transform:uppercase}
.executive-trust-strip{color:#fff;background:#111419;border-block:1px solid rgb(255 255 255/12%)}.executive-trust-strip>div{display:grid;grid-template-columns:repeat(4,1fr);width:min(100% - 48px,1320px);margin:auto}.executive-trust-strip div>div{display:flex;min-height:115px;flex-direction:column;justify-content:center;padding:20px 25px;border-right:1px solid rgb(255 255 255/11%)}.executive-trust-strip div>div:first-child{border-left:1px solid rgb(255 255 255/11%)}.executive-trust-strip span{color:#6f7882;font-size:8px;font-weight:800;letter-spacing:.1em}.executive-trust-strip strong{margin-top:8px;font-size:11px;line-height:1.45}
.executive-detail-body{background:#f3f4f5}.executive-detail-body-grid{display:grid;grid-template-columns:1fr 390px;gap:8vw;width:min(100% - 48px,1320px);margin:auto}.executive-detail-body h2{max-width:750px;margin:15px 0;font-size:clamp(46px,5vw,72px);line-height:.98;letter-spacing:-.055em}.executive-detail-body .lead{max-width:760px;color:#61666d;line-height:1.75}.executive-specialties{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.executive-specialties span{color:#34383d;background:#fff;border-color:#d8dadd}.executive-process{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d5d8db;border-left:1px solid #d5d8db}.executive-process article{display:grid;grid-template-columns:35px 1fr;gap:14px;min-height:175px;padding:25px;border-right:1px solid #d5d8db;border-bottom:1px solid #d5d8db}.executive-process article>b{color:#eb0a1e;font:800 9px ui-monospace,monospace}.executive-process strong{font-size:14px}.executive-process p{color:#747980;font-size:11px;line-height:1.65}.executive-profile-card{align-self:start;padding:36px;background:#111419;color:#fff;box-shadow:0 30px 80px rgb(17 20 25/18%)}.executive-profile-card>span{color:#ff5968;font:900 9px ui-monospace,monospace;letter-spacing:.13em}.executive-profile-card h3{margin:30px 0 6px;color:#fff;font-size:33px}.executive-profile-card>p{color:#8b949d;font-size:11px}.executive-profile-card dl{margin:30px 0}.executive-profile-card dl div{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:14px 0;border-top:1px solid rgb(255 255 255/11%);font-size:10px}.executive-profile-card dt{color:#68717a}.executive-profile-card dd{margin:0;line-height:1.55}.executive-profile-card>.button{display:grid;place-items:center;min-height:52px;background:#eb0a1e}.executive-profile-card>small{display:block;margin-top:18px;color:#69727c;font-size:8px;line-height:1.6}

@media(max-width:1100px){.executive-layout{grid-template-columns:.8fr 1.2fr}.executive-desk{grid-column:1/-1}.executive-contact{grid-template-columns:repeat(3,1fr);gap:18px}.executive-note{margin-top:28px}.executive-detail-body-grid{grid-template-columns:1fr 330px;gap:5vw}}
@media(max-width:760px){.executive-profile{padding:86px 0}.executive-shell{width:calc(100% - 30px)}.executive-heading{grid-template-columns:1fr;gap:18px;margin-bottom:28px}.executive-heading h2{font-size:43px}.executive-layout{grid-template-columns:1fr}.executive-portrait{min-height:560px}.executive-content{padding:30px 22px}.executive-metrics,.executive-actions{grid-template-columns:1fr}.executive-desk{grid-column:auto;padding:30px 22px}.executive-contact{grid-template-columns:1fr;gap:0}.executive-detail-hero{min-height:0;padding:130px 0 55px}.executive-detail-grid{grid-template-columns:1fr;width:calc(100% - 30px);gap:42px}.executive-detail-copy h1{font-size:60px}.executive-detail-grid figure{height:560px}.executive-trust-strip>div{grid-template-columns:1fr 1fr;width:100%}.executive-trust-strip div>div{min-height:100px;border-bottom:1px solid rgb(255 255 255/11%)}.executive-detail-body-grid{grid-template-columns:1fr;width:calc(100% - 30px)}.executive-process{grid-template-columns:1fr}.executive-profile-card{margin-top:20px}}
@media(max-width:440px){.executive-heading h2{font-size:38px}.executive-portrait{min-height:500px}.executive-content h3{font-size:39px}.executive-detail-copy h1{font-size:52px}.executive-detail-grid figure{height:500px}.executive-trust-strip>div{grid-template-columns:1fr}.executive-detail-actions{align-items:stretch;flex-direction:column}.executive-detail-actions a{text-align:center}}

/* Toyota hero v2 — high-resolution editorial composition */
.hero{height:900px;min-height:900px;background:#08090b}
.slide{
  background-image:
    linear-gradient(90deg,rgb(6 8 11/90%) 0%,rgb(6 8 11/72%) 37%,rgb(6 8 11/10%) 68%),
    linear-gradient(0deg,rgb(6 8 11/76%) 0%,transparent 42%),
    var(--image);
  background-position:center,center,center;
  background-size:cover;
}
.slide::after{opacity:.07;mask-image:linear-gradient(90deg,#000,transparent 52%)}
.hero-shell{
  grid-template-columns:minmax(0,600px);
  justify-content:space-between;
  gap:56px;
  align-items:center;
  padding:164px 0 112px;
}
.hero-copy{
  width:100%;
  max-width:600px;
  padding:34px 38px 36px;
  background:linear-gradient(145deg,rgb(10 12 16/91%),rgb(10 12 16/78%));
  border:1px solid rgb(255 255 255/16%);
  box-shadow:0 30px 90px rgb(0 0 0/34%),inset 0 1px rgb(255 255 255/5%);
  backdrop-filter:blur(14px);
}
.kicker{max-width:none;margin-bottom:22px;padding-bottom:14px;font-size:10px}
.hero h1{max-width:540px;font-size:clamp(52px,4.35vw,68px);line-height:.98;letter-spacing:-.058em}
.hero-copy>p{max-width:540px;margin:22px 0 19px;font-size:16px;line-height:1.58}
.proof{margin-bottom:22px}
.proof strong{font-size:12px;line-height:1.45}
.actions{display:grid;grid-template-columns:minmax(168px,.9fr) minmax(190px,1.1fr);gap:10px}
.actions a{min-width:0;min-height:52px;padding:0 18px;white-space:nowrap;font-size:12px}
.primary{min-width:0}
.secondary{justify-content:center;background:rgb(10 11 13/72%)}
.hero-rail{display:none}
.slider-ui{bottom:48px}
.command-bar{margin-top:-28px}

@media(max-width:1120px){
  .hero-shell{grid-template-columns:minmax(0,600px);gap:28px}
}
@media(max-width:900px){
  .hero{height:880px;min-height:880px}
  .hero-shell{display:flex;align-items:flex-end;padding:130px 0 105px}
  .hero-copy{max-width:580px}
  .hero-rail{display:none}
  .slider-ui{bottom:38px}
}
@media(max-width:720px){
  .hero{height:900px;min-height:900px}
  .slide{
    background-image:
      linear-gradient(0deg,rgb(7 9 12/99%) 0%,rgb(7 9 12/91%) 50%,rgb(7 9 12/12%) 78%),
      var(--image);
    background-position:center,70% top;
    background-size:cover;
  }
  .hero-shell{align-items:flex-end;width:calc(100% - 24px);padding:116px 0 92px}
  .hero-copy{max-width:none;padding:26px 22px 28px;background:rgb(9 11 14/88%)}
  .kicker{margin-bottom:18px}
  .hero h1{font-size:clamp(39px,11.5vw,52px);line-height:1}
  .hero-copy>p{margin:18px 0 16px;font-size:14px}
  .proof{margin-bottom:18px}
  .actions{grid-template-columns:1fr}
  .actions a{width:100%;min-height:49px}
  .slider-ui{right:26px;bottom:32px}
  .command-bar{margin-top:0}
  .preview-notice{white-space:normal;overflow:visible;padding:6px 12px;font-size:7.5px;line-height:1.35}
  .floating-wa{display:none}
}
