:root {
  --bg: #f7f4ef;
  --surface: #fffaf2;
  --ink: #182530;
  --muted: #5f7180;
  --line: #d6d2c5;
  --accent: #0f8f80;
  --accent-2: #e7a43b;
  --accent-3: #f06543;
  --panel: #132938;
  --panel-ink: #ecf8ff;
  --radius: 18px;
  --shadow: 0 18px 42px rgba(24, 37, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% -10%, rgba(15, 143, 128, 0.16), transparent 40%),
    radial-gradient(circle at 92% 8%, rgba(231, 164, 59, 0.14), transparent 30%),
    linear-gradient(180deg, #fbf8f2, #f4efe6 40%, #f7f4ef 100%);
  overflow-x: hidden;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.45;
  animation: orbFloat 16s ease-in-out infinite;
}

.bg-orb-a {
  width: 340px;
  height: 340px;
  background: rgba(15, 143, 128, 0.3);
  left: -110px;
  top: 110px;
}

.bg-orb-b {
  width: 300px;
  height: 300px;
  background: rgba(231, 164, 59, 0.22);
  right: -100px;
  top: 320px;
  animation-delay: -6s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(251, 247, 239, 0.75);
  border-bottom: 1px solid rgba(214, 210, 197, 0.7);
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.brand img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.site-nav a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(145deg, #0f8f80, #0f6f78);
  color: #f9fffd;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.12px;
  box-shadow: 0 8px 22px rgba(15, 143, 128, 0.25);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.88rem;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  border-color: #c9c3b4;
  box-shadow: 0 8px 20px rgba(24, 37, 48, 0.08);
}

.btn-ghost:hover {
  background: #ffffff;
  border-color: #96a5b0;
}

.hero {
  padding: 72px 0 48px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 30px;
  width: 170px;
  height: 170px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(240, 101, 67, 0.22), rgba(15, 143, 128, 0.18));
  filter: blur(0.6px);
  transform: rotate(12deg);
  z-index: -1;
  animation: heroPulse 9s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: start;
}

.hero-story {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
}

.hero-story-card {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.86), rgba(242, 238, 229, 0.88));
  border: 1px solid rgba(214, 210, 197, 0.85);
  box-shadow: 0 14px 26px rgba(20, 34, 45, 0.08);
}

.hero-story-card-main {
  background: linear-gradient(145deg, rgba(19, 48, 63, 0.96), rgba(15, 111, 120, 0.94));
  color: #effcff;
  transform: translateY(-4px);
}

.story-kicker {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(15, 143, 128, 0.12);
  color: #0f7164;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-story-card-main .story-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: #d0fbf7;
}

.hero-story-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.hero-story-card p {
  margin: 8px 0 0;
  color: inherit;
  line-height: 1.55;
  opacity: 0.92;
}

.eyebrow {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  max-width: 14ch;
}

h1 span {
  color: #0f8f80;
}

.hero-copy {
  margin: 16px 0 0;
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.hero-actions .btn,
.hero-actions .btn-ghost {
  min-height: 46px;
  padding: 0 18px;
}

.hero-metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-metrics article {
  background: rgba(255, 250, 242, 0.75);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px;
}

.hero-metrics strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}

.hero-metrics span {
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-panel {
  background: linear-gradient(155deg, #173346, #102635);
  border: 1px solid rgba(138, 193, 197, 0.28);
  border-radius: var(--radius);
  padding: 20px;
  color: var(--panel-ink);
  box-shadow: var(--shadow);
}

.hero-panel-grid {
  display: grid;
  gap: 12px;
}

.hero-card {
  border-radius: 18px;
}

.hero-card h3 {
  margin: 0;
  font-size: 1rem;
}

.hero-card-audit {
  padding-bottom: 16px;
}

.hero-panel-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

.hero-card-glance {
  min-height: 100%;
}

.glance-list,
.export-list,
.activity-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.glance-list li,
.export-list li,
.activity-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #cfe0ea;
  border-bottom: 1px dashed rgba(207, 224, 234, 0.22);
  padding-bottom: 7px;
}

.glance-list li b,
.export-list li span,
.activity-list li b {
  color: #f8fefb;
  font-size: 0.8rem;
  text-align: right;
}

.glance-list li span,
.activity-list li span {
  font-size: 0.84rem;
}

.hero-mini-stack {
  display: grid;
  gap: 10px;
}

.hero-card-export,
.hero-card-activity {
  padding: 14px;
  background: linear-gradient(155deg, #163346, #122d3f);
}

.export-list code {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  color: #d7eff6;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(194, 228, 239, 0.2);
  border-radius: 8px;
  padding: 2px 7px;
}

.panel-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  font-size: 0.75rem;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(86, 209, 190, 0.18);
  border: 1px solid rgba(86, 209, 190, 0.38);
}

.chip-alt {
  background: rgba(231, 164, 59, 0.16);
  border-color: rgba(231, 164, 59, 0.4);
}

.hero-panel h2 {
  margin-top: 12px;
  font-size: 1.25rem;
}

.hero-panel ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.hero-panel li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #cfe0ea;
  border-bottom: 1px dashed rgba(207, 224, 234, 0.22);
  padding-bottom: 7px;
}

.hero-panel li b {
  color: #f8fefb;
}

.hero-panel p {
  color: #b8d0dc;
  margin: 0;
}

.docs-hero {
  padding-top: 62px;
}

.docs-shell {
  padding-top: 44px;
}

.docs-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.docs-sidebar {
  position: sticky;
  top: 88px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  padding: 16px;
}

.docs-sidebar h2 {
  margin: 0;
  font-size: 1.2rem;
}

.docs-nav {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}

.docs-nav-link {
  color: #294352;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.65);
}

.docs-nav-link:hover {
  border-color: #b8d0dc;
  background: rgba(228, 244, 248, 0.55);
}

.docs-nav-link.is-active {
  border-color: #7fb5c3;
  background: rgba(201, 233, 241, 0.72);
  color: #14384a;
}

.docs-main {
  display: grid;
  gap: 16px;
}

.docs-route-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.82);
  padding: 22px;
}

.docs-route-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.26rem, 2.5vw, 1.7rem);
}

.docs-route-card .eyebrow {
  margin-bottom: 10px;
}

.docs-list {
  margin: 12px 0 0;
  padding-left: 22px;
  color: #344d5c;
  display: grid;
  gap: 10px;
}

.docs-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.docs-mini-grid section {
  border: 1px solid #d6d1c3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.docs-mini-grid h4 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.docs-mini-grid p {
  margin: 0;
  color: #445d6c;
  line-height: 1.62;
}

.trust-strip {
  padding: 10px 0 14px;
}

.trust-items {
  position: relative;
  border: 1px solid rgba(214, 210, 197, 0.88);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 243, 234, 0.9)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(20, 34, 45, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 24px;
  padding: 14px 20px;
}

.trust-items p {
  margin: 0;
  color: #304a59;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section {
  padding: 68px 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.5), rgba(246, 239, 228, 0.6));
  border-top: 1px solid rgba(214, 210, 197, 0.6);
  border-bottom: 1px solid rgba(214, 210, 197, 0.6);
}

.section-head {
  margin-bottom: 26px;
}

.section-head h2 {
  max-width: 18ch;
  font-size: clamp(1.5rem, 3.1vw, 2.4rem);
  line-height: 1.2;
  margin-top: 4px;
}

.feature-stage {
  border: 1px solid rgba(214, 210, 197, 0.88);
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(15, 143, 128, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 242, 233, 0.92));
  box-shadow: 0 20px 42px rgba(20, 34, 45, 0.09);
}

.feature-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.feature-flow::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 21px;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 143, 128, 0.34), rgba(217, 147, 46, 0.36));
  z-index: 0;
}

.feature-flow-step {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(214, 210, 197, 0.86);
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 4px;
}

.flow-no {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(15, 143, 128, 0.35);
  background: rgba(15, 143, 128, 0.11);
  color: #0f7166;
  display: inline-grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.feature-flow-step strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
}

.feature-flow-step small {
  color: #56707f;
  font-size: 0.78rem;
  font-weight: 700;
}

.feature-proof-meta {
  margin-top: 16px;
  border-top: 1px dashed rgba(203, 192, 173, 0.9);
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.feature-proof-meta span {
  color: #4a6575;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-left: 10px;
}

.feature-proof-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #8fa4b2;
}

.feature-stage-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 12px;
}

.editorial-stack {
  display: grid;
  gap: 16px;
}

.editorial-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border: 1px solid rgba(214, 210, 197, 0.86);
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(249, 244, 236, 0.88));
  box-shadow: 0 12px 28px rgba(20, 34, 45, 0.07);
}

.editorial-item-alt {
  background: linear-gradient(165deg, rgba(15, 143, 128, 0.12), rgba(255, 255, 255, 0.94));
  border-color: rgba(15, 143, 128, 0.24);
}

.editorial-shot {
  margin: 0;
  border: 1px solid rgba(214, 210, 197, 0.76);
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 24px rgba(20, 34, 45, 0.09);
}

.editorial-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
}

.editorial-shot-feature1 img {
  object-position: center top;
}

.editorial-shot-feature2 img {
  object-position: center top;
}

.editorial-body {
  display: grid;
  align-content: start;
  gap: 9px;
}

.editorial-body h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.24;
  max-width: 22ch;
}

.editorial-body p {
  margin: 0;
  color: #496476;
  line-height: 1.64;
  font-size: 0.96rem;
}

.editorial-points {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.editorial-points li {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  align-items: center;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(214, 210, 197, 0.56);
  background: rgba(255, 255, 255, 0.74);
}

.timeline-tail {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.timeline-tail-item {
  position: relative;
  border: 1px solid rgba(214, 210, 197, 0.86);
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 242, 234, 0.88));
  box-shadow: 0 10px 24px rgba(20, 34, 45, 0.07);
}

.timeline-tail-item h3 {
  margin: 10px 0 8px;
  font-size: 1.06rem;
  line-height: 1.3;
}

.timeline-tail-item p {
  margin: 0;
  color: #4a6474;
  line-height: 1.62;
  font-size: 0.93rem;
}

.timeline-tags {
  margin-top: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.feature-panel {
  min-height: 240px;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(214, 210, 197, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 231, 0.92));
  box-shadow: 0 10px 22px rgba(20, 34, 45, 0.06);
}

.feature-panel-large {
  grid-row: span 2;
  min-height: 492px;
  background: linear-gradient(160deg, #152d3d, #1c4655);
  color: #effcff;
}

.feature-panel-accent {
  background: linear-gradient(165deg, rgba(15, 143, 128, 0.12), rgba(255, 255, 255, 0.94));
  border-color: rgba(15, 143, 128, 0.22);
}

.feature-panel .eyebrow {
  margin-bottom: 12px;
}

.feature-panel h3 {
  font-size: 1.3rem;
  max-width: 16ch;
}

.feature-panel p {
  margin: 12px 0 0;
  color: inherit;
  line-height: 1.65;
  opacity: 0.92;
}

.feature-shot {
  margin: 14px 0 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(214, 210, 197, 0.7);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(20, 34, 45, 0.08);
}

.feature-shot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
  object-position: top center;
}

.feature-shot-large img {
  max-height: 250px;
}

.feature-shot-export img {
  object-position: center top;
}

.feature-shot figcaption {
  margin: 0;
  padding: 8px 10px;
  font-size: 0.74rem;
  color: #5d7381;
  border-top: 1px solid rgba(214, 210, 197, 0.72);
  background: rgba(255, 255, 255, 0.92);
}

.feature-panel-large .feature-shot {
  border-color: rgba(139, 227, 212, 0.35);
  background: rgba(8, 28, 38, 0.55);
}

.feature-panel-large .feature-shot figcaption {
  color: #c9e4ee;
  border-top-color: rgba(139, 227, 212, 0.28);
  background: rgba(13, 38, 50, 0.78);
}

.feature-proof-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.feature-proof-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(214, 210, 197, 0.5);
  background: rgba(255, 255, 255, 0.64);
}

.feature-panel-large .feature-proof-list li {
  border-color: rgba(140, 195, 210, 0.28);
  background: rgba(15, 37, 50, 0.45);
}

.feature-item-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.89rem;
  line-height: 1.45;
}

.feature-icon {
  width: 19px;
  height: 19px;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  border: 1px solid rgba(15, 143, 128, 0.3);
  background: rgba(15, 143, 128, 0.1);
  color: #0f7066;
  flex: 0 0 19px;
}

.feature-panel-large .feature-icon {
  border-color: rgba(139, 227, 212, 0.35);
  background: rgba(83, 194, 173, 0.2);
  color: #e6fffb;
}

.feature-tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mini-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(96, 133, 149, 0.32);
  background: rgba(96, 133, 149, 0.12);
  color: #415d6e;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-panel-large .mini-flag {
  border-color: rgba(176, 214, 226, 0.4);
  background: rgba(176, 214, 226, 0.14);
  color: #d7f0f8;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-badge.free {
  border: 1px solid rgba(15, 143, 128, 0.34);
  background: rgba(15, 143, 128, 0.12);
  color: #0f6f67;
}

.plan-badge.pro {
  border: 1px solid rgba(217, 147, 46, 0.45);
  background: rgba(217, 147, 46, 0.16);
  color: #83500a;
}

.feature-panel-large .plan-badge.free {
  border-color: rgba(139, 227, 212, 0.45);
  background: rgba(83, 194, 173, 0.2);
  color: #e2fff8;
}

.feature-panel-large .plan-badge.pro {
  border-color: rgba(255, 220, 153, 0.5);
  background: rgba(232, 167, 61, 0.24);
  color: #ffe8c3;
}

.feature-panel:not(.feature-panel-large) p {
  color: #496173;
}

.feature-panel-large .eyebrow {
  color: #9ee4d8;
}

.feature-panel-large h3 {
  color: #f4fffd;
}

.feature-panel-large p {
  color: #cfe8ef;
}

.feature-panel-foot {
  margin-top: 12px;
}

.feature-panel-foot a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 143, 128, 0.24);
  background: rgba(15, 143, 128, 0.08);
  color: #0f6f67;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.feature-panel-foot a:hover {
  background: rgba(15, 143, 128, 0.14);
  border-color: rgba(15, 143, 128, 0.36);
}

.feature-panel-large .feature-panel-foot a {
  border-color: rgba(139, 227, 212, 0.4);
  background: rgba(83, 194, 173, 0.18);
  color: #e5fffb;
}

.feature-panel-large .feature-panel-foot a:hover {
  background: rgba(83, 194, 173, 0.26);
}

.policy-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.how-it-works-section {
  padding-top: 20px;
}

.how-it-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.how-it-works article {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(214, 210, 197, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 233, 0.9));
  box-shadow: 0 14px 28px rgba(20, 34, 45, 0.07);
}

.how-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 143, 128, 0.12);
  color: #0f7164;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.how-it-works h3 {
  margin-top: 12px;
  font-size: 1.08rem;
}

.how-it-works p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Add to Chrome CTA ───────────────────────────────────────────────── */

.btn-chrome {
  gap: 10px;
  font-size: 1rem;
  padding: 0 26px;
  min-height: 52px;
  box-shadow: 0 10px 28px rgba(15, 143, 128, 0.32);
}

.btn-chrome svg {
  flex: 0 0 18px;
}

.btn-chrome:hover {
  box-shadow: 0 14px 34px rgba(15, 143, 128, 0.42);
  transform: translateY(-2px);
}

/* ── Hero secondary links ────────────────────────────────────────────── */

.hero-sub-links {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-sub-links a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.hero-sub-links a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.hero-sub-links span {
  margin: 0 4px;
  opacity: 0.45;
}

/* ── Hero screenshot placeholder ─────────────────────────────────────── */

.hero-screenshot-wrap {
  margin: 0;
  position: relative;
}

.hero-video-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(24, 37, 48, 0.14);
  border: 1px solid rgba(214, 210, 197, 0.7);
  background: #0d1f2a;
  line-height: 0;
}

.hero-video-frame iframe {
  display: block;
  border-radius: var(--radius);
}

.hero-proof-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.checkout-reassurance {
  margin: 12px 0 0;
  color: #3f5b69;
  font-size: 0.86rem;
  line-height: 1.55;
  font-weight: 600;
  border-left: 3px solid rgba(15, 143, 128, 0.38);
  padding-left: 10px;
}

.placeholder-frame-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(19, 41, 56, 0.07);
  border-bottom: 1px dashed rgba(15, 143, 128, 0.2);
}

.placeholder-frame-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 143, 128, 0.3);
  flex: 0 0 10px;
}

.placeholder-frame-dot:nth-child(2) {
  background: rgba(231, 164, 59, 0.38);
}

.placeholder-frame-dot:nth-child(3) {
  background: rgba(240, 101, 67, 0.32);
}

.placeholder-frame-title {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
  margin-left: 6px;
  opacity: 0.65;
}

.placeholder-frame-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 24px;
  gap: 12px;
  text-align: center;
}

.placeholder-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(15, 143, 128, 0.1);
  border: 1px dashed rgba(15, 143, 128, 0.35);
  display: grid;
  place-items: center;
  color: var(--accent);
}

.placeholder-label {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
  font-size: 1.05rem;
}

.placeholder-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  max-width: 32ch;
  line-height: 1.6;
}

.placeholder-note {
  margin-top: 4px;
  font-family: "Space Grotesk", monospace;
  font-size: 0.72rem;
  color: #6a8898;
  background: rgba(15, 143, 128, 0.07);
  border: 1px solid rgba(15, 143, 128, 0.18);
  border-radius: 8px;
  padding: 4px 10px;
  opacity: 0.8;
}

.placeholder-caption {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

/* ── Trust strip social proof ────────────────────────────────────────── */

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-badge svg {
  flex: 0 0 28px;
}

.trust-badge strong {
  display: block;
  font-size: 0.88rem;
  color: var(--ink);
}

.trust-badge span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.trust-divider {
  width: 1px;
  height: 38px;
  background: rgba(214, 210, 197, 0.9);
  flex-shrink: 0;
}

.trust-quote {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 30ch;
}

.trust-quote p {
  margin: 0 0 3px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  font-style: italic;
  line-height: 1.5;
}

.trust-quote cite {
  font-size: 0.76rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-stat strong {
  font-size: 0.88rem;
  color: var(--ink);
}

.trust-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

/* ── Mobile nav toggle ───────────────────────────────────────────────── */

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  padding: 9px 8px;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.22s ease, opacity 0.22s ease;
  pointer-events: none;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Testimonials carousel ──────────────────────────────────────────────── */

.testimonials-section {
  background: linear-gradient(180deg, rgba(19, 48, 63, 0.04) 0%, rgba(15, 111, 120, 0.07) 100%);
  border-top: 1px solid rgba(214, 210, 197, 0.6);
  border-bottom: 1px solid rgba(214, 210, 197, 0.6);
}

.section-head-center {
  text-align: center;
}

.section-head-center h2 {
  margin: 4px auto 0;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 4px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-card {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px 4px;
}

.testimonial-quote-mark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 5.5rem;
  line-height: 0.65;
  color: var(--accent);
  opacity: 0.25;
  margin-bottom: 16px;
  user-select: none;
  display: block;
}

.testimonial-card blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.testimonial-card blockquote p {
  font-size: clamp(1.06rem, 2vw, 1.22rem);
  line-height: 1.75;
  color: var(--ink);
  font-weight: 600;
  max-width: 54ch;
  margin: 0 auto;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(214, 210, 197, 0.8);
  box-shadow: 0 4px 14px rgba(20, 34, 45, 0.06);
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f8f80, #0a6672);
  color: #e6fff9;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 10px rgba(15, 143, 128, 0.28);
}

.testimonial-author strong {
  display: block;
  font-size: 0.92rem;
  color: var(--ink);
  text-align: left;
  line-height: 1.3;
}

.testimonial-author span {
  display: block;
  font-size: 0.79rem;
  color: var(--muted);
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.testimonial-dot {
  height: 8px;
  width: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 143, 128, 0.22);
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.testimonial-dot:hover {
  background: rgba(15, 143, 128, 0.45);
}

.testimonial-dot.active {
  width: 26px;
  background: var(--accent);
}

.testimonial-toggle {
  margin-left: 8px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 143, 128, 0.4);
  background: rgba(15, 143, 128, 0.08);
  color: #0f6f67;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}

.testimonial-toggle:hover {
  background: rgba(15, 143, 128, 0.16);
}

.testimonial-toggle[aria-pressed="true"] {
  background: rgba(231, 164, 59, 0.18);
  border-color: rgba(231, 164, 59, 0.48);
  color: #7a4b09;
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -14px, 0) scale(1.03);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    transform: rotate(12deg) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: rotate(16deg) scale(1.05);
    opacity: 1;
  }
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  background: rgba(255, 252, 246, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 17px;
  box-shadow: 0 8px 22px rgba(20, 34, 45, 0.06);
}

.price-card.featured {
  background: linear-gradient(160deg, #13303f, #173a4d);
  border-color: rgba(112, 180, 194, 0.35);
  color: #e9f6ff;
}

.price-name {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #5d7280;
}

.price-card.featured .price-name {
  color: #b8d8e7;
}

.price-card h3 {
  margin-top: 8px;
  font-size: 1.9rem;
}

.price-main {
  font-size: clamp(2.2rem, 3.2vw, 2.75rem);
  line-height: 1.03;
  margin-top: 10px;
}

.price-card.featured .price-main {
  font-size: clamp(2.55rem, 4vw, 3.2rem);
  letter-spacing: -0.02em;
}

.price-card.featured .price-value {
  font-size: 1em;
  line-height: 0.95;
}

.price-card.featured .price-cycle {
  font-size: 1.15rem;
  margin-left: 2px;
}

.price-card.featured.is-annual .price-value {
  font-size: clamp(2.75rem, 4.4vw, 3.45rem);
  letter-spacing: -0.03em;
}

.price-card.featured.is-annual .price-cycle {
  font-size: 1.2rem;
}

.price-copy {
  font-size: 0.98rem;
  line-height: 1.55;
}

.price-card li {
  font-size: 0.97rem;
}

.price-card h3 span {
  font-size: 0.95rem;
  color: #6c8290;
  font-weight: 700;
}

.price-card.featured h3 span {
  color: #9dc2d3;
}

.price-copy {
  margin: 8px 0 10px;
  color: var(--muted);
}

.price-card.featured .price-copy {
  color: #c0dcea;
}

.price-card ul {
  margin: 0;
  padding-left: 19px;
  display: grid;
  gap: 8px;
}

.price-card li {
  color: #4e6572;
  line-height: 1.45;
}

.price-card.featured li {
  color: #d3e7f1;
}

.pricing-links {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-links .btn-ghost {
  min-height: 42px;
  padding: 0 16px;
  font-weight: 700;
  border-color: #c8c2b1;
  background: rgba(255, 255, 255, 0.65);
}

.pricing-links .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: #9ba8b4;
}

.billing-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.billing-btn {
  border: 0;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
}

.billing-btn.active {
  color: #edfbf8;
  background: linear-gradient(145deg, #0f8f80, #0f6f78);
  box-shadow: 0 8px 18px rgba(15, 143, 128, 0.22);
}

.billing-hint {
  margin: 8px 0 0;
  font-size: 0.8rem;
  color: #45657a;
  font-weight: 700;
}

.price-value {
  font-variant-numeric: tabular-nums;
}

.pricing-matrix {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 249, 240, 0.64));
}

.pricing-matrix h3 {
  margin: 0 0 12px;
  font-size: 1.06rem;
}

.matrix-head,
.matrix-row {
  display: grid;
  grid-template-columns: 1.3fr 0.6fr 0.8fr;
  gap: 8px;
  align-items: center;
}

.matrix-head {
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #435967;
  font-weight: 800;
  padding: 2px 0 10px;
  border-bottom: 1px solid #b7b2a4;
}

.matrix-row {
  padding: 10px 0;
  border-bottom: 1px solid #d6d1c3;
  font-size: 0.92rem;
  color: #243a48;
}

.matrix-row:last-of-type {
  border-bottom: 0;
}

.matrix-head span:nth-child(2),
.matrix-head span:nth-child(3),
.matrix-row span:nth-child(2),
.matrix-row span:nth-child(3) {
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pill-pro {
  color: #5f1a09;
  background: linear-gradient(140deg, #ffd280, #f3ab6e);
}

.matrix-foot {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.matrix-foot a {
  color: #0c7064;
  font-weight: 700;
}

.section-contrast {
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 101, 67, 0.14), transparent 40%),
    radial-gradient(circle at 92% 100%, rgba(15, 143, 128, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(255, 248, 237, 0.72), rgba(244, 236, 223, 0.86));
  border-top: 1px solid rgba(216, 198, 166, 0.8);
  border-bottom: 1px solid rgba(216, 198, 166, 0.8);
}

.docs-promo {
  padding-top: 30px;
}

.docs-promo-card {
  border-radius: 18px;
  border: 1px solid rgba(152, 192, 198, 0.64);
  background: linear-gradient(140deg, #173549, #1f5f73 52%, #0f4e5f);
  color: #e8f8ff;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  box-shadow: 0 20px 34px rgba(9, 40, 51, 0.22);
}

.docs-promo-card .eyebrow {
  color: #9ee4d8;
}

.docs-promo-card h2 {
  max-width: 20ch;
  margin-top: 3px;
}

.docs-promo-card .hero-copy {
  color: #cde9f6;
}

.docs-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.docs-promo-card .btn-ghost {
  border-color: rgba(182, 223, 231, 0.74);
  color: #e8f8ff;
}

.docs-promo-card .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  padding: 12px 14px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  color: var(--muted);
  margin: 10px 0 2px;
}

.site-footer {
  padding: 24px 0 34px;
}

.footer-wrap {
  border-top: 1px solid rgba(214, 210, 197, 0.75);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

.footer-wrap div {
  display: inline-flex;
  gap: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.on {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero-grid,
  .steps,
  .pricing-cards,
  .hero-story,
  .how-it-works {
    grid-template-columns: 1fr 1fr;
  }

  .feature-flow {
    grid-template-columns: 1fr;
  }

  .editorial-item,
  .timeline-tail {
    grid-template-columns: 1fr;
  }

  .editorial-shot img {
    min-height: 180px;
    max-height: 260px;
  }

  .feature-flow::before {
    display: none;
  }

  .feature-proof-list li {
    align-items: flex-start;
  }

  .feature-tags {
    flex-wrap: wrap;
  }

  .feature-panel-large {
    grid-row: auto;
    min-height: 240px;
  }

  .docs-layout {
    grid-template-columns: 1fr;
  }

  .docs-sidebar {
    position: static;
  }

  .docs-mini-grid {
    grid-template-columns: 1fr;
  }

  .docs-promo-card {
    grid-template-columns: 1fr;
  }

  .docs-promo-actions {
    justify-content: flex-start;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 30;
    background: rgba(251, 247, 239, 0.98);
    border-bottom: 1px solid rgba(214, 210, 197, 0.7);
    backdrop-filter: blur(10px);
    padding: 10px 20px 16px;
    flex-direction: column;
    gap: 2px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: var(--ink);
  }

  .hero-panel-lower {
    grid-template-columns: 1fr;
  }

  .hero-proof-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 22px);
  }

  .hero,
  .section {
    padding: 54px 0;
  }

  .hero-grid,
  .steps,
  .pricing-cards,
  .hero-metrics,
  .hero-story,
  .how-it-works {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .hero-card-export,
  .hero-card-activity {
    border-radius: 16px;
  }

  .feature-proof-meta {
    gap: 6px;
  }

  .feature-proof-meta span {
    width: 100%;
  }

  .feature-proof-list li {
    flex-wrap: wrap;
  }

  .feature-item-title {
    width: 100%;
  }

  .feature-stage,
  .hero-story-card,
  .how-it-works article {
    border-radius: 18px;
  }

  .editorial-item,
  .timeline-tail-item {
    border-radius: 16px;
    padding: 12px;
  }

  .editorial-body h3 {
    font-size: 1.12rem;
  }

  .editorial-body p,
  .timeline-tail-item p {
    font-size: 0.9rem;
  }

  h1 {
    max-width: none;
  }

  .trust-items {
    justify-content: flex-start;
  }

  .footer-wrap div {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
