:root {
  --ink: #1f2329;
  --muted: #5f6673;
  --soft: #848b96;
  --line: #dfe4ea;
  --paper: #fbfbf8;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --green: #2f7654;
  --green-dark: #235b40;
  --mint: #e7f3ec;
  --sand: #f6f0e7;
  --shadow: 0 28px 90px rgba(35, 45, 55, 0.16);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(31, 35, 41, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 35, 41, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 26%, rgba(255, 255, 255, 0.88), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(214, 226, 220, 0.88), transparent 35rem),
    linear-gradient(120deg, #f7f5ef 0%, #eef3f0 52%, #f9f8f4 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

body::before,
body::after {
  position: fixed;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
  filter: blur(0.2px);
}

body::before {
  top: 150px;
  left: -30px;
  width: 310px;
  height: 520px;
}

body::after {
  right: -44px;
  top: 120px;
  width: 360px;
  height: 440px;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 22px;
  padding: 16px 30px;
  border-bottom: 1px solid rgba(31, 35, 41, 0.09);
  background: rgba(250, 251, 249, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.nav-action,
.primary-action,
.secondary-action,
.generate-button,
.model-select,
.hero-pill {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(35, 45, 55, 0.08));
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(31, 35, 41, 0.12);
  border-radius: 12px;
  background: var(--panel-strong);
  color: var(--green);
  box-shadow: 0 10px 26px rgba(35, 45, 55, 0.08);
  font-weight: 900;
}

.brand-mark.small {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: none;
}

.main-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  color: #2a2e34;
  font-size: 1.02rem;
  font-weight: 650;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b2f35;
}

.main-nav svg {
  width: 21px;
  height: 21px;
  color: #8a9099;
}

.nav-action {
  justify-self: end;
  min-height: 52px;
  padding: 0 30px;
  justify-content: center;
  border-radius: 999px;
  background: #17191d;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.hero-saas {
  position: relative;
  display: grid;
  min-height: calc(100vh - 85px);
  padding: clamp(58px, 7vw, 105px) clamp(20px, 5vw, 96px) 58px;
  overflow: hidden;
  text-align: center;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}

.hero-copy-block,
.prompt-studio,
.hero-suggestions,
.section,
.page-hero,
.app-shell,
.docs-layout {
  position: relative;
  z-index: 1;
}

.hero-copy-block {
  max-width: 1220px;
  margin: 0 auto;
}

.hero-pill {
  gap: 18px;
  min-height: 64px;
  margin: 0 auto 28px;
  padding: 0 20px 0 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-strong);
  box-shadow: 0 16px 42px rgba(35, 45, 55, 0.12);
  color: #252a31;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 650;
}

.hero-pill svg {
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--green);
}

.eyebrow,
.section-kicker,
.plan {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: #22262d;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 0.92;
}

h1 {
  max-width: 1260px;
  margin: 0 auto 26px;
  font-size: clamp(3.5rem, 5.3vw, 6.3rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5.6vw, 6rem);
}

h3 {
  margin-bottom: 10px;
  color: #20242a;
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 930px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
}

.post-hero-copy {
  margin-top: 28px;
}

.prompt-studio {
  display: grid;
  gap: 80px;
  width: min(100%, 1120px);
  min-height: 300px;
  margin: 36px auto 0;
  padding: 46px 50px 40px;
  border: 1px solid rgba(31, 35, 41, 0.1);
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  box-shadow: var(--shadow);
  text-align: left;
}

.prompt-field {
  color: #69707c;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 500;
}

.prompt-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.model-select {
  gap: 14px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 850;
}

.generate-button {
  gap: 14px;
  min-height: 66px;
  padding: 0 34px;
  border-radius: 18px;
  background: var(--green);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 850;
  box-shadow: 0 18px 38px rgba(47, 118, 84, 0.22);
}

.hero-suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-suggestions a + a {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
}

.primary-action {
  background: var(--green);
  color: #fff;
}

.secondary-action {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.section,
.page-hero {
  padding: 86px clamp(20px, 5vw, 96px);
}

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

.section-heading.compact {
  max-width: 820px;
}

.insight-grid,
.workflow-board,
.pricing-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

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

.workflow-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-card,
.workflow-board article,
.keyword-panel,
.studio-panel,
.review-panel,
.app-sidebar,
.price-card,
.docs-nav,
.docs-content article,
.workflow-table {
  border: 1px solid rgba(31, 35, 41, 0.09);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(35, 45, 55, 0.08);
  backdrop-filter: blur(14px);
}

.insight-card,
.workflow-board article,
.keyword-panel,
.studio-panel,
.review-panel,
.app-sidebar,
.price-card,
.docs-content article {
  padding: 28px;
}

.insight-card svg {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: var(--green);
}

.insight-card p,
.workflow-board p,
.price-card p,
.docs-content p,
.section-heading p,
.split-section p,
.page-hero p,
.faq-grid p,
.review-panel p,
.app-sidebar p,
.panel-note {
  color: var(--muted);
}

.step-number {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  gap: 26px;
  align-items: start;
}

.keyword-panel ul,
.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.faq-grid article {
  padding: 24px;
  border: 1px solid rgba(31, 35, 41, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.page-hero.narrow {
  max-width: 1100px;
}

.page-hero h1,
.app-sidebar h1 {
  font-size: clamp(3.4rem, 8vw, 8.2rem);
}

.app-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 18px;
  padding: 46px clamp(20px, 4vw, 64px) 86px;
}

.sidebar-stat,
.setting-grid div,
.queue-item,
.readiness-list div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.sidebar-stat + .sidebar-stat {
  margin-top: 12px;
}

.sidebar-stat span,
.setting-grid span {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.studio-header,
.prompt-controls,
.panel-toolbar,
.queue-item,
.readiness-list div {
  display: flex;
  align-items: center;
}

.studio-header,
.panel-toolbar {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  padding: 0 16px;
}

.compact-action {
  border: 0;
  cursor: pointer;
}

.prompt-output {
  min-height: 190px;
  margin: 18px 0 0;
  padding: 20px;
  overflow: auto;
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(247, 249, 247, 0.82);
  color: var(--green-dark);
  font-family: "Manrope", sans-serif;
  font-weight: 650;
}

.icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
  cursor: pointer;
}

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

.readiness-list div {
  align-items: flex-start;
  gap: 12px;
}

.status-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(47, 118, 84, 0.1);
}

.status-dot.warning {
  background: #cc7b42;
  box-shadow: 0 0 0 6px rgba(204, 123, 66, 0.12);
}

.timeline {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(31, 35, 41, 0.08);
}

.timeline span {
  display: block;
  width: var(--w);
  height: 100%;
  background: var(--green);
}

.workflow-table {
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr 1.2fr;
}

.table-row + .table-row {
  border-top: 1px solid var(--line);
}

.table-row span {
  padding: 18px;
}

.table-row span + span {
  border-left: 1px solid var(--line);
}

.table-row.header span {
  color: var(--green);
  font-weight: 850;
  text-transform: uppercase;
}

.billing-toggle {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 22px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.billing-toggle button {
  min-width: 120px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.billing-toggle button.active {
  background: var(--green);
  color: #fff;
  font-weight: 850;
}

.price-card.featured {
  border-color: rgba(47, 118, 84, 0.28);
  background: linear-gradient(180deg, rgba(231, 243, 236, 0.92), rgba(255, 255, 255, 0.86));
}

.price-card h2 {
  font-size: 3.5rem;
}

.price-card small {
  color: var(--soft);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.price-card .primary-action,
.price-card .secondary-action {
  margin-top: 24px;
}

.docs-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  padding: 0 clamp(20px, 5vw, 96px) 86px;
}

.docs-nav {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.docs-nav a {
  padding: 11px 13px;
  border-radius: 999px;
  color: var(--muted);
}

.docs-nav a:hover {
  background: var(--mint);
  color: var(--green-dark);
}

.docs-content {
  display: grid;
  gap: 18px;
}

details {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 850;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(20px, 5vw, 96px);
  border-top: 1px solid rgba(31, 35, 41, 0.09);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.46);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-action {
    justify-self: start;
  }

  .app-shell,
  .split-section,
  .docs-layout {
    grid-template-columns: 1fr;
  }

  .workflow-board,
  .insight-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .docs-nav {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .hero-saas {
    min-height: auto;
    padding: 48px 18px 46px;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.8rem);
  }

  .hero-pill {
    min-height: 54px;
    margin-bottom: 28px;
    padding: 0 14px 0 18px;
  }

  .prompt-studio {
    min-height: 260px;
    gap: 48px;
    margin-top: 36px;
    padding: 28px 22px;
    border-radius: 28px;
  }

  .prompt-controls,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .generate-button,
  .model-select,
  .nav-action {
    width: 100%;
    justify-content: center;
  }

  .hero-suggestions {
    gap: 12px;
  }

  .hero-suggestions a + a {
    padding-left: 12px;
  }

  .form-grid,
  .setting-grid,
  .workflow-board,
  .insight-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row span + span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
