@font-face {
  font-family: "Wanted Sans Variable";
  font-style: normal;
  font-weight: 400 1000;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@1.0.3/packages/wanted-sans/fonts/webfonts/variable/complete/woff2/WantedSansVariable.woff2") format("woff2");
}

:root {
  --ink: #080a07;
  --muted: #687065;
  --soft: #f6f7f2;
  --paper: #fbfcf7;
  --line: rgba(8, 10, 7, 0.1);
  --line-strong: rgba(8, 10, 7, 0.18);
  --lime: #cfff24;
  --lime-soft: rgba(207, 255, 36, 0.34);
  --shadow: 0 34px 100px rgba(25, 31, 20, 0.14);
  --bezier: cubic-bezier(0.32, 0.72, 0, 1);
  /* Brand typography guard: all landing UI should inherit this token. */
  --font-sans: "Wanted Sans Variable", "Wanted Sans", "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 68% 8%, rgba(207, 255, 36, 0.18), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9f4 48%, #ffffff 100%);
  letter-spacing: 0;
  overflow-x: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow-x: clip;
}

.texture {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(8, 10, 7, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 7, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, black, transparent 76%);
}

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

button,
input,
textarea {
  font: inherit;
}

.nav {
  position: sticky;
  top: 18px;
  z-index: 20;
  width: min(1160px, calc(100% - 32px));
  min-height: 66px;
  margin: 18px auto 0;
  padding: 8px 9px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(14, 18, 12, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(22px);
}

.brand,
.nav-links,
.nav-action,
.button {
  display: inline-flex;
  align-items: center;
}

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

.brand-logo {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(8, 10, 7, 0.14);
}

.nav-links {
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.nav-links a {
  transition: color 600ms var(--bezier);
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-action {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 950;
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier);
}

.nav-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(8, 10, 7, 0.18);
}

.hero {
  width: min(1320px, calc(100% - 32px));
  min-height: calc(100dvh - 84px);
  margin: 0 auto;
  padding: 78px 0 84px;
  display: grid;
  grid-template-columns: minmax(460px, 0.78fr) minmax(620px, 1fr);
  gap: 58px;
  align-items: start;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #273000;
  background: var(--lime-soft);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

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

h1,
h2,
h3,
summary,
.button span,
.nav-links a,
.nav-action,
.brand,
.trust-stack span,
.proof-question span,
.proof-question strong,
.proof-path span,
.proof-path strong,
.feature-card span,
.mix-table span,
.report-tile span,
.comparison-table article p,
.route-map span,
.ops-feed span,
.ops-header span {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

h1,
h2,
h3 {
  text-wrap: balance;
  font-weight: 840;
}

p,
li,
label,
details p,
.callout p,
.briefing-line,
.route-map p,
.comparison-table article div {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 62px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 840;
}

.hero-title {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: 56px;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 850;
  text-wrap: auto;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title em,
.hero-title mark,
.hero-title strong,
.proof-question mark {
  font: inherit;
  color: inherit;
}

.hero-title em {
  display: inline-block;
  padding: 0.02em 0.16em 0.05em;
  border: 1px solid rgba(8, 10, 7, 0.14);
  border-radius: 18px;
  color: #151900;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent),
    #dfff4d;
  font-style: normal;
  line-height: 0.92;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 24px rgba(142, 172, 18, 0.12);
  transform: translateY(-0.015em);
}

.hero-title em span {
  display: inline-block;
  transform: translateY(-0.015em);
}

.hero-title mark {
  position: relative;
  padding: 0;
  background: transparent;
}

.hero-title mark::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.02em;
  bottom: -0.01em;
  height: 2px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.18);
}

.hero-title strong {
  position: relative;
  display: inline-block;
}

.hero-title strong::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.02em;
  bottom: 0.03em;
  height: 0.055em;
  z-index: -1;
  border-radius: 999px;
  background: rgba(207, 255, 36, 0.52);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
  font-weight: 650;
}

.hero-subcopy {
  display: grid;
  gap: 4px;
}

.hero-subcopy strong {
  color: #20251d;
  font-weight: 950;
}

.hero-subcopy span {
  display: block;
}

.hero-subcopy b {
  color: var(--ink);
  font-weight: 950;
  background: linear-gradient(180deg, transparent 58%, rgba(207, 255, 36, 0.72) 58%);
}

.money-proof {
  position: relative;
  max-width: 620px;
  margin-top: 30px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 242, 0.9)),
    radial-gradient(circle at 92% 16%, rgba(207, 255, 36, 0.34), transparent 11rem);
  box-shadow: 0 28px 80px rgba(16, 22, 12, 0.1), inset 0 1px 0 #fff;
}

.money-proof::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 106px;
  height: 106px;
  border: 1px solid rgba(8, 10, 7, 0.08);
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(207, 255, 36, 0.7) 0 16deg, rgba(8, 10, 7, 0.04) 16deg 32deg);
  opacity: 0.34;
}

.proof-question,
.proof-route,
.proof-snapshot {
  position: relative;
  z-index: 1;
}

.proof-question {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.proof-question span {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  color: #2f3600;
  background: var(--lime);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.proof-question strong {
  max-width: 520px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.proof-question mark {
  padding: 0 0.05em;
  background: linear-gradient(180deg, transparent 56%, rgba(207, 255, 36, 0.76) 56%);
}

.proof-question p {
  max-width: 420px;
  margin: 0;
  color: #566050;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 780;
}

.proof-route {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 6px;
  margin: 18px 0 14px;
  padding: 13px;
  border: 1px solid rgba(8, 10, 7, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.proof-route div {
  min-width: 0;
}

.proof-route span,
.proof-snapshot span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.3;
}

.proof-route b {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0;
  white-space: nowrap;
}

.proof-route i {
  width: 26px;
  height: 1px;
  display: block;
  background: rgba(8, 10, 7, 0.18);
}

.proof-route i::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-left: auto;
  border-top: 1px solid rgba(8, 10, 7, 0.26);
  border-right: 1px solid rgba(8, 10, 7, 0.26);
  transform: rotate(45deg) translateY(-3px);
}

.proof-snapshot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.proof-snapshot article {
  min-height: 74px;
  padding: 15px 16px;
  border: 1px solid rgba(8, 10, 7, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 #fff;
}

.proof-snapshot strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  gap: 14px;
  min-height: 54px;
  padding: 7px 8px 7px 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier), background 700ms var(--bezier);
}

.button.primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 20px 55px rgba(148, 183, 4, 0.22);
}

.button.secondary {
  border: 1px solid var(--line);
  background: #fff;
}

.button.beta-pill {
  min-height: 40px;
  padding: 5px 6px 5px 16px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  color: #3e4639;
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  box-shadow: none;
}

.button.beta-pill i {
  width: 29px;
  height: 29px;
  background: rgba(8, 10, 7, 0.08);
}

.button i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 10, 7, 0.09);
  font-style: normal;
  transition: transform 700ms var(--bezier), background 700ms var(--bezier);
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(15, 19, 13, 0.13);
}

.button:hover i {
  transform: translate(4px, -2px);
  background: rgba(8, 10, 7, 0.15);
}

.trust-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 560px;
  margin-top: 54px;
}

.trust-stack div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.trust-stack strong {
  display: block;
  font-size: 30px;
  letter-spacing: 0;
}

.trust-stack span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-product {
  position: relative;
  min-height: 930px;
  overflow: clip;
  perspective: 1500px;
}

.approval-stage {
  min-height: 760px;
}

.hero-motion-layer {
  position: absolute;
  z-index: 20;
  right: -60px;
  top: -34px;
  width: min(900px, calc(100% + 180px));
  aspect-ratio: 4 / 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms var(--bezier);
  filter: drop-shadow(0 36px 88px rgba(20, 25, 16, 0.18));
}

.hero-motion-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.approval-stage.motion-loaded .hero-motion-layer {
  opacity: 1;
}

.approval-stage.motion-loaded .stage-halo,
.approval-stage.motion-loaded .stage-ring,
.approval-stage.motion-loaded .approval-tablet-shell,
.approval-stage.motion-loaded .approval-phone-shell,
.approval-stage.motion-loaded .stage-note {
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms var(--bezier);
}

.stage-halo {
  position: absolute;
  inset: 90px -80px 80px 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 48%, rgba(207, 255, 36, 0.34), transparent 22rem),
    radial-gradient(circle at 35% 70%, rgba(8, 10, 7, 0.08), transparent 20rem);
  filter: blur(8px);
}

.stage-ring {
  position: absolute;
  border: 1px solid rgba(8, 10, 7, 0.13);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.stage-ring.ring-a {
  width: 760px;
  height: 260px;
  right: -80px;
  top: 250px;
  transform: rotate(-18deg);
  animation: ringDriftA 12s ease-in-out infinite;
}

.stage-ring.ring-b {
  width: 580px;
  height: 210px;
  right: 44px;
  top: 378px;
  transform: rotate(12deg);
  animation: ringDriftB 14s ease-in-out infinite;
}

.approval-tablet-shell {
  position: absolute;
  z-index: 3;
  right: -50px;
  top: 30px;
  width: 760px;
  padding: 12px;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(229, 234, 220, 0.62));
  box-shadow:
    0 38px 100px rgba(20, 25, 16, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotateX(12deg) rotateZ(-2.8deg) rotateY(0.8deg) translateZ(0);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: transform 220ms var(--bezier);
  animation: tabletShellFloat 7.2s ease-in-out infinite;
  will-change: transform;
}

.approval-tablet {
  min-height: 526px;
  padding: 17px;
  overflow: hidden;
  border: 8px solid #141713;
  border-radius: 36px;
  color: #f8faf1;
  background:
    linear-gradient(145deg, #11140f, #0a0c09),
    #11140f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: tabletScreenBreath 5.8s ease-in-out infinite;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 54px;
  padding: 0 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-top span,
.admin-card-head span,
.admin-detail span,
.admin-actions-row span,
.admin-kpis span {
  display: block;
  color: rgba(248, 250, 241, 0.54);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 950;
}

.admin-top b {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 19px;
  line-height: 1.1;
}

.admin-top em {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}

.admin-layout {
  display: grid;
  grid-template-columns: 104px 1fr;
  min-height: 438px;
}

.admin-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 17px 10px 0 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.admin-sidebar span {
  min-height: 28px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 9px;
  color: rgba(248, 250, 241, 0.48);
  font-size: 11px;
  font-weight: 900;
}

.admin-sidebar .active {
  color: var(--ink);
  background: var(--lime);
}

.admin-main {
  padding: 16px 0 0 18px;
}

.admin-main.approval-command {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 10px;
  padding: 16px 0 0 18px;
}

.approval-board {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(190px, 0.58fr);
  gap: 10px;
}

.daily-approval-card,
.ops-coach-card,
.publishing-queue {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.078);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.daily-approval-card {
  min-height: 320px;
  padding: 15px;
}

.daily-approval-card h3,
.ops-coach-card h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0;
}

.admin-toon-preview {
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
}

.toon-preview-frame {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  border-radius: 11px;
  background:
    linear-gradient(90deg, rgba(8, 10, 7, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(8, 10, 7, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #f7f4eb, #e2ead1);
  background-size: 26px 26px, 26px 26px, auto;
}

.toon-preview-frame::before {
  content: "";
  position: absolute;
  inset: 18px auto auto 18px;
  width: 126px;
  height: 40px;
  border: 1px solid rgba(8, 10, 7, 0.16);
  border-radius: 999px 999px 999px 12px;
  background: rgba(255, 255, 255, 0.82);
}

.toon-preview-frame::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 23px;
  width: 150px;
  height: 30px;
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.09);
}

.preview-stack {
  position: absolute;
  z-index: 3;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 7px;
}

.preview-stack i {
  width: 34px;
  height: 42px;
  display: block;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 34%, rgba(8, 10, 7, 0.72) 0 5px, transparent 6px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(225, 230, 214, 0.9));
  box-shadow: 0 8px 18px rgba(8, 10, 7, 0.08);
}

.preview-stack i:nth-child(2) {
  transform: translateY(-7px);
  background:
    radial-gradient(circle at 48% 36%, rgba(8, 10, 7, 0.7) 0 5px, transparent 6px),
    linear-gradient(145deg, rgba(207, 255, 36, 0.85), rgba(255, 255, 255, 0.84));
}

.preview-stage {
  position: absolute;
  inset: 0;
}

.toon-figure {
  position: absolute;
  z-index: 1;
  display: block;
  border: 2px solid rgba(8, 10, 7, 0.84);
  border-radius: 999px;
  background: #fff;
}

.figure-a {
  left: 128px;
  bottom: 36px;
  width: 48px;
  height: 66px;
  transform: rotate(-4deg);
}

.story-preview-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(78px, 0.82fr);
  gap: 7px;
  min-height: 148px;
  padding: 8px;
  background: linear-gradient(145deg, #f9f6ed, #e8efd9);
}

.story-preview-frame::before,
.story-preview-frame::after {
  content: none;
}

.story-main-frame {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 7, 0.13);
  border-radius: 10px;
  background: #f7f0df;
  box-shadow: 0 10px 22px rgba(8, 10, 7, 0.1);
}

.story-main-frame img,
.story-thumb-stack img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story-thumb-stack {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
}

.story-thumb-stack img {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 8px;
  background: #f7f0df;
  box-shadow: 0 8px 18px rgba(8, 10, 7, 0.08);
}

.figure-b {
  right: 118px;
  bottom: 40px;
  width: 45px;
  height: 64px;
  background: var(--lime);
  transform: rotate(6deg);
}

.toon-table {
  position: absolute;
  left: 190px;
  right: 132px;
  bottom: 40px;
  height: 16px;
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.82);
}

.approval-chipset {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.approval-chipset i {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(248, 250, 241, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.1;
}

.approval-chipset i:last-child {
  color: var(--ink);
  background: var(--lime);
}

.admin-approval-buttons {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 7px;
  margin-top: 13px;
}

.admin-approval-buttons button {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  color: rgba(248, 250, 241, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 950;
}

.admin-approval-buttons button:first-child {
  color: var(--ink);
  background: var(--lime);
}

.ops-coach-card {
  padding: 15px;
}

.ops-coach-card > span,
.queue-head span {
  display: block;
  color: rgba(248, 250, 241, 0.54);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 950;
}

.coach-list {
  display: grid;
  gap: 8px;
}

.coach-list p {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.coach-list b,
.coach-list small {
  display: block;
}

.coach-list b {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.coach-list small {
  margin-top: 4px;
  color: rgba(248, 250, 241, 0.58);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 800;
}

.publishing-queue {
  min-height: 132px;
  padding: 12px 14px 14px;
}

.queue-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.queue-head b {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.queue-head em {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(207, 255, 36, 0.94);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

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

.queue-lane::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 31px;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.queue-lane::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 30px;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(207, 255, 36, 0.45);
  animation: queuePulseLine 4.4s var(--bezier) infinite;
}

.queue-card {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: #151812;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.queue-card::before {
  content: "";
  position: absolute;
  inset: 7px -5px -5px 10px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(1.8deg);
}

.queue-card img {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 55px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 241, 0.14);
  border-radius: 8px;
  object-fit: cover;
}

.queue-card.active {
  border-color: rgba(207, 255, 36, 0.72);
  background: rgba(207, 255, 36, 0.12);
  animation: activeQueueLift 3.8s ease-in-out infinite;
}

.queue-card span,
.queue-card b,
.queue-card strong {
  display: block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.queue-card span {
  color: rgba(248, 250, 241, 0.54);
  font-size: 11px;
  line-height: 1.05;
  font-weight: 900;
}

.queue-card b {
  margin-top: 4px;
  color: var(--lime);
  font-size: 11px;
  line-height: 1.1;
}

.queue-card strong {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1.05;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.admin-kpis article,
.admin-queue,
.admin-detail,
.admin-actions-row {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.admin-kpis article {
  min-height: 62px;
  padding: 12px;
}

.admin-kpis strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.admin-workspace {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 10px;
  margin-top: 10px;
}

.admin-queue,
.admin-detail {
  min-height: 150px;
  padding: 14px;
}

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

.admin-card-head b {
  color: var(--lime);
  font-size: 11px;
}

.toon-strip-preview {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin: 14px 0 12px;
}

.toon-strip-preview i {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.88) 0 8px, transparent 9px),
    linear-gradient(145deg, rgba(207, 255, 36, 0.9), rgba(255, 255, 255, 0.1));
  opacity: 0.96;
}

.toon-strip-preview i:nth-child(2n) {
  background:
    radial-gradient(circle at 42% 42%, rgba(8, 10, 7, 0.9) 0 7px, transparent 8px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(194, 201, 186, 0.36));
}

.admin-queue strong {
  color: #fff;
  font-size: 14px;
}

.admin-detail b {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.ad-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.ad-tags i {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(207, 255, 36, 0.86);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.admin-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  margin-top: 10px;
  padding: 0 14px;
}

.admin-actions-row b {
  color: rgba(248, 250, 241, 0.9);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.tablet-top,
.brief-footer,
.brief-lines div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tablet-top {
  color: rgba(248, 250, 241, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.tablet-top b {
  color: rgba(248, 250, 241, 0.86);
}

.brief-metric {
  margin: 34px 0 28px;
}

.brief-metric span,
.phone-label,
.brief-footer span,
.stage-note span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
}

.brief-metric strong {
  display: block;
  max-width: 520px;
  margin-top: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: 0;
}

.brief-lines {
  display: grid;
  gap: 11px;
}

.brief-lines div {
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.brief-lines .hot {
  color: var(--ink);
  background: var(--lime);
}

.brief-lines b {
  min-width: 104px;
  font-size: 13px;
}

.brief-lines span {
  flex: 1;
  min-width: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brief-lines i {
  min-width: 48px;
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}

.brief-footer {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.brief-footer b {
  color: var(--lime);
  font-size: 13px;
}

.approval-phone-shell {
  position: absolute;
  z-index: 6;
  right: -38px;
  top: 350px;
  width: 238px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(10, 12, 10, 0.2) 9%, transparent 21%, transparent 78%, rgba(255, 255, 255, 0.18)),
    linear-gradient(145deg, #434943 0%, #11140f 36%, #030503 62%, #232720 100%);
  box-shadow:
    0 62px 128px rgba(8, 10, 7, 0.38),
    0 18px 38px rgba(8, 10, 7, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -2px 0 rgba(0, 0, 0, 0.72);
  transform: rotateZ(4deg) translateZ(92px);
  transform-origin: center top;
  transition: transform 240ms var(--bezier);
  animation: phoneShellFloat 6.2s ease-in-out infinite;
  will-change: transform;
}

.approval-phone-shell::before,
.approval-phone-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4b514a, #11140f);
}

.approval-phone-shell::before {
  left: -3px;
  top: 108px;
  height: 60px;
}

.approval-phone-shell::after {
  right: -3px;
  top: 142px;
  height: 92px;
}

.kakao-toast {
  position: absolute;
  z-index: 3;
  left: auto;
  right: -10px;
  top: -72px;
  width: 284px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 9px 10px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 19px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(16, 22, 12, 0.16), inset 0 1px 0 #fff;
  animation: toastFloat 4.8s ease-in-out infinite;
}

.kakao-toast i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #2d2600;
  background: #fee500;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.kakao-toast b,
.kakao-toast span {
  display: block;
}

.kakao-toast b {
  font-size: 12px;
  line-height: 1.2;
}

.kakao-toast span {
  margin-top: 3px;
  color: #66705f;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 800;
}

.approval-phone {
  position: relative;
  min-height: 512px;
  overflow: hidden;
  padding: 52px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42px;
  color: #f7f9f1;
  background:
    radial-gradient(circle at 22% 4%, rgba(255, 255, 255, 0.2), transparent 9rem),
    radial-gradient(circle at 82% 86%, rgba(207, 255, 36, 0.1), transparent 8rem),
    linear-gradient(155deg, #171b17 0%, #060806 52%, #11150f 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 22px 38px rgba(255, 255, 255, 0.045),
    inset 0 -34px 52px rgba(0, 0, 0, 0.44);
}

.approval-phone::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 40px;
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.2) 0 12%, transparent 30% 63%, rgba(255, 255, 255, 0.08) 83%, transparent 100%);
  opacity: 0.78;
  pointer-events: none;
}

.approval-phone > * {
  position: relative;
  z-index: 1;
}

.phone-sensor {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 14px;
  width: 82px;
  height: 24px;
  border-radius: 999px;
  background: #030503;
  transform: translateX(-50%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.07);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
  color: rgba(247, 249, 241, 0.82);
  font-size: 12px;
  font-weight: 950;
}

.phone-label {
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #2f3600;
  background: var(--lime);
}

.phone-alert-card {
  min-height: 172px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 16%, rgba(207, 255, 36, 0.46), transparent 5.2rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(245, 248, 236, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 38px rgba(0, 0, 0, 0.24);
}

.phone-toon-preview {
  margin: 0 0 15px;
  padding: 8px;
  border: 1px solid rgba(8, 10, 7, 0.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.toon-scene-placeholder {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 38% 44%, rgba(8, 10, 7, 0.88) 0 9px, transparent 10px),
    radial-gradient(circle at 58% 44%, rgba(8, 10, 7, 0.88) 0 9px, transparent 10px),
    radial-gradient(circle at 50% 64%, rgba(207, 255, 36, 0.92) 0 48px, transparent 49px),
    linear-gradient(145deg, #f8f8ef, #e8ecdf);
}

.toon-scene-placeholder::before,
.toon-scene-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.08);
}

.toon-scene-placeholder::before {
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 16px;
}

.toon-scene-placeholder::after {
  right: 18px;
  top: 18px;
  width: 80px;
  height: 34px;
  border: 1px solid rgba(8, 10, 7, 0.11);
  background: rgba(255, 255, 255, 0.72);
}

.toon-scene-placeholder span,
.toon-scene-placeholder b {
  position: absolute;
  z-index: 2;
  left: 14px;
  display: block;
}

.toon-scene-placeholder span {
  top: 12px;
  color: #5c6655;
  font-size: 10px;
  font-weight: 950;
}

.toon-scene-placeholder b {
  bottom: 12px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.approval-phone strong {
  display: block;
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: 0;
}

.approval-phone p {
  margin: 9px 0 0;
  color: #5c6657;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 780;
}

.approval-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 94px;
}

.approval-actions button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  color: #f7f9f1;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 950;
}

.phone-home-indicator {
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: rgba(247, 249, 241, 0.36);
  transform: translateX(-50%);
}

.approval-actions button:first-child {
  color: var(--ink);
  background: #f7f9f1;
}

.stage-note {
  position: absolute;
  z-index: 7;
  min-width: 172px;
  padding: 15px 17px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(16, 22, 12, 0.12), inset 0 1px 0 #fff;
}

.stage-note b {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  letter-spacing: 0;
}

.note-a {
  left: 20px;
  top: 38px;
  transform: rotate(-3deg);
  z-index: 2;
}

.note-b {
  left: 34px;
  bottom: 134px;
  transform: rotate(2deg);
}

.note-c {
  display: none;
}

@keyframes tabletScreenBreath {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -18px 60px rgba(207, 255, 36, 0.015);
  }

  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      inset 0 -22px 72px rgba(207, 255, 36, 0.055);
  }
}

@keyframes tabletShellFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes phoneShellFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes queuePulseLine {
  0%,
  16% {
    transform: translateX(0);
    opacity: 0.85;
  }

  34% {
    transform: translateX(132px);
    opacity: 1;
  }

  58% {
    transform: translateX(264px);
    opacity: 0.86;
  }

  80%,
  100% {
    transform: translateX(396px);
    opacity: 0.55;
  }
}

@keyframes activeQueueLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes toastFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.4deg);
  }

  50% {
    transform: translate3d(0, -7px, 0) rotate(0.8deg);
  }
}

@keyframes ringDriftA {
  0%,
  100% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-15deg) translate3d(12px, -9px, 0);
  }
}

@keyframes ringDriftB {
  0%,
  100% {
    transform: rotate(12deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(9deg) translate3d(-10px, 8px, 0);
  }
}

.toon-gallery {
  position: absolute;
  left: 6px;
  top: 10px;
  z-index: 2;
  width: 690px;
  height: 342px;
  contain: paint;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(16, 22, 12, 0.13), inset 0 1px 0 #fff;
  transform: rotate(-1.2deg);
  transform-origin: center;
}

.gallery-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid var(--line);
}

.gallery-head span {
  color: #5f7300;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.gallery-head strong {
  font-size: 14px;
}

.toon-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  contain: layout paint;
  overflow: hidden;
  height: calc(100% - 56px);
  padding: 16px 18px 18px;
  animation: toonDrift 44s linear infinite;
}

.toon-track img[aria-hidden="true"] {
  display: none;
}

.toon-track img {
  width: 618px;
  height: 252px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(8, 10, 7, 0.08);
}

.toon-pop {
  position: absolute;
  z-index: 5;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(16, 22, 12, 0.12), inset 0 1px 0 #fff;
  backdrop-filter: blur(16px);
}

.toon-pop b,
.toon-pop span {
  display: block;
}

.toon-pop b {
  margin-bottom: 5px;
  font-size: 14px;
}

.toon-pop span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.pop-a {
  left: 10px;
  top: 356px;
  transform: rotate(-4deg);
}

.pop-b {
  right: 14px;
  top: 346px;
  transform: rotate(3deg);
}

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

  to {
    transform: translateX(-666px);
  }
}

.orbit-line {
  position: absolute;
  border: 1px solid rgba(8, 10, 7, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-line.one {
  width: 740px;
  height: 270px;
  right: -20px;
  top: 368px;
  transform: rotate(-13deg);
}

.orbit-line.two {
  width: 610px;
  height: 220px;
  right: 34px;
  top: 470px;
  transform: rotate(10deg);
}

.callout {
  position: absolute;
  z-index: 4;
  width: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 60px rgba(20, 25, 16, 0.1);
  backdrop-filter: blur(18px);
}

.callout span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 950;
}

.callout p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.callout-a {
  top: 454px;
  right: 36px;
}

.callout-b {
  top: 650px;
  right: 300px;
}

.callout-c {
  left: 18px;
  bottom: 44px;
}

.device-shadow {
  position: absolute;
  z-index: 1;
  inset: auto 96px 42px 86px;
  height: 90px;
  border-radius: 50%;
  background: rgba(8, 10, 7, 0.16);
  filter: blur(30px);
  transform: rotateZ(-3deg);
}

.device-frame {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 432px;
  width: 612px;
  padding: 10px;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 243, 232, 0.54));
  box-shadow: 0 34px 100px rgba(14, 20, 10, 0.16), inset 0 1px 0 #fff;
  transform: rotateZ(-2deg) rotateY(-3deg);
  transform-style: preserve-3d;
}

.phone-frame {
  position: absolute;
  z-index: 7;
  right: 2px;
  top: 468px;
  width: 252px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 36px;
  background:
    linear-gradient(150deg, rgba(34, 38, 29, 0.98), rgba(8, 10, 7, 0.96)),
    #11140e;
  box-shadow:
    0 28px 80px rgba(8, 10, 7, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
  transform: rotate(4deg);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 74px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 9px 16px 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 900;
}

.phone-top b {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.phone-feed {
  display: grid;
  gap: 9px;
  padding: 12px;
  border-radius: 27px;
  background:
    linear-gradient(180deg, rgba(250, 251, 246, 0.98), rgba(239, 242, 232, 0.98)),
    #f5f6ef;
}

.phone-card {
  padding: 14px;
  border: 1px solid rgba(8, 10, 7, 0.09);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 #fff;
}

.phone-card.done {
  border-color: rgba(123, 153, 0, 0.22);
  background: linear-gradient(145deg, var(--lime), #eaff8d);
}

.phone-card span,
.phone-card strong,
.phone-card p {
  display: block;
}

.phone-card span {
  margin-bottom: 8px;
  color: rgba(37, 44, 20, 0.72);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.3;
}

.phone-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.32;
  letter-spacing: 0;
  word-break: keep-all;
}

.phone-card p {
  margin: 9px 0 0;
  color: #5d6652;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 800;
}

.phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.phone-actions button {
  min-height: 39px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 500ms var(--bezier), background 500ms var(--bezier);
}

.phone-actions button:first-child {
  color: #fff;
  background: var(--ink);
}

.phone-actions button:active {
  transform: scale(0.97);
}

.device-frame::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 32px;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(8, 10, 7, 0.08);
}

.product-device {
  position: relative;
  width: 100%;
  min-height: 396px;
  display: grid;
  grid-template-columns: 150px 1fr;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 7, 0.14);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 #fff;
}

.product-device::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.48), transparent 36%, rgba(207, 255, 36, 0.13));
}

.device-sidebar {
  padding: 20px;
  border-right: 1px solid var(--line);
  background: #f4f5ef;
}

.device-sidebar strong {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
}

.device-sidebar button {
  width: 100%;
  min-height: 38px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 12px;
  color: var(--muted);
  background: transparent;
  text-align: left;
  font-size: 12px;
  font-weight: 850;
}

.device-sidebar .active {
  color: var(--ink);
  background: var(--lime);
  padding-left: 12px;
}

.device-main {
  padding: 20px;
}

.device-top,
.chart-head,
.operator-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.device-top span,
.chart-head span,
.analysis-grid span,
.feature-card span,
.mix-table span,
.operator-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.device-top h2 {
  margin: 8px 0 0;
  font-size: 38px;
  letter-spacing: 0;
}

.status-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--lime);
  font-size: 12px;
  font-weight: 950;
}

.metric-row,
.analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.metric-row article,
.analysis-grid article,
.chart-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfcf7);
  box-shadow: inset 0 1px 0 #fff;
}

.metric-row article {
  padding: 14px;
}

.metric-row strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.chart-card {
  margin-top: 12px;
  padding: 18px;
}

.chart-head strong {
  font-size: 14px;
}

svg {
  width: 100%;
  height: 170px;
  margin-top: 12px;
}

.gridline {
  fill: none;
  stroke: rgba(8, 10, 7, 0.08);
  stroke-width: 1;
}

.line {
  fill: none;
  stroke: #11160b;
  stroke-width: 5;
  stroke-linecap: round;
}

.area {
  fill: rgba(207, 255, 36, 0.33);
}

.analysis-grid article {
  padding: 14px;
}

.analysis-grid b {
  display: block;
  margin: 6px 0;
  font-size: 13px;
}

.analysis-grid em {
  color: #5f7300;
  font-style: normal;
  font-size: 26px;
  font-weight: 950;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 136px 0;
}

.section-copy {
  max-width: 860px;
  margin-bottom: 52px;
}

.section-copy h2,
.operator-copy h2,
.report-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4.15vw, 64px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 950;
}

.section-copy p:not(.eyebrow),
.operator-copy p,
.report-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 16px;
}

.feature-card,
.mix-table article,
.operator-panel,
.report-form {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(250, 252, 246, 0.78));
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.feature-card {
  min-height: 360px;
  padding: 30px;
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier);
}

.feature-card:hover,
.mix-table article:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 100px rgba(16, 22, 12, 0.13), inset 0 1px 0 #fff;
}

.feature-card h3,
.mix-table h3 {
  margin: 18px 0;
  font-size: clamp(26px, 2.45vw, 38px);
  line-height: 1.16;
  letter-spacing: 0;
}

.feature-card strong {
  display: block;
  margin-top: 70px;
  font-size: 92px;
  letter-spacing: 0;
}

.url-list {
  display: grid;
  gap: 12px;
  margin-top: 48px;
}

.url-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: #fff;
}

.url-list b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
}

.mix-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mix-table article {
  min-height: 340px;
  padding: 28px;
}

.mix-table p {
  color: var(--muted);
  line-height: 1.65;
}

.mix-table .result {
  color: var(--ink);
  background: var(--lime);
}

.mix-table .result span,
.mix-table .result p {
  color: rgba(8, 10, 7, 0.68);
}

.outcome-section,
.preflight-section,
.gap-section,
.autopilot-section,
.style-system-section,
.seo-section,
.conversation-section,
.economics-section,
.ads-section {
  width: min(1240px, calc(100% - 32px));
}

.outcome-grid,
.gap-builder,
.economics-grid,
.ads-suite {
  display: grid;
  gap: 16px;
}

.outcome-grid {
  grid-template-columns: 1.18fr 0.82fr;
  grid-auto-flow: dense;
}

.timeline-console,
.readiness-panel,
.launch-pack,
.preflight-console,
.gap-board,
.series-board,
.autopilot-console,
.style-system,
.seo-map,
.conversation-console,
.cost-console,
.ledger-console,
.ad-fit-console,
.ad-studio,
.reels-converter,
.ad-calculator {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 251, 244, 0.76));
  box-shadow: 0 26px 90px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.timeline-console {
  min-height: 520px;
  grid-row: span 2;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 251, 244, 0.8)),
    radial-gradient(circle at 86% 16%, rgba(207, 255, 36, 0.48), transparent 18rem);
}

.console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.console-head span,
.readiness-panel span,
.launch-pack > span,
.ad-fit-console span,
.ad-studio > span,
.reels-converter > span,
.ad-calculator > span,
.cost-console > span,
.ledger-console > span,
.series-board > span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.console-head strong {
  font-size: 20px;
  line-height: 1.25;
}

.timeline-rail {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 24px;
}

.timeline-rail::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(var(--lime), rgba(8, 10, 7, 0.12));
}

.timeline-rail div {
  position: relative;
  min-height: 78px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.timeline-rail div::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 28px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 1px rgba(8, 10, 7, 0.12);
}

.timeline-rail b,
.timeline-rail span,
.launch-list p {
  display: block;
}

.timeline-rail b {
  margin-bottom: 6px;
  font-size: 13px;
}

.timeline-rail span,
.launch-list p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.55;
}

.readiness-panel,
.launch-pack {
  padding: 28px;
}

.readiness-panel > div:first-child {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.readiness-panel strong {
  font-size: 56px;
  letter-spacing: 0;
}

.readiness-panel p,
.launch-pack p,
.ad-fit-console p,
.ad-script p,
.reply-panel p,
.ledger-row span,
.ledger-row strong,
.cost-row b {
  color: var(--muted);
  line-height: 1.62;
}

.readiness-bars,
.style-inspector {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.readiness-bars label,
.inspector-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.9fr) 1.5fr 42px;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.readiness-bars i,
.inspector-row i {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.08);
}

.readiness-bars i::before,
.inspector-row i::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}

.launch-pack h3,
.series-board h3,
.ad-studio h3,
.reels-converter h3,
.ad-calculator h3,
.cost-console h3,
.ledger-console h3 {
  margin: 16px 0 18px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.16;
  letter-spacing: 0;
}

.launch-list {
  display: grid;
  gap: 10px;
}

.launch-list p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.preflight-section,
.autopilot-section,
.seo-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(560px, 1fr);
  gap: 46px;
  align-items: center;
}

.preflight-console {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  padding: 18px;
}

.preflight-preview {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 24px;
  background: #eef1e8;
}

.preflight-preview img,
.style-contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.95);
}

.style-pass {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.style-pass span,
.style-pass strong {
  display: block;
}

.style-pass span,
.preflight-stack span,
.mode-screen span,
.reply-panel > span,
.seo-score span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.style-pass strong {
  margin-top: 7px;
  font-size: 22px;
}

.preflight-stack {
  display: grid;
  gap: 12px;
}

.preflight-stack article {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.preflight-stack strong {
  display: block;
  margin: 8px 0;
  font-size: 29px;
  letter-spacing: 0;
}

.preflight-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.preflight-stack .safety {
  color: #fff;
  background: var(--ink);
}

.preflight-stack .safety span,
.preflight-stack .safety p {
  color: rgba(255, 255, 255, 0.7);
}

.preflight-stack .safety strong {
  color: var(--lime);
}

.demo-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.demo-flow article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(16, 22, 12, 0.07);
}

.demo-flow span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 950;
}

.demo-flow h3 {
  margin: 52px 0 12px;
  font-size: 26px;
}

.demo-flow p {
  color: var(--muted);
  line-height: 1.6;
}

.gap-builder {
  grid-template-columns: 1.2fr 0.8fr;
}

.gap-board,
.series-board {
  padding: 28px;
}

.gap-head,
.gap-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.2fr;
  gap: 10px;
  align-items: center;
}

.gap-head {
  padding: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  border-bottom: 1px solid var(--line);
}

.gap-row {
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.gap-row span {
  font-weight: 950;
}

.gap-row b {
  color: var(--muted);
}

.gap-row em {
  padding: 8px 10px;
  border-radius: 999px;
  color: #2f3600;
  background: var(--lime);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.series-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.series-cards article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: #fff;
  line-height: 1.45;
}

.series-cards b {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 18px;
}

.autopilot-console {
  padding: 18px;
}

.mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 10, 7, 0.04);
}

.mode-tabs button,
.ad-angles button,
.reply-actions button,
.inspector-action button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-weight: 950;
  transition: transform 500ms var(--bezier), background 500ms var(--bezier), border-color 500ms var(--bezier);
}

.mode-tabs button.active,
.ad-angles button.active,
.inspector-action .approve {
  color: var(--ink);
  background: var(--lime);
}

.mode-tabs button:active,
.ad-angles button:active,
.reply-actions button:active,
.inspector-action button:active {
  transform: scale(0.98);
}

.mode-screen {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  margin-top: 18px;
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(207, 255, 36, 0.22), transparent 18rem),
    var(--ink);
}

.mode-screen h3 {
  margin: 14px 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.mode-screen p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.mode-metrics {
  display: grid;
  gap: 10px;
}

.mode-metrics article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.mode-metrics span,
.mode-metrics strong {
  display: block;
}

.mode-metrics span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 850;
}

.mode-metrics strong {
  margin-top: 8px;
  color: var(--lime);
  font-size: 34px;
  letter-spacing: 0;
}

.style-system {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  padding: 18px;
}

.style-contact {
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
}

.style-inspector {
  align-content: center;
  margin: 0;
  padding: 24px;
}

.inspector-action {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.inspector-action button {
  min-width: 92px;
  padding: 0 16px;
  border-color: var(--line);
  background: #fff;
}

.seo-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 10, 7, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 7, 0.05) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px;
}

.seo-map::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(8, 10, 7, 0.12);
  border-radius: 50%;
}

.seo-node,
.seo-score {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 60px rgba(16, 22, 12, 0.08);
}

.seo-node {
  width: 142px;
  min-height: 96px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  font-weight: 850;
}

.seo-node b {
  color: var(--ink);
  font-size: 18px;
}

.seo-node.profile { left: 10%; top: 14%; }
.seo-node.caption { right: 10%; top: 20%; }
.seo-node.posts { left: 15%; bottom: 16%; }
.seo-node.tags { right: 14%; bottom: 14%; }

.seo-score {
  left: 50%;
  top: 50%;
  width: min(310px, calc(100% - 60px));
  padding: 28px;
  transform: translate(-50%, -50%);
}

.seo-score strong {
  display: block;
  margin: 8px 0;
  font-size: 76px;
  letter-spacing: 0;
}

.seo-score p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.conversation-console {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 14px;
  padding: 18px;
}

.inbox-panel,
.reply-panel {
  border-radius: 24px;
  background: #fff;
}

.inbox-panel {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.inbox-panel strong {
  margin-bottom: 6px;
  font-size: 22px;
}

.inbox-panel button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  font-weight: 950;
}

.inbox-panel button.active {
  background: var(--ink);
  color: #fff;
}

.inbox-panel b {
  color: #5f7300;
  font-size: 12px;
}

.inbox-panel button.active b {
  color: var(--lime);
}

.reply-panel {
  padding: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(207, 255, 36, 0.38), transparent 15rem),
    #fff;
}

.reply-panel h3 {
  margin: 18px 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.reply-actions,
.ad-angles,
.format-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.reply-actions button,
.ad-angles button {
  padding: 0 16px;
  border-color: var(--line);
  background: #fff;
}

.economics-grid {
  grid-template-columns: 0.85fr 1.15fr;
}

.cost-console,
.ledger-console {
  padding: 30px;
}

.cost-row,
.ledger-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.cost-row strong,
.ledger-row strong {
  color: var(--ink);
  text-align: right;
}

.cost-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 22px;
  background: var(--lime);
}

.cost-total span,
.cost-total strong {
  display: block;
  font-weight: 950;
}

.cost-total strong {
  font-size: 52px;
  letter-spacing: 0;
}

.ledger-row {
  grid-template-columns: 90px 1fr 1fr;
}

.ads-suite {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}

.ad-fit-console,
.ad-studio,
.reels-converter,
.ad-calculator {
  padding: 30px;
}

.ad-fit-console {
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(207, 255, 36, 0.24), transparent 18rem),
    var(--ink);
}

.ad-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.ad-head strong {
  color: var(--lime);
  font-size: 46px;
  letter-spacing: 0;
}

.ad-fit-console span,
.ad-fit-console p {
  color: rgba(255, 255, 255, 0.7);
}

.ad-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.ad-fit-grid article {
  min-height: 108px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.ad-fit-grid b {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 1.16;
}

.ad-studio {
  min-height: 360px;
}

.ad-script {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.ad-script p {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.reels-converter {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 251, 244, 0.78)),
    radial-gradient(circle at 90% 90%, rgba(207, 255, 36, 0.5), transparent 16rem);
}

.format-tree {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 24px;
}

.format-tree b,
.format-tree span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 18px;
  font-weight: 950;
}

.format-tree b {
  justify-content: center;
  background: var(--lime);
}

.format-tree i {
  width: 2px;
  height: 34px;
  margin: 0 auto;
  background: rgba(8, 10, 7, 0.14);
}

.format-tree span {
  border: 1px solid var(--line);
  background: #fff;
}

.ad-calculator {
  grid-row: auto;
}

.ad-calculator label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}

.ad-calculator select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.format-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
}

.format-options input {
  accent-color: var(--lime);
}

.estimate-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  color: var(--ink);
  background: var(--lime);
}

.estimate-box span,
.estimate-box strong {
  display: block;
  font-weight: 950;
}

.estimate-box strong {
  margin-top: 8px;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.timeline-console,
.readiness-panel,
.launch-pack,
.preflight-console,
.demo-flow article,
.gap-board,
.series-board,
.autopilot-console,
.style-system,
.seo-map,
.conversation-console,
.cost-console,
.ledger-console,
.ad-fit-console,
.ad-studio,
.reels-converter,
.ad-calculator {
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier);
}

.timeline-console:hover,
.readiness-panel:hover,
.launch-pack:hover,
.preflight-console:hover,
.demo-flow article:hover,
.gap-board:hover,
.series-board:hover,
.autopilot-console:hover,
.style-system:hover,
.seo-map:hover,
.conversation-console:hover,
.cost-console:hover,
.ledger-console:hover,
.ad-fit-console:hover,
.ad-studio:hover,
.reels-converter:hover,
.ad-calculator:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 100px rgba(16, 22, 12, 0.12), inset 0 1px 0 #fff;
}

.report-library {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.features-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0 30px;
}

.features-hero h1 {
  max-width: 940px;
}

.features-hero .section-copy p:not(.eyebrow) {
  max-width: 760px;
}

.feature-index,
.feature-depth-grid {
  display: grid;
  gap: 12px;
}

.feature-index {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.feature-index a {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  font-weight: 950;
  transition: transform 600ms var(--bezier), box-shadow 600ms var(--bezier);
}

.feature-index a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(16, 22, 12, 0.08);
}

.feature-depth-section {
  width: min(1240px, calc(100% - 32px));
}

.feature-depth-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-depth-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 251, 244, 0.78));
  box-shadow: 0 22px 70px rgba(16, 22, 12, 0.07), inset 0 1px 0 #fff;
}

.feature-depth-grid span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.feature-depth-grid h3 {
  margin: 16px 0 12px;
  font-size: 25px;
  line-height: 1.16;
}

.feature-depth-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-weight: 750;
}

.feature-depth-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.report-tile {
  position: relative;
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 251, 244, 0.8));
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier);
}

.report-tile:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 100px rgba(16, 22, 12, 0.13), inset 0 1px 0 #fff;
}

.report-tile::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--lime-soft);
}

.report-tile.open {
  color: #fff;
  background: var(--ink);
}

.report-tile.open::after {
  background: rgba(207, 255, 36, 0.32);
}

.report-tile span,
.text-action {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.report-tile.open span,
.report-tile.open p,
.report-tile.open a {
  color: rgba(255, 255, 255, 0.72);
}

.report-tile h3 {
  position: relative;
  margin: 22px 0 18px;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.16;
  letter-spacing: 0;
}

.report-tile p {
  position: relative;
  color: var(--muted);
  line-height: 1.68;
}

.report-tile a {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  font-weight: 950;
}

.morning-section,
.persona-section,
.radar-section,
.protocol-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

.persona-section {
  grid-template-columns: minmax(330px, 0.66fr) minmax(720px, 1.34fr);
  gap: 34px;
}

.split-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4.15vw, 64px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 950;
}

.split-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 850;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px var(--lime-soft);
}

.briefing-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #1b1f1b;
  color: #eef1e8;
  box-shadow: 0 36px 110px rgba(15, 18, 14, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotateX(0deg) rotateZ(1.2deg);
}

.briefing-card aside {
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.briefing-card aside strong {
  display: block;
  margin-bottom: 28px;
  font-size: 22px;
}

.briefing-card aside button {
  width: 100%;
  min-height: 42px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 14px;
  color: rgba(238, 241, 232, 0.58);
  background: transparent;
  text-align: left;
  font-weight: 850;
}

.briefing-card aside .active {
  color: var(--ink);
  background: var(--lime);
  padding-left: 12px;
}

.briefing-main {
  padding: 34px;
}

.message-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--lime), #fff 48%, var(--ink));
}

.message-head p {
  margin: 3px 0 0;
  color: rgba(238, 241, 232, 0.55);
}

.briefing-main h3 {
  margin-bottom: 18px;
  font-size: clamp(28px, 2.65vw, 42px);
  line-height: 1.14;
  letter-spacing: 0;
}

.briefing-line {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  color: rgba(238, 241, 232, 0.75);
  background: rgba(255, 255, 255, 0.045);
  line-height: 1.6;
}

.briefing-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.briefing-metrics article {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.briefing-metrics span {
  display: block;
  color: rgba(238, 241, 232, 0.56);
  font-size: 12px;
  font-weight: 900;
}

.briefing-metrics b {
  display: block;
  margin-top: 10px;
  color: var(--lime);
  font-size: 36px;
  letter-spacing: 0;
}

.persona-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 8px;
}

.persona-proof-row span {
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(185, 255, 0, 0.16);
  font-size: 12px;
  font-weight: 950;
}

.persona-lab {
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  gap: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow), inset 0 1px 0 #fff;
  overflow: hidden;
}

.character-lab {
  min-height: 760px;
}

.persona-sidebar {
  padding: 20px;
  border-radius: 26px 0 0 26px;
  border-right: 1px solid var(--line);
  background: #f4f5ef;
}

.persona-sidebar strong {
  display: block;
  margin-bottom: 22px;
  font-size: 20px;
}

.character-sidebar {
  display: flex;
  flex-direction: column;
}

.scan-index {
  padding: 16px;
  border: 1px solid rgba(8, 10, 7, 0.08);
  border-radius: 14px;
  background: #fff;
}

.scan-index span,
.scan-index em,
.character-sidebar p,
.character-question span,
.choice-card em,
.auto-analysis > span,
.analysis-lines span {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.scan-index b {
  display: block;
  margin: 8px 0 6px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.scan-groups {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.scan-groups span {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.scan-groups .active {
  color: var(--ink);
  background: var(--lime);
}

.character-sidebar p {
  margin: auto 0 0;
  line-height: 1.55;
}

.persona-admin {
  padding: 22px;
  border-radius: 0 26px 26px 0;
  background: #fff;
}

.persona-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.character-question h3 {
  max-width: 680px;
  margin: 8px 0 10px;
  font-size: clamp(27px, 2.45vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
}

.character-question p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.persona-score {
  width: 82px;
  min-height: 82px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
  flex: 0 0 auto;
}

.persona-score span {
  color: rgba(255, 255, 255, 0.58);
}

.persona-score b {
  font-size: 34px;
  letter-spacing: 0;
}

.character-workspace {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.choice-tray {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcf7, #fff);
  padding: 12px 8px 12px 12px;
  overflow: hidden;
}

.choice-tray::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 20px;
  bottom: 12px;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%);
}

.choice-scroll {
  max-height: 594px;
  overflow: hidden;
  overscroll-behavior: contain;
  padding: 0 5px 190px 0;
}

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

.choice-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 214px;
  padding: 10px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(8, 10, 7, 0.045);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.choice-card:hover,
.choice-card:focus-visible {
  border-color: rgba(8, 10, 7, 0.24);
  transform: translateY(-2px);
  outline: none;
}

.choice-card:active {
  transform: translateY(0) scale(0.99);
}

.choice-card.is-selected {
  border-color: #a8ee00;
  box-shadow: 0 0 0 2px rgba(185, 255, 0, 0.72), 0 16px 30px rgba(8, 10, 7, 0.1);
}

.choice-card img,
.choice-panel {
  width: 100%;
  aspect-ratio: 1 / 0.58;
  border-radius: 6px;
}

.choice-card img {
  object-fit: cover;
  object-position: center;
  background: #f1f2ec;
}

.choice-panel {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f2ec;
}

.choice-panel img {
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.panel-title,
.panel-bubble {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 18px);
  color: #0b0d08;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 950;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.75));
}

.panel-title {
  left: 8px;
  top: 8px;
  min-height: 28px;
  padding: 4px 8px;
  border: 2px solid #0b0d08;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  transform: rotate(-1.5deg);
}

.panel-bubble {
  right: 8px;
  bottom: 8px;
  min-height: 28px;
  padding: 5px 9px;
  border: 2px solid #0b0d08;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.panel-bubble::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #0b0d08;
  border-bottom: 2px solid #0b0d08;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
}

.grit-panel .panel-title {
  color: #fff;
  border-color: #11130f;
  background: #11130f;
}

.grit-panel .panel-bubble {
  left: 8px;
  right: auto;
  color: #11130f;
  background: rgba(255, 247, 218, 0.92);
}

.grit-panel .panel-bubble::after {
  left: 18px;
  right: auto;
  background: rgba(255, 247, 218, 0.92);
}

.choice-card strong {
  display: block;
  min-height: 34px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}

.choice-check {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 6px 14px rgba(8, 10, 7, 0.18);
}

.choice-ripple {
  position: absolute;
  top: 48px;
  right: 48px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(185, 255, 0, 0.9);
  border-radius: 50%;
  animation: choice-ripple 2.8s ease-out infinite;
}

.choice-cursor {
  position: absolute;
  top: 72px;
  right: 38px;
  z-index: 4;
  width: 22px;
  height: 28px;
  background: var(--lime);
  clip-path: polygon(0 0, 0 100%, 31% 76%, 48% 100%, 66% 91%, 48% 67%, 82% 67%);
  filter: drop-shadow(0 9px 12px rgba(8, 10, 7, 0.24));
  transform: rotate(-13deg);
  animation: choice-click 2.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.choice-scroll-note {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
}

.choice-scroll-note span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(8, 10, 7, 0.08);
}

.auto-analysis {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(rgba(8, 10, 7, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 7, 0.035) 1px, transparent 1px),
    #f8faf1;
  background-size: 22px 22px;
}

.auto-analysis h4 {
  margin: 0;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: 0;
}

.analysis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.analysis-tags b {
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.analysis-lines {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
}

.analysis-lines p {
  margin: 0;
  padding-top: 9px;
  border-top: 1px solid rgba(8, 10, 7, 0.1);
}

.analysis-lines strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

@keyframes choice-ripple {
  0% {
    opacity: 0;
    transform: scale(0.34);
  }
  14% {
    opacity: 1;
  }
  48%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes choice-click {
  0%,
  100% {
    transform: translate(0, 0) rotate(-13deg);
  }
  34% {
    transform: translate(-8px, 6px) rotate(-13deg) scale(0.96);
  }
  44% {
    transform: translate(-8px, 6px) rotate(-13deg) scale(0.9);
  }
  58% {
    transform: translate(-2px, 2px) rotate(-13deg);
  }
}

.radar-board {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 18px;
  min-height: 520px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, #fff, #f7f9f0);
  box-shadow: var(--shadow), inset 0 1px 0 #fff;
}

.radar-orbit {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, var(--lime-soft), transparent 20%),
    linear-gradient(rgba(8, 10, 7, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 7, 0.045) 1px, transparent 1px),
    #fff;
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.radar-orbit::before,
.radar-orbit::after {
  content: "";
  position: absolute;
  inset: 84px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.radar-orbit::after {
  inset: 138px;
}

.me,
.node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-style: normal;
  font-weight: 950;
}

.me {
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  transform: translate(-50%, -50%);
  background: var(--ink);
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.node {
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 19, 13, 0.1);
  font-size: 12px;
}

.n1 { left: 12%; top: 18%; }
.n2 { right: 13%; top: 20%; }
.n3 { left: 17%; bottom: 18%; }
.n4 { right: 12%; bottom: 20%; }

.radar-feed {
  padding: 24px;
  border-radius: 26px;
  background: var(--ink);
  color: #fff;
}

.radar-feed strong {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

.radar-feed p {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}

.ops-room {
  padding: 10px;
  border-radius: 34px;
  background: rgba(8, 10, 7, 0.06);
  box-shadow: 0 30px 100px rgba(16, 22, 12, 0.12), inset 0 1px 0 #fff;
}

.ops-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 26px 26px 0 0;
  color: #fff;
  background: var(--ink);
}

.ops-header span,
.ops-feed span,
.ops-metrics span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.ops-header h3 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: 0;
}

.ops-timer {
  width: 112px;
  min-height: 86px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.ops-timer span {
  color: rgba(255, 255, 255, 0.58);
}

.ops-timer b {
  font-size: 34px;
  letter-spacing: 0;
}

.ops-body {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 1px;
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  background: rgba(8, 10, 7, 0.12);
}

.ops-feed,
.ops-console {
  min-height: 470px;
  padding: 24px;
  background: #fff;
}

.ops-feed {
  display: grid;
  gap: 12px;
}

.ops-feed article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fbfcf7);
}

.ops-feed article.active {
  border-color: rgba(125, 154, 0, 0.28);
  background: linear-gradient(90deg, rgba(207, 255, 36, 0.34), #fff);
}

.ops-feed h4 {
  margin: 12px 0 8px;
  font-size: 22px;
  letter-spacing: 0;
}

.ops-feed p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.ops-feed button {
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
}

.ops-console {
  display: grid;
  align-content: center;
  gap: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(207, 255, 36, 0.26), transparent 44%),
    #f7f8f3;
}

.pulse-ring {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
  text-align: center;
}

.pulse-ring::before,
.pulse-ring::after,
.pulse-ring i {
  content: "";
  position: absolute;
  border: 1px solid rgba(8, 10, 7, 0.14);
  border-radius: 50%;
}

.pulse-ring::before {
  width: 250px;
  height: 250px;
}

.pulse-ring::after {
  width: 178px;
  height: 178px;
}

.pulse-ring i {
  width: 106px;
  height: 106px;
  background: var(--lime);
  box-shadow: 0 0 0 18px var(--lime-soft);
}

.pulse-ring strong {
  position: relative;
  z-index: 2;
  max-width: 190px;
  font-size: 25px;
  line-height: 1.16;
  letter-spacing: 0;
}

.ops-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ops-metrics article {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.ops-metrics span {
  color: var(--muted);
}

.ops-metrics b {
  display: block;
  margin-top: 8px;
  font-size: 34px;
  letter-spacing: 0;
}

.route-map {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  gap: 12px;
  align-items: center;
}

.route-map article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #fbfcf7);
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.route-map article:last-child {
  background: var(--lime);
}

.route-map i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-style: normal;
  font-weight: 950;
}

.route-map span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
}

.route-map h3 {
  margin: 20px 0;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: 0;
}

.route-map p {
  color: var(--muted);
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.comparison-head,
.comparison-table article {
  display: grid;
  grid-template-columns: 0.55fr 1fr 1fr;
}

.comparison-head {
  margin-left: 0.55fr;
  background: var(--ink);
  color: #fff;
}

.comparison-head span:first-child {
  grid-column: 2;
}

.comparison-head span {
  padding: 22px 24px;
  font-weight: 950;
}

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

.comparison-table article p,
.comparison-table article div {
  margin: 0;
  padding: 24px;
  line-height: 1.58;
}

.comparison-table article p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.comparison-table article div:nth-child(2) {
  color: var(--muted);
  background: #f7f8f3;
}

.comparison-table article div:nth-child(3) {
  background: linear-gradient(90deg, rgba(207, 255, 36, 0.34), #fff);
}

.comparison-table strong {
  color: var(--ink);
}

.guarantee-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 34px;
  border-radius: 34px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 34px 100px rgba(16, 22, 12, 0.16);
}

.guarantee-card .guarantee-label {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.guarantee-card .button span {
  color: var(--ink);
  font-size: inherit;
  letter-spacing: 0;
}

.guarantee-card h3 {
  max-width: 780px;
  margin: 14px 0;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.14;
  letter-spacing: 0;
}

.guarantee-card p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

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

.faq-column {
  display: grid;
  gap: 14px;
  align-content: start;
}

details {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #fbfcf7);
  box-shadow: 0 20px 60px rgba(16, 22, 12, 0.06), inset 0 1px 0 #fff;
}

summary {
  cursor: pointer;
  padding: 24px 26px;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: 0;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--muted);
  line-height: 1.7;
}

.operator-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  padding: 10px;
}

.operator-copy {
  padding: 46px;
  border-radius: 24px;
  color: #fff;
  background: var(--ink);
}

.operator-copy .eyebrow {
  color: var(--ink);
  background: var(--lime);
}

.operator-copy p {
  color: rgba(255, 255, 255, 0.64);
}

.operator-ui {
  padding: 34px;
}

.mission-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.mission-bar span,
.operator-top span,
.production-preview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.mission-bar strong {
  font-size: 13px;
}

.operator-top h3 {
  max-width: 560px;
  margin: 16px 0 0;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.15;
  letter-spacing: 0;
}

.operator-top p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.production-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.production-preview article {
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbfcf7);
  box-shadow: inset 0 1px 0 #fff;
}

.production-preview strong {
  display: block;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}

.control-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.control-row button {
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-weight: 950;
  transition: transform 700ms var(--bezier), background 700ms var(--bezier);
}

.control-row button:hover {
  transform: translateY(-5px);
  background: var(--lime);
}

.action-brief {
  margin-top: 16px;
  padding: 20px;
  border-radius: 22px;
  color: #fff;
  background: var(--ink);
}

.action-brief b {
  color: var(--lime);
}

.action-brief p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.report-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.report-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 30px;
}

.apply-cta-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 251, 244, 0.78)),
    radial-gradient(circle at 88% 14%, rgba(207, 255, 36, 0.44), transparent 14rem);
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.apply-cta-card > div:first-child span,
.apply-side > span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.apply-cta-card h3 {
  margin: 16px 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.apply-cta-card p {
  color: var(--muted);
  line-height: 1.65;
  font-weight: 750;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.offer-grid p {
  margin: 0;
  padding: 18px 16px;
  border: 1px solid rgba(8, 10, 7, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.offer-grid b,
.offer-grid span {
  display: block;
}

.offer-grid b {
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1;
}

.offer-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.apply-steps {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.apply-steps p {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.apply-steps b {
  color: #5f7300;
}

.apply-page .nav {
  margin-bottom: 0;
}

.apply-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0 40px;
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(340px, 0.52fr);
  gap: 52px;
  align-items: end;
}

.apply-copy h1 {
  max-width: 880px;
  font-size: clamp(38px, 3.7vw, 56px);
  line-height: 1.15;
  font-weight: 820;
  text-wrap: balance;
}

.apply-copy h1 .title-line,
.report-copy h2 .title-line {
  display: block;
}

.report-copy h2 .title-line {
  max-width: 980px;
}

.apply-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.76;
  font-weight: 560;
  text-wrap: pretty;
}

.apply-side {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 34px 90px rgba(16, 22, 12, 0.16);
}

.apply-side strong {
  display: block;
  margin: 16px 0 22px;
  color: #fff;
  font-size: 26px;
  line-height: 1.22;
}

.apply-side div {
  display: grid;
  gap: 9px;
}

.apply-side p {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.apply-timeline {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 70px rgba(16, 22, 12, 0.06);
}

.apply-timeline p {
  margin: 0;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, rgba(249, 251, 244, 0.88));
}

.apply-timeline b,
.apply-timeline span {
  display: block;
}

.apply-timeline b {
  color: #5f7300;
  font-size: 19px;
  line-height: 1;
}

.apply-timeline span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.apply-form-section {
  padding-top: 48px;
}

.apply-form-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
}

.apply-form {
  max-width: none;
  margin: 0;
}

.report-form label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}

.report-form .full {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 17px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

select {
  min-height: 54px;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(125, 154, 0, 0.6);
  box-shadow: 0 0 0 4px rgba(207, 255, 36, 0.28);
}

.report-form small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.reference-url-field {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.field-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.field-head strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 16px;
}

.field-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.field-head > span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: #2f3600;
  background: var(--lime);
  font-size: 11px;
  font-weight: 950;
}

.reference-url-list {
  display: grid;
  gap: 10px;
}

.reference-url-list label {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 10px;
  align-items: center;
}

.reference-url-list label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.choice-field {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(249, 251, 244, 0.62)),
    radial-gradient(circle at 92% 16%, rgba(207, 255, 36, 0.28), transparent 9rem);
}

.choice-field legend {
  padding: 0 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.choice-field p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 750;
}

.segmented-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.segmented-options label {
  display: block;
}

.segmented-options input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.segmented-options span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  transition: 180ms ease;
}

.segmented-options input:checked + span {
  border-color: rgba(47, 54, 0, 0.18);
  color: #202400;
  background: var(--lime);
  box-shadow: 0 12px 30px rgba(207, 255, 36, 0.32);
}

.segmented-options input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(207, 255, 36, 0.38);
}

.refund-account-field {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(125, 154, 0, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 251, 231, 0.72)),
    radial-gradient(circle at 94% 8%, rgba(207, 255, 36, 0.34), transparent 10rem);
}

.refund-account-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr 0.9fr;
  gap: 10px;
}

.consent-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: var(--muted);
  font-size: 12px !important;
  font-weight: 850 !important;
}

.consent-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 6px;
  accent-color: #b8f600;
}

.selection-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 10, 7, 0.98), rgba(16, 22, 12, 0.96)),
    radial-gradient(circle at 86% 10%, rgba(207, 255, 36, 0.18), transparent 10rem);
  box-shadow: 0 28px 80px rgba(16, 22, 12, 0.14);
}

.selection-panel span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.selection-panel strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.selection-panel p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.selection-panel b {
  color: var(--lime);
}

.form-result {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid rgba(8, 10, 7, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 242, 0.84)),
    radial-gradient(circle at 88% 16%, rgba(207, 255, 36, 0.38), transparent 12rem);
}

.form-result[hidden] {
  display: none;
}

.form-result span,
.form-result strong {
  display: block;
}

.form-result span {
  color: #5f7300;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.form-result strong {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.25;
}

.form-result textarea {
  min-height: 230px;
  font-size: 13px;
  line-height: 1.6;
}

.form-result p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.form-actions.compact {
  margin-top: 0;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.footer strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 24px;
}

.footer p {
  margin: 0;
  line-height: 1.7;
}

.business-info {
  display: grid;
  gap: 4px;
  color: rgba(97, 103, 88, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.business-info a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
}

.legal-page {
  background:
    radial-gradient(circle at 80% 4%, rgba(207, 255, 36, 0.2), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9f4 58%, #ffffff 100%);
}

.legal-main {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0 80px;
}

.legal-hero {
  margin-bottom: 34px;
}

.legal-hero h1 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 830;
  word-break: keep-all;
}

.legal-hero p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 720;
}

.legal-shell {
  display: grid;
  gap: 14px;
}

.legal-shell article {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.legal-shell article:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-shell h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  font-weight: 820;
  word-break: keep-all;
}

.legal-shell p,
.legal-shell li {
  color: rgba(48, 54, 43, 0.86);
  font-size: 16px;
  line-height: 1.82;
  font-weight: 560;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.legal-shell p {
  margin: 0 0 10px;
}

.legal-shell p:last-child {
  margin-bottom: 0;
}

.legal-shell ul {
  margin: 0;
  padding-left: 20px;
}

.legal-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
}

.legal-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.legal-table > div:first-child {
  border-top: 0;
  background: rgba(207, 255, 36, 0.2);
}

.legal-table b,
.legal-table span,
.legal-table p {
  margin: 0;
  padding: 14px 16px;
}

.legal-table b,
.legal-table span {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 850;
  word-break: keep-all;
}

.legal-table p {
  border-left: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.75;
}

.visit-refresh {
  border: 0;
  cursor: pointer;
}

.visits-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0 28px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 0.48fr);
  gap: 44px;
  align-items: end;
}

.visits-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1.05;
}

.visits-hero .section-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
}

.visit-token-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.visit-token-panel label {
  display: grid;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
}

.visits-summary {
  padding: 42px 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.visits-summary article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 251, 244, 0.76)),
    radial-gradient(circle at 88% 20%, rgba(207, 255, 36, 0.34), transparent 12rem);
  box-shadow: 0 20px 70px rgba(16, 22, 12, 0.07), inset 0 1px 0 #fff;
}

.visits-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.visits-summary strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
}

.visits-table-section {
  padding-top: 38px;
}

.visits-table-section.compact {
  padding-top: 22px;
}

.visit-section-head {
  margin-bottom: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.visit-section-head h2 {
  margin: 6px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}

.visit-section-head > p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  text-align: right;
}

.visits-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 80px rgba(16, 22, 12, 0.08), inset 0 1px 0 #fff;
}

.visits-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.visit-acquisition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.compact-table {
  min-width: 0;
}

.visits-table th,
.visits-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.visits-table th {
  color: #5f7300;
  background: rgba(207, 255, 36, 0.16);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.visits-table td {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.visits-table td:first-child,
.visits-table td:nth-child(2) {
  color: var(--ink);
  font-weight: 950;
}

.visits-table tr:last-child td {
  border-bottom: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(10px);
  transition: opacity 900ms var(--bezier), transform 900ms var(--bezier), filter 900ms var(--bezier);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.delay-1 {
  transition-delay: 120ms;
}

@media (max-width: 1100px) {
  .hero,
  .apply-hero,
  .visits-hero,
  .preflight-section,
  .autopilot-section,
  .seo-section,
  .operator-panel,
  .report-section,
  .apply-form-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 36px;
  }

  .apply-hero {
    gap: 24px;
  }

  .selection-panel {
    position: relative;
    top: auto;
    order: -1;
  }

  .offer-grid,
  .apply-timeline,
  .refund-account-grid {
    grid-template-columns: 1fr 1fr;
  }

  .visits-hero {
    gap: 24px;
  }

  .hero-product {
    min-height: 760px;
  }

  .approval-stage {
    min-height: 760px;
  }

  .hero-motion-layer {
    right: 50%;
    top: 24px;
    width: min(860px, calc(100% + 108px));
    transform: translateX(50%);
  }

  .approval-tablet-shell {
    right: auto;
    left: 50%;
    top: 70px;
    transform: translateX(-50%) rotateX(12deg) rotateZ(-2.8deg) rotateY(0.8deg);
  }

  .approval-phone-shell {
    right: max(-52px, calc((100vw - 830px) / 2));
    top: 360px;
    transform: scale(0.86) rotateZ(4deg);
  }

  .note-a {
    left: max(20px, calc((100vw - 760px) / 2));
    top: 134px;
  }

  .note-b {
    left: max(38px, calc((100vw - 700px) / 2));
    bottom: 98px;
  }

  .note-c {
    right: max(240px, calc((100vw - 480px) / 2));
    bottom: 74px;
  }

  .device-frame {
    left: 50%;
    top: 428px;
    transform: translateX(-54%) rotateZ(-2deg) rotateY(-2deg);
  }

  .toon-gallery {
    left: 50%;
    width: min(760px, 100vw);
    transform: translateX(-50%) rotate(-1.2deg);
  }

  .phone-frame {
    right: max(20px, calc((100vw - 760px) / 2));
    top: 514px;
  }

  .feature-grid,
  .outcome-grid,
  .demo-flow,
  .gap-builder,
  .style-system,
  .conversation-console,
  .economics-grid,
  .ads-suite,
  .ad-fit-grid,
  .mix-table,
  .report-library,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .morning-section,
  .persona-section,
  .radar-section,
  .protocol-section {
    grid-template-columns: 1fr;
  }

  .report-library {
    gap: 16px;
  }

  .briefing-card,
  .persona-lab,
  .persona-grid,
  .radar-board,
  .preflight-console,
  .mode-screen,
  .ops-body {
    grid-template-columns: 1fr;
  }

  .timeline-console,
  .ad-calculator {
    grid-row: auto;
  }

  .seo-map {
    min-height: 520px;
  }

  .persona-sidebar {
    display: none;
  }

  .persona-admin {
    border-radius: 26px;
  }

  .character-workspace {
    grid-template-columns: 1fr;
  }

  .briefing-card aside {
    display: none;
  }

  .route-map {
    grid-template-columns: 1fr;
  }

  .route-map i {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .comparison-head {
    display: none;
  }

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

  .comparison-table article p,
  .comparison-table article div {
    padding: 18px 22px;
  }

  .comparison-table article p {
    color: var(--ink);
    background: var(--lime);
  }

  .guarantee-card {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .nav-links,
  .nav-action {
    display: none;
  }

  .nav {
    min-height: 58px;
    top: 10px;
  }

  .hero,
  .apply-hero,
  .apply-form-layout,
  .apply-timeline,
  .visits-hero,
  .features-hero,
  .section {
    width: min(100% - 28px, 1180px);
  }

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

  .legal-main {
    padding-top: 76px;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .legal-shell article {
    padding: 22px 0;
  }

  .legal-shell p,
  .legal-shell li {
    font-size: 15px;
    line-height: 1.78;
  }

  .legal-table > div {
    grid-template-columns: 1fr;
  }

  .legal-table p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero {
    padding-top: 76px;
  }

  .apply-hero {
    padding-top: 76px;
  }

  .visits-hero {
    padding-top: 76px;
  }

  .features-hero {
    padding-top: 76px;
  }

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

  .visit-section-head {
    align-items: start;
    flex-direction: column;
  }

  .visit-section-head > p {
    text-align: left;
  }

  .visits-table {
    min-width: 780px;
  }

  .visit-acquisition-grid {
    grid-template-columns: 1fr;
  }

  .compact-table {
    min-width: 520px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-subcopy {
    gap: 6px;
  }

  .apply-copy h1 {
    max-width: 12.2em;
    font-size: clamp(30px, 6.8vw, 34px);
    line-height: 1.2;
    font-weight: 820;
  }

  .apply-copy > p:not(.eyebrow) {
    max-width: 34em;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 560;
  }

  .money-proof {
    padding: 16px;
    border-radius: 24px;
  }

  .proof-question strong {
    font-size: 19px;
    line-height: 1.35;
  }

  .proof-path {
    gap: 8px;
  }

  .proof-route {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .proof-route i {
    display: none;
  }

  .proof-route div {
    padding: 10px 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.68);
  }

  .proof-snapshot {
    grid-template-columns: 1fr;
  }

  .proof-path article {
    min-height: auto;
  }

  .proof-path strong {
    min-height: auto;
    font-size: 18px;
  }

  .trust-stack,
  .proof-path,
  .readiness-panel > div:first-child,
  .gap-head,
  .gap-row,
  .series-cards,
  .mode-tabs,
  .mode-metrics,
  .ledger-row,
  .feature-index,
  .feature-depth-grid,
  .metric-row,
  .analysis-grid,
  .control-row,
  .production-preview,
  .report-form,
  .offer-grid,
  .apply-timeline,
  .segmented-options,
  .refund-account-grid {
    grid-template-columns: 1fr;
  }

  .hero-product {
    min-height: 720px;
    overflow: hidden;
  }

  .approval-stage {
    min-height: 720px;
    margin-top: -12px;
  }

  .approval-stage.motion-loaded {
    min-height: 520px;
  }

  .hero-motion-layer {
    right: -20px;
    top: 12px;
    width: min(520px, calc(100% + 52px));
    transform: none;
  }

  .stage-halo {
    inset: 80px -70px 130px -40px;
  }

  .stage-ring.ring-a {
    width: 520px;
    height: 190px;
    right: -130px;
    top: 236px;
  }

  .stage-ring.ring-b {
    width: 420px;
    height: 160px;
    right: -80px;
    top: 340px;
  }

  .approval-tablet-shell {
    left: 50%;
    top: 86px;
    width: 760px;
    transform: translateX(-51%) scale(0.5) rotateX(12deg) rotateZ(-2.8deg);
    transform-origin: top center;
  }

  .approval-phone-shell {
    right: -68px;
    top: 382px;
    width: 188px;
    transform: scale(0.72) rotateZ(4deg);
    transform-origin: top right;
  }

  .approval-phone {
    min-height: 386px;
    padding: 40px 13px 18px;
  }

  .approval-phone strong {
    font-size: 18px;
  }

  .stage-note {
    min-width: 144px;
    padding: 12px 14px;
  }

  .stage-note span {
    font-size: 10px;
  }

  .stage-note b {
    font-size: 13px;
  }

  .note-a {
    left: 14px;
    top: 98px;
  }

  .note-b {
    left: 10px;
    bottom: 96px;
  }

  .note-c {
    display: none;
  }

  .toon-gallery {
    top: 0;
    left: 50%;
    width: 620px;
    height: 318px;
    transform: translateX(-50%) scale(0.72) rotate(-1.2deg);
    transform-origin: top center;
  }

  .toon-track img {
    width: 550px;
    height: 228px;
  }

  .toon-pop {
    display: none;
  }

  .device-frame {
    width: 620px;
    left: 50%;
    top: 330px;
    transform: translateX(-50%) scale(0.72) rotateZ(-2deg);
    transform-origin: top center;
  }

  .phone-frame {
    right: 2px;
    top: 578px;
    width: 236px;
    transform: scale(0.88) rotate(3deg);
    transform-origin: top right;
  }

  .callout {
    display: none;
  }

  .orbit-line.one,
  .orbit-line.two {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-12deg);
  }

  .section {
    padding: 92px 0;
  }

  .section-copy h2,
  .operator-copy h2,
  .report-copy h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .split-copy h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .feature-card h3,
  .mix-table h3,
  .report-tile h3,
  .route-map h3 {
    font-size: 25px;
    line-height: 1.18;
  }

  .operator-top h3,
  .persona-header h3,
  .briefing-main h3,
  .guarantee-card h3 {
    font-size: 28px;
    line-height: 1.18;
  }

  summary {
    font-size: 18px;
    line-height: 1.35;
  }

  .operator-copy,
  .operator-ui,
  .report-form,
  .apply-cta-card,
  .apply-side,
  .selection-panel,
  .choice-field,
  .reference-url-field,
  .refund-account-field,
  .timeline-console,
  .readiness-panel,
  .launch-pack,
  .preflight-console,
  .gap-board,
  .series-board,
  .mode-screen,
  .style-inspector,
  .conversation-console,
  .reply-panel,
  .cost-console,
  .ledger-console,
  .ad-fit-console,
  .ad-studio,
  .reels-converter,
  .ad-calculator,
  .feature-card,
  .mix-table article,
  .report-tile,
  .briefing-main,
  .persona-admin,
  .voice-matrix,
  .rule-card,
  .sample-strip,
  .radar-feed,
  .ops-header,
  .ops-feed,
  .ops-console,
  .route-map article,
  .guarantee-card {
    padding: 22px;
  }

  .report-tile {
    min-height: 260px;
  }

  .voice-matrix label {
    grid-template-columns: 1fr 1fr 34px;
  }

  .persona-header,
  .sample-panels {
    grid-template-columns: 1fr;
  }

  .persona-header {
    display: grid;
  }

  .character-lab {
    min-height: auto;
  }

  .character-workspace {
    grid-template-columns: 1fr;
  }

  .choice-tray {
    padding: 10px 7px 10px 10px;
  }

  .choice-scroll {
    max-height: 540px;
    padding-bottom: 180px;
  }

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

  .choice-card {
    min-height: 252px;
  }

  .auto-analysis {
    position: relative;
    top: auto;
  }

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

  .ops-header {
    align-items: start;
    flex-direction: column;
  }

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

  .preflight-preview,
  .style-contact {
    min-height: 280px;
  }

  .seo-map {
    min-height: 620px;
  }

  .seo-node {
    width: 130px;
  }

  .seo-score {
    width: calc(100% - 44px);
  }

  .ad-head,
  .cost-total,
  .field-head {
    align-items: start;
    flex-direction: column;
  }

  .reference-url-list label {
    grid-template-columns: 1fr;
  }

  .radar-board {
    min-height: auto;
  }

  .radar-orbit {
    min-height: 420px;
  }

  .report-form .full {
    grid-column: auto;
  }

  .mission-bar {
    align-items: start;
    flex-direction: column;
  }

  .hero-actions,
  .form-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motion-layer {
    display: none;
  }
}
