:root {
  --bg: #05060a;
  --bg-soft: #0b1020;
  --card: rgba(255, 255, 255, 0.055);
  --card-strong: rgba(255, 255, 255, 0.09);
  --stroke: rgba(255, 255, 255, 0.12);
  --stroke-strong: rgba(232, 194, 112, 0.36);
  --text: #f7f1e5;
  --text-muted: rgba(247, 241, 229, 0.68);
  --text-soft: rgba(247, 241, 229, 0.48);
  --gold: #e8c270;
  --gold-bright: #ffd98a;
  --amber: #b98132;
  --navy: #101a36;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --glow: 0 0 46px rgba(232, 194, 112, 0.16);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 999px;
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(232, 194, 112, 0.13), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(49, 88, 166, 0.22), transparent 28%),
    linear-gradient(180deg, #05060a 0%, #07101f 48%, #05060a 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 78%);
}

button,
a {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.38;
  pointer-events: none;
}

.page-glow-one {
  top: -160px;
  left: -140px;
  background: radial-gradient(circle, rgba(232, 194, 112, 0.2), transparent 68%);
}

.page-glow-two {
  right: -160px;
  bottom: 12%;
  background: radial-gradient(circle, rgba(45, 88, 175, 0.32), transparent 68%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 16px auto 0;
  padding: 12px 12px 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.28);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--text);
}

.wordmark-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 14px rgba(232, 194, 112, 0.18));
}

.wordmark span {
  letter-spacing: 0.18em;
  font-size: 0.92rem;
}

.section-pad {
  width: min(calc(100% - 32px), var(--max-width));
  margin-inline: auto;
  padding: 108px 0;
}

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(232, 194, 112, 0.72);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8vw, 7.65rem);
  line-height: 0.89;
  letter-spacing: -0.08em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

p {
  color: var(--text-muted);
  line-height: 1.72;
}

.hero-subheadline {
  max-width: 710px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.btn {
  border: 0;
  border-radius: var(--radius-sm);
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.btn-primary {
  color: #171006;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold) 48%, #b9873d);
  box-shadow: 0 12px 34px rgba(232, 194, 112, 0.22);
}

.btn-primary:hover:not(:disabled) {
  box-shadow: 0 16px 42px rgba(232, 194, 112, 0.3);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.055);
}

.btn-secondary:hover:not(:disabled) {
  border-color: rgba(232, 194, 112, 0.36);
  box-shadow: var(--glow);
}

.btn-small {
  padding: 11px 16px;
  font-size: 0.9rem;
}

.btn-disabled {
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.055);
  cursor: not-allowed;
}

.full-width {
  width: 100%;
}

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

.stat-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.stat-value {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.stat-label {
  display: block;
  color: var(--text-soft);
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-orb-wrap {
  display: flex;
  justify-content: center;
}

.hero-orb {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 194, 112, 0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 194, 112, 0.18), transparent 30%),
    radial-gradient(circle at 50% 70%, rgba(28, 49, 101, 0.72), transparent 62%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 120px rgba(232, 194, 112, 0.15), inset 0 0 80px rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.orb-ring {
  position: absolute;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  animation: floatSpin 18s linear infinite;
}

.orb-ring::before,
.orb-ring::after {
  content: "";
  position: absolute;
  inset: -24px;
  border: 1px solid rgba(232, 194, 112, 0.1);
  border-radius: 50%;
}

.orb-ring::after {
  inset: 42px;
}

.orb-content {
  position: relative;
  z-index: 2;
  width: 68%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(5, 6, 10, 0.56);
  backdrop-filter: blur(18px);
  text-align: center;
}

.orb-label,
.orb-content span:last-child {
  display: block;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.orb-content strong {
  display: block;
  margin: 12px 0 8px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.section {
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p {
  font-size: 1.05rem;
}

.compact-heading {
  max-width: 680px;
}

.card-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.three-col,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glass-card {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.feature-card,
.testimonial-card,
.pricing-card,
.certificate-copy {
  padding: 28px;
}

.feature-card {
  min-height: 250px;
}

.feature-card p,
.testimonial-card p {
  margin-bottom: 0;
}

.icon-pill {
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border: 1px solid rgba(232, 194, 112, 0.24);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(232, 194, 112, 0.08);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.featured-pricing {
  border-color: var(--stroke-strong);
  box-shadow: 0 30px 90px rgba(232, 194, 112, 0.13), var(--shadow);
}

.muted-card {
  opacity: 0.78;
}

.pricing-topline {
  min-height: 32px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
}

.status,
.role-tag,
.validity-chip {
  border-radius: var(--radius-sm);
  padding: 7px 11px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.available {
  color: #171006;
  background: var(--gold);
}

.soon,
.role-tag,
.validity-chip {
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
}

.price {
  margin-bottom: 24px;
  font-size: 4.1rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.08em;
}

.muted-price {
  color: var(--text-soft);
}

.pricing-card ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
  color: var(--text-muted);
}

.pricing-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(232, 194, 112, 0.5);
}

.pricing-card .btn {
  margin-top: auto;
}

.pricing-note {
  max-width: 660px;
  margin: 22px auto 0;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.certificate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
  align-items: center;
}

.certificate-frame {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(232, 194, 112, 0.28);
  border-radius: var(--radius-lg);
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(232, 194, 112, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.052);
  box-shadow: 0 0 70px rgba(232, 194, 112, 0.13), var(--shadow);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.certificate-frame:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 194, 112, 0.48);
  box-shadow: 0 0 90px rgba(232, 194, 112, 0.19), var(--shadow);
}

.certificate-frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 398px;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(5, 6, 10, 0.5);
}

.certificate-fallback {
  position: absolute;
  inset: 16px;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(232, 194, 112, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(232, 194, 112, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(247, 241, 229, 0.08), rgba(247, 241, 229, 0.035));
  text-align: center;
}

.certificate-fallback span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certificate-fallback strong {
  max-width: 500px;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.certificate-fallback small {
  color: var(--text-soft);
}

.certificate-copy h3 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.testimonial-card {
  min-height: 240px;
  margin: 0;
}

blockquote {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.65;
}

figcaption {
  color: var(--gold-bright);
  font-size: 0.92rem;
  font-weight: 750;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.faq-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  background: rgba(232, 194, 112, 0.08);
  transition: transform 180ms ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 230ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.site-footer {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto 24px;
  padding: 34px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 8px;
  color: var(--text-muted);
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--text);
  font-weight: 700;
}

.site-footer small,
.site-footer span {
  color: var(--text-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-one {
  transition-delay: 120ms;
}

@keyframes floatSpin {
  from {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.04);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .certificate-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-orb {
    max-width: 420px;
  }

  .three-col,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(calc(100% - 22px), var(--max-width));
    margin-top: 10px;
  }

  .wordmark {
    font-size: 0.82rem;
  }

  .btn-small {
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .section-pad {
    width: min(calc(100% - 24px), var(--max-width));
    padding: 74px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(3.05rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .hero-actions,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .stats-strip {
    width: 100%;
  }

  .stats-strip {
    display: grid;
  }

  .hero-orb {
    width: 100%;
  }

  .orb-content {
    width: 76%;
    padding: 24px;
  }

  .feature-card,
  .testimonial-card,
  .pricing-card,
  .certificate-copy {
    padding: 22px;
  }

  .certificate-frame {
    min-height: 320px;
  }

  .certificate-frame img {
    min-height: 288px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-answer p {
    padding: 0 20px 20px;
  }
}

@media (max-width: 600px) {
  .wordmark {
    gap: 8px;
  }

  .wordmark-logo {
    width: 28px;
    height: 28px;
  }

  .wordmark span {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }
}
