:root {
  --red: #d71920;
  --red2: #7b0d11;
  --black: #050505;
  --bg: #0a0a0a;
  --panel: #141414;
  --line: rgba(255,255,255,0.06);
  --text: #f6f6f6;
  --muted: #9a9a9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #222222;
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1328px, calc(100% - 56px)); margin: 0 auto; }

/* ===== Header ===== */
.header {
  height: 150px;
  background: #050505;
  border-bottom: 1px solid #171717;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 440px;
}
.brand img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.brand__text {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 18px;
  line-height: 1.12;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.brand__text span {
  display: block;
  color: var(--red);
  font-size: 21px;
  margin-top: 3px;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 35px;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.45px;
}
.nav a { opacity: 0.92; }
.nav a:hover { color: var(--red); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid var(--red);
  background: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.35px;
}
.header .btn {
  background: transparent;
  color: var(--red);
  min-width: 188px;
  height: 50px;
}
.btn:hover { background: #b9151b; color: #fff; }
.btn--ghost { position:relative; z-index:10; background: transparent; border-color: #ddd; color: #fff; }
.btn--ghost:hover { border-color: var(--red); background: rgba(215,25,32,0.14); }

.burger {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid #333;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 628px;
  overflow: hidden;
  border-bottom: 1px solid #1b1e20;
  /* background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(8,8,8,.92) 35%, rgba(8,8,8,.34) 62%, rgba(5,5,5,.78) 100%),
    url('assets/hero.jpg') center/cover no-repeat; */
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(215,25,32,0.10), transparent 32%),
    linear-gradient(0deg, #0a0a0a 0%, transparent 30%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 628px;
  padding: 70px 0 0;
  display: grid;
  grid-template-columns: minmax(360px,575px) 1fr 300px;
  grid-template-rows: 1fr 158px;
  gap: 24px;
}
.hero__copy { grid-column:1; grid-row:1; }
.hero h1 {
  margin:0;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:69px;
  line-height:.94;
  letter-spacing:2px;
}
.hero h1 span { color:var(--red); }
.hero__lead {
  margin:28px 0 0;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:25px;
  line-height:1.05;
  color:#eee;
  font-weight:800;
  letter-spacing:.6px;
}
.hero__cta {
  z-index:5;
  grid-column:3;
  grid-row:2;
  align-self:end;
  justify-self:stretch;
  height:214px;
  background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
  border:1px solid rgba(255,255,255,.15);
  padding:45px 40px 30px;
  box-shadow:0 25px 80px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.hero__cta h3 {
  margin:0 0 26px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:27px;
  line-height:1.06;
  letter-spacing:.5px;
}

/* ===== Features ===== */
.features {
  position:relative;
  z-index:4;
  margin-top:-188px;
  margin-bottom:20px;
  pointer-events:none;
}
.features__grid {
  width:calc(100% - 330px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:transparent;
  border:0;
  pointer-events:none;
}
.feature {
  padding:16px 25px 14px 0;
  min-height:145px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  border-right:1px solid var(--line);
  pointer-events:auto;
}
.feature:last-child { border-right:0; }
.icon {
  font-family:"Arial Narrow",Impact,sans-serif;
  color:var(--red);
  font-size:44px;
  line-height:1;
  margin-top:3px;
}
.feature b {
  display:block;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:17px;
  line-height:1.18;
  letter-spacing:.35px;
}
.feature p {
  margin:12px 0 0;
  color:#b9b9b9;
  font-size:14px;
  line-height:1.42;
}
.feature__title-link{
  position:relative;
  z-index:20;
  color:inherit;
  text-decoration:none;
  display:inline-block;
  pointer-events:auto;
  cursor:pointer;
}
.feature__title-link:hover{color:var(--red);}

/* ===== Sections ===== */
.section { padding:66px 0 0; }
.section__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:30px;
  border-bottom:1px solid var(--line);
}
.title {
  position:relative;
  margin:0 0 -1px;
  padding:0 0 18px 34px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:36px;
  line-height:1;
  letter-spacing:.6px;
}
.title:before {
  content:"/";
  position:absolute;
  left:0;
  top:-3px;
  color:var(--red);
  font-weight:900;
}
.all {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  color:#dcdcdc;
  font-size:14px;
  white-space:nowrap;
  font-weight:800;
}
.all:hover { color:var(--red); }
.all span { font-size:24px; vertical-align:-2px; }

.card__link,
.card__title-link {
  display:block;
  color:inherit;
  text-decoration:none;
}
.card__title-link:hover { color:var(--red); }
.tech__link,
.tech__title-link,
.news__link,
.news__title-link {
  display:block;
  color:inherit;
  text-decoration:none;
}
.tech__title-link:hover,
.news__title-link:hover { color:var(--red); }

/* ===== Cards ===== */
.cards {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}
.card {
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  border:1px solid var(--line);
  min-height:386px;
  position:relative;
  overflow:hidden;
}
.card__img {
  height:184px;
  width:100%;
  object-fit:cover;
  filter:saturate(.82) contrast(1.08);
}
.card__body { padding:26px 20px 22px; }
.card h3 {
  margin:0 0 19px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
}
.card p { margin:0; color:#b7b7b7; font-size:16px; line-height:1.5; }


.card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}
.tech-card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}
.news-card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}

/* ===== Tech ===== */
.tech {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.tech-card {
  position:relative;
  min-height:230px;
  border:1px solid var(--line);
  overflow:hidden;
  background:#111111;
}
.tech__link {
  position:absolute;
  inset:0;
  z-index:1;
}
.tech-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.86;
}
.tech-card:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.26),rgba(0,0,0,.75));
}
.tech-card:before {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  border-style:solid;
  border-width:0 0 26px 26px;
  border-color:transparent transparent var(--red) transparent;
  z-index:3;
}
.tech-card__info {
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:center;
  gap:20px;
}
.tech-icon { font-size:43px; color:#fff; }
.tech-card h3 {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  margin:0;
  font-size:28px;
}
.tech-card p { margin:5px 0 0; color:#c8c8c8; line-height:1.45; }

/* ===== News ===== */
.news {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.news-card {
  min-height:auto;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  
  border:1px solid var(--line);
}
.news-card img {
  position:static;
  width:100%;
  height:220px;
  object-fit:cover;
  opacity:1;
}
.news-card:after { display:none; }
.news-card__body {
  position:static;
  z-index:1;
  left:auto;
  right:auto;
  bottom:auto;
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px 22px 22px;
 background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
}
.news-card .date {
  position:static;
  display:inline-flex;
  width:fit-content;
  margin:0 0 16px;
  background:var(--red);
  color:#fff;
  padding:6px 10px;
  font-family:"Arial Narrow",Impact,sans-serif;
  font-weight:800;
  font-size:14px;
}
.news-card h3 {
  margin:0 0 19px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
}
.news-card p { margin:0 0 18px; color:#c4c4c4; }
.news-card .more { margin-top:auto; }

.more {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  color:var(--red);
  font-weight:800;
}
.more span { font-size:24px; vertical-align:-2px; margin-left:8px; }

/* ===== FAQ ===== */
.faq {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:30px;
}
.faq-list { border-top:1px solid var(--line); }
.faq-item {
  cursor:pointer;
  flex-wrap:wrap;
  min-height:58px;
  border:1px solid var(--line);
  border-top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
  font-weight:700;
}
.faq-item:hover { background:#15191c; }
.faq-toggle { font-size:30px; font-weight:300; color:#bbb; line-height:1; transition:.2s; }
.faq-answer {
  display:none;
  width:100%;
  padding:16px 0 4px;
  color:#c8c8c8;
  text-transform:none;
  line-height:1.45;
  font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:0.1px;
}
.faq-item.active .faq-answer { display:block; }
.faq-item.active .faq-toggle { content:'−'; }

.question {
  border:1px solid var(--line);
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  min-height:232px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:34px;
}
.question__icon{
  width:78px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 78px;
}
.question__icon img{
  width:78px;
  height:78px;
  display:block;
  object-fit:contain;
}
.question h3 {
  margin:0 0 10px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:28px;
}
.question p { margin:0 0 24px; color:#c4c4c4; line-height:1.45; }

/* ===== Footer ===== */
.footer {
  margin-top:0;
  background:#050505;
  border-top:1px solid rgba(255,255,255,0.06);
  padding:34px 0;
}
.footer__grid {
  display:grid;
  grid-template-columns:1.4fr 0.8fr 0.8fr 1.3fr;
  gap:36px;
}
.footer .brand { min-width:0; }
.footer .brand img { width:100px; height:70px; }
.footer .brand__text { font-size:18px; }
.copy { margin-top:18px; color:#888; }
.footer .copy:first-of-type{
  margin-left:102px;
}
.footer-copy{
 text-align:center;
 margin-top:28px;
 color:#888;
}
.footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.45px;
}
.footer-links a {
  opacity:0.92;
}
.footer-links a:hover {
  color:var(--red);
}
.contacts p { margin:0 0 10px; color:#d0d0d0; }
.social {
  display:flex;
  gap:11px;
  margin-top:17px;
}
.social i {
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  font-style:normal;
  font-family:"Arial Narrow",Impact,sans-serif;
}

.mobile-menu { display:none; }

/* ===== Медиа-запросы (объединены) ===== */
@media (max-width:1180px) {
  .brand { min-width:330px; }
  .brand img { width:82px; height:82px; }
  .nav { gap:18px; font-size:12px; }
  .hero h1 { font-size:62px; }
  .hero__inner { grid-template-columns:minmax(320px,520px) 1fr 270px; }
  .features__grid { width:calc(100% - 300px); grid-template-columns:repeat(2,1fr); }
  .features { margin-top:-210px; }
  .feature:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,0.08); }
  .cards { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:820px) {
  .container { width:calc(100% - 32px); }
  .header { height:76px; }
  .header__inner { gap:10px; }
  .brand { min-width:0; gap:10px; flex:0 0 auto; }
  .brand img { width:54px; height:54px; }
  .brand__text { display:none; }
  .nav { display:none; }
  .header .btn {
    display:inline-flex;
    min-width:0;
    height:38px;
    min-height:38px;
    padding:0 14px;
    margin-left:auto;
    background:transparent;
    color:var(--red);
    font-size:11px;
    line-height:1;
    white-space:nowrap;
  }
  .burger {
    display:block;
    margin-left:0;
    flex:0 0 42px;
  }
  .hero {
    min-height:auto;
    background-position:center top;
  }
  .hero__inner {
    min-height:auto;
    padding:62px 0 325px;
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .hero__copy, .hero__cta { grid-column:auto; grid-row:auto; }
  .hero h1 { font-size:48px; max-width:320px; }
  .hero__lead { font-size:17px; }
  .hero__cta {
    justify-self:stretch;
    align-self:auto;
    width:auto;
    height:auto;
    margin-top:8px;
    padding:20px;
    background:rgba(145,14,19,.76);
  }
  .hero__cta h3 { font-size:21px; margin-bottom:14px; }
  .btn { min-height:44px; padding:0 18px; font-size:13px; }

  .features { margin-top:-295px; }
  .features__grid {
    width:100%;
    grid-template-columns:1fr;
    background:rgba(16,16,16,.96);
    border:1px solid var(--line);
    pointer-events:none;
  }
  .feature {
    min-height:auto;
    padding:20px 18px;
    grid-template-columns:42px 1fr;
    gap:12px;
    border-bottom:1px solid var(--line);
    border-right:0;
  }
  .feature:last-child { border-bottom:0; }
  .icon { font-size:31px; margin:0; }
  .feature b { font-size:16px; }
  .feature__title-link {
    position:relative;
    z-index:20;
    display:inline-block;
    pointer-events:auto;
    cursor:pointer;
  }
  .feature__title-link:hover { color:var(--red); }
  .feature p { display:none; }

  .section { padding-top:46px; }
  .section__head { align-items:flex-end; margin-bottom:22px; }
  .title { font-size:27px; padding-left:24px; }
  .all { font-size:12px; }

  .cards { grid-template-columns:1fr; gap:18px; }
  .card { width:100%; min-height:auto; }
  .card__img { height:145px; }
  .card__body { padding:18px; }
  .card h3 { font-size:19px; }
  .card p { font-size:14px; }

  .tech, .news, .faq, .footer__grid { grid-template-columns:1fr; }
  .tech-card { min-height:210px; }
  .tech-card__info { grid-template-columns:50px 1fr; left:20px; right:20px; bottom:20px; }
  .tech-icon { font-size:34px; }
  .tech-card h3 { font-size:24px; }
  .news-card img { height:205px; }

  .faq { gap:18px; }
  .question { padding:24px; display:block; }
  .question__icon { width:60px; height:60px; font-size:32px; margin-bottom:16px; }

  .footer { margin-top:0; }
  .footer__grid { gap:24px; }
  .footer .brand__text { display:block; }
  .footer-links { font-size:12px; }

  .mobile-menu {
    display:block;
    position:fixed;
    inset:76px 0 auto 0;
    background:#080808;
    border-bottom:1px solid #222;
    transform:translateY(-130%);
    transition:.25s;
    z-index:40;
    padding:18px 16px;
  }
  .mobile-menu a {
    display:block;
    font-family:"Arial Narrow",Impact,sans-serif;
    text-transform:uppercase;
    padding:13px 0;
    border-bottom:1px solid #1f1f1f;
  }
  .mobile-menu.open { transform:translateY(0); }

  /* Специфичные правки для направлений, техники, новостей */
  #directions, #tech, #news { display:flex; flex-direction:column; }
  #directions .section__head, #tech .section__head, #news .section__head { display:contents; }
  #directions .title, #tech .title, #news .title {
    order:1;
    width:100%;
    margin:0 0 22px;
    white-space:nowrap;
    font-size:clamp(20px,5.6vw,27px);
    background:transparent;
    border:0;
    box-shadow:none;
    text-align:left;
    padding:0 0 18px 24px;
  }
  #directions .title:before, #tech .title:before, #news .title:before { display:block; }
  #directions .cards, #tech .tech, #news .news { order:2; }
  #directions .all, #tech .all, #news .all {
    order:3;
    align-self:flex-start;
    display:inline-flex;
    margin:20px 0 0 24px;
    font-size:13px;
    white-space:nowrap;
    background:transparent;
    border:0;
    color:#dcdcdc;
    padding:0;
    min-height:auto;
  }
  #directions .all {
    order:3;
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    margin:22px 0 0;
    padding:0;
    min-height:56px;
    background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 18px 55px rgba(0,0,0,.25);
    font-size:14px;
    text-align:center;
}
  #directions .all:hover {
    background:#b9151b;
    color:#fff;
  }
  #directions .all span { display:none; }
  #tech .all,
  #news .all {
    order:3;
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    margin:22px 0 0;
    padding:0;
    min-height:56px;
    background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 18px 55px rgba(0,0,0,.25);
    font-size:14px;
    text-align:center;
  }
  #tech .all:hover,
  #news .all:hover {
    background:#b9151b;
    color:#fff;
  }
  #tech .all span,
  #news .all span { display:none; }
  #directions .cards { grid-template-columns:1fr; }
  #tech .tech, #news .news { grid-template-columns:1fr; }
}

@media (max-width:430px) {
  .container { width:calc(100% - 24px); }
  .header__inner { gap:8px; }
  .header .btn { height:34px; min-height:34px; padding:0 9px; font-size:10px; letter-spacing:.2px; }
  .burger { width:38px; height:38px; flex-basis:38px; }
  .hero h1 { font-size:40px; }
  .hero__inner { padding-top:48px; padding-bottom:305px; }
  .hero__cta { margin-top:0; }
  .section__head { border-bottom:0; display:block; }
  .title { margin-bottom:12px; }
  .all { display:inline-block; margin-left:24px; }
  .feature { padding:17px 14px; }
  .cards { gap:16px; }
  .news-card img { height:185px; }

  #directions .title, #tech .title, #news .title {
    margin:0 0 18px;
    padding:0 0 18px 24px;
    font-size:clamp(19px,5.4vw,24px);
    letter-spacing:.6px;
  }
  #directions .all, #tech .all, #news .all {
    margin:18px 0 0 24px;
    font-size:12px;
  }
  #directions .all,
  #tech .all,
  #news .all {
    width:100%;
    margin:18px 0 0;
    padding:0;
    min-height:50px;
  }
}

/* ===== CTA Ready ===== */
.cta-ready {
  position: relative;
  overflow: hidden;
  margin-top:72px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(215, 25, 32, 0.26), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(123, 13, 17, 0.22), transparent 34%),
    linear-gradient(135deg, #191c20 0%, #111315 52%, #08090a 100%);
  border-top: 1px solid rgba(215, 25, 32, 0.28);
  border-bottom: 1px solid rgba(215, 25, 32, 0.14);
}
.cta-ready:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(215,25,32,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215,25,32,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.45));
  background-size: 62px 62px, 62px 62px, auto;
  pointer-events: none;
}
.cta-ready__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.cta-ready__icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 1px solid rgba(215,25,32,0.34);
  background: rgba(215,25,32,0.10);
  color: var(--red);
  display: grid;
  place-items: center;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 30px;
  box-shadow: 0 0 34px rgba(215,25,32,0.22);
}
.cta-ready h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.cta-ready h2 span {
  color: var(--red);
}
.cta-ready p {
  max-width: 610px;
  margin: 24px auto 0;
  color: #c4c4c4;
  font-size: 17px;
  line-height: 1.6;
}
.cta-ready__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.cta-ready__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #c8c8c8;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.cta-ready__phone:hover {
  color: #fff;
}
@media (max-width: 820px) {
  .cta-ready {
    margin-top:72px;
    padding: 66px 0;
  }
  .cta-ready h2 {
    white-space: normal;
  }
  .cta-ready__actions {
    display: grid;
  }
}
  /* ========== hero-in ========== */
  .hero-in {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .hero-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }

  .hero-in-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
  }

  .hero-in-badge {
    display: inline-block;
    border: 1px solid var(--red);
    color: var(--red);
    padding: 8px 24px;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease 0.2s both;
  }

  .hero-in h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(40px, 10vw, 72px);
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 0 0 30px rgba(255,215,0,0.5);
    animation: fadeInUp 1s ease 0.4s both;
  }

  .hero-in h1 span {
    color: var(--red);
  }

  .hero-in p {
    font-size: 24px;
    color: var(--grey);
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    animation: fadeInUp 1s ease 0.6s both;
  }

  .hero-in-btn {
    display: inline-block;
    background: var(--red);
    color: var(--black);
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
    box-shadow: 0 10px 40px rgba(255,215,0,0.4);
    animation: fadeInUp 1s ease 0.8s both;
  }

  .hero-in-btn:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(255,215,0,0.6);
  }

  .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    z-index: 2;
  }

  .scroll-indicator span {
    display: block;
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--red), transparent);
    margin: 0 auto;
  }

  @keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
/* ========== hero-in ========== */