
:root {
  --bg: #060606;
  --bg-soft: #101010;
  --surface: rgba(16, 16, 16, 0.88);
  --surface-2: rgba(255, 255, 255, 0.04);
  --text: #ffffff;
  --muted: #d2d2d2;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #ed1c24;
  --brand-dark: #a90d12;
  --white: #ffffff;
  --shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.76)),
url('../img/ays-background.png') center top / cover no-repeat;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(237, 28, 36, 0.06), transparent 25%, transparent 75%, rgba(237, 28, 36, 0.03));
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.top-stripe {
  height: 10px;
  background: var(--brand);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 7, 7, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-logo img {
  width: clamp(160px, 22vw, 245px);
  height: auto;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-link,
.call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
  transition: 0.2s ease;
}

.nav-link.active,
.nav-link:hover,
.call-link:hover,
.button:hover,
.button-secondary:hover {
  transform: translateY(-1px);
}

.nav-link.active,
.button,
.call-link {
  background: linear-gradient(180deg, #ff262f, var(--brand-dark));
  border-color: transparent;
}

main {
  padding-bottom: 3rem;
}

.hero {
  padding: 2.4rem 0 1rem;
}

.hero-card,
.page-hero-card,
.notice,
.card,
.footer-card,
.payment-card {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.92), rgba(9, 9, 9, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  overflow: hidden;
}

.hero-copy,
.hero-logo-panel,
.page-hero-copy {
  padding: clamp(1.4rem, 3vw, 3rem);
}

.hero-copy h1,
.page-hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0.85rem 0 1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(237, 28, 36, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffdede;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lead,
.support-copy,
.section-header p,
.card p,
.notice p,
.price-copy,
.contact-copy,
.footer-card {
  color: var(--muted);
}

.hero-actions,
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions {
  margin-top: 1.4rem;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-logo-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(237, 28, 36, 0.18), transparent 54%);
}

.logo-wrap {
  width: min(100%, 480px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: clamp(1rem, 2vw, 1.6rem);
}

.hero-logo {
  width: 100%;
  height: auto;
}

.page-hero {
  padding: 2.2rem 0 0.75rem;
}

.page-hero-card {
  overflow: hidden;
}

.section {
  padding: 0.9rem 0 1.2rem;
}

.section-header {
  margin-bottom: 1rem;
}

.section-header h2,
.notice strong,
.card strong,
.payment-card strong {
  font-size: 1.4rem;
  font-weight: 700;
}

.grid-2,
.grid-3,
.contact-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.notice,
.payment-card {
  padding: 1.25rem;
}

.price-card h3,
.contact-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.price-range {
  margin-top: 0.9rem;
  color: var(--white);
  font-weight: 700;
}

.payment-card img {
  margin-top: 0.9rem;
  width: min(100%, 400px);
  height: auto;
}

.site-footer {
  padding: 0 0 1.5rem;
}

.footer-card {
  padding: 1rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  text-align: center;
}

@media (max-width: 980px) {
  .hero-card,
  .grid-3,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0.3rem;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-link,
  .call-link {
    width: 100%;
  }

  .grid-2,
  .grid-3,
  .contact-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .page-hero-copy h1 {
    line-height: 1.02;
  }

  .footer-card {
    flex-direction: column;
    gap: 0.35rem;
  }
}
