:root{
    --red:#e21b23;
    --red-dark:#be1118;
    --black:#0c0d0f;
    --charcoal:#161719;
    --text:#151515;
    --muted:#6d7074;
    --line:#e8e8e8;
    --soft:#f5f5f5;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#f5f5f5;color:var(--text);line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

.site-header{background:#fff;border-bottom:1px solid #ececec;position:sticky;top:0;z-index:30}
.header-wrap{min-height:86px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:24px}
.logo img{width:210px;height:auto}
.nav{display:flex;justify-content:center;gap:30px;align-items:center}
.nav a{font-size:12px;font-weight:700;letter-spacing:.25px;position:relative;padding:33px 0 31px}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;background:transparent;transform:scaleX(.6);transition:.2s ease}
.nav a:hover:after,.nav a.active:after{background:var(--red);transform:scaleX(1)}
.header-btn{background:var(--red);color:#fff;font-size:13px;font-weight:700;padding:14px 24px;border-radius:6px;box-shadow:0 8px 18px rgba(226,27,35,.18);transition:.2s ease}
.header-btn:hover{background:var(--red-dark);transform:translateY(-1px)}

.hero{min-height:320px;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 73% 28%,rgba(255,255,255,.05),transparent 22%),linear-gradient(120deg,#101113 0%,#17181a 48%,#0b0c0e 100%);color:#fff}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:62px 62px;transform:skewX(-9deg) scale(1.2)}
.hero-shape{position:absolute;background:linear-gradient(135deg,rgba(226,27,35,.95),rgba(226,27,35,.18));transform:skewX(-24deg) rotate(-5deg)}
.hero-shape-one{right:56px;top:20px;width:145px;height:360px}
.hero-shape-two{right:-60px;bottom:-70px;width:150px;height:190px;opacity:.82}
.hero-wrap{position:relative;z-index:2;padding:62px 0}
.hero-kicker,.cta-kicker{color:#ff343b;font-size:13px;font-weight:700;letter-spacing:.3px;margin-bottom:16px}
.hero-kicker:before,.cta-kicker:before{content:"";display:inline-block;width:34px;height:2px;background:var(--red);margin-right:10px;vertical-align:middle}
.hero h1{font-size:64px;line-height:1;font-weight:800;letter-spacing:-2px;margin-bottom:18px}
.hero p{max-width:620px;color:#e0e0e0;font-size:18px}

.contact-section{padding:34px 0 26px;background:#f6f6f6}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.card{background:#fff;min-height:132px;border:1px solid #ededed;border-radius:6px;box-shadow:0 10px 24px rgba(0,0,0,.055);display:flex;align-items:center;gap:22px;padding:26px 28px;transition:.2s ease}
.card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
.icon{width:66px;height:66px;min-width:66px;border-radius:50%;background:#f4f4f4;color:var(--red);display:grid;place-items:center;font-size:29px;font-weight:700;border:1px solid #f0f0f0}
.card h3{font-size:18px;line-height:1.2;margin-bottom:7px}
.card p,.card a{font-size:16px;color:#353535}
.card .highlight{color:var(--red);font-weight:700}
.address-card p{max-width:390px;font-size:14.5px;line-height:1.45}

.cta-section{padding:8px 0 40px;background:#f6f6f6}
.cta-box{min-height:250px;display:grid;grid-template-columns:1.02fr .98fr;background:#111214;border-radius:6px;overflow:hidden;box-shadow:0 15px 34px rgba(0,0,0,.12);position:relative}
.cta-box:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 57%,rgba(255,255,255,.025) 57% 58%,transparent 58% 65%,rgba(226,27,35,.12) 65% 66%,transparent 66%)}
.cta-left{position:relative;z-index:2;padding:36px 34px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.cta-left h2{font-size:28px;line-height:1.18;margin-bottom:12px}
.cta-left p{color:#d3d3d3;font-size:15px;max-width:450px;margin-bottom:24px}
.cta-btn{align-self:flex-start;background:var(--red);color:#fff;border-radius:5px;padding:13px 20px;font-size:13px;font-weight:800;letter-spacing:.15px;display:inline-flex;gap:18px;align-items:center}
.cta-btn:hover{background:var(--red-dark)}
.cta-right{position:relative;display:flex;align-items:center;justify-content:center;padding:28px;min-height:250px;background:radial-gradient(circle at 72% 32%,rgba(255,255,255,.07),transparent 22%)}
.booth{position:relative;width:min(430px,100%);height:180px;border:2px solid rgba(255,255,255,.36);background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.015));box-shadow:0 24px 42px rgba(0,0,0,.45)}
.booth:before{content:"";position:absolute;left:12%;right:12%;top:18px;height:1px;background:rgba(255,255,255,.28)}
.booth:after{content:"";position:absolute;left:18px;right:18px;bottom:18px;height:1px;background:rgba(255,255,255,.18)}
.booth-red{position:absolute;left:47%;top:0;width:42px;height:100%;background:linear-gradient(#e51f28,#711014)}
.booth-desk{position:absolute;left:35%;bottom:20px;width:36%;height:35px;background:linear-gradient(#efefef,#999);box-shadow:0 4px 12px rgba(0,0,0,.4)}
.booth-light{position:absolute;top:23px;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 16px #fff}
.booth-light.l1{left:25%}.booth-light.l2{left:62%}.booth-light.l3{left:78%}

.site-footer{background:linear-gradient(120deg,#151618,#0b0c0e);color:#fff;padding:40px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.18fr .72fr .86fr 1.1fr;gap:34px}
.footer-logo{display:block;width:225px;background:#fff;padding:6px 10px;margin-bottom:14px}
.footer-logo img{width:100%}
.footer-text{color:#bdbdbd;font-size:14px;max-width:290px}
.footer-col h4{font-size:13px;letter-spacing:.3px;margin-bottom:15px}
.footer-col ul{list-style:none}
.footer-col li{font-size:13px;color:#c9c9c9;margin-bottom:7px;line-height:1.45}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:26px;padding-top:15px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#9d9d9d;font-size:12px}

@media(max-width:980px){
  .header-wrap{grid-template-columns:1fr auto}.nav{display:none}.logo img{width:190px}
  .hero h1{font-size:52px}.footer-grid{grid-template-columns:1fr 1fr}.cta-box{grid-template-columns:1fr}.cta-right{min-height:220px}
}
@media(max-width:680px){
  .container{width:min(100% - 24px,1180px)}.header-wrap{min-height:74px}.logo img{width:170px}.header-btn{padding:11px 14px;font-size:11px}
  .hero{min-height:280px}.hero-wrap{padding:50px 0}.hero h1{font-size:42px;letter-spacing:-1px}.hero p{font-size:16px}.hero-shape-one{right:-30px;opacity:.65}
  .cards{grid-template-columns:1fr}.card{padding:21px 18px;gap:16px}.icon{width:56px;height:56px;min-width:56px;font-size:24px}.card h3{font-size:17px}.card p,.card a{font-size:15px}
  .cta-left{padding:30px 22px}.cta-left h2{font-size:25px}.footer-grid{grid-template-columns:1fr}.footer-logo{width:210px}
}
