:root{--cc-red:#d71920;--cc-red-dark:#a90f14;--cc-black:#0b0b0b;--cc-white:#fff}body{font-family:var(--font-body--family);color:var(--cc-black)}.cc-home{background:#fff}.cc-hero{min-height:72vh;background:linear-gradient(110deg,#080808 0%,#151515 65%,#d71920 100%);color:#fff;display:grid;place-items:center;text-align:center;padding:80px 24px;position:relative;overflow:hidden}.cc-hero:after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:#d71920;opacity:.18;filter:blur(20px);right:-120px;bottom:-160px}.cc-hero__inner{max-width:920px;position:relative;z-index:1}.cc-kicker{color:#ff4a50;font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.cc-hero h1{font-size:clamp(3rem,8vw,7rem);line-height:.92;margin:18px 0;font-weight:800;letter-spacing:-.055em}.cc-hero p{max-width:620px;margin:0 auto 30px;font-size:1.15rem;color:#e8e8e8}.cc-btn{display:inline-block;background:var(--cc-red);color:#fff!important;padding:15px 28px;text-decoration:none;font-weight:700;border-radius:2px;transition:.2s}.cc-btn:hover{background:#fff;color:var(--cc-black)!important;transform:translateY(-2px)}.cc-section{padding:72px 24px}.cc-section__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.cc-section h2{font-size:clamp(2rem,4vw,3.5rem);margin:0;letter-spacing:-.04em}.cc-accent{width:54px;height:4px;background:var(--cc-red);margin-top:14px}.cc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.cc-card{background:#f4f4f4;min-height:260px;padding:28px;display:flex;flex-direction:column;justify-content:end;text-decoration:none;color:#111;position:relative;overflow:hidden}.cc-card:before{content:'';position:absolute;inset:auto 0 0;height:5px;background:var(--cc-red);transform:scaleX(0);transform-origin:left;transition:.25s}.cc-card:hover:before{transform:scaleX(1)}.cc-card span{color:#777;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.cc-card strong{font-size:1.35rem;margin-top:6px}.cc-story{background:#0b0b0b;color:#fff;padding:90px 24px}.cc-story__inner{max-width:1000px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.cc-story h2{font-size:clamp(2.2rem,5vw,4.5rem);line-height:.95;margin:0}.cc-story p{color:#bbb;line-height:1.7}.cc-news{padding:70px 24px;text-align:center;border-top:1px solid #eee}.cc-news h2{font-size:2.5rem;margin:0 0 10px}.cc-news p{color:#666}.cc-news form{max-width:520px;margin:25px auto 0;display:flex;gap:8px}.cc-news input{flex:1;padding:15px;border:1px solid #ddd}.cc-footer{background:#050505;color:#aaa;padding:50px 24px;text-align:center}.cc-footer b{color:#fff}.cc-footer .red{color:var(--cc-red)}@media(max-width:800px){.cc-grid{grid-template-columns:repeat(2,1fr)}.cc-story__inner{grid-template-columns:1fr;gap:30px}.cc-hero{min-height:65vh}.cc-news form{flex-direction:column}}@media(max-width:520px){.cc-grid{grid-template-columns:1fr}.cc-section{padding:52px 18px}.cc-hero{padding:60px 18px}.cc-hero h1{font-size:3.4rem}}