:root {
  --bg: #f6f1e5;
  --bg-strong: #eee4c9;
  --surface: rgba(255, 251, 242, 0.86);
  --surface-strong: #fffaf0;
  --ink: #25284b;
  --muted: #646986;
  --accent: #cca027;
  --accent-strong: #3b3c6a;
  --line: rgba(59, 60, 106, 0.14);
  --shadow: 0 30px 80px rgba(59, 60, 106, 0.14);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(204, 160, 39, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(59, 60, 106, 0.12), transparent 26%),
    linear-gradient(180deg, #fffaf1 0%, var(--bg) 55%, #eee2c7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20, 33, 61, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 33, 61, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
}

a {
  color: inherit;
}

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

p,
li {
  line-height: 1.7;
}

.site-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.site-header {
  padding: 24px 0 32px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0 34px;
}

.brand-link {
  text-decoration: none;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(59, 60, 106, 0.24));
}

.eyebrow,
.section-label {
  margin: 0 0 8px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.brand-name {
  margin: 0 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-subtitle,
.hero-text,
.page-hero p,
.section-heading p,
.feature-card p,
.benefit-list p,
.stat-card p,
.info-card p,
.callout-panel p,
.contact-panel p,
.footer-note,
.legal-panel p,
.legal-panel li {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a,
.nav-toggle,
.ghost-link,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.site-nav a,
.ghost-link,
.secondary-button,
.nav-toggle {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
}

.site-nav a:hover,
.site-nav a.is-active,
.ghost-link:hover,
.primary-button:hover,
.secondary-button:hover,
.nav-toggle:hover {
  transform: translateY(-2px);
}

.site-nav a.is-active {
  background: rgba(59, 60, 106, 0.08);
  border-color: rgba(59, 60, 106, 0.08);
}

.site-nav a.nav-cta,
.primary-button {
  color: white;
  background: linear-gradient(135deg, var(--accent-strong), #55579a 60%, var(--accent));
  box-shadow: 0 16px 30px rgba(59, 60, 106, 0.28);
}

.nav-toggle {
  display: none;
}

.hero-grid,
.two-column-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.feature-card,
.benefit-list article,
.stat-card,
.info-card,
.callout-panel,
.contact-panel,
.legal-panel,
.site-footer {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.callout-panel,
.contact-panel,
.legal-panel,
.site-footer {
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: 48px;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.hero-card h2,
.feature-card h3,
.benefit-list h3,
.stat-card h3,
.info-card h3,
.callout-panel h2,
.contact-panel h2,
.legal-panel h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  line-height: 0.96;
  margin-bottom: 20px;
}

.page-hero {
  max-width: 760px;
  padding: 8px 0 8px;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.98;
  margin-bottom: 14px;
}

.hero-text {
  max-width: 62ch;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 18px;
}

.hero-note {
  margin: 0;
  font-weight: 700;
  color: var(--accent-strong);
}

.hero-card {
  padding: 28px;
  display: grid;
  gap: 16px;
}

.product-logo {
  width: min(220px, 100%);
  height: auto;
  justify-self: end;
  margin-bottom: 8px;
  filter: drop-shadow(0 18px 34px rgba(59, 60, 106, 0.16));
}

.hero-stat {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 33, 61, 0.08);
}

.hero-stat span {
  color: var(--muted);
}

.pulse-card {
  margin-top: 8px;
  padding: 24px;
  border-radius: var(--radius-lg);
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #2f315f, #3b3c6a 58%, #cca027);
}

.pulse-card p,
.pulse-card h2 {
  margin: 0;
}

.pulse-card h2 {
  margin: 8px 0 10px;
  font-size: 1.9rem;
}

.section {
  padding: 28px 0;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2,
.callout-panel h2,
.contact-panel h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  margin-bottom: 12px;
}

.section-heading.narrow {
  max-width: 760px;
}

.feature-grid,
.card-grid,
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.feature-card,
.stat-card,
.info-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

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

.benefit-list article {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.benefit-index {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.callout-panel,
.contact-panel,
.legal-panel {
  padding: 32px;
}

.contact-panel ul,
.legal-panel ul {
  margin: 0;
  padding-left: 18px;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 14px;
}

.detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.detail-list a {
  color: var(--accent-strong);
}

.info-card strong,
.contact-panel strong {
  color: var(--accent-strong);
}

.iframe-wrap {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(20, 33, 61, 0.08);
  background: rgba(255, 255, 255, 0.92);
  min-height: 920px;
}

.iframe-wrap iframe {
  width: 100%;
  min-height: 920px;
  border: 0;
  display: block;
  background: #fff;
}

.site-footer {
  margin-top: 40px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  margin: 0 0 6px;
  font-weight: 800;
}

.footer-note,
.footer-copy {
  margin: 0;
}

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

.footer-links a {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

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

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

@media (max-width: 960px) {
  .topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .hero-grid,
  .two-column-grid,
  .feature-grid,
  .card-grid,
  .stat-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 32px;
  }

  .product-logo {
    justify-self: start;
  }

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

@media (max-width: 640px) {
  .site-shell {
    width: min(100vw - 20px, 1180px);
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-copy,
  .hero-card,
  .feature-card,
  .benefit-list article,
  .stat-card,
  .info-card,
  .callout-panel,
  .contact-panel,
  .legal-panel,
  .site-footer {
    border-radius: 24px;
  }

  .callout-panel,
  .contact-panel,
  .legal-panel {
    padding: 24px;
  }

  .detail-list li {
    flex-direction: column;
    gap: 6px;
  }

  .iframe-wrap,
  .iframe-wrap iframe {
    min-height: 1080px;
  }
}
