@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--ink:#111214;--orange:#ff6b00;--green:#f26a21;--soft:#f5e9df;--line:#e4e6ea}*{box-sizing:border-box}body{margin:0;background:#faf8f5;color:var(--ink);font-family:Montserrat,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}.examples-page{max-width:1120px;margin:0 auto;padding:0 26px 72px}.examples-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 0 17px;border-bottom:1px solid #e4e6ea}.examples-toolbar p{margin:0 0 11px;font-size:16px;font-weight:850}.example-tabs{display:flex;gap:9px;flex-wrap:wrap}.example-tab{border:0;border-radius:12px;padding:9px 13px;background:#f5e9df;color:#202124;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.example-tab.active{background:#f5e9df;color:var(--orange)}.example-close{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:12px;color:#202124;text-decoration:none;font-size:31px;line-height:1}.example-close:hover{background:#f5e9df}.example-content{padding-top:58px}.example-kicker{margin:0 0 12px;color:#77736f;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.example-content h1{margin:0;font-size:clamp(30px,4vw,42px);letter-spacing:-1.5px;line-height:1.08}.example-vehicle{margin:8px 0 24px;color:#77736f;font-size:17px;font-weight:700}.example-date{margin:0 0 22px;color:#77736f;font-size:14px}.example-photo{position:relative;width:100%;height:400px;overflow:hidden;border-radius:22px;background:radial-gradient(circle at 63% 54%,#302821 0,transparent 36%),#0d0d0e}.example-photo img{position:absolute;right:-4%;bottom:-16px;width:76%;filter:drop-shadow(0 20px 18px #0007)}.example-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.example-card{min-height:112px;padding:19px 20px;border:1px solid #e4e6ea;border-radius:18px;background:#fff}.example-card h2{margin:0;color:#202124;font-size:15px}.example-card h2 b{margin-right:7px;color:var(--orange)}.example-card.green h2 b{color:var(--green)}.example-card p{margin:14px 0 0;color:#202124;font-size:15px;font-weight:800}.example-card p span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-right:7px;border-radius:50%;background:#f5e9df;color:#b74b0a;font-size:13px}.example-card.warning p span{background:#f5e9df;color:#b74b0a}.example-note{margin:22px 0 0;color:#77736f;font-size:13px;line-height:1.5}@media(max-width:700px){.examples-page{padding:0 16px 45px}.examples-toolbar{padding-top:15px}.example-content{padding-top:35px}.example-content h1{font-size:29px}.example-vehicle{font-size:15px}.example-photo{border-radius:17px;min-height:250px}.example-summary{grid-template-columns:1fr;gap:10px}.example-card{min-height:94px}.example-tabs{gap:7px}.example-tab{padding:8px 10px;font-size:13px}}