:root {
  --ga-ink: #f8fafc;
  --ga-ink-soft: #9aa6b2;
  --ga-accent: #f59e0b;
  --ga-accent-2: #2bb8ff;
  --ga-bg: #081014;
  --ga-card: rgba(255, 255, 255, 0.05);
  --ga-border: rgba(255, 255, 255, 0.08);
  --ga-shadow: 0 20px 60px rgba(4, 8, 14, 0.45);
}

.ga-page {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(37, 99, 235, 0.25), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(245, 158, 11, 0.25), transparent 55%),
    linear-gradient(145deg, #070c10 0%, #0b1b1a 50%, #081014 100%);
  color: var(--ga-ink);
}

.ga-shell {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.ga-hero {
  position: relative;
  padding: 72px 0 40px;
  overflow: hidden;
}

.ga-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 280px at 15% 10%, rgba(37, 99, 235, 0.25), transparent 60%),
    radial-gradient(420px 260px at 80% 20%, rgba(245, 158, 11, 0.28), transparent 60%);
  z-index: 0;
  opacity: 0.8;
}

.ga-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: var(--ga-ink-soft);
}

.ga-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ga-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  margin-top: 24px;
  align-items: center;
}

.ga-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(43, 184, 255, 0.12);
  color: #d8f1ff;
  border: 1px solid rgba(43, 184, 255, 0.4);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ga-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  margin: 16px 0 12px;
}

.ga-lead {
  font-size: 18px;
  color: var(--ga-ink-soft);
}

.ga-hero__bullets {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.ga-hero__bullets div {
  display: grid;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--ga-card);
  border: 1px solid var(--ga-border);
}

.ga-hero__bullets strong {
  font-size: 14px;
}

.ga-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 16px;
}

.ga-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
}

.ga-btn--primary {
  background: linear-gradient(135deg, var(--ga-accent), #fbbf24);
  color: #1b1203;
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.35);
}

.ga-btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--ga-ink);
  background: rgba(255, 255, 255, 0.04);
}

.ga-hero__trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ga-ink-soft);
}

.ga-hero__trust span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.ga-hero__card {
  background: rgba(6, 14, 18, 0.7);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--ga-shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.ga-card__top {
  display: grid;
  gap: 8px;
}

.ga-card__price span {
  display: block;
  font-size: 12px;
  color: var(--ga-ink-soft);
}

.ga-card__price strong {
  font-size: 22px;
}

.ga-card__note {
  font-size: 13px;
  color: var(--ga-ink-soft);
}

.ga-card__media {
  margin: 18px 0;
}

.ga-card__media img,
.ga-card__placeholder {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.25), rgba(245, 158, 11, 0.25));
}

.ga-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
}

.ga-card__stats strong {
  display: block;
  font-size: 18px;
}

.ga-card__stats span {
  font-size: 12px;
  color: var(--ga-ink-soft);
}

.ga-section {
  padding: 64px 0;
}

.ga-section--soft {
  background: rgba(255, 255, 255, 0.02);
}

.ga-section--alt {
  background: rgba(8, 16, 20, 0.65);
}

.ga-section__head {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  text-align: center;
}

.ga-section__head p {
  color: var(--ga-ink-soft);
}

/* Hide FAQ headings in content - only h2 that's not the first one */
.ga-content h2:not(:first-of-type) {
  display: none;
}

.ga-grid {
  display: grid;
  gap: 18px;
}

.ga-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.ga-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--ga-border);
  background: var(--ga-card);
  box-shadow: 0 10px 30px rgba(4, 8, 14, 0.35);
}

.ga-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ga-chip {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

.ga-steps {
  display: grid;
  gap: 16px;
}

.ga-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--ga-card);
  border: 1px solid var(--ga-border);
}

.ga-step__num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(43, 184, 255, 0.12);
  color: #d8f1ff;
  font-weight: 700;
}

.ga-price-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.ga-price-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--ga-border);
  background: rgba(6, 14, 18, 0.7);
  display: grid;
  gap: 14px;
}

.ga-price-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ga-ink-soft);
}

.ga-price {
  font-size: 22px;
  font-weight: 700;
}

.ga-price span {
  font-size: 13px;
  color: var(--ga-ink-soft);
}

.ga-price-card--featured {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.2);
}

.ga-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ga-kpi {
  padding: 18px;
  border-radius: 16px;
  background: var(--ga-card);
  border: 1px solid var(--ga-border);
  text-align: center;
}

.ga-kpi strong {
  display: block;
  font-size: 22px;
}

.ga-kpi span {
  color: var(--ga-ink-soft);
  font-size: 13px;
}

.ga-content {
  background: rgba(6, 14, 18, 0.7);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid var(--ga-border);
}

.ga-faq {
  display: grid;
  gap: 14px;
}

.ga-faq__item {
  border: 1.5px solid var(--ga-border);
  border-radius: 16px;
  padding: 0;
  background: rgba(245, 158, 11, 0.05);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ga-faq__item:hover {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
}

.ga-faq__item[open] {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(43, 184, 255, 0.08));
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.2), inset 0 1px 0 rgba(255, 193, 7, 0.1);
}

.ga-faq__item summary {
  font-weight: 600;
  cursor: pointer;
  padding: 18px 20px 18px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--ga-ink);
  user-select: none;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

.ga-faq__item summary:hover {
  color: #fcd34d;
}

.ga-faq__item summary::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--ga-accent), #fcd34d);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #0f0700;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 20px;
}

.ga-faq__item[open] summary::before {
  transform: rotate(90deg);
}

.ga-faq__item details[open] > summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

.ga-faq__item p {
  padding: 0 20px 18px 20px;
  margin: 0;
  color: var(--ga-ink-soft);
  line-height: 1.6;
  animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ga-cta-block {
  padding: 56px 0 80px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(245, 158, 11, 0.2));
}

.ga-cta-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 20px;
  background: rgba(6, 14, 18, 0.7);
  border: 1px solid var(--ga-border);
  box-shadow: var(--ga-shadow);
}

@media (max-width: 980px) {
  .ga-hero__grid {
    grid-template-columns: 1fr;
  }

  .ga-grid--3,
  .ga-price-grid {
    grid-template-columns: 1fr;
  }

  .ga-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ga-cta-block__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ga-hero {
    padding-top: 56px;
  }

  .ga-card__stats {
    grid-template-columns: 1fr 1fr;
  }

  .ga-kpi-grid {
    grid-template-columns: 1fr;
  }
}
