:root {
  --bg-a: #f7efe4;
  --bg-b: #edf7fa;
  --ink: #0d0d0d;
  --ink-soft: #3a3a3a;
  --line: rgba(13, 13, 13, 0.1);
  --accent: #ff6d37;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1000px 740px at -15% -22%, #ffd9be 0%, transparent 60%),
    radial-gradient(900px 680px at 114% -18%, #d5f3f8 0%, transparent 58%),
    linear-gradient(150deg, var(--bg-a), var(--bg-b));
}

.ambience {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.24;
  z-index: 0;
  pointer-events: none;
}

.ambience-a {
  width: 340px;
  height: 340px;
  top: -130px;
  left: -120px;
  background: #ff9862;
}

.ambience-b {
  width: 360px;
  height: 360px;
  right: -110px;
  bottom: -120px;
  background: #85dce4;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0 1.3rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img {
  width: clamp(145px, 17vw, 220px);
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(255, 108, 55, 0.16));
}

.tabs {
  display: flex;
  gap: 1.45rem;
  align-items: center;
}

.tabs a {
  text-decoration: none;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 0.98rem;
}

.hero {
  margin-top: 1rem;
  padding: clamp(1.3rem, 2.2vw, 2.4rem);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.52)),
    radial-gradient(400px 180px at 10% 0%, rgba(255, 160, 95, 0.12), transparent 70%);
  border: 1px solid var(--line);
  box-shadow: 0 22px 55px rgba(19, 38, 64, 0.09);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4d6789;
  font-size: 0.75rem;
}

h1 {
  margin: 0.62rem 0 0;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.02;
  max-width: 13ch;
}

.lead {
  margin: 0.95rem 0 0;
  max-width: 64ch;
  color: var(--ink-soft);
  line-height: 1.52;
  font-size: 1.07rem;
}

.trial-note {
  margin: 0.8rem 0 0;
  display: inline-block;
  border: 1px solid rgba(255, 125, 69, 0.32);
  background: rgba(255, 214, 189, 0.45);
  color: #8e4d22;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  letter-spacing: 0.03em;
  border-radius: 999px;
  padding: 0.34rem 0.68rem;
}

.flags {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.flags span {
  border: 1px solid rgba(19, 38, 64, 0.15);
  background: rgba(255, 255, 255, 0.84);
  color: #3e587a;
  font-family: "IBM Plex Mono", monospace;
  border-radius: 999px;
  font-size: 0.74rem;
  padding: 0.33rem 0.62rem;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 0.72rem 1.06rem;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(145deg, #ff8259, var(--accent));
  box-shadow: 0 11px 23px rgba(255, 108, 55, 0.27);
}

.btn.ghost {
  color: #132640;
  border: 1px solid rgba(19, 38, 64, 0.16);
  background: rgba(255, 255, 255, 0.7);
}

.focus {
  margin-top: 0.95rem;
}

.focus-card {
  border-radius: 28px;
  padding: clamp(1.2rem, 2vw, 1.9rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.56)),
    radial-gradient(360px 180px at 10% 0%, rgba(255, 160, 95, 0.11), transparent 72%);
  border: 1px solid rgba(19, 38, 64, 0.09);
  box-shadow: 0 18px 46px rgba(19, 38, 64, 0.08);
  backdrop-filter: blur(8px);
}

.focus-eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4d6789;
  font-size: 0.72rem;
}

.focus-card h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.08;
  max-width: 14ch;
}

.focus-copy {
  margin: 0.72rem 0 0;
  max-width: 58ch;
  color: #3f5b7d;
  line-height: 1.5;
}

.focus-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.focus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 1.1rem 0.8rem 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(19, 38, 64, 0.09);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  box-shadow: 0 6px 18px rgba(19, 38, 64, 0.07);
}

.focus-item img {
  object-fit: contain;
  flex: 0 0 auto;
  display: block;
}

.focus-icon-pair {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 28px;
}

.focus-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
}

.focus-icon-crop {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.focus-icon-gpt {
  transform: scale(1.45);
  transform-origin: center;
}

.focus-item span {
  color: #132640;
  font-weight: 600;
  font-size: 0.88rem;
  text-align: center;
}

.why {
  margin-top: 0.95rem;
}

.why-card {
  border-radius: 28px;
  padding: clamp(1.2rem, 2.1vw, 2rem);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.52)),
    radial-gradient(420px 170px at 84% 0%, rgba(133, 220, 228, 0.2), transparent 74%);
  border: 1px solid rgba(19, 38, 64, 0.09);
  box-shadow: 0 18px 46px rgba(19, 38, 64, 0.08);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.why-eyebrow {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4d6789;
  font-size: 0.72rem;
}

.wpm-compare {
  margin: 0.72rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 1rem;
  max-width: 940px;
}

.wpm-item {
  margin: 0;
  color: #355273;
  line-height: 1.2;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(19, 38, 64, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.56));
  box-shadow: 0 8px 18px rgba(19, 38, 64, 0.05);
  opacity: 0.6;
  transform: translateY(6px);
  transition: opacity 460ms ease, transform 460ms ease;
}

.wpm-label {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  color: #4f6a8b;
}

.wpm-metric {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}

.wpm-item strong {
  color: #0d2544;
  font-size: clamp(2rem, 3.1vw, 2.55rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  min-width: 3.2ch;
}

.wpm-metric span {
  color: #5b7697;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
}

.wpm-arrow {
  margin: 0;
  color: #637fa0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  display: grid;
  place-items: center;
  width: 3.1rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 460ms ease 100ms, transform 460ms ease 100ms;
}

.why-copy {
  margin: 0.85rem 0 0;
  color: #3f5b7d;
  max-width: 68ch;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 460ms ease 170ms, transform 460ms ease 170ms;
}

.whisper-note {
  margin: 0.38rem 0 0;
  color: #6a7f9b;
  font-size: 0.88rem;
}

.why.active .wpm-item {
  opacity: 1;
  transform: translateY(0);
}

.why.active .wpm-arrow,
.why.active .why-copy {
  opacity: 1;
  transform: translateY(0);
}

.features {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.feature-card {
  padding: 1.1rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.56));
  border: 1px solid rgba(19, 38, 64, 0.08);
  box-shadow: 0 10px 26px rgba(19, 38, 64, 0.055);
}

.feature-card h2 {
  margin: 0;
  font-size: 1.22rem;
}

.feature-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
}

.footer {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  color: #566f92;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.83rem;
}

.footer p {
  margin: 0;
}

.footer a {
  text-decoration: none;
  color: #0f54c0;
}

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

@media (max-width: 760px) {
  .shell {
    width: min(1280px, calc(100% - 0.9rem));
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem 0.95rem;
  }

  .wpm-compare {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .wpm-arrow {
    display: none;
  }

  .wpm-item {
    gap: 0.2rem;
    padding: 0.84rem 0.9rem;
  }

  .wpm-item strong {
    font-size: clamp(1.8rem, 8vw, 2.1rem);
  }

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