:root {
  color-scheme: dark;
  --bg: #030201;
  --bg-soft: #070503;
  --panel: rgba(9, 7, 5, 0.72);
  --panel-strong: rgba(16, 12, 7, 0.86);
  --text: #f0ece2;
  --muted: #91897d;
  --muted-2: #625b50;
  --gold: #ebbd57;
  --gold-soft: #fff0a8;
  --gold-deep: #a96c1f;
  --azure: #43bee8;
  --line: rgba(235, 189, 87, 0.14);
  --line-strong: rgba(235, 189, 87, 0.28);
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(235, 189, 87, 0.09), transparent 18rem),
    linear-gradient(120deg, rgba(67, 190, 232, 0.08), transparent 28rem),
    linear-gradient(245deg, rgba(235, 189, 87, 0.08), transparent 30rem),
    #030201;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(235, 189, 87, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235, 189, 87, 0.55) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent 0, black 18%, black 74%, transparent 100%);
}

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

img,
svg {
  display: block;
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container,
.header-inner {
  width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(3, 2, 1, 0.78);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.72rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  color: var(--muted);
  font-size: 0.92rem;
}

.desktop-nav a,
.header-action,
.mobile-nav a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--gold);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
}

.header-action:hover {
  border-color: rgba(235, 189, 87, 0.55);
  background: rgba(235, 189, 87, 0.06);
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(235, 189, 87, 0.04);
  color: var(--gold);
}

.mobile-nav {
  display: none;
  width: min(calc(100% - 40px), 1120px);
  margin: 0 auto 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 5, 3, 0.96);
  overflow: hidden;
}

.mobile-nav a {
  display: block;
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  color: var(--text);
}

.mobile-nav a:first-child {
  border-top: 0;
}

.site-header.is-open .mobile-nav {
  display: block;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 128px 0 64px;
}

.scene-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(235, 189, 87, 0.08) 12.1%, transparent 12.2% 87.8%, rgba(235, 189, 87, 0.08) 87.9%, transparent 88%),
    linear-gradient(180deg, transparent 0 23%, rgba(235, 189, 87, 0.07) 23.1%, transparent 23.2% 77.8%, rgba(67, 190, 232, 0.06) 77.9%, transparent 78%),
    linear-gradient(135deg, transparent 0 38%, rgba(235, 189, 87, 0.09) 38.08%, transparent 38.18%),
    linear-gradient(45deg, transparent 0 58%, rgba(67, 190, 232, 0.08) 58.08%, transparent 58.18%);
  mask-image: linear-gradient(180deg, transparent 0, black 18%, black 76%, transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 760px);
  margin-inline: auto;
  text-align: center;
}

.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.hero-logo img {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  margin: 0 auto 24px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.hero h1 span,
.text-gold {
  color: transparent;
  background-image: linear-gradient(120deg, var(--gold-deep), var(--gold-soft) 48%, var(--gold) 76%, #9c641a);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 34px;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(120deg, #f0bd50, #ffe486 48%, #d89c39);
  color: #090502;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(235, 189, 87, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(235, 189, 87, 0.24);
}

.primary-button svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.primary-button:hover svg {
  transform: translateX(3px);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 580px;
  margin: 52px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(3, 2, 1, 0.62);
  box-shadow: var(--shadow);
}

.stats div {
  padding: 26px 18px;
  border-left: 1px solid var(--line);
}

.stats div:first-child {
  border-left: 0;
}

.stats strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--gold-soft);
}

.stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
}

.section {
  padding: 112px 0;
}

.section-border {
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 660px;
  margin-bottom: 54px;
}

.section-heading p {
  margin: 0 0 15px;
  color: var(--gold);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.section-heading span {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.resource-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 6, 4, 0.54);
  overflow: hidden;
}

.resource-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 108px;
  padding: 24px 30px;
  border-top: 1px solid var(--line);
  transition: background 180ms ease;
}

.resource-row:first-child {
  border-top: 0;
}

.resource-row:hover {
  background: rgba(235, 189, 87, 0.035);
}

.row-index {
  width: 34px;
  color: var(--muted-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
}

.row-icon,
.product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 180ms ease, transform 180ms ease;
}

.resource-row:hover .row-icon,
.product-card:hover .product-icon {
  border-color: rgba(235, 189, 87, 0.45);
}

.row-main {
  min-width: 0;
  flex: 1;
}

.row-main strong {
  display: inline;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.row-main small {
  display: inline;
  margin-left: 12px;
  color: var(--muted-2);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.resource-row:hover .row-main strong {
  color: var(--gold);
}

.row-main em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
}

.row-arrow {
  color: var(--muted-2);
  transition: color 180ms ease, transform 180ms ease;
}

.resource-row:hover .row-arrow {
  color: var(--gold);
  transform: translate(2px, -2px);
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 118px;
}

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

.product-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(13, 10, 7, 0.9), rgba(2, 1, 1, 0.74)),
    rgba(8, 6, 4, 0.9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  transition: transform 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(235, 189, 87, 0.38);
}

.product-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card small {
  color: var(--muted-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.product-card h3 {
  margin: 30px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.product-card p {
  margin: 7px 0 0;
  color: var(--azure);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.product-card > span:last-child {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.94rem;
}

.wide-card {
  grid-column: 1 / -1;
}

.shine {
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(235, 189, 87, 0.13), transparent);
  transform: skewX(-14deg);
  opacity: 0;
  pointer-events: none;
}

.product-card:hover .shine {
  animation: shine 820ms ease-out;
}

@keyframes shine {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-14deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(410%) skewX(-14deg);
  }
}

.timeline {
  position: relative;
  max-width: 910px;
  margin-top: 34px;
}

.timeline::before {
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 40px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, var(--gold), rgba(67, 190, 232, 0.2), transparent);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  padding: 0 0 58px 38px;
}

.timeline-item::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 5px var(--bg);
  transition: background 180ms ease, transform 180ms ease;
}

.timeline-item:hover::before {
  background: var(--azure);
  transform: scale(1.18);
}

.timeline-item small {
  display: block;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.timeline-item strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  color: transparent;
  background-image: linear-gradient(120deg, var(--azure), #a7efff 52%, #77bfff);
  -webkit-background-clip: text;
  background-clip: text;
}

.timeline-item h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.timeline-item p {
  max-width: 660px;
  margin: 14px 0 18px;
  color: var(--muted);
  line-height: 1.78;
}

.timeline-item span,
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 8px 8px 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
}

.closing {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}

.closing-inner {
  text-align: center;
}

.closing img {
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  border-radius: var(--radius);
}

.closing h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.18;
}

.closing p {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-links a {
  margin: 0;
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-links a:hover {
  border-color: rgba(235, 189, 87, 0.45);
  color: var(--gold);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-inner p {
  margin: 0;
}

.floating-consult {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid rgba(235, 189, 87, 0.44);
  border-radius: 999px;
  padding: 0 20px;
  color: #080402;
  background: linear-gradient(120deg, #f0bd50, #ffe486 48%, #d89c39);
  box-shadow: 0 18px 52px rgba(235, 189, 87, 0.22), 0 10px 30px rgba(0, 0, 0, 0.4);
  font-size: 0.94rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-consult:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 64px rgba(235, 189, 87, 0.3), 0 12px 34px rgba(0, 0, 0, 0.46);
}

.floating-consult svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

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

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-action {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .two-column {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .sticky-heading {
    position: static;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .container,
  .header-inner,
  .hero-inner,
  .mobile-nav {
    width: min(calc(100% - 28px), 1120px);
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 2.08rem;
    line-height: 1.18;
  }

  .hero h1 span {
    display: block;
  }

  .hero-logo {
    font-size: 1.05rem;
  }

  .eyebrow {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .hero-text {
    font-size: 0.96rem;
  }

  .stats {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .stats div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px 16px;
  }

  .stats div:first-child {
    border-top: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading h2 {
    font-size: 2.25rem;
  }

  .resource-row {
    align-items: flex-start;
    gap: 14px;
    padding: 22px 18px;
  }

  .row-index,
  .row-badge {
    display: none;
  }

  .row-icon {
    width: 42px;
    height: 42px;
  }

  .row-main strong {
    display: block;
    font-size: 1.2rem;
  }

  .row-main small {
    display: block;
    margin: 4px 0 0;
  }

  .row-main em {
    white-space: normal;
  }

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

  .wide-card {
    grid-column: auto;
  }

  .product-card {
    min-height: 230px;
  }

  .timeline::before {
    bottom: 24px;
  }

  .timeline-item {
    padding-left: 30px;
    padding-bottom: 48px;
  }

  .closing h2 {
    font-size: 2rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .floating-consult {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
