:root{--brand-red:#C62828;--brand-light:#fff7f7;--text:#171717;--muted:#666;--white:#fff;--border:rgba(0,0,0,.08);--radius-md:18px;--radius-lg:28px;--shadow-card:0 8px 28px rgba(0,0,0,.12);--max-width:1120px;--header-height:74px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--brand-light);line-height:1.6}img{max-width:100%}a{color:inherit}.container{width:min(calc(100% - 32px),var(--max-width));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:150px;display:block}.site-nav{display:flex;align-items:center;gap:22px}.site-nav a{text-decoration:none;font-weight:700;font-size:.95rem}.site-nav a:hover{color:var(--brand-red)}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:12px;background:var(--brand-light);cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;margin:5px auto;background:var(--text)}
.hero{color:#fff;background:var(--brand-red);text-align:center;padding:88px 0 80px}.hero-content{max-width:850px}.eyebrow{margin:0 0 8px;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.hero h1{margin:0;font-size:clamp(2.3rem,7vw,4.5rem);line-height:1.05}.hero-text{max-width:720px;margin:20px auto 0;font-size:clamp(1.05rem,2vw,1.3rem);opacity:.95}.cta-group,.contact-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;border:2px solid transparent;text-decoration:none;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.14)}.btn-primary{color:#fff;background:var(--brand-red)}.btn-secondary{color:var(--brand-red);background:#fff}.btn-light{color:var(--brand-red);background:transparent;border-color:currentColor}.hero .btn-light{color:#fff;border-color:rgba(255,255,255,.8)}
.quick-actions{padding:28px 0;background:#fff}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.action-card,.platform-card,.contact-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-card)}.action-card{display:grid;gap:3px;padding:22px;text-decoration:none}.action-card span:last-child,.platform-card span:last-child{color:var(--muted);font-size:.92rem}.action-icon{font-size:2rem;margin-bottom:6px}
.section{padding:80px 0}.section-heading{max-width:760px;margin:0 auto 30px;text-align:center}.section-heading h2{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.section-heading p:last-child{color:var(--muted);margin-bottom:0}.menu-gallery{max-width:900px;margin:auto}.menu-image{display:block;width:100%;height:auto;margin:0 auto 20px;border-radius:10px;box-shadow:var(--shadow-card)}
.order-section{background:#fff}.order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.platform-card{min-height:190px;padding:26px;display:flex;flex-direction:column;justify-content:center;gap:7px;text-decoration:none}.platform-card:hover{transform:translateY(-2px)}.platform-logo{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--brand-red);color:#fff;font-weight:900;font-size:1.25rem}.future-card{background:#fafafa;border-style:dashed;box-shadow:none}.reviews-section{text-align:center}.about{background:var(--brand-red);color:#fff}.about-copy{max-width:850px;margin:auto;font-size:1.08rem;color:rgba(255,255,255,.9)}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{padding:22px;display:grid;gap:5px}.contact-card a{font-weight:800;color:var(--brand-red);text-decoration:none}
.site-footer{color:#fff;background:#171717}.footer-grid{padding:58px 0;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.footer-logo{width:160px;background:#fff;border-radius:8px;padding:5px}.site-footer h2{margin:0 0 10px;font-size:1rem}.site-footer p{color:rgba(255,255,255,.7)}.site-footer a{display:block;width:fit-content;margin:7px 0;color:rgba(255,255,255,.82);text-decoration:none}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}.footer-bottom .container{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:rgba(255,255,255,.6);font-size:.9rem}
@media(max-width:820px){.menu-toggle{display:block}.site-nav{position:absolute;top:var(--header-height);left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:12px 16px 18px;background:#fff;border-bottom:1px solid var(--border)}.site-nav.is-open{display:flex}.site-nav a{padding:12px;border-radius:10px}.site-nav a:hover{background:var(--brand-light)}.action-grid,.order-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero{padding:66px 0 58px}.section{padding:62px 0}.footer-bottom .container{flex-direction:column;justify-content:center;padding:14px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
