:root{--paper:#FCFCFA;--red:#D8383A;--ink:#232627;--silver:#D7DEDF;--muted:#3E4A4B;--peach:#F9DDC9;--display:"Helvetica Neue",Arial,sans-serif;--body:"Trebuchet MS",Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{width:min(1240px,calc(100% - 100px));margin-inline:auto}
.skip{position:absolute;top:-100px;left:20px;padding:14px;background:var(--ink);color:var(--paper);z-index:5}
.skip:focus{top:12px}
:focus-visible{outline:3px solid var(--red);outline-offset:5px}
.demo{text-align:center;padding:12px;font-size:12px;background:var(--silver);line-height:1.35}
.header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:110px}
.brand{display:flex;gap:13px;align-items:center;font-size:17px;font-weight:700}
.mark{width:42px;height:45px;border-radius:12px;background:var(--red);color:var(--paper);font-size:30px;font-family:var(--display);display:grid;place-items:center}
.header>span{font-size:14px;color:var(--muted)}
.hero{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:65px;padding:18px 0 38px;min-height:640px}
.intro{grid-column:2;grid-row:1}
.eyebrow{font-size:12px;letter-spacing:.11em;text-transform:uppercase;margin:0 0 22px;color:var(--muted)}
h1{font-family:var(--display);font-size:clamp(72px,7.5vw,108px);letter-spacing:-.06em;font-weight:700;line-height:.99;margin:0}
h1 span{color:var(--red)}
.intro-text{max-width:330px;font-size:19px;line-height:1.55;color:var(--muted);margin:28px 0 29px}
.call{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:440px;border:1px solid var(--silver);border-radius:18px;padding:24px 26px;background:var(--paper);transition:background-color .18s ease,transform .18s ease}
.call:hover{background:var(--peach);transform:translateY(-2px)}
.call small{display:block;font-size:13px;font-weight:400;margin-bottom:8px;color:var(--muted)}
.call strong{font-family:var(--display);font-size:28px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}
.arrow{font-size:36px;font-weight:400;color:var(--red)}
.plate{grid-column:1;grid-row:1;max-width:470px;width:100%;justify-self:center}
.plate svg{display:block;width:100%;height:auto}
.details{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--silver);border-bottom:1px solid var(--silver);padding:28px 0}
.details p{margin:0;font-size:17px}.details p span{display:block;font-size:13px;margin-top:7px;color:var(--muted)}
.details a{font-size:24px;white-space:nowrap}.details a span{color:var(--red);margin-left:20px}
footer{display:flex;justify-content:space-between;gap:12px;padding-block:25px 30px;font-size:12px;color:var(--muted)}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.hero{gap:35px;min-height:590px}h1{font-size:82px}.call{padding:22px}.call strong{font-size:25px}.intro-text{font-size:17px}.plate{max-width:400px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{min-height:93px;gap:12px}.brand{font-size:14px;gap:9px}.mark{width:34px;height:38px;font-size:25px;border-radius:9px}.header>span{font-size:11px}.demo{padding:10px 7px;font-size:10px}.hero{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:26px 0 24px;min-height:0}.eyebrow{font-size:11px;margin-bottom:23px}h1{font-size:clamp(64px,17vw,92px);line-height:1}.intro-text{font-size:16px;max-width:265px;margin:23px 0 24px;line-height:1.6}.call{gap:14px;padding:19px 18px;border-radius:15px;max-width:none}.call small{font-size:12px}.call strong{font-size:clamp(22px,5.9vw,29px)}.arrow{font-size:29px}.plate{width:min(90%,360px);align-self:center;max-width:none}.details{display:block;padding:23px 0}.details a{display:inline-block;font-size:23px;margin-top:22px}.details p{font-size:16px}footer{font-size:11px;padding-block:23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.call{transition:none}.call:hover{transform:none}}
