:root {
  --bg: #fbfbfd;
  --bg-2: #f4f6fb;
  --panel: #ffffff;
  --panel-2: #f7f8ff;
  --line: rgba(18, 22, 34, 0.12);
  --text: #171821;
  --muted: #5f6574;
  --accent: #7a1230;
  --accent-2: #67c5ff;
  --accent-3: #a8e6ff;
  --glow: 0 0 22px rgba(103, 197, 255, 0.28);
  --shadow: 0 18px 44px rgba(16, 19, 28, 0.12);
  --shadow-soft: 0 12px 30px rgba(16, 19, 28, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 12% 6%, rgba(103, 197, 255, 0.18), transparent 45%),
    radial-gradient(circle at 92% 12%, rgba(122, 18, 48, 0.14), transparent 44%),
    repeating-linear-gradient(120deg, rgba(16, 19, 28, 0.035) 0 1px, transparent 1px 120px),
    linear-gradient(180deg, var(--bg) 0%, #f6f7fb 60%, var(--bg) 100%);
  color: var(--text);
  padding-top: 82px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-text {
  font-family: "Marcellus", serif;
  letter-spacing: 0.4px;
}

a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding: 86px 0;
}

.section-title {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 10px;
}

.muted {
  color: var(--muted);
}

.site-header {
  background: transparent;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease;
  will-change: transform;
}

.site-header.nav-hidden {
  transform: translateY(-110%);
}

.site-header.is-scrolled .nav-shell {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(16, 19, 28, 0.12);
}

.top-alert {
  background: linear-gradient(90deg, var(--accent), #651027);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.top-alert__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.top-alert__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top-alert__link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  text-decoration: underline;
}

.nav-shell {
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 253, 0.78);
  box-shadow: 0 12px 28px rgba(16, 19, 28, 0.08);
}

.nav-shell--neo {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  padding: 10px 0 12px;
}

.nav-shell--neo .container {
  background:
    radial-gradient(520px 240px at 10% 0%, rgba(103, 197, 255, 0.22), transparent 60%),
    radial-gradient(520px 240px at 90% 0%, rgba(122, 18, 48, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 22, 34, 0.10);
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  position: relative;
}

.site-header.is-scrolled .nav-shell--neo .container {
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 14px 36px rgba(16, 19, 28, 0.14);
}

.site-header.is-scrolled .nav-shell--neo {
  background: transparent;
  box-shadow: none;
  border-bottom: none;
}

.brand-neo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
}

.brand-neo__logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.brand-neo__text {
  display: grid;
  line-height: 1.05;
}

.brand-neo__name {
  font-weight: 900;
  color: var(--accent);
  letter-spacing: 0.2px;
  font-size: 1.05rem;
}

.brand-neo__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(23, 24, 33, 0.60);
}

.brand-neo__tag i {
  color: var(--accent);
}

.nav-neo__pill {
  margin-left: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(103, 197, 255, 0.18);
  background: rgba(103, 197, 255, 0.10);
  font-weight: 900;
  color: rgba(23, 24, 33, 0.82);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-neo__pill i {
  color: var(--accent);
}

.nav-neo {
  display: flex;
  gap: 10px;
  margin-right: 16px;
}

.nav-neo .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  color: rgba(23, 24, 33, 0.82);
  transition: all 0.2s ease;
}

.nav-neo .nav-link i {
  color: var(--accent);
  opacity: 0.9;
}

.nav-neo .nav-link span {
  display: inline-block;
}

.nav-neo .nav-link:hover,
.nav-neo .nav-link:focus {
  background: rgba(103, 197, 255, 0.10);
  border-color: rgba(103, 197, 255, 0.18);
  color: rgba(23, 24, 33, 0.92);
}

.header-actions-neo .btn {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-shell--neo .navbar-toggler {
  border-color: rgba(18, 22, 34, 0.12);
}

@media (max-width: 991.98px) {
  .nav-shell--neo .container {
    border-radius: 24px;
    padding: 10px 12px;
  }

  .nav-neo {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    gap: 8px;
    padding: 10px 0;
  }

  .nav-neo .nav-link {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-shell--neo .navbar-collapse {
    margin-top: 10px;
    padding: 10px 10px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(18, 22, 34, 0.10);
    box-shadow: 0 16px 40px rgba(16, 19, 28, 0.14);
  }

  .header-actions-neo {
    width: 100%;
    margin-top: 10px;
  }

  .header-actions-neo .btn {
    width: 100%;
  }
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 197, 255, 0.35);
  background: linear-gradient(120deg, rgba(103, 197, 255, 0.20), rgba(255, 255, 255, 0.92));
  box-shadow: var(--shadow);
}

.brand-crest {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(103, 197, 255, 0.10);
  border: 1px solid rgba(103, 197, 255, 0.30);
}

.brand-logo {
  height: 36px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(16, 19, 28, 0.20));
}

.brand-stack {
  display: grid;
  line-height: 1.1;
}

.brand-text {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.05rem;
}

.brand-sub {
  font-size: 0.7rem;
  color: rgba(23, 24, 33, 0.60);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.navbar .nav-link {
  color: var(--text);
  font-weight: 700;
  opacity: 0.9;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--accent);
  opacity: 1;
}

.nav-tiles {
  display: flex;
  gap: 10px;
  margin-right: 18px;
}

.nav-tiles .nav-link {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.2s ease;
}

.nav-tiles .nav-link:hover,
.nav-tiles .nav-link:focus {
  border-color: rgba(122, 18, 48, 0.22);
  background: rgba(122, 18, 48, 0.06);
}

.navbar-toggler {
  border-color: rgba(40, 50, 44, 0.2);
}

.nav-toggle {
  border-radius: 12px;
  padding: 6px 10px;
}

.header-actions-creative {
  gap: 10px;
}

.btn-cta-ghost {
  border: 1px solid rgba(122, 18, 48, 0.22);
  background: rgba(122, 18, 48, 0.06);
  color: var(--accent);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-cta-ghost:hover {
  background: rgba(122, 18, 48, 0.10);
}

.btn-cta-solid {
  border: none;
  background: linear-gradient(135deg, var(--accent), #651027);
  color: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--glow);
}

.btn-cta-solid:hover {
  filter: brightness(1.03);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: none;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: var(--glow);
  font-weight: 700;
}

.btn-primary:hover {
  filter: brightness(1.03);
}

.btn-outline-primary {
  border-color: rgba(122, 18, 48, 0.35);
  color: var(--accent);
}

.btn-outline-primary:hover {
  background: rgba(122, 18, 48, 0.10);
  color: var(--accent);
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-simple {
  border: 1px solid rgba(122, 18, 48, 0.22);
  background: rgba(122, 18, 48, 0.06);
  color: var(--text);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.btn-simple:hover {
  color: rgba(255, 255, 255, 0.94);
  background: linear-gradient(135deg, var(--accent), #651027);
  box-shadow: 0 12px 26px rgba(16, 19, 28, 0.14);
}

.btn-simple-outline {
  background: transparent;
  border-style: dashed;
}

.hero {
  position: relative;
  padding: 110px 0 80px;
}

.hero-neo {
  min-height: 76vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 130px 0 86px;
}

.hero-neo .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(122, 18, 48, 0.26), rgba(103, 197, 255, 0.14)),
    url("../img/hero.webp") center/cover no-repeat;
  transform: scale(1.05);
}

.hero-neo .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 30% 28%, rgba(168, 230, 255, 0.20), transparent 60%),
    radial-gradient(900px 520px at 70% 22%, rgba(122, 18, 48, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(10, 10, 16, 0.62), rgba(10, 10, 16, 0.78));
}

.hero-neo .container {
  position: relative;
  z-index: 1;
}

.hero-row {
  position: relative;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.90);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.kicker-pill i {
  color: var(--accent-3);
}

.hero-neo .hero-title {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  letter-spacing: 0.2px;
  text-wrap: balance;
}

.hero-neo .hero-lead {
  color: rgba(255, 255, 255, 0.80);
  max-width: 58ch;
  margin-top: 14px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.90);
  font-weight: 800;
}

.hero-chip i {
  color: var(--accent-3);
}

.hero-neo .hero-note {
  max-width: 70ch;
  margin-left: 0;
  margin-right: 0;
}

.hero-card {
  border-radius: 28px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(620px 320px at 30% 20%, rgba(168, 230, 255, 0.22), transparent 60%),
    radial-gradient(620px 320px at 80% 60%, rgba(122, 18, 48, 0.14), transparent 62%);
  pointer-events: none;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.hero-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(12, 12, 18, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.90);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.hero-card__badge i {
  color: var(--accent-3);
}

.hero-card__badge--sky {
  background: rgba(103, 197, 255, 0.14);
  border-color: rgba(168, 230, 255, 0.22);
}

.hero-card__title {
  margin-top: 6px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: 0.2px;
  font-size: 1.06rem;
}

.hero-card__list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.hero-card__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
  line-height: 1.35rem;
}

.hero-card__list i {
  color: var(--accent-3);
  margin-top: 2px;
}

.hero-card__mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.mini-stat {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mini-stat__num {
  font-weight: 900;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.94);
}

.mini-stat__lbl {
  margin-top: 2px;
  font-weight: 900;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.70);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-scroll:hover {
  transform: translateX(-50%) translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 991.98px) {
  .hero-neo {
    min-height: auto;
    padding: 118px 0 78px;
  }

  .hero-neo .hero-title,
  .hero-neo .hero-lead,
  .hero-neo .hero-note {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-kicker,
  .hero-chips {
    justify-content: center;
  }

  .hero-card {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-center {
  min-height: 74vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-center .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(122, 18, 48, 0.32), rgba(103, 197, 255, 0.18)),
    url("../img/hero.webp") center/cover no-repeat;
  transform: scale(1.04);
}

.hero-center .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(103, 197, 255, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(12, 12, 18, 0.66), rgba(12, 12, 18, 0.74));
}

.hero-center .container {
  position: relative;
  z-index: 1;
}

.hero-center__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.hero-center .hero-title {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  letter-spacing: 0.2px;
}

.hero-center .hero-lead {
  color: rgba(255, 255, 255, 0.80);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.90);
  font-weight: 800;
}

.hero-badge i {
  color: var(--accent-3);
}

.hero-note {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  font-size: 0.95rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.hero-parallax {
  position: relative;
  background:
    linear-gradient(120deg, rgba(8, 10, 7, 0.86), rgba(12, 14, 10, 0.86)),
    url("../img/hero2.webp") center/cover fixed;
  overflow: hidden;
}

.hero-parallax .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(198, 214, 43, 0.2), transparent 45%),
    linear-gradient(180deg, rgba(6, 8, 6, 0.8), rgba(6, 8, 6, 0.9));
}

.hero-parallax .container {
  position: relative;
  z-index: 1;
}

.hero-dark {
  color: #f4f5f0;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: center;
}

.hero-copy {
  background: rgba(15, 18, 12, 0.78);
  border: 1px solid rgba(198, 214, 43, 0.25);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}

.hero-tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(198, 214, 43, 0.35);
  border-radius: 999px;
  color: #e8f07a;
  margin-bottom: 14px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.hero-lead {
  color: rgba(244, 245, 240, 0.78);
}

.hero-list {
  margin-top: 18px;
  border: 1px solid rgba(198, 214, 43, 0.22);
  border-radius: 20px;
  padding: 18px;
  background: rgba(12, 15, 10, 0.75);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.hero-list h6 {
  margin-bottom: 12px;
  color: #e8f07a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
}

.hero-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.hero-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #f4f5f0;
}

.hero-list i {
  color: #e8f07a;
}

.hero-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(198, 214, 43, 0.25);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.45);
}

.hero-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

.hero-visual-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 15, 10, 0.85);
  border: 1px solid rgba(198, 214, 43, 0.35);
  color: #e8f07a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.about-section {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 60%, var(--bg) 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

.about-visual {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.about-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 12, 18, 0.78);
  color: rgba(168, 230, 255, 0.92);
  border: 1px solid rgba(168, 230, 255, 0.22);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.about-copy {
  border-radius: 26px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.about-point {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(103, 197, 255, 0.18);
  background: rgba(103, 197, 255, 0.08);
}

.about-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(122, 18, 48, 0.14);
  color: var(--accent);
  font-size: 1.1rem;
}

.about-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(122, 18, 48, 0.06);
  border: 1px solid rgba(122, 18, 48, 0.14);
  color: rgba(23, 24, 33, 0.82);
  font-weight: 800;
  font-size: 0.9rem;
}

.offers-section {
  position: relative;
  background: var(--bg-2);
  overflow: hidden;
}

.offers-creative {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--bg-2) 100%);
}

.offers-section > .container {
  position: relative;
  z-index: 1;
}

.offers-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 10px;
}

.offers-hero__copy {
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.offers-hero__stat {
  display: grid;
  align-content: start;
}

.offers-stat-card {
  border-radius: 24px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(103, 197, 255, 0.16), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(103, 197, 255, 0.22);
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
}

.offers-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.offers-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 197, 255, 0.22);
  background: rgba(103, 197, 255, 0.10);
  font-weight: 600;
  color: rgba(23, 24, 33, 0.84);
  font-size: 0.85rem;
}

.ranking-wrap {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(18, 22, 34, 0.08);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
}

.ranking-item {
  display: grid;
  grid-template-columns: 118px 1fr 220px 180px;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid rgba(18, 22, 34, 0.08);
}

.ranking-item + .ranking-item {
  margin-top: 12px;
}

.ranking-rank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rank-chip {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--accent);
  background: radial-gradient(circle at 30% 30%, rgba(168, 230, 255, 0.9), rgba(103, 197, 255, 0.55));
  box-shadow: 0 14px 26px rgba(103, 197, 255, 0.20);
  border: 1px solid rgba(103, 197, 255, 0.35);
}

.ranking-stars {
  display: inline-flex;
  gap: 2px;
  color: #f2b300;
  font-size: 14px;
}

.ranking-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ranking-name {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.06rem;
}

.ranking-desc {
  margin-top: 2px;
  font-size: 0.95rem;
  line-height: 1.25rem;
}

.ranking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(103, 197, 255, 0.10);
  border: 1px solid rgba(103, 197, 255, 0.18);
  color: rgba(23, 24, 33, 0.86);
  font-weight: 800;
  font-size: 0.86rem;
}

.meta-pill i {
  color: var(--accent);
}

.bonus-box {
  height: 100%;
  border-radius: 22px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(122, 18, 48, 0.16);
  background:
    radial-gradient(280px 140px at 20% 20%, rgba(168, 230, 255, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(122, 18, 48, 0.06), rgba(122, 18, 48, 0.02));
}

.bonus-title {
  font-weight: 900;
  color: var(--accent);
  font-size: 1.02rem;
}

.bonus-sub {
  color: rgba(23, 24, 33, 0.70);
  font-weight: 800;
  margin-top: 2px;
}

.ranking-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.cta-note {
  text-align: center;
  color: rgba(23, 24, 33, 0.55);
  font-weight: 800;
  font-size: 0.82rem;
}

@media (max-width: 992px) {
  .ranking-item {
    grid-template-columns: 92px 1fr;
    grid-template-areas:
      "rank main"
      "bonus bonus"
      "cta cta";
  }

  .ranking-rank {
    grid-area: rank;
  }

  .ranking-main {
    grid-area: main;
  }

  .ranking-bonus {
    grid-area: bonus;
  }

  .ranking-cta {
    grid-area: cta;
  }
}

.offer-list {
  display: grid;
  gap: 18px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
  position: relative;
}

.offer-row::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(103, 197, 255, 0.22), rgba(122, 18, 48, 0.35));
}

.offer-logo-slot {
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(103, 197, 255, 0.06);
  padding: 10px;
  min-height: 84px;
}

.offer-logo-slot img {
  max-width: 140px;
  width: 100%;
  max-height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(20, 24, 20, 0.2));
}

.offer-info h3 {
  margin: 4px 0 4px;
  font-size: 1.2rem;
}

.offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 6px;
}

.offer-score-box {
  display: grid;
  place-items: start;
  text-align: left;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(103, 197, 255, 0.22);
  background: rgba(103, 197, 255, 0.10);
  margin-top: 8px;
}

.offer-score-box .score {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.offer-score-box .stars {
  color: var(--accent);
  display: inline-flex;
  gap: 4px;
  margin: 4px 0;
}

.offer-score-box small {
  color: var(--muted);
}

.offer-guard {
  display: grid;
  gap: 6px;
  color: var(--muted);
  margin-top: 6px;
}

.offer-row .btn-offer {
  justify-self: start;
  margin-bottom: 20px;
  margin-top: 8px;
}

.offer-row .offer-score-box,
.offer-row .offer-guard,
.offer-row .btn-offer {
  grid-column: 2 / 3;
}

.offer-row .offer-info {
  grid-column: 2 / 3;
}

.offer-row .offer-logo-slot {
  align-self: start;
}

@media (max-width: 1200px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .offer-row {
    grid-template-columns: 1fr;
  }

  .offer-row .offer-info,
  .offer-row .offer-score-box,
  .offer-row .offer-guard,
  .offer-row .btn-offer {
    grid-column: 1 / -1;
  }

  .offer-row::after {
    left: 16px;
    right: 16px;
  }
}

.guard-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(122, 18, 48, 0.22);
  color: var(--accent);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.btn-offer {
  background: linear-gradient(135deg, var(--accent), #651027);
  color: rgba(255, 255, 255, 0.94);
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 30px rgba(16, 19, 28, 0.16);
}

.btn-offer:hover {
  filter: brightness(1.04);
  color: rgba(255, 255, 255, 0.94);
}

.icon-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: var(--panel);
  height: 100%;
  box-shadow: var(--shadow);
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--accent);
  border: 1px solid rgba(122, 18, 48, 0.14);
  margin-bottom: 12px;
  background: rgba(103, 197, 255, 0.12);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.stat-grid div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  background: var(--panel-2);
}

.stat-value {
  display: block;
  font-size: 1.5rem;
  color: var(--accent);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.testimonial-top {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--accent);
  border: 1px solid rgba(122, 18, 48, 0.14);
  background: rgba(103, 197, 255, 0.12);
  font-weight: 700;
}

.testimonial-stars {
  color: var(--accent);
  display: inline-flex;
  gap: 4px;
}

.insights-section {
  background: var(--bg-2);
}

.insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
}

.insights-intro {
  border-radius: 26px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.insights-steps {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.insights-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(110, 130, 40, 0.2);
  background: rgba(198, 214, 43, 0.1);
}

.insights-step span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(110, 130, 40, 0.3);
  color: #6a7b20;
  font-weight: 700;
}

.insights-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 6px;
}

.metric-card.highlight {
  background: linear-gradient(135deg, rgba(198, 214, 43, 0.18), rgba(255, 255, 255, 0.98));
  border-color: rgba(110, 130, 40, 0.25);
}

.metric-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6a7b20;
}

.metric-label {
  color: var(--muted);
}

.insights-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  margin-top: 28px;
}

.insight-panel {
  border-radius: 26px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.panel-chip {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(110, 130, 40, 0.25);
  background: rgba(198, 214, 43, 0.12);
  color: #6a7b20;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-grid {
  display: grid;
  gap: 14px;
}

.quote-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(110, 130, 40, 0.18);
  background: #f7f8f4;
}

.quote-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
}

.faq-panel .accordion-item {
  border-color: rgba(110, 130, 40, 0.2);
}

.faq-cta {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.contact-hub {
  background: linear-gradient(160deg, #f5f6f1 0%, #eceee8 60%, #f5f6f1 100%);
}

.contact-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 26px;
}

.contact-info {
  display: grid;
  gap: 14px;
}

.info-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.info-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #6a7b20;
  border: 1px solid rgba(110, 130, 40, 0.3);
  background: rgba(198, 214, 43, 0.18);
}

.contact-note {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: var(--panel-2);
}

.contact-note ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.form-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.form-control,
.form-select {
  background: #f7f8f4;
  border: 1px solid var(--line);
  color: var(--text);
}

.form-control::placeholder {
  color: #879287;
}

.form-control:focus,
.form-select:focus {
  border-color: #7f9122;
  box-shadow: 0 0 0 0.2rem rgba(169, 193, 38, 0.2);
  background: #ffffff;
}

.accordion-button {
  background: transparent;
  color: var(--text);
}

.accordion-button:not(.collapsed) {
  color: #6a7b20;
  box-shadow: none;
}

.accordion-item {
  border-color: var(--line);
  background: transparent;
}

.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(240, 242, 236, 0.92);
  display: none;
  place-items: center;
  z-index: 2000;
}

.age-gate.is-visible {
  display: grid;
}

.age-gate-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  max-width: 420px;
  text-align: center;
  box-shadow: var(--shadow);
}

.age-gate-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--accent);
  border: 1px solid rgba(122, 18, 48, 0.22);
  margin-bottom: 12px;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.78) !important;
}

.eyebrow--light {
  color: rgba(168, 230, 255, 0.92);
}

.trust-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(103, 197, 255, 0.18), transparent 55%),
    radial-gradient(circle at 80% 40%, rgba(168, 230, 255, 0.14), transparent 55%),
    linear-gradient(180deg, #3e0718, #5a0d24);
}

.trust-section .section-title {
  color: rgba(255, 255, 255, 0.94);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.trust-ico {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(168, 230, 255, 0.14);
  border: 1px solid rgba(168, 230, 255, 0.20);
  color: var(--accent-3);
  font-size: 1.1rem;
}

.trust-card h6 {
  margin-top: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.94);
}

.trust-card p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  line-height: 1.35rem;
}

.smart-visual {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 34, 0.10);
  box-shadow: var(--shadow);
}

.smart-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.smart-tips {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.smart-tip {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 22, 34, 0.08);
  box-shadow: var(--shadow-soft);
  font-weight: 800;
  color: rgba(23, 24, 33, 0.84);
}

.smart-tip i {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(122, 18, 48, 0.08);
  border: 1px solid rgba(122, 18, 48, 0.14);
  color: var(--accent);
  font-size: 1.1rem;
}

.faq-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-2) 100%);
  border-top: 1px solid rgba(18, 22, 34, 0.06);
}

.accordion-item {
  border: 1px solid rgba(18, 22, 34, 0.08);
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.accordion-item + .accordion-item {
  margin-top: 10px;
}

.accordion-button {
  font-weight: 900;
  color: rgba(23, 24, 33, 0.92);
  background: rgba(255, 255, 255, 0.90);
}

.accordion-button:not(.collapsed) {
  color: var(--accent);
  background: rgba(103, 197, 255, 0.10);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 197, 255, 0.22);
}

.accordion-body {
  color: rgba(23, 24, 33, 0.74);
  font-weight: 600;
  line-height: 1.45rem;
}

.faq-disclaimer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 22px;
  background: rgba(122, 18, 48, 0.06);
  border: 1px solid rgba(122, 18, 48, 0.14);
  color: rgba(23, 24, 33, 0.78);
  font-weight: 700;
}

.faq-disclaimer i {
  color: var(--accent);
  margin-top: 3px;
}

.policy-page {
  padding-bottom: 86px;
}

.policy-cover {
  position: relative;
  padding: 120px 0 40px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.policy-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 28%, rgba(168, 230, 255, 0.22), transparent 60%),
    radial-gradient(900px 520px at 78% 14%, rgba(122, 18, 48, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(10, 10, 16, 0.74), rgba(10, 10, 16, 0.82));
}

.policy-cover__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(122, 18, 48, 0.22), rgba(103, 197, 255, 0.10));
  opacity: 0.9;
}

.policy-cover__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.policy-cover h1 {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 900;
  letter-spacing: 0.2px;
  margin: 8px 0 12px;
  text-wrap: balance;
}

.policy-cover .muted {
  color: rgba(255, 255, 255, 0.78);
  max-width: 76ch;
  margin: 0 auto;
}

.policy-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  align-items: start;
  margin-top: 22px;
}

.policy-main {
  display: grid;
  gap: 12px;
}

.policy-side {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 108px;
}

.policy-card {
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 22, 34, 0.08);
  box-shadow: var(--shadow-soft);
}

.policy-card h4 {
  font-weight: 900;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.policy-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.policy-toc a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(103, 197, 255, 0.08);
  border: 1px solid rgba(103, 197, 255, 0.14);
  font-weight: 800;
  color: rgba(23, 24, 33, 0.84);
  text-decoration: none;
}

.policy-toc a:hover {
  background: rgba(122, 18, 48, 0.06);
  border-color: rgba(122, 18, 48, 0.14);
  color: rgba(23, 24, 33, 0.92);
}

.policy-toc .toc-num {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--accent);
  background: radial-gradient(circle at 30% 30%, rgba(168, 230, 255, 0.90), rgba(103, 197, 255, 0.55));
  border: 1px solid rgba(103, 197, 255, 0.30);
  flex: 0 0 auto;
}

.policy-block {
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(18, 22, 34, 0.08);
  box-shadow: var(--shadow-soft);
}

.policy-block__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.policy-num {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--accent);
  background: radial-gradient(circle at 30% 30%, rgba(168, 230, 255, 0.90), rgba(103, 197, 255, 0.55));
  border: 1px solid rgba(103, 197, 255, 0.30);
  box-shadow: 0 14px 26px rgba(103, 197, 255, 0.18);
  flex: 0 0 auto;
}

.policy-title {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 1.18rem;
}

.policy-block p {
  margin: 0;
  color: rgba(23, 24, 33, 0.72);
  font-weight: 600;
  line-height: 1.55rem;
}

.policy-block p + p {
  margin-top: 10px;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.policy-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(23, 24, 33, 0.72);
  font-weight: 650;
  line-height: 1.45rem;
}

.policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(103, 197, 255, 0.16);
  border: 1px solid rgba(103, 197, 255, 0.22);
  box-shadow: 0 10px 18px rgba(103, 197, 255, 0.12);
}

.policy-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.62rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0.55;
}

.policy-note {
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(122, 18, 48, 0.06);
  border: 1px solid rgba(122, 18, 48, 0.14);
  color: rgba(23, 24, 33, 0.78);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .top-alert__inner {
    font-size: 10px;
    gap: 3px;
  }
  .policy-cover {
    padding: 110px 0 34px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-side {
    position: static;
  }
}

@media (max-width: 992px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .smart-tips {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  color: var(--text);
  font-family: system-ui, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 32px;
}

/* TOP */
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.footer-brand {
  display: flex;
  gap: 16px;
}

.badge {
  background: var(--accent);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

/* LOGOS */
.footer-logos {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}

.footer-logos img {
  max-height: 56px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: .85;
}

/* CONTENT */
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

.footer-section {
  background: var(--panel);
  padding: 24px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.footer-section h4 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-section p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
}

.footer-bottom .note {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .offer-row {
    grid-template-columns: 160px 1.2fr 0.8fr 0.9fr auto;
  }
}

@media (max-width: 992px) {
  .top-alert__inner {
    justify-content: center;
    text-align: center;
  }

  .brand-badge {
    width: 100%;
    justify-content: center;
  }

  .nav-tiles {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin: 12px 0 8px;
  }

  .hero-split,
  .offers-hero,
  .about-grid,
  .contact-header,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .offer-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .offer-score-box {
    justify-items: start;
    text-align: left;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .insights-grid,
  .insights-panels,
  .insights-metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    height: 320px;
  }

  .about-visual img {
    height: 320px;
  }

  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-grid,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .offer-row {
    padding: 16px;
  }

  .footer-container {
    padding: 40px 16px 28px;
  }

  .footer-logos {
    gap: 16px;
    padding: 22px 0;
    margin-bottom: 28px;
  }
}
