:root {
  --bg0: #07140f;
  --bg1: #0b1c17;
  --ink: #e7f3ec;
  --muted: #9db5a8;
  --line: rgba(167, 214, 186, 0.22);
  --accent: #3ecf8e;
  --accent-ink: #042016;
  --panel: rgba(12, 32, 26, 0.82);
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --font-body: "Source Sans 3", "Segoe UI", "Helvetica Neue", sans-serif;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: local("Fraunces"), local("Georgia");
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: local("Source Sans 3"), local("Segoe UI");
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg0);
  line-height: 1.55;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 480px at 12% -10%, rgba(62, 207, 142, 0.22), transparent 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(56, 120, 98, 0.35), transparent 55%),
    linear-gradient(165deg, #0a1a14 0%, #07140f 45%, #0d221b 100%);
}
.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  opacity: 0.07;
  pointer-events: none;
}

.top {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.top-cta {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

main { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem 4rem; }

.hero {
  min-height: calc(100vh - 5.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 3.5rem;
  max-width: 42rem;
  animation: rise 0.8s ease both;
}
.brand {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 1.25rem;
  color: var(--ink);
}
.hero h1 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.35;
  margin: 0 0 1rem;
  color: #d5ebe0;
  max-width: 34rem;
}
.lede {
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 34rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 0.35rem;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.panel {
  margin: 0 0 3rem;
  padding: 1.75rem 1.5rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  backdrop-filter: blur(8px);
  animation: rise 0.9s ease 0.12s both;
}
.panel h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.price {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.price span {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-display);
}
.panel ul {
  margin: 0 0 1.5rem;
  padding-left: 1.15rem;
  color: #c9ddd2;
}
.panel li { margin: 0.4rem 0; }

.split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
  animation: rise 1s ease 0.2s both;
}
.split h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
.split p { margin: 0; color: var(--muted); }
.cardish {
  padding: 1.25rem;
  border-left: 3px solid var(--accent);
  background: rgba(62, 207, 142, 0.06);
}
.cardish h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}
.cardish p { color: #c5dbcf; }

footer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
  color: var(--muted);
  font-size: 0.92rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}
footer a { color: var(--accent); }
.fine { opacity: 0.75; margin-top: 0.35rem; }

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 2.5rem; }
  .brand { font-size: 2.2rem; }
}
