.home-page {
  --lab-bg: #07131d;
  --lab-surface: rgba(8, 19, 30, 0.72);
  --lab-surface-soft: rgba(255, 255, 255, 0.08);
  --lab-border: rgba(143, 224, 255, 0.2);
  --lab-cyan: #7fe7ff;
  --lab-rose: #e378b0;
  --lab-text: #eaf6ff;
  background:
    radial-gradient(circle at 10% -10%, rgba(127, 231, 255, 0.12), transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(227, 120, 176, 0.1), transparent 44%),
    radial-gradient(circle at 15% 55%, rgba(127, 231, 255, 0.06), transparent 42%),
    radial-gradient(circle at 85% 70%, rgba(227, 120, 176, 0.05), transparent 48%),
    linear-gradient(180deg, #07111b 0%, #081421 42%, #060f18 100%);
  color: #eaf6ff;
}

.home-page .section-shell,
.inner-page .section-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-block: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(127, 231, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(7, 18, 28, 0.9), rgba(9, 20, 31, 0.82)),
    radial-gradient(circle at 10% 10%, rgba(127, 231, 255, 0.08), transparent 44%),
    radial-gradient(circle at 90% 15%, rgba(227, 120, 176, 0.06), transparent 50%);
  box-shadow:
    0 18px 40px rgba(4, 12, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-page .section-shell::before,
.inner-page .section-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(127, 231, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.home-page .section-shell::after,
.inner-page .section-shell::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 231, 255, 0.32), transparent);
  z-index: 0;
}

.home-page .section-shell > *,
.inner-page .section-shell > * {
  position: relative;
  z-index: 1;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, rgba(8, 16, 27, 0.92), rgba(15, 25, 40, 0.88)) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(127, 231, 255, 0.08);
}

.site-nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 231, 255, 0.35), transparent);
}

.site-nav .navbar-brand img {
  filter: drop-shadow(0 0 12px rgba(127, 231, 255, 0.12));
}

.site-nav .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color .2s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible {
  color: #fff !important;
}

.site-nav .nav-link.active,
.site-nav .nav-link[aria-current="page"] {
  color: #fff !important;
}

.site-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(127, 231, 255, 0), rgba(127, 231, 255, 0.85), rgba(227, 120, 176, 0.75));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .2s ease;
}

.site-nav .nav-link:hover::after,
.site-nav .nav-link:focus-visible::after,
.site-nav .nav-link.active::after,
.site-nav .nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.inner-page {
  min-height: 100vh;
  min-height: 100svh;
  color: #eaf6ff;
  background:
    radial-gradient(circle at 12% -8%, rgba(127, 231, 255, 0.13), transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(227, 120, 176, 0.11), transparent 45%),
    radial-gradient(circle at 15% 70%, rgba(127, 231, 255, 0.06), transparent 44%),
    linear-gradient(180deg, #06101a 0%, #08131f 46%, #060f18 100%);
}

.inner-page a {
  color: rgba(225, 241, 255, 0.95);
}

.inner-page .page-main {
  position: relative;
  padding: 1.5rem 0 2.5rem;
}

.inner-page .page-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(127, 231, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
}

.inner-page .page-main > .container {
  position: relative;
  z-index: 1;
}

.page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0.35rem;
  margin-bottom: 1rem;
  padding: clamp(1.1rem, 2vw, 1.7rem);
  border-radius: 22px;
  border: 1px solid rgba(127, 231, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(10, 22, 34, 0.9), rgba(9, 18, 28, 0.86)),
    radial-gradient(circle at 16% 12%, rgba(127, 231, 255, 0.08), transparent 52%),
    radial-gradient(circle at 84% 10%, rgba(227, 120, 176, 0.06), transparent 52%);
  box-shadow:
    0 18px 38px rgba(2, 9, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(127, 231, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

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

.page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 231, 255, 0.18);
  background: rgba(127, 231, 255, 0.05);
  color: rgba(233, 246, 255, 0.92);
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-title {
  margin-top: 0.85rem;
  margin-bottom: 0.45rem;
  color: #eef7ff;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-shadow: 0 8px 30px rgba(2, 9, 15, 0.35);
}

.page-subtitle {
  margin-bottom: 0;
  color: rgba(224, 239, 249, 0.85);
  font-size: 1rem;
  line-height: 1.5;
}

.page-hero.page-hero--center {
  text-align: center;
}

.page-hero.page-hero--center .page-title,
.page-hero.page-hero--center .page-subtitle {
  margin-inline: auto;
}

.page-hero.page-hero--center .page-subtitle {
  max-width: 54ch;
}

.page-panel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(127, 231, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 19, 30, 0.9), rgba(8, 17, 27, 0.86));
  box-shadow:
    0 18px 34px rgba(2, 8, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(127, 231, 255, 0.06), transparent 45%),
    radial-gradient(circle at 88% 14%, rgba(227, 120, 176, 0.05), transparent 46%);
}

.page-panel > * {
  position: relative;
  z-index: 1;
}

.inner-page .section-shell .section-title {
  color: #eef7ff;
  text-shadow: 0 6px 24px rgba(5, 14, 23, 0.45);
}

.inner-page .section-shell .section-title::after {
  box-shadow: 0 0 20px rgba(127, 231, 255, 0.26);
}

.inner-page .soft-text {
  color: rgba(225, 238, 248, 0.82);
}

.inner-page .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.inner-page .chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 231, 255, 0.14);
  background: rgba(127, 231, 255, 0.04);
  color: rgba(234, 246, 255, 0.9);
  font-size: 0.82rem;
}

.inner-page .info-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(127, 231, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 23, 35, 0.92), rgba(10, 20, 31, 0.88));
  box-shadow:
    0 14px 28px rgba(2, 8, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.inner-page .info-card .card-body {
  color: rgba(225, 238, 248, 0.86);
}

.inner-page .info-card .card-title {
  color: #eef7ff;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-weight: 700;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  background: linear-gradient(135deg, #0a3d62, #60a3bc);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(127, 231, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 55%, black 36%, transparent 85%);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 55%, rgba(10, 61, 98, 0.05), rgba(10, 61, 98, 0.48) 52%, rgba(5, 22, 37, 0.82) 100%),
    radial-gradient(circle at 20% 25%, rgba(127, 231, 255, 0.18), transparent 45%),
    radial-gradient(circle at 78% 35%, rgba(227, 120, 176, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(10, 61, 98, 0.76), rgba(96, 163, 188, 0.3));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-panel {
  width: min(820px, 100%);
  padding: clamp(1.25rem, 2vw, 2rem);
  border-radius: 24px;
  border: 2px solid rgba(127, 231, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(9, 17, 29, 0.52), rgba(9, 17, 29, 0.68)),
    radial-gradient(circle at 15% 15%, rgba(127, 231, 255, 0.08), transparent 55%);
  box-shadow:
    0 20px 70px rgba(3, 10, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(127, 231, 255, 0.06),
    0 0 0 1px rgba(127, 231, 255, 0.08),
    0 0 34px rgba(127, 231, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-panel::before {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(127, 231, 255, 0.25), rgba(127, 231, 255, 0.9), rgba(227, 120, 176, 0.85));
  box-shadow: 0 0 18px rgba(127, 231, 255, 0.25);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(127, 231, 255, 0.2);
  border-radius: 999px;
  background: rgba(9, 17, 29, 0.38);
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(234, 246, 255, 0.92);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title {
  margin-inline: auto;
  max-width: 16ch;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-shadow:
    0 0 24px rgba(227, 120, 176, 0.18),
    0 10px 40px rgba(5, 16, 25, 0.45);
}

.hero-lead {
  margin-inline: auto;
  max-width: 42ch;
  color: rgba(234, 246, 255, 0.92);
  font-size: clamp(1rem, 1.1vw + 0.85rem, 1.3rem);
}

.hero-actions {
  margin-top: 1rem;
}

.hero-btn-primary,
.hero-btn-secondary {
  min-width: 220px;
  border-radius: 14px;
  font-weight: 600;
}

.hero-btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 12px 30px rgba(7, 17, 28, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.hero-btn-primary:hover {
  transform: translateY(-1px);
}

.hero-btn-secondary {
  border-color: rgba(127, 231, 255, 0.45);
  color: #eaf6ff;
  background: rgba(127, 231, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(127, 231, 255, 0.06);
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus-visible {
  color: #fff;
  background: rgba(127, 231, 255, 0.12);
  border-color: rgba(127, 231, 255, 0.75);
}

.hero-tags {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(234, 246, 255, 0.88);
  font-size: 0.84rem;
  line-height: 1;
}

.news-ticker {
  position: relative;
  background:
    linear-gradient(180deg, rgba(12, 20, 31, 0.95), rgba(12, 20, 31, 0.88));
  color: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(127, 231, 255, 0.06);
  border-bottom: 1px solid rgba(127, 231, 255, 0.08);
}

.news-ticker::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(127, 231, 255, 0.05), transparent 18%, transparent 82%, rgba(227, 120, 176, 0.05));
  pointer-events: none;
}

.news-ticker__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.55rem;
}

.news-ticker__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 231, 255, 0.18);
  background: rgba(127, 231, 255, 0.06);
  color: rgba(234, 246, 255, 0.95);
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-ticker__pulse {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #7fe7ff;
  box-shadow:
    0 0 0 0 rgba(127, 231, 255, 0.5),
    0 0 10px rgba(127, 231, 255, 0.75);
  animation: pulseDot 1.8s ease-out infinite;
}

.news-ticker__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.news-ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 2.25rem;
  width: max-content;
  padding: 0.45rem 0;
  animation: tickerScroll 34s linear infinite;
}

.news-ticker__track span {
  display: inline-block;
  font-family: "Exo 2", "Segoe UI", Tahoma, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.2;
  color: rgba(245, 252, 255, 0.96);
  text-shadow: 0 0 12px rgba(96, 163, 188, 0.12);
}

.news-ticker__viewport::before,
.news-ticker__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  z-index: 1;
  pointer-events: none;
}

.news-ticker__viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(12, 20, 31, 0.95), rgba(12, 20, 31, 0));
}

.news-ticker__viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(12, 20, 31, 0.9), rgba(12, 20, 31, 0));
}

@keyframes pulseDot {
  0% {
    box-shadow:
      0 0 0 0 rgba(127, 231, 255, 0.42),
      0 0 10px rgba(127, 231, 255, 0.65);
  }
  70% {
    box-shadow:
      0 0 0 8px rgba(127, 231, 255, 0),
      0 0 14px rgba(127, 231, 255, 0.42);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(127, 231, 255, 0),
      0 0 10px rgba(127, 231, 255, 0.65);
  }
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.animate-fade-in {
  animation: fadeIn 1.2s ease-in-out both;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Анимация fade-in */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.8s ease-out both;
}

/* Задержки для разных элементов */
.fade-in.delay-1 {
  animation-delay: 0.2s;
}
.fade-in.delay-2 {
  animation-delay: 0.4s;
}
.fade-in.delay-3 {
  animation-delay: 0.6s;
}
.btn-rose {
  background-color: #E378B0;
  color: white;
  border: none;
  transition: 0.3s ease;
  box-shadow: 0 10px 22px rgba(227, 120, 176, 0.22);
}
.btn-rose:hover {
  background-color: #cb639c;
  color: white;
}
.text-rose {
  color: #E378B0;
}
a:hover {
  color: #E378B0;
}

.section-title {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.section-title::after {
  content: "";
  display: block;
  width: 58%;
  height: 3px;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(127, 231, 255, 0.9), rgba(227, 120, 176, 0.85));
  box-shadow: 0 0 18px rgba(127, 231, 255, 0.18);
}

.home-page .section-shell .section-title {
  color: #eef7ff;
  text-shadow: 0 6px 24px rgba(5, 14, 23, 0.45);
}

.home-page .section-shell .section-title::after {
  box-shadow: 0 0 20px rgba(127, 231, 255, 0.26);
}

.home-page .what-we-do .feature-card {
  background:
    linear-gradient(180deg, rgba(13, 27, 40, 0.92), rgba(11, 23, 34, 0.9));
  border: 1px solid rgba(127, 231, 255, 0.14);
  box-shadow:
    0 12px 28px rgba(2, 9, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Уменьшенные аккуратные карточки в "Что мы делаем" */
.what-we-do .feature-card {
  border: 1px solid #e9ecef;
  border-radius: 14px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.what-we-do .feature-card .card-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.what-we-do .feature-card .card-text {
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(224, 239, 249, 0.88);
}

.what-we-do .feature-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 32px rgba(2, 9, 15, 0.24),
    0 0 0 1px rgba(127, 231, 255, 0.18);
  border-color: rgba(127, 231, 255, 0.2);
}

/* Чуть компактнее отступ сверху/снизу секции */
.what-we-do {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.home-products .product-card,
.products-page .product-card {
  position: relative;
  border: 1px solid rgba(127, 231, 255, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 25, 38, 0.94), rgba(10, 20, 31, 0.92));
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow:
    0 14px 28px rgba(2, 9, 15, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-products .product-card::before,
.products-page .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(127, 231, 255, 0.09), transparent 38%, rgba(227, 120, 176, 0.07));
  pointer-events: none;
}

.home-products .product-card:hover,
.products-page .product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 231, 255, 0.26);
  box-shadow:
    0 20px 38px rgba(2, 9, 15, 0.26),
    0 0 0 1px rgba(127, 231, 255, 0.08);
}

.home-products .product-card .card-img-top,
.products-page .product-card .card-img-top {
  height: 160px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 20%, rgba(127, 231, 255, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(127, 231, 255, 0.03), rgba(8, 18, 28, 0));
  border-bottom: 1px solid rgba(127, 231, 255, 0.08);
}

.home-products .product-card .card-body,
.products-page .product-card .card-body {
  position: relative;
  z-index: 1;
}

.home-products .product-card .card-title,
.products-page .product-card .card-title {
  color: #eef7ff;
}

.home-products .product-card .card-text,
.products-page .product-card .card-text {
  color: rgba(225, 238, 248, 0.84);
}

.home-products .product-card .btn-outline-secondary.disabled,
.home-products .product-card .btn-outline-secondary:disabled,
.products-page .product-card .btn-outline-secondary.disabled,
.products-page .product-card .btn-outline-secondary:disabled {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.products-page .products-grid > .col {
  display: flex;
}

.products-page .products-grid .product-card {
  width: 100%;
}

.products-page .products-panel {
  padding: 1rem;
}

.products-page .products-panel .section-title {
  margin-bottom: 1.25rem !important;
}

.quick-progress-page .app-icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 20px;
  padding: 0.6rem;
  background:
    linear-gradient(180deg, rgba(127, 231, 255, 0.08), rgba(127, 231, 255, 0.03));
  border: 1px solid rgba(127, 231, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.quick-progress-page .download-card {
  border-radius: 20px;
  border: 1px solid rgba(127, 231, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(12, 24, 37, 0.94), rgba(9, 18, 28, 0.92));
  box-shadow:
    0 14px 28px rgba(2, 9, 15, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.quick-progress-page .download-card .card-body {
  color: rgba(225, 238, 248, 0.86);
}

.quick-progress-page .download-card .card-title {
  color: #eef7ff;
  font-family: "Exo 2", "Segoe UI", sans-serif;
}

.quick-progress-page .download-actions .btn {
  width: 100%;
  border-radius: 14px;
  font-weight: 600;
}

.quick-progress-page .download-actions .btn-outline-secondary {
  color: rgba(235, 246, 255, 0.9);
  border-color: rgba(127, 231, 255, 0.2);
  background: rgba(127, 231, 255, 0.03);
}

.quick-progress-page .download-actions .btn-outline-secondary:hover {
  color: #fff;
  background: rgba(127, 231, 255, 0.08);
  border-color: rgba(127, 231, 255, 0.3);
}

.quick-progress-page .feature-list {
  display: grid;
  gap: 0.7rem;
}

.quick-progress-page .feature-list-item {
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(127, 231, 255, 0.1);
  background: rgba(127, 231, 255, 0.03);
  color: rgba(226, 239, 249, 0.88);
}

.quick-progress-page .feature-list-item strong {
  color: #eef7ff;
}

.quick-progress-page .return-link {
  color: rgba(225, 241, 255, 0.88);
  text-decoration: none;
}

.quick-progress-page .return-link:hover {
  color: #fff;
}

.content-card h2 {
  margin-top: 0.25rem;
  color: #eef7ff;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 1.15rem;
}

.content-card p,
.content-card li {
  color: rgba(225, 238, 248, 0.86);
  line-height: 1.65;
}

.content-card hr {
  border-color: rgba(127, 231, 255, 0.12);
  opacity: 1;
}

.policy-card h2 {
  margin-top: 1.25rem;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.policy-card h2:first-of-type {
  margin-top: 0.65rem;
}

.policy-card .policy-date {
  color: rgba(225, 238, 248, 0.72);
  font-size: 0.95rem;
}

.site-footer.simple-footer {
  margin-top: 1.5rem !important;
}

.community-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 231, 255, 0.14), transparent 42%),
    radial-gradient(circle at 86% 12%, rgba(227, 120, 176, 0.12), transparent 44%),
    linear-gradient(180deg, #060f18, #08131f) !important;
  border-top: 1px solid rgba(127, 231, 255, 0.08);
  border-bottom: 1px solid rgba(127, 231, 255, 0.08);
  margin-top: 1.5rem;
}

.community-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(127, 231, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 231, 255, 0.028) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.65;
  pointer-events: none;
}

.community-cta .container {
  position: relative;
  z-index: 1;
}

.community-cta__panel {
  border-radius: 24px;
  padding-block: 1.5rem;
  border: 1px solid rgba(127, 231, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 21, 33, 0.78), rgba(9, 19, 30, 0.72));
  box-shadow:
    0 18px 36px rgba(2, 8, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.community-cta__panel p {
  color: rgba(226, 239, 249, 0.82);
}

.community-cta .section-title {
  color: #eef7ff;
  text-shadow: 0 8px 28px rgba(1, 8, 15, 0.5);
}

.community-cta .section-title::after {
  box-shadow: 0 0 20px rgba(127, 231, 255, 0.28);
}

.social-btn {
  border-radius: 12px;
  border-color: rgba(127, 231, 255, 0.14);
  color: rgba(235, 246, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.social-btn:hover,
.social-btn:focus-visible {
  transform: translateY(-2px);
  color: #fff !important;
  border-color: rgba(127, 231, 255, 0.3);
  background: rgba(127, 231, 255, 0.08);
  box-shadow:
    0 12px 24px rgba(2, 9, 15, 0.24),
    0 0 0 1px rgba(127, 231, 255, 0.08);
}

.site-footer {
  position: relative;
  margin-top: 0 !important;
  background:
    radial-gradient(circle at 10% 10%, rgba(127, 231, 255, 0.08), transparent 42%),
    radial-gradient(circle at 90% 0%, rgba(227, 120, 176, 0.07), transparent 46%),
    linear-gradient(180deg, #050c14, #050a11) !important;
  border-top: 1px solid rgba(127, 231, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 231, 255, 0.35), rgba(227, 120, 176, 0.3), transparent);
}

.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 1rem;
  color: rgba(226, 239, 249, 0.86);
}

.site-footer a {
  color: rgba(235, 246, 255, 0.95) !important;
  font-weight: 500;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff !important;
  text-shadow: 0 0 12px rgba(127, 231, 255, 0.22);
}

.btn-rose:disabled,
.btn-rose.disabled {
  background-color: #d39abb;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .site-nav .navbar-brand img {
    width: 220px;
    height: auto;
  }

  .news-ticker__row {
    gap: 0.5rem;
  }

  .news-ticker__label {
    font-size: 0.72rem;
    padding-inline: 0.55rem;
  }

  .news-ticker__track {
    animation-duration: 30s;
  }

  .inner-page .page-main {
    padding-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 56px;
  }

  .hero-panel {
    padding: 1rem 0.95rem 1.15rem;
    border-radius: 18px;
  }

  .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .hero-title {
    max-width: 12ch;
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    min-width: 0;
    width: 100%;
  }

  .hero-tags {
    gap: 0.4rem;
  }

  .hero-tag {
    font-size: 0.78rem;
  }

  .news-ticker__label {
    display: none;
  }

  .news-ticker__track span {
    font-size: 0.9rem;
  }

  .home-page .section-shell {
    border-radius: 18px;
    margin-block: 0.75rem;
  }

  .inner-page .section-shell,
  .page-hero,
  .page-panel,
  .content-card {
    border-radius: 18px;
  }

  .community-cta__panel {
    border-radius: 18px;
    padding-block: 1.1rem;
  }

  .home-products .product-card .card-img-top {
    height: 132px;
  }

  .products-page .product-card .card-img-top {
    height: 132px;
  }

  .page-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .page-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

}

@media (prefers-reduced-motion: reduce) {
  .animate-fade-in,
  .fade-in,
  .news-ticker__track,
  .news-ticker__pulse {
    animation: none !important;
  }

  .what-we-do .feature-card,
  .btn-rose,
  .social-btn,
  .home-products .product-card,
  .hero-btn-primary {
    transition: none !important;
  }

  .hero-video {
    display: none;
  }
}
