@property --ambient-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: #f8faf5;
}

@property --ambient-wash {
  syntax: "<color>";
  inherits: true;
  initial-value: #eef3ec;
}

@property --ambient-accent-a {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(0, 138, 114, 0.14);
}

@property --ambient-accent-b {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(36, 88, 255, 0.08);
}

@property --ambient-diagonal {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(0, 138, 114, 0.055);
}

@property --ambient-grid-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0.045;
}

@property --ambient-noise-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0.035;
}

@property --ambient-glow-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0.82;
}

@property --ambient-flow-x {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

@property --ambient-flow-y {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

:root {
  --ink: #0b120d;
  --ink-2: #253228;
  --muted: #667066;
  --paper: #f6f8f4;
  --paper-2: #eef3ec;
  --white: #ffffff;
  --line: rgba(11, 18, 13, 0.14);
  --line-strong: rgba(11, 18, 13, 0.24);
  --green: #008a72;
  --green-dark: #006d5a;
  --acid: #d9ff3f;
  --blue: #2458ff;
  --coral: #ff6b4a;
  --success: #0f766e;
  --warning: #a45b12;
  --error: #b42318;
  --focus-ring: rgba(37, 91, 232, 0.35);
  --shadow: 0 28px 80px rgba(11, 18, 13, 0.12);
  --tight-shadow: 0 12px 34px rgba(11, 18, 13, 0.09);
  --soft-shadow: 0 8px 22px rgba(11, 18, 13, 0.07);
  --radius: 8px;
  --site-pad: clamp(12px, 2vw, 28px);
  --max: 1840px;
  --ambient-bg: #f8faf5;
  --ambient-wash: #edf5ed;
  --ambient-accent-a: rgba(0, 138, 114, 0.2);
  --ambient-accent-b: rgba(36, 88, 255, 0.12);
  --ambient-diagonal: rgba(0, 138, 114, 0.075);
  --ambient-grid-opacity: 0.052;
  --ambient-noise-opacity: 0.032;
  --ambient-glow-opacity: 0.9;
  --ambient-flow-x: 0px;
  --ambient-flow-y: 0px;
  --ambient-section-bg: rgba(255, 255, 255, 0.72);
  --ambient-section-wash: rgba(230, 250, 241, 0.28);
  --ambient-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ambient-duration: 1050ms;
}

body[data-scroll-theme="hero"] {
  --ambient-bg: #f8faf5;
  --ambient-wash: #e7f2e9;
  --ambient-accent-a: rgba(0, 138, 114, 0.2);
  --ambient-accent-b: rgba(36, 88, 255, 0.12);
  --ambient-diagonal: rgba(0, 138, 114, 0.075);
  --ambient-grid-opacity: 0.052;
  --ambient-noise-opacity: 0.032;
  --ambient-glow-opacity: 0.9;
  --ambient-section-wash: rgba(230, 250, 241, 0.28);
}

body[data-scroll-theme="problem"] {
  --ambient-bg: #fbefd9;
  --ambient-wash: #f3ddba;
  --ambient-accent-a: rgba(109, 128, 73, 0.24);
  --ambient-accent-b: rgba(11, 18, 13, 0.09);
  --ambient-diagonal: rgba(127, 105, 54, 0.09);
  --ambient-grid-opacity: 0.046;
  --ambient-noise-opacity: 0.04;
  --ambient-glow-opacity: 0.9;
  --ambient-section-wash: rgba(245, 221, 174, 0.36);
}

body[data-scroll-theme="workflow"] {
  --ambient-bg: #e6f6eb;
  --ambient-wash: #fbfffb;
  --ambient-accent-a: rgba(0, 138, 114, 0.24);
  --ambient-accent-b: rgba(82, 146, 166, 0.18);
  --ambient-diagonal: rgba(0, 138, 114, 0.085);
  --ambient-grid-opacity: 0.052;
  --ambient-noise-opacity: 0.03;
  --ambient-glow-opacity: 0.9;
  --ambient-section-wash: rgba(205, 241, 224, 0.34);
}

body[data-scroll-theme="report"] {
  --ambient-bg: #eef7ff;
  --ambient-wash: #e0eef5;
  --ambient-accent-a: rgba(0, 138, 114, 0.22);
  --ambient-accent-b: rgba(217, 255, 63, 0.18);
  --ambient-diagonal: rgba(36, 88, 255, 0.08);
  --ambient-grid-opacity: 0.058;
  --ambient-noise-opacity: 0.028;
  --ambient-glow-opacity: 0.95;
  --ambient-section-wash: rgba(223, 241, 255, 0.38);
}

body[data-scroll-theme="pricing"] {
  --ambient-bg: #e8f2e3;
  --ambient-wash: #d8eadc;
  --ambient-accent-a: rgba(0, 109, 90, 0.25);
  --ambient-accent-b: rgba(250, 246, 237, 0.58);
  --ambient-diagonal: rgba(0, 109, 90, 0.1);
  --ambient-grid-opacity: 0.05;
  --ambient-noise-opacity: 0.034;
  --ambient-glow-opacity: 0.9;
  --ambient-section-wash: rgba(208, 229, 207, 0.38);
}

body[data-scroll-theme="faq"] {
  --ambient-bg: #f4f5eb;
  --ambient-wash: #fffdfa;
  --ambient-accent-a: rgba(0, 138, 114, 0.15);
  --ambient-accent-b: rgba(102, 112, 102, 0.06);
  --ambient-diagonal: rgba(0, 138, 114, 0.055);
  --ambient-grid-opacity: 0.04;
  --ambient-noise-opacity: 0.026;
  --ambient-glow-opacity: 0.72;
  --ambient-section-wash: rgba(246, 248, 244, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  color: var(--ink);
  background: var(--ambient-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ambient-bg);
  isolation: isolate;
  transition:
    --ambient-bg var(--ambient-duration) var(--ambient-ease),
    --ambient-wash var(--ambient-duration) var(--ambient-ease),
    --ambient-accent-a var(--ambient-duration) var(--ambient-ease),
    --ambient-accent-b var(--ambient-duration) var(--ambient-ease),
    --ambient-diagonal var(--ambient-duration) var(--ambient-ease),
    --ambient-section-wash var(--ambient-duration) var(--ambient-ease),
    background-color var(--ambient-duration) var(--ambient-ease);
}

body.is-booting,
body.is-booting *,
body.is-booting *::before,
body.is-booting *::after {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

.ambient-page-bg {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, var(--ambient-bg) 0%, var(--ambient-wash) 62%, var(--ambient-bg) 100%);
  contain: paint;
  transition:
    --ambient-bg var(--ambient-duration) var(--ambient-ease),
    --ambient-wash var(--ambient-duration) var(--ambient-ease);
}

.ambient-page-bg__motion {
  position: absolute;
  inset: -10%;
  display: block;
  opacity: var(--ambient-glow-opacity);
  background:
    radial-gradient(980px 680px at calc(18% + var(--ambient-flow-x)) calc(12% + var(--ambient-flow-y)), var(--ambient-accent-a), transparent 58%),
    radial-gradient(900px 620px at calc(86% - var(--ambient-flow-x)) calc(26% - var(--ambient-flow-y)), var(--ambient-accent-b), transparent 62%),
    radial-gradient(780px 520px at calc(52% + var(--ambient-flow-x)) calc(92% + var(--ambient-flow-y)), var(--ambient-diagonal), transparent 64%),
    linear-gradient(120deg, transparent 0 42%, var(--ambient-diagonal) 42% 58%, transparent 58% 100%);
  transform: translate3d(0, 0, 0);
  transition:
    --ambient-accent-a var(--ambient-duration) var(--ambient-ease),
    --ambient-accent-b var(--ambient-duration) var(--ambient-ease),
    --ambient-diagonal var(--ambient-duration) var(--ambient-ease),
    --ambient-glow-opacity var(--ambient-duration) var(--ambient-ease),
    --ambient-flow-x 120ms linear,
    --ambient-flow-y 120ms linear,
    opacity var(--ambient-duration) var(--ambient-ease);
  animation: ambient-drift 24s var(--ambient-ease) infinite alternate;
  will-change: transform, opacity;
}

.ambient-page-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 18, 13, var(--ambient-grid-opacity)) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 18, 13, var(--ambient-grid-opacity)) 1px, transparent 1px);
  background-size: 96px 96px;
  transition: --ambient-grid-opacity var(--ambient-duration) var(--ambient-ease);
}

.ambient-page-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: var(--ambient-noise-opacity);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(11, 18, 13, 0.42) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.55) 0 0.7px, transparent 0.8px);
  background-size: 38px 38px, 54px 54px;
  mix-blend-mode: multiply;
  transition: --ambient-noise-opacity var(--ambient-duration) var(--ambient-ease);
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-10px, -6px, 0) scale(1);
  }
  to {
    transform: translate3d(12px, 8px, 0) scale(1.015);
  }
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero .reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

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

h1 {
  max-width: 980px;
  font-size: clamp(3rem, 5vw, 6.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  max-width: 980px;
  font-size: clamp(2.35rem, 5.4vw, 6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.5;
  font-weight: 720;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 12px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(37, 91, 232, 0.35);
  outline-offset: 3px;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 50;
  width: min(calc(100% - (var(--site-pad) * 2)), var(--max));
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  gap: 18px;
  align-items: center;
  margin: var(--site-pad) auto 0;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(18px);
}

.scroll-top-button {
  position: fixed;
  right: max(16px, calc((100vw - var(--max)) / 2 + 18px));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 44;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px 0 12px;
  border: 1px solid rgba(0, 138, 114, 0.28);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.2), transparent 46%),
    var(--green);
  box-shadow: 0 16px 38px rgba(11, 18, 13, 0.18);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-button:hover {
  background: var(--green-dark);
}

.scroll-top-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-top-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(2px) rotate(45deg);
}

.brand-lockup {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.brand-lockup img {
  width: 34px;
  height: 34px;
}

.brand-lockup span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.brand-lockup strong {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1;
  font-weight: 930;
}

.brand-lockup em {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 248, 244, 0.72);
}

.site-nav a,
.header-actions a,
.header-actions button,
.sample-row button,
.option-tray button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 880;
  white-space: nowrap;
}

.site-nav a {
  min-width: 92px;
  padding: 0 14px;
}

.site-nav a:hover {
  background: var(--white);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.header-actions a,
.header-actions button {
  min-width: 88px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
}

.header-actions .header-signin {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.header-actions .header-primary {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.header-actions .header-primary:hover,
.header-actions .header-primary:focus-visible {
  background: var(--green-dark);
}

main {
  width: min(calc(100% - (var(--site-pad) * 2)), var(--max));
  margin: 18px auto 12px;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 110px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.95) 0 45%, rgba(246, 248, 244, 0.76) 45% 100%),
    linear-gradient(90deg, rgba(0, 138, 114, 0.06), rgba(36, 88, 255, 0.05));
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.6;
  background:
    linear-gradient(90deg, rgba(11, 18, 13, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 18, 13, 0.04) 1px, transparent 1px);
  background-size: 18vw 100%, 100% 128px;
}

.hero-grid {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 38px);
  align-content: center;
  align-items: start;
  padding: clamp(26px, 4.4vw, 72px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 18px;
  max-width: 1220px;
}

.eyebrow {
  width: fit-content;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 760px;
  color: var(--ink-2);
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  line-height: 1.34;
  font-weight: 760;
}

.command-card {
  position: relative;
  z-index: 4;
  width: min(100%, 920px);
  display: grid;
  gap: 14px;
  padding: clamp(14px, 1.7vw, 22px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 247, 0.92)),
    var(--white);
  box-shadow: 0 34px 90px rgba(11, 18, 13, 0.18), 0 0 0 10px rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(20px);
}

.command-card.is-loading {
  border-color: rgba(0, 138, 114, 0.36);
  box-shadow: 0 34px 90px rgba(11, 18, 13, 0.2), 0 0 0 10px rgba(230, 250, 241, 0.42);
}

.command-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 5px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--acid), var(--green), var(--blue), var(--coral));
}

.command-card::after {
  content: "";
  position: absolute;
  inset: auto 8% -28px 8%;
  z-index: -1;
  height: 56px;
  background: radial-gradient(ellipse at center, rgba(0, 138, 114, 0.24), transparent 68%);
  filter: blur(12px);
}

.command-topline {
  display: grid;
  gap: 6px;
  align-items: start;
}

.command-topline div {
  display: grid;
  gap: 6px;
}

.command-topline span {
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.command-topline h2 {
  font-size: clamp(1.45rem, 1.8vw, 2.15rem);
  line-height: 1;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 210px);
  gap: 8px;
  align-items: stretch;
  padding: 8px;
  border: 1px solid rgba(11, 18, 13, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.command-mode-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(36, 88, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(248, 251, 255, 0.9);
}

.command-mode-note .sample-cta {
  min-height: 44px;
  min-width: 164px;
  color: var(--blue);
  border-color: rgba(36, 88, 255, 0.28);
  background: var(--white);
}

.command-mode-note p {
  color: #405046;
  font-size: 0.88rem;
  font-weight: 780;
  line-height: 1.34;
}

.command-mode-note strong {
  color: var(--ink);
  font-weight: 950;
}

.handle-field {
  display: grid;
  gap: 7px;
  padding: 7px 0 7px 8px;
}

.compare-field {
  grid-column: 1 / -1;
  padding: 10px 12px;
  border: 1px solid rgba(0, 138, 114, 0.22);
  border-radius: var(--radius);
  background: rgba(0, 138, 114, 0.06);
}

.handle-field span,
.compare-setup span,
.option-tray legend {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.handle-field input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  font-weight: 900;
  outline: none;
}

.handle-field input:focus {
  box-shadow: none;
}

.primary-action {
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.18), transparent 42%),
    var(--green);
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0, 138, 114, 0.28);
}

.primary-action:hover {
  background: var(--green-dark);
}

.option-tray {
  grid-column: 1 / -1;
  display: none;
  padding-top: 2px;
}

.command-card.has-input .option-tray {
  display: block;
}

.option-tray > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.option-tray fieldset {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 248, 244, 0.88);
}

.option-tray fieldset:last-child,
.option-tray .report-type-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-tray legend {
  padding: 0 4px;
}

.option-tray button {
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-tray button.selected {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.sample-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.trust-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(0, 138, 114, 0.18);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(0, 138, 114, 0.07);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.search-status,
.report-status {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 820;
  line-height: 1.35;
}

.search-status[data-tone="loading"] {
  position: relative;
  padding-left: 42px;
  border-color: rgba(0, 138, 114, 0.24);
  color: var(--green-dark);
  background: rgba(230, 250, 241, 0.94);
}

.search-status[data-tone="loading"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(0, 138, 114, 0.22);
  border-top-color: var(--green);
  border-radius: 999px;
  animation: spin 760ms linear infinite;
}

.search-status[data-tone="success"],
.report-status[data-tone="success"] {
  border-color: rgba(0, 138, 114, 0.24);
  color: var(--green-dark);
  background: rgba(230, 250, 241, 0.94);
}

.search-status[data-tone="error"],
.report-status[data-tone="error"] {
  border-color: rgba(218, 77, 74, 0.28);
  color: #7a201e;
  background: rgba(255, 242, 240, 0.96);
}

.report-status[data-tone="upgrade"] {
  border-color: rgba(36, 88, 255, 0.24);
  color: #1c357d;
  background: rgba(238, 243, 255, 0.96);
}

.sample-row span {
  margin-right: 2px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sample-row button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(36, 88, 255, 0.22);
  background: var(--white);
}

.signal-stage {
  position: absolute;
  inset: 7% 4% 6% auto;
  z-index: 1;
  width: min(34vw, 540px);
  opacity: 0.9;
  pointer-events: none;
  transform: translate3d(calc(var(--mx, 0) * -10px), calc(var(--my, 0) * -10px), 0);
}

.signal-card {
  position: absolute;
  display: grid;
  gap: 10px;
  width: clamp(180px, 17vw, 300px);
  min-height: 128px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(16px);
  animation: floatCard 7s ease-in-out infinite;
}

.signal-card span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card strong {
  color: var(--ink-2);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.08;
}

.media-card {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
}

.media-card img {
  width: 78px;
  height: 78px;
  border-radius: var(--radius);
  object-fit: cover;
}

.card-a {
  top: 4%;
  right: 6%;
}

.card-b {
  top: 34%;
  right: 18%;
  animation-delay: -1.8s;
}

.card-c {
  right: 4%;
  bottom: 24%;
  background: rgba(217, 255, 63, 0.86);
  animation-delay: -3.3s;
}

.card-d {
  right: 28%;
  bottom: 2%;
  animation-delay: -4.8s;
}

.rhythm-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  align-items: end;
  min-height: 44px;
}

.rhythm-bars i {
  border-radius: 999px 999px 4px 4px;
  background: var(--green);
}

.rhythm-bars i:nth-child(1) {
  height: 22px;
}

.rhythm-bars i:nth-child(2) {
  height: 36px;
  background: var(--blue);
}

.rhythm-bars i:nth-child(3) {
  height: 28px;
}

.rhythm-bars i:nth-child(4) {
  height: 44px;
  background: var(--coral);
}

.rhythm-bars i:nth-child(5) {
  height: 18px;
}

[hidden] {
  display: none !important;
}

.report-workspace {
  margin-top: 12px;
  padding: clamp(10px, 1.2vw, 18px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 244, 0.88)),
    var(--white);
  box-shadow: var(--shadow);
}

.report-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 72px);
  align-items: end;
  overflow: hidden;
  padding: clamp(20px, 3vw, 42px);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(217, 255, 63, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, #0b120d, #173326 48%, #005f51);
  background-size: 78px 78px, 78px 78px, auto;
}

.report-header .eyebrow {
  color: #ecff9a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
}

.report-badge {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.report-badge[data-report-kind="live"] {
  color: var(--white);
  background: var(--blue);
}

.report-header h2 {
  max-width: 860px;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(2.2rem, 4.5vw, 5.8rem);
}

.report-header p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.report-header p.report-badge {
  color: #102114;
  background: #d5ff4f;
}

.report-header p.report-badge[data-report-kind="live"] {
  color: var(--white);
  background: var(--blue);
}

.report-header .report-coverage-note {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 760;
}

.report-header .report-generated {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.report-status {
  margin-top: 12px;
}

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

.secondary-action,
.report-tabs button,
.post-filter button,
.post-view-toggle button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 930;
  white-space: nowrap;
}

.secondary-action {
  min-width: 128px;
  padding: 0 18px;
}

.report-export {
  min-height: 46px;
  min-width: 132px;
  box-shadow: none;
}

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

.report-metrics article,
.report-metrics button {
  min-height: 122px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: inherit;
  font: inherit;
  text-align: left;
}

.report-metrics button {
  cursor: pointer;
}

.report-metrics button:hover,
.report-metrics button:focus-visible {
  border-color: rgba(0, 138, 114, 0.42);
  background: linear-gradient(135deg, rgba(213, 255, 79, 0.2), rgba(255, 255, 255, 0.96));
  box-shadow: 0 0 0 3px rgba(213, 255, 79, 0.18);
  outline: none;
}

.report-metrics span,
.insight-card span,
.compare-report span {
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-metrics strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 0.95;
}

.report-tabs {
  position: relative;
  top: auto;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(250, 252, 248, 0.94);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(18px);
}

.report-tabs-copy {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 8px 10px;
}

.report-tabs-copy span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-tabs-copy strong {
  max-width: 320px;
  color: var(--ink);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.12;
}

.report-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.report-tabs button,
.post-filter button,
.post-view-toggle button {
  min-width: 120px;
  padding: 0 16px;
}

.report-tabs button {
  min-height: 72px;
  min-width: 0;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px;
  overflow: hidden;
  border-color: rgba(11, 18, 13, 0.14);
  text-align: left;
  white-space: normal;
  box-shadow: none;
}

.report-tabs button > span:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.report-tabs button strong,
.report-tabs button em {
  display: block;
  overflow-wrap: anywhere;
}

.report-tabs button strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
}

.report-tabs button em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.15;
}

.report-tab-index {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(11, 18, 13, 0.14);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(230, 250, 241, 0.92);
  font-size: 0.8rem;
  font-weight: 950;
}

.report-tabs button.active,
.post-filter button.active,
.post-view-toggle button.active {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.post-filter button.active {
  border-color: var(--green-dark);
  background: var(--green-dark);
}

.report-tabs button.active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--green), #00765d);
}

.report-tabs button.active strong {
  color: var(--white);
}

.report-tabs button.active em {
  color: rgba(255, 255, 255, 0.74);
}

.report-tabs button.active .report-tab-index {
  border-color: transparent;
  color: var(--ink);
  background: var(--acid);
}

.report-panels {
  margin-top: 12px;
}

.report-panel {
  display: none;
}

.report-panel.active {
  display: grid;
  gap: 12px;
}

.report-panel[data-report-panel="posts"].active {
  gap: 8px;
}

.report-panel[data-report-panel="insights"].active,
.report-panel[data-report-panel="compare"].active .compare-report:not([hidden]) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-card {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: clamp(18px, 2.4vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.insight-card.accent {
  background: var(--acid);
}

.insight-card.accent p {
  color: #3f4a42;
}

.insight-card h3 {
  max-width: 760px;
}

.insight-dashboard {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 12px;
}

.ai-summary {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(0, 138, 114, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(230, 250, 241, 0.55), var(--white) 46%);
}

.ai-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ai-summary-flag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-summary-status {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.ai-summary h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.22;
}

.ai-summary-text {
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.6;
  max-width: 72ch;
}

.ai-summary-rows {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ai-summary-rows > div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.ai-summary-rows dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-summary-rows dd {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}

.ai-summary-nuggets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ai-summary-nuggets article {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.ai-summary-nuggets span {
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-summary-nuggets strong {
  font-size: 1.05rem;
  line-height: 1.3;
}

.ai-summary-nuggets p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ai-summary-plan {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(11, 18, 13, 0.18);
  border-radius: var(--radius);
  background: var(--white);
}

.ai-summary-plan > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ai-summary-plan > header span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-summary-plan h4 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ai-summary-plan dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.ai-summary-plan dl > div {
  display: grid;
  gap: 2px;
}

.ai-summary-plan dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-summary-plan dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.ai-summary-plan .plan-avoid {
  grid-column: 1 / -1;
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(164, 91, 18, 0.08);
}

.ai-summary-plan .plan-avoid dt {
  color: var(--warning);
}

.ai-summary-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.ai-summary-skeleton {
  display: grid;
  gap: 8px;
}

.ai-summary-skeleton b {
  display: block;
  height: 14px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(11, 18, 13, 0.06) 25%, rgba(11, 18, 13, 0.12) 42%, rgba(11, 18, 13, 0.06) 60%);
  background-size: 200% 100%;
  animation: ai-summary-shimmer 1.3s ease-in-out infinite;
}

.ai-summary-skeleton b:nth-child(1) { width: 56%; height: 18px; }
.ai-summary-skeleton b:nth-child(2) { width: 92%; }
.ai-summary-skeleton b:nth-child(3) { width: 78%; }

@keyframes ai-summary-shimmer {
  0% { background-position: 180% 0; }
  100% { background-position: -60% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-summary-skeleton b {
    animation: none;
  }
}

.confidence-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.confidence-chip[data-confidence="high"] {
  color: var(--success);
  background: rgba(15, 118, 110, 0.12);
}

.confidence-chip[data-confidence="medium"] {
  color: var(--warning);
  background: rgba(164, 91, 18, 0.1);
}

.confidence-chip[data-confidence="low"] {
  color: var(--muted);
  background: rgba(11, 18, 13, 0.08);
}

.insight-signal-card {
  min-height: 0;
  align-content: start;
}

.insight-signal-card[role="button"] {
  cursor: pointer;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.insight-signal-card[role="button"]:hover,
.insight-signal-card[role="button"]:focus-visible {
  border-color: rgba(0, 138, 114, 0.6);
  transform: translateY(-1px);
}

.insight-signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.insight-signal-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.insight-signal-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.9rem;
  line-height: 1.55;
}

.insight-signal-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.insight-tag-row {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}

.insight-tag-row i {
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--paper);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.insight-evidence-link {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-detail-body {
  display: grid;
  gap: 10px;
}

.post-detail-metrics {
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post-detail-metrics > div {
  display: grid;
  gap: 1px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.post-detail-metrics dt {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.post-detail-metrics dd {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 900;
}

.post-detail-actions {
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: stretch;
}

.post-copy-caption {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease;
}

.post-copy-caption:hover {
  border-color: var(--green);
}

.post-copy-caption.is-copied {
  border-color: var(--green);
  background: rgba(0, 138, 114, 0.1);
  color: var(--green-dark);
}

.post-filter-empty {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: clamp(18px, 2vw, 26px);
  border: 1px dashed rgba(0, 138, 114, 0.28);
  border-radius: var(--radius);
  background: rgba(230, 250, 241, 0.64);
}

.post-filter-empty strong {
  font-size: 0.9rem;
}

.post-filter-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.post-filter-empty button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--acid);
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
}

.post-list.is-refreshing {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.post-row .post-expand-label::before {
  content: "Open";
}

.post-row[open] .post-expand-label::before {
  content: "Close";
}

.insight-data-card {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.insight-data-card > span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-data-card h3 {
  color: var(--ink);
  font-size: clamp(1.25rem, 1.9vw, 2rem);
  line-height: 1;
}

.insight-data-card p {
  color: var(--muted);
}

.insight-cadence-card {
  border-color: rgba(143, 190, 43, 0.28);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.14), transparent 42%),
    var(--white);
}

.insight-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.insight-day {
  min-height: 40px;
  display: grid;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(0, 138, 114, 0.16);
  border-radius: 7px;
  color: var(--green-dark);
  background: rgba(230, 250, 241, 0.7);
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.insight-day.lv2 {
  background: rgba(148, 224, 205, 0.78);
}

.insight-day.lv3 {
  color: var(--green-dark);
  background: rgba(96, 202, 176, 0.88);
}

.insight-day.lv4 {
  color: var(--ink);
  border-color: rgba(154, 198, 27, 0.42);
  background: var(--acid);
}

.insight-day b {
  font-size: 0.88rem;
  line-height: 1;
}

.insight-day em {
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.insight-stat-grid.compact {
  grid-template-columns: 1fr;
}

.insight-stat-grid div {
  min-width: 0;
  display: grid;
  gap: 7px;
  align-content: start;
  padding: 11px 12px;
  border: 1px solid rgba(11, 18, 13, 0.08);
  border-radius: 7px;
  background: rgba(250, 252, 248, 0.72);
}

.insight-stat-grid dt,
.insight-stat-grid dd {
  margin: 0;
}

.insight-stat-grid dt {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-stat-grid dd {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 930;
  line-height: 1.08;
  text-align: left;
}

.insight-cadence-stats {
  gap: clamp(8px, 1vw, 12px);
}

.insight-cadence-stats div {
  min-height: 110px;
  align-content: start;
  gap: clamp(22px, 2.4vw, 30px);
  padding: clamp(14px, 1vw, 16px);
  border-color: rgba(11, 18, 13, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(250, 252, 248, 0.92)),
    rgba(250, 252, 248, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.insight-cadence-stats dt {
  color: #5f6a61;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.insight-cadence-stats dd {
  max-width: 14ch;
  overflow-wrap: break-word;
  font-size: clamp(1.18rem, 1.75vw, 1.65rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-wrap: balance;
}

.insight-cadence-stats dd small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7em;
  font-weight: 850;
  line-height: 1;
}

.insight-post-card {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  border-color: rgba(11, 18, 13, 0.1);
}

.insight-post-card[data-performance-post-id] {
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.insight-post-card[data-performance-post-id]:hover,
.insight-post-card[data-performance-post-id]:focus-visible {
  border-color: rgba(0, 138, 114, 0.36);
  background:
    linear-gradient(135deg, rgba(213, 255, 79, 0.12), transparent 42%),
    var(--white);
  box-shadow: 0 0 0 3px rgba(213, 255, 79, 0.16), var(--soft-shadow);
  outline: none;
  transform: translateY(-1px);
}

.insight-post-card.worst[data-performance-post-id]:hover,
.insight-post-card.worst[data-performance-post-id]:focus-visible {
  border-color: rgba(255, 107, 74, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 107, 74, 0.1), transparent 42%),
    var(--white);
  box-shadow: 0 0 0 3px rgba(255, 107, 74, 0.11), var(--soft-shadow);
}

.insight-post-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: rgba(0, 138, 114, 0.72);
}

.insight-post-card.worst::before {
  background: rgba(255, 107, 74, 0.58);
}

.insight-post-card.worst {
  border-color: rgba(11, 18, 13, 0.12);
}

.insight-post-summary {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.insight-post-summary img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(11, 18, 13, 0.08);
}

.insight-post-summary p {
  margin-top: 8px;
  font-size: clamp(0.94rem, 1vw, 1.08rem);
  line-height: 1.32;
}

.insight-post-card a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 950;
  text-decoration: none;
}

.post-toolbar {
  position: relative;
  top: auto;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 2px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(16px);
}

.post-toolbar-top {
  display: contents;
}

.post-toolbar-status {
  min-width: 124px;
  grid-row: 1;
  display: grid;
  gap: 2px;
}

.post-filter-row {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.post-toolbar span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-toolbar strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
}

.post-filter,
.post-view-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.post-filter {
  width: min(100%, 420px);
  background: rgba(230, 250, 241, 0.8);
}

.post-sort-control,
.post-keyword-control {
  min-height: 44px;
  display: inline-grid;
  grid-template-columns: auto minmax(124px, 1fr);
  gap: 8px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
}

.post-sort-control span,
.post-keyword-control span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-sort-control select,
.post-keyword-control input {
  min-width: 0;
  min-height: 34px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 860;
  outline: none;
}

.post-keyword-control input {
  width: 150px;
}

.post-view-toggle {
  flex: 0 0 auto;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  border-color: rgba(11, 18, 13, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.post-filter::before,
.post-view-toggle::before {
  content: attr(aria-label);
  padding: 0 8px 0 4px;
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-filter::before {
  color: var(--green-dark);
}

.post-view-toggle::before {
  color: var(--muted);
}

.post-filter button,
.post-view-toggle button {
  min-height: 34px;
  min-width: 0;
  padding: 0 12px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.8rem;
}

.post-filter button {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.78);
}

.post-view-toggle button {
  min-height: 38px;
  gap: 7px;
  padding: 0 11px;
  color: var(--muted);
  border-color: transparent;
  background: transparent;
}

.post-view-toggle button.active {
  color: var(--green-dark);
  border-color: rgba(0, 147, 118, 0.26);
  background: rgba(230, 250, 241, 0.95);
}

.post-view-toggle button:hover {
  color: var(--ink);
  background: rgba(246, 248, 244, 0.95);
}

.post-view-toggle button.active:hover {
  color: var(--green-dark);
  background: rgba(230, 250, 241, 0.95);
}

.post-view-toggle .view-label {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 930;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.view-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: inline-block;
  position: relative;
  color: currentColor;
}

.view-icon b {
  display: block;
  background: currentColor;
}

.view-icon-compact {
  display: grid;
  gap: 3px;
  align-content: center;
}

.view-icon-compact b {
  height: 2px;
  border-radius: 999px;
}

.view-icon-detail {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 3px 4px;
  align-content: center;
}

.view-icon-detail b {
  height: 3px;
  border-radius: 999px;
}

.view-icon-detail b:nth-child(odd) {
  width: 4px;
}

.view-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.view-icon-grid b {
  border-radius: 3px;
}

.post-list {
  display: grid;
  gap: 4px;
  overflow: visible;
  padding: 0 2px 16px;
}

.post-empty-state {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px dashed rgba(0, 138, 114, 0.28);
  border-radius: var(--radius);
  background: rgba(230, 250, 241, 0.64);
}

.post-empty-state strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.post-empty-state p {
  max-width: 680px;
  color: var(--muted);
  font-size: 0.95rem;
}

.post-row {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.post-row.is-hidden {
  display: none;
}

.post-row summary {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(108px, 0.5fr) minmax(0, 1fr) minmax(116px, 0.36fr) 58px;
  gap: 10px;
  align-items: center;
  min-height: 60px;
  padding: 6px 8px;
  list-style: none;
  cursor: pointer;
}

.post-row summary::-webkit-details-marker {
  display: none;
}

.post-thumb {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--ink);
}

.post-row span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
}

.post-row strong {
  display: block;
  color: var(--ink);
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-row .post-caption-preview {
  overflow: hidden;
  color: var(--ink-2);
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-row .post-metrics {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.post-row .post-expand-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(246, 248, 244, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
}

.post-row[open] .post-expand-label {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.post-row.is-best-signal-highlight {
  border-color: rgba(0, 138, 114, 0.7);
  background:
    linear-gradient(135deg, rgba(213, 255, 79, 0.28), rgba(255, 255, 255, 0.98) 52%),
    var(--white);
  box-shadow: 0 0 0 4px rgba(213, 255, 79, 0.34), 0 16px 36px rgba(0, 138, 114, 0.18);
  animation: best-signal-highlight 2.2s ease-out;
}

@keyframes best-signal-highlight {
  0% {
    border-color: rgba(213, 255, 79, 0.95);
    box-shadow: 0 0 0 0 rgba(213, 255, 79, 0.72), 0 20px 44px rgba(0, 138, 114, 0.22);
  }
  58% {
    box-shadow: 0 0 0 9px rgba(213, 255, 79, 0.08), 0 16px 36px rgba(0, 138, 114, 0.18);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(213, 255, 79, 0.2), 0 12px 28px rgba(0, 138, 114, 0.1);
  }
}

.post-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 0 8px 8px 66px;
}

.post-detail p {
  max-width: 980px;
  color: var(--ink-2);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.42;
}

.post-detail a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(246, 248, 244, 0.9);
  font-weight: 900;
  white-space: nowrap;
}

.post-list[data-view="table"] {
  gap: 3px;
}

.post-list[data-view="table"] .post-row summary {
  grid-template-columns: minmax(96px, 0.28fr) minmax(0, 1fr) minmax(112px, 0.26fr) 48px;
  min-height: 38px;
  padding: 4px 8px;
}

.post-list[data-view="table"] .post-thumb {
  display: none;
}

.post-list[data-view="table"] .post-row strong {
  font-size: 0.78rem;
}

.post-list[data-view="table"] .post-row .post-caption-preview {
  font-size: 0.76rem;
}

.post-list[data-view="table"] .post-row span,
.post-list[data-view="table"] .post-row .post-metrics,
.post-list[data-view="table"] .post-row .post-expand-label {
  font-size: 0.68rem;
}

.post-list[data-view="table"] .post-row .post-expand-label {
  min-height: 24px;
}

.post-list[data-view="table"] .post-detail {
  padding: 0 8px 8px;
}

.post-list[data-view="media"] {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-rows: minmax(340px, auto);
  gap: 10px;
  align-items: start;
}

.post-list[data-view="media"] .post-row {
  overflow: hidden;
  min-height: 340px;
}

.post-list[data-view="media"] .post-row summary {
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 0;
  gap: 10px;
  padding: 10px;
}

.post-list[data-view="media"] .post-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.post-list[data-view="media"] .post-row summary > div {
  min-width: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.post-list[data-view="media"] .post-row .post-caption-preview,
.post-list[data-view="media"] .post-row strong {
  white-space: normal;
}

.post-list[data-view="media"] .post-row strong {
  font-size: 1rem;
}

.post-list[data-view="media"] .post-row .post-caption-preview {
  min-height: 3.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-list[data-view="media"] .post-row .post-metrics {
  min-height: 2.4em;
}

.post-list[data-view="media"] .post-row .post-expand-label {
  justify-self: start;
  min-width: 88px;
}

.post-list[data-view="media"] .post-detail {
  grid-template-columns: 1fr;
  padding: 0 10px 10px;
}

@media (max-width: 980px) {
  .post-toolbar {
    grid-template-columns: 1fr;
  }

  .post-toolbar-top {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
  }

  .post-toolbar-status,
  .post-filter-row,
  .post-view-toggle {
    grid-column: auto;
    grid-row: auto;
  }
}

.compare-setup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr) 180px;
  gap: 12px;
  align-items: end;
  padding: clamp(18px, 2.4vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.22), transparent 38%),
    var(--white);
}

.compare-setup h3 {
  margin-top: 8px;
  font-size: clamp(1.45rem, 2.8vw, 3.2rem);
}

.compare-setup p {
  margin-top: 10px;
}

.compare-setup .handle-field {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.compare-setup .primary-action {
  min-height: 70px;
}

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

.compare-report article {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: clamp(18px, 2.4vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.compare-report strong {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 3rem);
  line-height: 0.98;
}

.marquee-band {
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.marquee-band div {
  width: max-content;
  display: flex;
  padding: 16px 0;
  animation: marquee 28s linear infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-band div {
    animation: none;
  }
}

.marquee-band span {
  margin-right: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  font-weight: 880;
  white-space: nowrap;
}

.value-section,
.gallery-section,
.workflow-section,
.use-case-section,
.trust-section,
.pricing-teaser,
.resources-section,
.faq-section,
.final-cta-section {
  margin-top: 12px;
  padding: clamp(22px, 4vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, var(--ambient-section-wash), transparent 52%),
    var(--ambient-section-bg);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(16px);
  transition: background var(--ambient-duration) var(--ambient-ease), border-color var(--ambient-duration) var(--ambient-ease);
}

.section-heading {
  display: grid;
  gap: 12px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(22px, 3vw, 42px);
}

.use-case-grid,
.trust-grid,
.teaser-plan-grid {
  display: grid;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 42px);
}

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

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

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

.value-card,
.use-case-card,
.trust-card,
.teaser-plan {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: clamp(18px, 2.2vw, 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 0 0 rgba(0, 138, 114, 0);
  transition:
    background 520ms var(--ambient-ease),
    border-color 420ms var(--ambient-ease),
    box-shadow 420ms var(--ambient-ease),
    transform 420ms var(--ambient-ease);
}

.value-card::after,
.use-case-card::after,
.teaser-plan::after {
  content: "";
  width: 90px;
  height: 8px;
  align-self: end;
  background: linear-gradient(90deg, var(--green), var(--acid));
  border-radius: 999px;
  box-shadow: 0 0 0 rgba(0, 138, 114, 0);
  transition:
    width 520ms var(--ambient-ease),
    background 520ms var(--ambient-ease),
    box-shadow 520ms var(--ambient-ease);
}

.value-card span,
.use-case-card span,
.teaser-plan span,
.workflow-list span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  margin-left: -8px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(217, 255, 63, 0);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 420ms var(--ambient-ease),
    color 360ms var(--ambient-ease),
    transform 420ms var(--ambient-ease);
}

.value-card p,
.use-case-card p,
.trust-card p,
.teaser-plan p {
  color: var(--muted);
}

.trust-card {
  min-height: 210px;
  border-color: rgba(0, 138, 114, 0.18);
  background:
    linear-gradient(135deg, rgba(230, 250, 241, 0.7), transparent 44%),
    var(--white);
}

.value-card:hover,
.value-card:focus-within,
.use-case-card:hover,
.use-case-card:focus-within,
.teaser-plan:hover,
.teaser-plan:focus-within,
.workflow-list li:hover,
.workflow-list li:focus-within {
  border-color: rgba(0, 138, 114, 0.34);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.18), rgba(230, 250, 241, 0.5) 42%, rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow:
    0 18px 42px rgba(0, 138, 114, 0.12),
    0 0 0 3px rgba(217, 255, 63, 0.13);
  transform: translateY(-2px);
}

.trust-card:hover,
.trust-card:focus-within {
  border-color: rgba(0, 138, 114, 0.36);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.16), rgba(230, 250, 241, 0.76) 48%, rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow:
    0 16px 38px rgba(0, 138, 114, 0.11),
    0 0 0 3px rgba(217, 255, 63, 0.11);
  transform: translateY(-2px);
}

.value-card:hover::after,
.value-card:focus-within::after,
.use-case-card:hover::after,
.use-case-card:focus-within::after,
.teaser-plan:hover::after,
.teaser-plan:focus-within::after {
  width: 132px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--acid));
  box-shadow: 0 0 24px rgba(0, 138, 114, 0.22);
}

.value-card:hover span,
.value-card:focus-within span,
.use-case-card:hover span,
.use-case-card:focus-within span,
.teaser-plan:hover span,
.teaser-plan:focus-within span,
.workflow-list li:hover span,
.workflow-list li:focus-within span {
  color: #12331e;
  background: rgba(217, 255, 63, 0.86);
  transform: translateX(2px);
}

.trust-card strong,
.teaser-plan strong {
  color: var(--ink);
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 1.08;
}

.trust-boundary {
  margin-top: 14px;
  max-width: 980px;
  padding: 16px 18px;
  border: 1px solid rgba(36, 88, 255, 0.18);
  border-radius: var(--radius);
  color: #27364f;
  background: rgba(248, 251, 255, 0.9);
}

.pricing-teaser {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.2), transparent 40%),
    rgba(255, 255, 255, 0.86);
}

.teaser-plan {
  min-height: 220px;
}

.teaser-plan:nth-child(2) {
  border-color: rgba(0, 138, 114, 0.32);
  box-shadow: var(--soft-shadow);
}

.pricing-teaser-actions,
.final-cta-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pricing-teaser-actions .primary-action,
.pricing-teaser-actions .secondary-action,
.final-cta-section .primary-action {
  min-height: 56px;
}

.final-cta-section {
  justify-content: space-between;
  background:
    linear-gradient(90deg, rgba(217, 255, 63, 0.14) 1px, transparent 1px),
    linear-gradient(135deg, #07120d, #123b31);
  background-size: 92px 92px, auto;
  color: var(--white);
}

.final-cta-copy {
  display: grid;
  gap: 12px;
  max-width: 780px;
}

.final-cta-section .eyebrow {
  color: var(--acid);
}

.final-cta-section h2 {
  color: var(--white);
}

.final-cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

.value-card a {
  color: inherit;
  text-decoration: none;
}

.value-card a:hover,
.value-card a:focus-visible {
  color: var(--green-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.gallery-section {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.gallery-section .eyebrow {
  color: var(--acid);
}

.gallery-copy {
  display: grid;
  gap: 16px;
}

.gallery-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.image-river {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  transform: rotate(-2deg);
}

.image-river img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.image-river img:nth-child(even) {
  transform: translateY(44px);
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(22px, 3vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7faf4);
  box-shadow: 0 0 0 rgba(0, 138, 114, 0);
  transition:
    background 520ms var(--ambient-ease),
    border-color 420ms var(--ambient-ease),
    box-shadow 420ms var(--ambient-ease),
    transform 420ms var(--ambient-ease);
}

.workflow-list strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.08;
}

.faq-list {
  display: grid;
  overflow: hidden;
  margin-top: clamp(22px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(16px, 2vw, 24px);
  color: var(--ink);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 920;
  list-style: none;
  cursor: default;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--green);
  font-size: 1.45rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 820px;
  padding: 0 clamp(16px, 2vw, 24px) 22px;
}

.page-main {
  display: grid;
  gap: 12px;
}

.page-hero,
.pricing-section,
.about-section,
.seo-faq,
.contact-band,
.site-footer {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(16px);
}

.page-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(22px, 3vw, 44px);
  padding: clamp(28px, 5vw, 86px);
  background:
    linear-gradient(120deg, rgba(217, 255, 63, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 236, 0.82));
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--acid), var(--green), var(--blue), var(--coral));
}

.page-hero p {
  max-width: 780px;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-actions .primary-action,
.page-actions .secondary-action {
  min-height: 56px;
}

.page-media-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 1fr));
  gap: 8px;
  max-width: 920px;
  transform: rotate(-1deg);
}

.page-media-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--tight-shadow);
}

.pricing-section,
.about-section,
.seo-faq,
.contact-band {
  padding: clamp(22px, 4vw, 64px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(22px, 3vw, 42px);
}

.price-card {
  position: relative;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  row-gap: clamp(18px, 1.8vw, 26px);
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

@supports not (grid-template-rows: subgrid) {
  .price-card {
    min-height: 520px;
    grid-template-rows: auto auto 1fr auto;
  }
}

.price-card:hover {
  border-color: var(--line-strong);
  box-shadow: var(--soft-shadow);
  transform: translateY(-2px);
}

.price-card.featured {
  color: var(--white);
  border-color: rgba(11, 18, 13, 0.5);
  background:
    linear-gradient(135deg, rgba(217, 255, 63, 0.16), transparent 46%),
    var(--ink);
  box-shadow: 0 24px 56px rgba(11, 18, 13, 0.18);
}

.price-card.featured:hover {
  border-color: rgba(11, 18, 13, 0.7);
  box-shadow: 0 28px 64px rgba(11, 18, 13, 0.22);
}

.plan-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(11, 18, 13, 0.2);
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(11, 18, 13, 0.16);
}

.price-card.featured p,
.price-card.featured li,
.price-card.featured .plan-price span {
  color: rgba(255, 255, 255, 0.76);
}

.price-card.featured .secondary-action {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
}

.price-card.featured .secondary-action:hover {
  border-color: #c4ea2c;
  background: #c4ea2c;
}

.plan-head {
  display: grid;
  gap: 8px;
  align-content: start;
}

.plan-head h3 {
  font-size: clamp(1.25rem, 1.4vw, 1.55rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.plan-kicker {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card.featured .plan-kicker {
  color: var(--acid);
}

.plan-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  align-self: end;
  padding-bottom: clamp(4px, 0.8vw, 10px);
  border-bottom: 1px solid var(--line);
}

.price-card.featured .plan-price {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.plan-price strong {
  color: inherit;
  font-size: clamp(2.6rem, 3.2vw, 3.6rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.plan-price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 13px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.4;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: rgba(0, 138, 114, 0.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23006d5a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m3.5 8.5 3 3 6-7'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.feature-list li.is-negative {
  color: rgba(102, 112, 102, 0.78);
}

.feature-list li.is-negative::before {
  background: rgba(11, 18, 13, 0.07) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23667066' stroke-width='2.2' stroke-linecap='round' d='m5 5 6 6M11 5l-6 6'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.price-card.featured .feature-list li::before {
  background-color: rgba(217, 255, 63, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23d9ff3f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='m3.5 8.5 3 3 6-7'/%3E%3C/svg%3E");
}

.price-card .secondary-action {
  width: 100%;
  min-height: 54px;
  align-self: end;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.price-card .secondary-action:hover {
  border-color: var(--line-strong);
  background: var(--paper-2);
}

.pricing-note {
  margin-top: clamp(20px, 2.4vw, 32px);
  max-width: 820px;
  font-size: 0.95rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.about-copy,
.about-proof,
.contact-band {
  display: grid;
  gap: 18px;
}

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

.about-proof article,
.seo-faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.about-proof article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: clamp(18px, 2vw, 28px);
}

.about-proof strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

.quote-band {
  padding: clamp(24px, 5vw, 84px);
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(217, 255, 63, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #06110d, #0c3a31);
  background-size: 94px 94px, auto;
}

.quote-band p {
  max-width: 1120px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.35rem, 2.8vw, 3.6rem);
  line-height: 1.02;
  font-weight: 920;
}

.seo-faq {
  display: grid;
  gap: 10px;
}

.seo-faq details {
  padding: 0 clamp(16px, 2vw, 24px);
}

.seo-faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-weight: 920;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq p {
  padding-bottom: 20px;
}

.faq-closer {
  display: grid;
  gap: 16px;
  margin-top: clamp(14px, 2vw, 26px);
  padding: clamp(18px, 2vw, 26px) clamp(16px, 2vw, 24px);
  border-top: 1px solid var(--line);
}

.faq-closer p {
  padding-bottom: 0;
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.legal-main {
  display: grid;
  gap: 12px;
}

.legal-hero {
  gap: 18px;
}

.legal-hero h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 1.04;
}

.legal-hero p {
  max-width: 780px;
}

.legal-card {
  padding: clamp(22px, 4vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(16px);
}

.legal-card a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.legal-copy,
.contact-card {
  display: grid;
  gap: 18px;
}

.legal-section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.legal-card h2 {
  max-width: none;
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.legal-card p,
.legal-card li,
.contact-form label {
  color: #334155;
}

.legal-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px;
  padding: 16px;
  border: 1px solid #dbe7f5;
  border-radius: var(--radius);
  background: #f8fbff;
  color: #334155;
  font-weight: 700;
}

.legal-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.legal-note {
  margin-top: 16px;
  padding: 16px;
  border-left: 4px solid #16a085;
  background: #f0fdfa;
  color: #134e4a;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 18px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 700;
}

.contact-form textarea {
  min-height: 190px;
  padding: 14px;
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  min-height: 54px;
  padding: 0 22px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--green-dark);
  font-weight: 950;
}

.contact-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-status {
  min-height: 26px;
  margin: 0;
  font-weight: 850;
}

.contact-status.success {
  color: #0f766e;
}

.contact-status.error {
  color: #b91c1c;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - (var(--site-pad) * 2)), var(--max));
  margin: 0 auto 80px;
  padding: clamp(18px, 2.5vw, 32px);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.site-footer a {
  color: var(--ink);
  font-weight: 900;
}

.signin-layer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 18px;
}

.signin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 13, 0.48);
  backdrop-filter: blur(12px);
}

.signin-dialog {
  position: relative;
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.34);
}

.signin-dialog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--acid), var(--green), var(--blue), var(--coral));
}

.signin-head,
.signin-form,
.signin-foot {
  padding: clamp(18px, 4vw, 30px);
}

.signin-head {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 0;
}

.signin-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 8vw, 4.2rem);
}

.signin-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
}

.signin-form {
  display: grid;
  gap: 12px;
}

.signin-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 248, 244, 0.92);
}

.signin-mode button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 930;
}

.signin-mode button.active {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.signin-reset-link {
  width: fit-content;
  min-height: 34px;
  padding: 0;
  color: var(--blue);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 920;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.signin-reset-link:hover {
  color: var(--green-dark);
}

.signin-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signin-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-size: 1rem;
  font-weight: 850;
  outline: none;
}

.signin-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 138, 114, 0.12);
}

.signin-form .primary-action {
  min-height: 56px;
}

.signin-logout {
  width: 100%;
}

.signin-message {
  min-height: 22px;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.signin-foot {
  padding-top: 0;
}

.signin-foot p {
  font-size: 0.92rem;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1900px) {
  :root {
    --max: 2100px;
  }

  .signal-stage {
    width: 820px;
  }
}

@media (max-width: 1220px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
  }

  .site-nav {
    display: none;
  }

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

  .command-card {
    max-width: 820px;
  }

  .signal-stage {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 260px;
    transform: none;
  }

  .card-a {
    top: 0;
    right: auto;
    left: 0;
  }

  .card-b {
    top: 56px;
    right: auto;
    left: 28%;
  }

  .card-c {
    right: 0;
    bottom: 48px;
  }

  .card-d {
    right: auto;
    bottom: 0;
    left: 8%;
  }

  .value-grid,
  .workflow-list {
    grid-template-columns: 1fr;
  }

  .use-case-grid,
  .trust-grid,
  .teaser-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .value-card,
  .use-case-card,
  .trust-card,
  .teaser-plan,
  .workflow-list li {
    min-height: 220px;
  }
}

@media (max-width: 860px) {
  .ai-summary-nuggets {
    grid-template-columns: 1fr;
  }

  .ai-summary-rows {
    grid-template-columns: 1fr;
  }

  .ai-summary-plan dl {
    grid-template-columns: 1fr;
  }

  .post-detail-actions {
    grid-auto-flow: column;
    justify-content: start;
    align-items: center;
  }

  .site-header {
    position: relative;
    top: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand-lockup em {
    display: none;
  }

  .header-actions a,
  .header-actions button {
    min-width: 70px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 22px 16px 16px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5.6rem);
    line-height: 1.04;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .command-mode-note {
    grid-template-columns: 1fr;
  }

  .command-mode-note .sample-cta {
    width: 100%;
  }

  .command-topline {
    grid-template-columns: 1fr;
  }

  .option-tray > div,
  .gallery-section {
    grid-template-columns: 1fr;
  }

  .image-river {
    grid-template-columns: repeat(4, 160px);
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .page-media-strip {
    grid-template-columns: repeat(5, 132px);
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .image-river img:nth-child(even) {
    transform: none;
  }

  .report-header,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .report-actions {
    justify-content: stretch;
  }

  .report-actions button {
    flex: 1 1 160px;
  }

  .report-tabs {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .report-tabs-copy {
    padding: 4px 6px 0;
  }

  .report-tabs-copy strong {
    max-width: none;
  }

  .insight-dashboard {
    grid-template-columns: 1fr;
  }

  .post-toolbar {
    top: auto;
  }

  .report-metrics,
  .report-panel[data-report-panel="insights"].active,
  .report-panel[data-report-panel="compare"].active .compare-report:not([hidden]),
  .compare-setup,
  .compare-report,
  .pricing-grid,
  .use-case-grid,
  .trust-grid,
  .teaser-plan-grid,
  .about-grid,
  .about-proof {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    gap: 24px;
  }

  .form-grid,
  .legal-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --site-pad: 8px;
  }

  .site-header {
    min-height: 60px;
    padding: 8px;
  }

  .brand-lockup img {
    width: 30px;
    height: 30px;
  }

  .brand-lockup strong {
    font-size: 1rem;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions a,
  .header-actions button {
    min-width: 64px;
    min-height: 36px;
  }

  .hero-grid {
    gap: 14px;
    padding: 18px 16px 14px;
  }

  .hero-copy {
    gap: 16px;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.55rem);
    line-height: 1.04;
  }

  .hero-lede {
    font-size: 0.95rem;
    line-height: 1.38;
  }

  .command-card {
    gap: 12px;
    padding: 14px;
  }

  .handle-field input,
  .primary-action {
    min-height: 52px;
  }

  .sample-row {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .sample-row span,
  .sample-row button {
    flex: 0 0 auto;
  }

  .signal-stage {
    display: none;
  }

  .marquee-band div {
    animation-duration: 34s;
  }

  .value-section,
  .gallery-section,
  .workflow-section,
  .use-case-section,
  .trust-section,
  .pricing-teaser,
  .resources-section,
  .faq-section,
  .final-cta-section {
    padding: 18px 14px;
  }

  .value-card {
    min-height: 210px;
  }

  .use-case-card,
  .trust-card,
  .teaser-plan {
    min-height: 190px;
  }

  .pricing-teaser-actions,
  .final-cta-section {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-teaser-actions .primary-action,
  .pricing-teaser-actions .secondary-action,
  .final-cta-section .primary-action {
    width: 100%;
  }

  .option-tray fieldset,
  .option-tray fieldset:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-metrics {
    grid-template-columns: 1fr;
  }

  .report-tabs button,
  .post-filter button,
  .post-view-toggle button {
    flex: 1 1 120px;
    min-width: 0;
  }

  .post-filter::before,
  .post-view-toggle::before {
    flex: 0 0 100%;
    padding: 0 4px;
  }

  .post-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .post-toolbar-top {
    display: contents;
  }

  .post-toolbar-status {
    order: 1;
  }

  .post-filter-row {
    order: 2;
  }

  .post-filter,
  .post-view-toggle {
    width: 100%;
  }

  .post-view-toggle {
    order: 3;
  }

  .post-filter button,
  .post-view-toggle button {
    flex: 1 1 0;
    min-width: 0;
  }

  .report-tab-list {
    grid-template-columns: 1fr;
  }

  .report-tabs button {
    min-height: 62px;
  }

  .insight-stat-grid {
    grid-template-columns: 1fr;
  }

  .insight-post-summary {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .insight-post-summary img {
    width: 64px;
    height: 64px;
  }

  .post-toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
  }

  .post-list[data-view="media"] {
    grid-auto-rows: minmax(430px, auto);
  }

  .post-list[data-view="media"] .post-row {
    min-height: 430px;
  }

  .post-row summary {
    grid-template-columns: 48px minmax(0, 1fr) 58px;
    gap: 8px;
    min-height: 62px;
  }

  .post-row img {
    width: 48px;
    height: 48px;
  }

  .post-row .post-caption-preview,
  .post-row .post-metrics {
    display: none;
  }

  .post-detail {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }
}

@media (max-width: 360px) {
  .option-tray fieldset,
  .option-tray fieldset:last-child {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body[data-scroll-theme] {
    --ambient-grid-opacity: 0.03;
    --ambient-noise-opacity: 0.02;
    --ambient-glow-opacity: 0.66;
  }

  .ambient-page-bg__motion {
    inset: -18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
