@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@500;700;800&family=Literata:opsz,wght@7..72,400;7..72,600&display=swap");

:root {
  --bg-base: #efe9dd;
  --ink: #122220;
  --ink-soft: #495e5a;
  --panel: rgba(255, 252, 244, 0.9);
  --panel-strong: #fff7e9;
  --line: #c9d4cf;
  --accent: #e84e3a;
  --accent-2: #0f766e;
  --accent-3: #f3b433;
  --danger: #ac2432;
  --ok: #196e56;
  --shadow: 0 22px 56px rgba(37, 49, 45, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Literata", serif;
  background: var(--bg-base);
  overflow-x: hidden;
}

.bg-noise,
.bg-gradient,
.bg-grid,
.paint {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-noise {
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(0, 0, 0, 0.28) 1px, transparent 0);
  background-size: 18px 18px;
  z-index: -5;
}

.bg-gradient {
  z-index: -4;
  background:
    radial-gradient(56rem 42rem at 9% 16%, rgba(15, 118, 110, 0.24), transparent 66%),
    radial-gradient(46rem 30rem at 88% 82%, rgba(232, 78, 58, 0.22), transparent 68%),
    radial-gradient(30rem 22rem at 75% 18%, rgba(243, 180, 51, 0.22), transparent 70%);
}

.bg-grid {
  z-index: -3;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(23, 52, 48, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 52, 48, 0.12) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 50%, #000 34%, transparent 92%);
}

.paint {
  z-index: -2;
  filter: blur(55px);
  opacity: 0.4;
}

.paint-a {
  background: radial-gradient(circle at 20% 20%, #ff6f59 0, transparent 60%);
  transform: translate(-25%, -35%) scale(1.2);
}

.paint-b {
  background: radial-gradient(circle at 80% 20%, #16a085 0, transparent 60%);
  transform: translate(28%, -40%) scale(1.1);
}

.paint-c {
  background: radial-gradient(circle at 62% 88%, #f7b731 0, transparent 58%);
  transform: translate(20%, 26%) scale(1.25);
}

.container {
  width: min(1120px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 26px 0 36px;
  position: relative;
  z-index: 2;
}

.header {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 560px);
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.top-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.top-actions button {
  width: auto;
  min-width: 0;
  padding: 9px 12px;
  white-space: nowrap;
  font-size: 0.88rem;
}

.brand {
  display: grid;
  gap: 4px;
  animation: rise 480ms ease both;
}

.overline {
  margin: 0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #40514d;
  font-size: 0.82rem;
}

h1 {
  margin: 0;
  font-family: "Literata", "Times New Roman", serif;
  font-size: clamp(2rem, 5.1vw, 3.8rem);
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.brand h1 {
  display: inline-block;
  position: relative;
  padding: 0.02em 0.03em;
  background: linear-gradient(110deg, #0f4f49 0%, #0f766e 34%, #f3b433 62%, #e84e3a 100%);
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 24px rgba(19, 86, 79, 0.22);
  animation: heroGradientShift 7s ease-in-out infinite;
}

.brand h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12em;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f766e, #f3b433, #e84e3a);
  box-shadow: 0 3px 12px rgba(232, 78, 58, 0.3);
  transform-origin: left center;
  animation: heroUnderlinePulse 2.8s ease-in-out infinite;
}

.hero-note {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
}

h2 {
  margin: 0;
  font-family: "Literata", "Times New Roman", serif;
  letter-spacing: -0.01em;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
}

.panel {
  background: var(--panel);
  backdrop-filter: blur(6px);
  border: 1px solid #d2ddd7;
  border-radius: 26px;
  padding: 20px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.landing-page {
  display: grid;
  gap: 22px;
}

.landing-section {
  background: rgba(255, 252, 244, 0.84);
  border: 1px solid #d0ddd4;
  border-radius: 26px;
  padding: clamp(18px, 2.6vw, 32px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.landing-section::before {
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(243, 180, 51, 0.22), transparent 65%);
  pointer-events: none;
}

.section-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: center;
  min-height: 380px;
}

.landing-kicker {
  margin: 0 0 10px;
  font-family: "Literata", "Times New Roman", serif;
  letter-spacing: 0.03em;
  font-size: 0.82rem;
  color: #1d6b60;
  text-transform: uppercase;
}

.landing-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 12px;
  line-height: 1.02;
}

.landing-lead {
  margin: 0;
  color: #2f4440;
  line-height: 1.6;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  max-width: 52ch;
}

.landing-lead strong {
  color: #114d46;
  font-family: "Literata", "Times New Roman", serif;
  font-size: 0.9em;
}

.platform-panel {
  margin-top: 14px;
  border: 1px solid #bfd2c7;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff8eb, #effff7);
  padding: 10px;
  display: grid;
  gap: 10px;
}

.platform-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.platform-eyebrow {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1b6a5f;
}

.platform-copy {
  margin: 0;
  color: #3b5752;
  font-size: 0.92rem;
}

.platform-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.platform-tile {
  border-radius: 14px;
  border: 1px solid #bfd3c8;
  background: linear-gradient(145deg, #fffaf0, #effff7);
  padding: 10px;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.platform-live {
  border-color: #7bc4a8;
  background: linear-gradient(145deg, #ecfff5, #f8fff0);
}

.platform-tile svg {
  width: 34px;
  height: 34px;
}

.platform-tile p {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 0.72rem;
  color: #183f39;
}

.platform-badge {
  border-radius: 999px;
  padding: 3px 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.62rem;
  background: #1f9b72;
  color: #fff;
}

.platform-badge.soon {
  background: #c6772f;
}

.landing-art {
  border-radius: 18px;
  border: 1px solid #c2d2ca;
  background: linear-gradient(150deg, #fff7e2, #e6fbf6);
  padding: 12px;
}

.landing-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.section-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.section-story h3,
.section-benefits h3,
.section-keywords h3,
.section-cta h3 {
  margin: 0 0 10px;
  font-family: "Literata", "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.1vw, 1.85rem);
}

.section-story p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: #334844;
  overflow-wrap: anywhere;
}

.story-slab {
  border-radius: 20px;
  border: 1px solid #bfd2c8;
  background: linear-gradient(145deg, #eefcf6, #fff5e8);
  padding: 14px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  align-items: center;
}

.study-figure {
  border-radius: 14px;
  border: 1px solid #c4d5cc;
  background: linear-gradient(145deg, #fff9ee, #effff8);
  padding: 6px;
}

.study-figure svg {
  width: 100%;
  height: auto;
  display: block;
}

.study-list {
  border-radius: 20px;
  border: 3px solid #e8a36b;
  background: #fff9ef;
  padding: 18px 14px;
}

.study-list h4 {
  margin: 0 0 10px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
  color: #8c2f23;
}

.study-list p {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.45;
  color: #2e4554;
}

.study-list p:last-child {
  margin-bottom: 0;
}

.section-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.benefit-card {
  border-radius: 16px;
  border: 1px solid #cad8d1;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.benefit-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.benefit-card p {
  margin: 0;
  color: #405652;
  line-height: 1.48;
}

.benefit-art {
  border-radius: 12px;
  border: 1px solid #c8d7cf;
  background: linear-gradient(145deg, #fff9eb, #ebfff7);
  padding: 6px;
}

.benefit-art svg {
  width: 100%;
  height: auto;
  display: block;
}

.section-keywords {
  display: grid;
  gap: 14px;
}

.usecase-header {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 14px;
  align-items: start;
}

.usecase-mini-art {
  border-radius: 14px;
  border: 1px solid #bfd1c7;
  background: linear-gradient(145deg, #fff8ec, #ebfff6);
  padding: 8px;
}

.usecase-mini-art svg {
  width: 100%;
  display: block;
}

.usecase-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.usecase-text-card {
  border: 1px solid #bfd1c7;
  border-radius: 18px;
  background: linear-gradient(155deg, #fffdf7 0%, #eefaf5 100%);
  padding: 14px 14px 12px;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 24px rgba(19, 48, 43, 0.08);
}

.usecase-text-card::after {
  content: "";
  position: absolute;
  inset: auto -26px -36px auto;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.16), transparent 74%);
  pointer-events: none;
}

.usecase-card-head {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cfe0d7;
}

.usecase-label {
  margin: 0 0 6px;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid #9fc1b2;
  background: linear-gradient(145deg, #e8fff5, #f5fffb);
  color: #1e5c52;
  padding: 4px 12px;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
}

.usecase-card-head h4 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.03rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.usecase-card-body {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  align-items: center;
}

.usecase-card-body p {
  margin: 0;
  color: #38504b;
  font-size: 1.02rem;
  line-height: 1.5;
}

.usecase-spot {
  border-radius: 14px;
  border: 1px solid #c5d8ce;
  background: linear-gradient(145deg, #fff8ee, #ecfef7);
  padding: 6px;
}

.usecase-spot svg {
  width: 100%;
  height: auto;
  display: block;
}

.keyword-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.keyword-ribbon span {
  border-radius: 999px;
  border: 1px solid #b9cdc3;
  background: linear-gradient(145deg, #fff9ed, #ecfff6);
  color: #1f3b37;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-family: "Unbounded", sans-serif;
}

.section-adult-content-blocker {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: center;
}

.adult-content-blocker-copy h3 {
  margin-bottom: 10px;
}

.adult-content-blocker-copy p {
  margin: 0;
  color: #334a45;
  line-height: 1.58;
  font-size: 1rem;
}

.adult-content-blocker-copy strong {
  color: #8c2f23;
  font-family: "Unbounded", sans-serif;
  font-size: 0.92em;
}

.adult-content-list {
  margin: 12px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
  color: #2f4742;
}

.adult-content-list li::marker {
  color: #b43d36;
}

.adult-content-blocker-art {
  border-color: #c9d8cf;
  background: linear-gradient(145deg, #fff6ea, #ebfff6);
}

.section-cta .stack {
  margin-top: 14px;
}

.auth-actions {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.auth-actions button {
  width: min(320px, 100%);
}

.section-pricing {
  display: grid;
  gap: 16px;
}

.pricing-head h3 {
  margin: 0;
}

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

.pricing-card {
  border-radius: 18px;
  border: 1px solid #bfd2c8;
  background: linear-gradient(145deg, #fffdf6, #f0fff8);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.pricing-card.featured {
  border-color: #7ebea6;
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.13);
}

.pricing-tag {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #96c5b2;
  background: #e6fff5;
  color: #165247;
  font-family: "Unbounded", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
}

.pricing-tag.alt {
  border-color: #e1b88f;
  background: #fff6e9;
  color: #8a4c1f;
}

.pricing-card h4 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.14rem;
}

.price {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: #123d37;
}

.price span {
  margin-left: 4px;
  font-size: 0.9rem;
  color: #3b5a54;
}

.trial {
  margin: 0;
  color: #1f5f4f;
  font-weight: 600;
}

.pricing-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 5px;
  color: #354c47;
}

.pricing-cta {
  display: flex;
  justify-content: center;
}

.pricing-cta button {
  width: min(360px, 100%);
}

.section-faq {
  display: grid;
  gap: 14px;
}

.section-faq h3 {
  margin: 0;
}

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

.faq-grid details {
  border: 1px solid #bfd2c8;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff9ee, #edfff8);
  padding: 10px 12px;
}

.faq-grid summary {
  cursor: pointer;
  font-family: "Unbounded", sans-serif;
  font-size: 0.86rem;
  color: #173e38;
  line-height: 1.35;
}

.faq-grid p {
  margin: 8px 0 0;
  color: #37504a;
  line-height: 1.5;
  font-size: 0.95rem;
}

.panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -58% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.17), transparent 68%);
  pointer-events: none;
}

.hidden {
  display: none;
}

.subtle {
  color: var(--ink-soft);
  margin: 8px 0 0;
}

.msg {
  margin: 12px 0 0;
  font-weight: 600;
}

.msg.warn {
  color: var(--danger);
}

.stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.billing-actions {
  flex-wrap: wrap;
}

.billing-actions button {
  min-width: 180px;
}

.dashboard-actions {
  flex-wrap: nowrap;
  align-items: stretch;
}

.dashboard-actions button {
  min-width: 220px;
}

.row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.row-between {
  justify-content: space-between;
}

.grid {
  display: grid;
  gap: 12px;
}

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

input,
select,
button {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 12px 13px;
  font-size: 1rem;
  font-family: inherit;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--accent-2);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
}

button {
  cursor: pointer;
  border: none;
  color: #fff9ef;
  font-family: "Unbounded", sans-serif;
  font-size: 0.94rem;
  letter-spacing: 0.01em;
  background: linear-gradient(130deg, var(--accent-2), #0b525b 58%, #084c45 100%);
}

button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(9, 90, 83, 0.24);
}

button.ghost {
  background: linear-gradient(130deg, #fff1d4, #ffdca1);
  color: #5e3d17;
  border: 1px solid #e5be72;
}

button:disabled {
  background: #8a958f;
  color: #eef2ef;
  cursor: not-allowed;
}

label.inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px dashed #b6c5bd;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 11px 12px;
}

label.inline input {
  width: auto;
  margin-top: 3px;
}

.tag {
  background: #ffe8d9;
  color: #983225;
  border: 1px solid #efbea0;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.76rem;
  font-family: "Unbounded", sans-serif;
}

.warn {
  margin-top: 12px;
  color: var(--danger);
  font-weight: 600;
}

.step-shell {
  display: grid;
  gap: 14px;
  animation: rise 360ms ease both;
}

.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-progress {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  border: 1px solid #d4dccf;
  background: #edf2ec;
  overflow: hidden;
}

.step-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-3), var(--accent), var(--accent-2));
  transition: width 180ms ease;
}

.step-title {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.05;
  font-family: "Unbounded", sans-serif;
}

.step-body {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #cfd8d3;
  background: var(--panel-strong);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.5;
}

.path-board {
  border: 1px solid #c6d4ce;
  border-radius: 14px;
  background: linear-gradient(145deg, #f5fff9, #fff6e5);
  padding: 10px 12px;
}

.path-label {
  margin: 0 0 7px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: #2e5a53;
  text-transform: uppercase;
}

.path-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.path-chip {
  border-radius: 10px;
  padding: 6px 9px;
  border: 1px solid #b9cec2;
  background: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 0.76rem;
  color: #143532;
}

.path-arrow {
  font-family: "Unbounded", sans-serif;
  color: #6d7f79;
  font-size: 0.76rem;
}

.callout {
  border-radius: 13px;
  padding: 12px 14px;
  border: 1px solid transparent;
  line-height: 1.45;
}

.callout-info {
  background: #e8f6ee;
  border-color: #9ad5be;
  color: #1d6150;
}

.callout-warn {
  background: #ffebea;
  border-color: #f2b9b6;
  color: #a52b39;
}

.choice-board {
  border: 1px solid #d5d7cb;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff9eb, #f0fffa);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.choice-board h4 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 0.96rem;
}

.mapping-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mapping-item {
  border: 1px solid #bfd1c7;
  border-radius: 10px;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mapping-item strong {
  font-family: "Unbounded", sans-serif;
  font-size: 0.95rem;
}

.mapping-item span {
  color: #315450;
  font-weight: 600;
}

.choice-board em {
  font-style: normal;
  font-weight: 600;
  color: #0d4f48;
}

.terms-board {
  border: 1px solid #c6d3cc;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff9ed, #eef9f4);
  padding: 12px 14px;
}

.terms-board h4 {
  margin: 0 0 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.92rem;
}

.terms-board ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.terms-board li {
  line-height: 1.45;
  color: #284642;
}

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

.choice-tile {
  border-radius: 12px;
  border: 1px solid #c9d5cd;
  background: rgba(255, 255, 255, 0.92);
  padding: 11px 12px;
}

.choice-tile strong {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.app-highlight {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #efbea0;
  background: linear-gradient(145deg, #fff1e8, #ffe5d9);
  color: #962d25;
  font-family: "Unbounded", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.01em;
}

.token-stage {
  margin-top: 10px;
  border: 1px solid #b8cac2;
  border-radius: 20px;
  background: linear-gradient(145deg, #fef4dc, #e9f7f1);
  padding: 24px 14px;
  text-align: center;
}

.token-word {
  margin: 0;
  font-family: "Courier New", "Lucida Console", monospace;
  font-size: clamp(2rem, 6vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  animation: pulseWord 560ms ease;
}

.token-meta {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.completion-recovery-banner {
  margin: 16px auto 0;
  max-width: 920px;
  border: 2px solid #ef9f88;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff0e8, #ffe3d6);
  color: #8d1f2f;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(0.88rem, 1.9vw, 1.08rem);
  line-height: 1.45;
  padding: 12px 14px;
  text-align: left;
}

.meter {
  margin-top: 14px;
  border: 1px solid #ccd9d2;
  border-radius: 14px;
  background: #f8fcf7;
  padding: 10px;
}

.meter-bar {
  height: 9px;
  border-radius: 99px;
  background: #e6efeb;
  overflow: hidden;
}

.meter-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f3b433, #e84e3a, #0f766e);
  transition: width 160ms ease;
}

.lock-hero {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.clock-graphic {
  border-radius: 18px;
  border: 1px solid #cad6cf;
  background: linear-gradient(145deg, #fff9ec, #eafff6);
  padding: 10px;
}

.clock-graphic svg {
  width: 100%;
  height: auto;
  display: block;
}

.lock-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.dashboard-block {
  margin-bottom: 12px;
}

.dashboard-title {
  margin: 0 0 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.95rem;
}

.lock-card {
  border-radius: 18px;
  border: 1px solid #cbd8d1;
  background: rgba(255, 255, 255, 0.86);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.lock-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.lock-card-head h4 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
}

.lock-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-pill {
  border: 1px solid #bed0c7;
  border-radius: 999px;
  background: #f4fbf7;
  color: #2a4a44;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-family: "Unbounded", sans-serif;
}

.clock-readout {
  margin: 0;
  font-size: 1.06rem;
}

.open-device-btn {
  margin-top: 2px;
}

.mono {
  font-family: "Unbounded", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseWord {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heroGradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes heroUnderlinePulse {
  0%, 100% {
    transform: scaleX(0.84);
    opacity: 0.82;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand h1,
  .brand h1::after {
    animation: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: calc(100vw - 22px);
    padding-top: 18px;
  }

  .header {
    grid-template-columns: 1fr;
  }

  .top-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .top-actions button {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
  }

  .grid-2,
  .choice-grid,
  .mapping-grid,
  .platform-strip,
  .usecase-header,
  .usecase-text-grid,
  .usecase-card-body,
  .pricing-grid,
  .faq-grid,
  .section-adult-content-blocker {
    grid-template-columns: 1fr;
  }

  .section-hero,
  .section-story,
  .story-slab,
  .section-benefits,
  .section-cta .stack,
  .lock-hero {
    grid-template-columns: 1fr;
  }

  .dashboard-actions {
    flex-wrap: wrap;
  }

  .row {
    flex-wrap: wrap;
  }

  .row button {
    min-width: 0;
  }

  .dashboard-actions button {
    width: 100%;
    min-width: 0;
  }

  h1 {
    line-height: 1.02;
  }

  .landing-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
    line-height: 1.04;
  }

  .landing-lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .step-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
    line-height: 1.08;
  }

  .usecase-card-body p {
    font-size: 0.98rem;
  }

  .study-list h4 {
    font-size: 1.25rem;
  }

  .token-stage {
    padding: 16px 10px;
  }

  .completion-recovery-banner {
    font-size: 0.9rem;
    padding: 10px 12px;
  }

  .panel {
    border-radius: 20px;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    width: calc(100vw - 14px);
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .landing-section {
    border-radius: 18px;
    padding: 14px;
  }

  .panel {
    border-radius: 16px;
    padding: 12px;
  }

  h1 {
    font-size: clamp(1.9rem, 12vw, 2.4rem);
  }

  .landing-copy h2 {
    font-size: clamp(1.6rem, 10vw, 2.1rem);
  }

  .top-actions button {
    flex: 1 1 100%;
  }

  .path-chip {
    font-size: 0.7rem;
    padding: 5px 8px;
  }
}
