:root {
  --bg: #12161c; --bg-2: #1a2029; --panel: #202833; --red: #c23c2a; --red-l: #e04b34;
  --gold: #d8a13c; --text: #dfe4ea; --text-soft: #99a3b0; --line: #2b3542;
  --radius: 6px; --wrap: 1140px;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg); }
h1, h2, h3 { font-family: Rajdhani, "Arial Narrow", Arial, sans-serif; line-height: 1.18; margin: 0 0 .5em; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
h1 { font-size: 3rem; } h2 { font-size: 1.9rem; } h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; } img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); } a:hover, a:focus-visible { color: var(--red-l); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.container { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; gap: 20px; min-height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; color: #fff; font-family: Rajdhani, Arial, sans-serif; font-size: 1.3rem; font-weight: 700; text-transform: uppercase; }
.brand img { width: 34px; height: auto; }
.primary-nav ul { display: flex; flex-wrap: wrap; gap: 2px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { display: block; padding: 8px 13px; border-radius: var(--radius); color: var(--text-soft); text-decoration: none; font-size: .9rem; font-weight: 500; }
.primary-nav a:hover, .primary-nav a:focus-visible { background: var(--panel); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 40px; background: none; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.nav-toggle__box { display: block; position: relative; width: 20px; height: 2px; margin: 0 auto; background: #fff; }
.nav-toggle__box::before, .nav-toggle__box::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; }
.nav-toggle__box::before { top: -6px; } .nav-toggle__box::after { top: 6px; }

.hero { padding: 66px 0 58px; background: radial-gradient(1100px 420px at 22% 0%, #2a3442 0%, var(--bg) 62%); border-bottom: 1px solid var(--line); }
.hero__mark { width: 48px; height: auto; margin-bottom: 16px; }
.hero h1 { color: #fff; max-width: 17ch; }
.hero__lead { max-width: 62ch; color: var(--text-soft); font-size: 1.06rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.btn { display: inline-block; padding: 13px 28px; border-radius: var(--radius); font-family: Rajdhani, Arial, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; font-size: 1.05rem; }
.btn--primary { background: var(--red); color: #fff; } .btn--primary:hover { background: var(--red-l); color: #fff; }
.btn--ghost { border: 2px solid var(--line); color: var(--text); padding: 11px 26px; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

.section { padding: 50px 0; } .section--alt { background: var(--bg-2); }
.section__title { position: relative; padding-bottom: 12px; margin-bottom: 22px; color: #fff; }
.section__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 4px; background: var(--red); }
.section__lead { max-width: 74ch; color: var(--text-soft); margin-bottom: 24px; }
.sub { margin: 2em 0 1em; color: var(--gold); font-size: 1.05rem; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cards > * { min-width: 0; }
.card { background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: var(--radius); padding: 22px 20px; }
.card h3 { color: #fff; } .card p { margin: 0; font-size: .92rem; color: var(--text-soft); }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { border-collapse: collapse; width: 100%; min-width: 460px; }
th, td { padding: 13px 16px; border-bottom: 1px solid var(--line); text-align: left; }
thead th { background: var(--panel); color: #fff; font-family: Rajdhani, Arial, sans-serif; text-transform: uppercase; letter-spacing: .05em; }
tbody th { font-weight: 600; color: var(--gold); }
tbody td { color: var(--text-soft); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reviews > * { min-width: 0; }
.review { margin: 0; background: var(--panel); border-radius: var(--radius); padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.review blockquote { margin: 0; } .review blockquote p { margin: 0; font-size: .93rem; }
.review blockquote p::before { content: "\201C"; } .review blockquote p::after { content: "\201D"; }
.review figcaption { margin-top: auto; font-weight: 600; color: #fff; font-size: .92rem; }
.review figcaption span { display: block; font-weight: 400; font-size: .82rem; color: var(--text-soft); }

.guarantee { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; margin: 0; padding: 0; }
.guarantee li { display: flex; align-items: center; gap: 14px; background: var(--panel); border-radius: var(--radius); padding: 14px 18px; min-width: 0; }
.guarantee img { width: 34px; height: 34px; object-fit: contain; flex: none; }
.teams { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; list-style: none; margin: 0; padding: 0; }
.teams img { max-height: 62px; width: auto; }

.section--cta { background: linear-gradient(120deg, #2a1512, #12161c 70%); }
.section--cta p { max-width: 70ch; color: var(--text-soft); }

.site-footer { background: #0d1116; color: var(--text-soft); font-size: .92rem; padding-top: 34px; border-top: 1px solid var(--line); }
.footer__in { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 26px; padding-bottom: 22px; }
.footer__name { color: #fff; font-family: Rajdhani, Arial, sans-serif; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; }
.footer__head { color: #fff; font-weight: 600; margin-bottom: .6em; }
.footer__col img { width: 150px; height: auto; opacity: .8; }
.site-footer ul { list-style: none; margin: 0; padding: 0; } .site-footer li { margin-bottom: 6px; }
.site-footer a { color: var(--text-soft); text-decoration: none; } .site-footer a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid var(--line); padding: 14px 0; }
.footer__bottom p { margin: 0; font-size: .84rem; }

@media (max-width: 1000px) { .cards { grid-template-columns: repeat(2, 1fr); } .reviews { grid-template-columns: repeat(2, 1fr); } .footer__in { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  h1 { font-size: 2rem; } h2 { font-size: 1.45rem; }
  .hero { padding: 40px 0; } .section { padding: 34px 0; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; width: 100%; order: 3; padding-bottom: 10px; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 0; }
  .primary-nav a { padding: 11px 6px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .header__in { flex-wrap: wrap; }
  .cards, .reviews, .guarantee, .footer__in { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
