:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #5f6b73;
  --line: #d8dee3;
  --soft: #f5f7f8;
  --accent: #0f766e;
  --accent-soft: #e5f3ef;
  --gold: #b7791f;
  --rose: #b4535a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f8f7f3;
}

.hidden {
  display: none !important;
}

.honeypot-field {
  display: none !important;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: #fff;
  padding: 15px 24px;
}

.topbar > div {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.brand img {
  border-radius: 6px;
  display: block;
}

.topnav {
  align-items: center;
  display: flex;
  gap: 0;
}

.topnav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
}

.topnav a:first-child {
  padding-left: 0;
}

.topnav a:last-child {
  padding-right: 0;
}

.topnav a + a::before {
  background: var(--line);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--accent);
}

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

main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 24px 64px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  padding: 18px 24px 24px;
}

.site-footer > div {
  max-width: 1080px;
  margin: 0 auto;
}

.page-heading {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
}

.guidance-heading {
  margin-bottom: 20px;
}

.page-heading p {
  max-width: 760px;
  margin: 0;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.panel.narrow {
  max-width: 460px;
}

.login-brand {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.login-brand img {
  border-radius: 10px;
  flex: 0 0 auto;
}

.login-brand h1 {
  margin: 0;
}

.login-brand p {
  color: var(--muted);
  margin: 4px 0 0;
}

.public-hero {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 56px 0 38px;
  text-align: center;
}

.public-hero img {
  border-radius: 18px;
}

.public-hero h1 {
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1.04;
  max-width: 900px;
}

.public-hero p {
  color: #2e3a42;
  font-size: 21px;
  line-height: 1.45;
  max-width: 760px;
}

.interest-signup {
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  display: block;
  margin-top: 18px;
  max-width: 560px;
  padding: 22px;
  text-align: left;
}

.interest-signup div {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.interest-signup strong {
  color: var(--ink);
  font-size: 18px;
}

.interest-signup span {
  color: var(--muted);
  line-height: 1.35;
}

.interest-signup label {
  display: block;
  margin: 0 0 18px;
}

.interest-signup input[type="email"] {
  min-height: 46px;
}

.interest-signup .button {
  justify-self: start;
  margin-top: 4px;
}

.public-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 12px auto 0;
  max-width: 960px;
}

.public-band > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 27, 36, 0.06);
  padding: 18px;
}

.public-band h2 {
  margin-bottom: 8px;
}

.landing-hero {
  align-content: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  min-height: 100svh;
  padding: 96px 0;
  text-align: center;
}

.eyebrow,
.section-kicker {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.landing-hero h1 {
  font-size: clamp(42px, 8vw, 78px);
  line-height: 0.98;
  margin: 0;
  max-width: 920px;
}

.hero-copy {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  margin: 0;
  max-width: 780px;
}

.hero-actions,
.landing-cta .actions {
  justify-content: center;
}

.landing-section {
  margin: 0 auto;
  padding: 52px 0;
}

.landing-section h2,
.landing-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 8px 0 14px;
}

.landing-section > p,
.landing-section > div > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.workflow-overview {
  text-align: center;
}

.workflow-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  text-align: left;
}

.workflow-cards article,
.output-stack article,
.proof-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.workflow-cards span {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid #badbd3;
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 18px;
  width: 34px;
}

.workflow-cards h3,
.output-stack strong,
.proof-card strong {
  display: block;
  font-size: 21px;
  margin: 0 0 8px;
}

.workflow-cards p,
.output-stack p,
.proof-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.example-transform,
.shopify-proof {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
}

.example-transform {
  padding-bottom: 92px;
}

.image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #f5f7f8, #e5f3ef);
  border: 1px dashed #badbd3;
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 22px;
  min-height: 220px;
}

.jewelry-example-card {
  background: #fff;
  border-style: solid;
  min-height: 300px;
  overflow: hidden;
  padding: 18px;
}

.jewelry-example-card img {
  border-radius: 8px;
  display: block;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
  width: 100%;
}

.channel-deal-showcase {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(150px, 0.52fr) minmax(280px, 1fr);
}

.deal-layer-card {
  background: linear-gradient(135deg, #0c1d2e, #0f8376);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(15, 27, 36, 0.16);
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 142px;
  padding: 18px 24px;
  position: relative;
  text-align: center;
}

.deal-layer-card::after {
  background: #9aa7ae;
  content: "";
  height: 1px;
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
}

.deal-layer-card strong {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.18em;
  line-height: 1;
}

.deal-layer-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.draft-flow-output-stage,
.channel-card-stage {
  min-height: 500px;
}

.draft-flow-output-stage {
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
}

.channel-card-stage {
  position: relative;
}

.channel-mimic-card {
  animation: deal-channel-card 18s infinite both;
  animation-delay: calc(var(--card-index) * 3s);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(15, 27, 36, 0.12);
  display: grid;
  gap: 12px;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  padding: 18px;
  position: absolute;
  transform: translateX(-34px) scale(0.96);
}

.channel-output-label {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.channel-output-label::after {
  background: var(--card-accent, var(--accent));
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  width: 52px;
}

.shopify-mini-header,
.social-phone-top,
.pinterest-mini-top,
.etsy-tabs {
  align-items: center;
  display: flex;
  gap: 10px;
}

.shopify-mini-header {
  background: #f1f1f1;
  border-radius: 8px;
  color: #303030;
  margin: 0 -18px 0;
  padding: 14px 16px;
}

.platform-mini-icon {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 24px;
}

.shopify-icon {
  background: #008060;
}

.instagram-icon {
  background: linear-gradient(135deg, #feda75, #d62976 50%, #4f5bd5);
}

.facebook-icon {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.blog-mini-header span {
  border-radius: 4px;
  transform: none;
}

.shopify-mini-main {
  display: grid;
  gap: 10px;
}

.shopify-media-mini {
  align-items: center;
  border: 1px dashed #9ca3aa;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  min-height: 64px;
  padding: 8px;
}

.shopify-media-mini img {
  border-radius: 6px;
  height: 46px;
  object-fit: cover;
  width: 46px;
}

.shopify-media-mini span {
  color: #5c6870;
  font-size: 12px;
  font-weight: 800;
}

.shopify-mini-sidebar {
  background: #f7f7f7;
  border: 1px solid #d7dde2;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.shopify-mini-sidebar span {
  background: #fff;
  border: 1px solid #d7dde2;
  border-radius: 8px;
  color: #5c6870;
  font-size: 12px;
  font-weight: 750;
  padding: 8px;
}

.social-phone-top {
  border-bottom: 1px solid #dfe3e6;
  justify-content: space-between;
  margin: 0 -18px 0;
  padding: 12px 16px;
}

.social-phone-top span:last-child {
  color: #3457ff;
  font-weight: 850;
}

.instagram-mini-layout {
  display: grid;
  gap: 12px;
  grid-template-columns: 116px minmax(0, 1fr);
}

.facebook-author-mini {
  align-items: center;
  display: flex;
  gap: 10px;
}

.facebook-author-mini span {
  background: linear-gradient(135deg, #dce6ee, #f5f7f8);
  border-radius: 999px;
  height: 42px;
  width: 42px;
}

.facebook-pill-row,
.etsy-tabs {
  display: flex;
  gap: 8px;
  overflow: hidden;
}

.facebook-pill-row span {
  background: #f1f2f5;
  border-radius: 999px;
  color: #1c1e21;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 10px;
  white-space: nowrap;
}

.pinterest-mini-top {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  margin: 0 -18px 0;
  padding: 12px 16px;
}

.pinterest-mini-top strong {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.pinterest-mini-top .pinterest-mark {
  align-items: center;
  background: #e60023;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.pinterest-mini-layout {
  display: grid;
  gap: 14px;
  grid-template-columns: 128px minmax(0, 1fr);
}

.pinterest-upload-mini,
.etsy-upload-mini {
  align-items: center;
  background: #e9e9e4;
  border: 1px solid #d9d9d4;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.pinterest-upload-mini img {
  display: block;
  height: 210px;
  object-fit: contain;
  width: 100%;
}

.etsy-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 -18px 0;
  padding: 12px 16px 0;
}

.etsy-tabs span {
  color: #222;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 850;
  padding: 0 0 10px;
}

.etsy-tabs span:first-child {
  border-bottom: 3px solid #3b67ff;
  color: #3b67ff;
}

.etsy-upload-mini {
  border-radius: 8px;
  min-height: 92px;
}

.etsy-upload-mini img {
  display: block;
  height: 82px;
  object-fit: contain;
  width: 100%;
}

.etsy-category-mini {
  border: 1px solid #d7dde2;
  border-radius: 8px;
  color: #1b2730;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 10px;
}

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

.mimic-titlebar span {
  background: var(--card-accent, var(--accent));
  border-radius: 999px;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--card-accent, var(--accent)) 16%, transparent);
  display: inline-flex;
  height: 12px;
  width: 12px;
}

.mimic-titlebar strong {
  color: var(--ink);
  font-size: 20px;
}

.channel-mimic-card label {
  color: #4b5961;
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 750;
}

.channel-mimic-card input,
.channel-mimic-card textarea {
  background: #fbfcfc;
  border: 1px solid #d7dde2;
  border-radius: 8px;
  color: #1b2730;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  padding: 10px 11px;
  resize: none;
  width: 100%;
}

.channel-mimic-card textarea {
  min-height: 92px;
}

.mimic-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mimic-chip-row span,
.mimic-side-note {
  background: #f1f4f5;
  border-radius: 999px;
  color: #5c6870;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}

.mimic-photo-row {
  background: #f5f6f7;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  display: grid;
  justify-items: center;
  max-height: 150px;
  overflow: hidden;
  padding: 10px;
}

.mimic-photo-row img {
  display: block;
  height: 130px;
  object-fit: contain;
  width: 100%;
}

.shopify-product-card,
.shopify-blog-card {
  --card-accent: #008060;
}

.instagram-card {
  --card-accent: #d62976;
}

.facebook-card {
  --card-accent: #1877f2;
}

.pinterest-card {
  --card-accent: #e60023;
}

.etsy-card {
  --card-accent: #f1641e;
}

@keyframes deal-channel-card {
  0% {
    opacity: 0;
    transform: translateX(-34px) scale(0.96);
  }
  4%,
  14% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  18%,
  100% {
    opacity: 0;
    transform: translateX(34px) scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .channel-card-stage {
    display: grid;
    gap: 14px;
    min-height: auto;
  }

  .channel-mimic-card {
    animation: none;
    opacity: 1;
    position: relative;
    transform: none;
  }
}

.intelligence-section {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 42px;
  text-align: center;
}

.intelligence-section p {
  margin: 0 auto;
}

.memory-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.memory-points span {
  background: var(--accent-soft);
  border: 1px solid #badbd3;
  border-radius: 999px;
  color: var(--accent);
  font-weight: 800;
  padding: 9px 13px;
}

.proof-card {
  width: 100%;
}

.landing-cta {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: 54px;
  padding: 58px 0 34px;
  text-align: center;
}

.landing-cta p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.aeo-hero {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  margin: 38px auto 0;
  max-width: 1180px;
  padding: 0 24px;
}

.aeo-hero-narrow {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  text-align: center;
}

.aeo-copy {
  display: grid;
  gap: 18px;
}

.aeo-eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aeo-copy h1 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.06;
  margin: 0;
}

.aeo-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 780px;
}

.aeo-copy .aeo-answer {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.42;
}

.aeo-media {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 27, 36, 0.12);
  margin: 0;
  overflow: hidden;
}

.aeo-media img,
.aeo-media video {
  display: block;
  height: auto;
  width: 100%;
}

.aeo-media figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 14px 14px;
}

.aeo-section,
.aeo-columns,
.aeo-example-band,
.aeo-example-list {
  margin: 84px auto 0;
  max-width: 1180px;
  padding: 0 24px;
  width: 100%;
}

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

.aeo-columns article {
  border-top: 3px solid var(--accent);
  padding-top: 14px;
}

.aeo-columns h2,
.aeo-example-band h2,
.aeo-example h2,
.aeo-section h2 {
  margin-bottom: 10px;
}

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

.aeo-link-grid a,
.aeo-pill-grid span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
}

.aeo-link-grid span {
  color: var(--muted);
  line-height: 1.45;
}

.aeo-example-band {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aeo-example-band > div {
  border-left: 3px solid var(--accent);
  padding-left: 18px;
}

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

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

.preview-learning-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  max-width: 680px;
}

.preview-learning-copy-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.positioning-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.positioning-grid h2 {
  margin-bottom: 8px;
}

.positioning-grid p {
  margin: 0;
}

.marketing-asset-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-asset-grid figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.marketing-asset-grid img {
  display: block;
  height: auto;
  width: 100%;
}

.marketing-asset-grid figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 14px 14px;
}

.aeo-example-list {
  display: grid;
  gap: 24px;
}

.aeo-example {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.aeo-example figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.aeo-example img {
  display: block;
  height: auto;
  width: 100%;
}

.aeo-example ul {
  margin-bottom: 0;
}

.preview-start-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: calc(100svh - 40px);
  padding: 96px 0;
  text-align: center;
}

.preview-start-copy {
  display: grid;
  gap: 0;
  justify-items: center;
  max-width: 980px;
}

.preview-start-copy h1 {
  font-size: 62px;
  letter-spacing: 0;
  line-height: 1.04;
  max-width: 900px;
}

.preview-start-copy > p {
  color: #2e3a42;
  font-size: 21px;
  line-height: 1.45;
  margin-top: 30px;
  max-width: 760px;
}

.preview-start-copy h1 {
  margin: 0;
}

.preview-hero-actions {
  margin-top: 42px;
}

.hero-transformation-figure {
  margin: 64px auto 0;
  max-width: 1120px;
  width: 100%;
}

.hero-transformation-figure > img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 27, 36, 0.10);
  display: block;
  height: auto;
  width: 100%;
}

.draft-flow-showcase {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 27, 36, 0.08);
  padding: 34px;
}

.draft-flow-copy {
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: center;
}

.draft-flow-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 12px;
}

.draft-flow-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.draft-flow-diagram {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(180px, 0.85fr) minmax(170px, 0.7fr) minmax(0, 1.45fr);
}

.draft-flow-input,
.draft-flow-layer,
.draft-flow-outputs article {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.draft-flow-input {
  background: #f8fafb;
  display: grid;
  gap: 12px;
  grid-template-rows: auto 1fr;
  min-height: 500px;
  padding: 18px;
}

.draft-flow-input h3,
.draft-flow-output-stage h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.draft-flow-input img {
  background: #fff;
  border-radius: 8px;
  display: block;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  width: 100%;
}

.draft-flow-layer {
  background: linear-gradient(180deg, #f8fbfa, #fff);
  border-color: #badbd3;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 24px 16px;
  position: relative;
  text-align: center;
}

.draft-flow-layer::before,
.draft-flow-layer::after {
  background: #9aa7ae;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.draft-flow-layer::before {
  left: -22px;
}

.draft-flow-layer::after {
  right: -22px;
}

.draft-flow-layer strong {
  color: var(--ink);
  font-size: 20px;
}

.draft-flow-layer span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

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

.draft-flow-outputs article {
  background: #fbfdfd;
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 14px;
}

.draft-flow-outputs strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.draft-flow-outputs span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.draft-flow-showcase + .shopify-proof-band {
  margin-top: 104px;
}

.live-channel-grid {
  grid-template-columns: minmax(280px, 1fr) minmax(140px, 0.42fr) minmax(280px, 1fr);
}

.preview-start-video-title {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.06em;
  margin: 42px 0 0;
  max-width: 820px;
  text-transform: uppercase;
}

.preview-start-video {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 27, 36, 0.12);
  margin: 18px auto 0;
  max-width: 820px;
  overflow: hidden;
  width: min(820px, calc(100vw - 48px));
}

.preview-start-video video {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.preview-start-note {
  color: var(--muted);
  font-size: 14px !important;
  line-height: 1.5;
  margin-top: 8px !important;
  max-width: 620px !important;
}

.preview-start-actions {
  margin-top: 36px;
}

.shopify-proof-band {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 27, 36, 0.08);
  display: grid;
  gap: 18px;
  justify-items: center;
  margin: 34px auto 0;
  max-width: 980px;
  padding: 22px;
  text-align: center;
}

.shopify-proof-band .section-kicker-soft,
.shopify-demo-band .section-kicker-soft,
.learning-title-callout .section-kicker {
  color: #697780;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: none;
}

.shopify-proof-band h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.shopify-proof-band p {
  margin: 0 auto;
  max-width: 760px;
}

.shopify-demo-band {
  margin: 76px auto 0;
  max-width: 980px;
  padding: 0 24px;
  width: 100%;
}

.shopify-demo-band .section-title {
  margin-bottom: 18px;
}

.shopify-demo-band .section-title h2 {
  color: #697780;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
}

.preview-mid-actions,
.preview-final-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  margin-top: 44px;
  text-align: center;
}

.preview-mid-actions p,
.preview-final-actions p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.section-kicker {
  color: var(--accent);
  display: block;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.section-kicker-soft {
  color: var(--accent);
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-receipts .section-title h2 {
  font-weight: 400;
}

.workflow-diagram {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 190px 40px 180px 40px minmax(0, 1fr);
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.workflow-input-card,
.workflow-engine,
.workflow-output-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.workflow-input-card {
  align-content: center;
  border-color: transparent;
  display: grid;
  justify-items: center;
  min-height: 170px;
  padding: 14px;
  text-align: center;
}

.workflow-input-card > strong {
  background: var(--accent);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  min-width: 112px;
  padding: 8px 12px;
}

.workflow-arrow {
  background: var(--muted);
  height: 2px;
  opacity: 0.75;
  position: relative;
  width: 100%;
}

.workflow-arrow::after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--muted);
  border-top: 5px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.workflow-engine {
  align-items: center;
  background: #fdfcf8;
  border-color: #d8dee3;
  display: grid;
  justify-items: center;
  min-height: 170px;
  padding: 18px 14px;
  text-align: center;
}

.workflow-engine img {
  border-radius: 12px;
  display: block;
}

.workflow-engine strong {
  font-size: 20px;
}

.workflow-engine span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

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

.workflow-output-grid > div {
  align-content: center;
  display: grid;
  justify-items: center;
  min-height: 80px;
  padding: 12px;
  text-align: center;
}

.workflow-output-grid strong,
.workflow-output-grid span {
  display: block;
}

.workflow-output-grid span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

.workflow-output-shopify {
  background: #eef7ef !important;
  border-color: #b9dbc0 !important;
}

.workflow-output-instagram {
  background: #fbf0f5 !important;
  border-color: #e6bdcf !important;
}

.workflow-output-pinterest {
  background: #fff1f1 !important;
  border-color: #efc2c2 !important;
}

.workflow-output-seo {
  background: #eef4ff !important;
  border-color: #bfd1f0 !important;
}

.workflow-output-blog {
  background: #fff6e7 !important;
  border-color: #ecd0a3 !important;
}

.workflow-output-email {
  background: #f0f6f5 !important;
  border-color: #b9d6d3 !important;
}

.preview-receipts {
  margin: 128px auto 0;
  max-width: 1280px;
  padding: 0 24px;
  width: 100%;
}

.preview-audience {
  margin: 96px auto 0;
  max-width: 980px;
  width: calc(100vw - 64px);
}

.preview-receipts .section-title,
.preview-audience .section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  text-align: center;
  width: 100%;
}

.preview-receipts .section-title > div,
.preview-audience .section-title > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.preview-receipts-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.76fr) 72px minmax(520px, 1.24fr);
}

.preview-receipts-arrow {
  background: var(--accent);
  height: 3px;
  margin-top: 86px;
  position: relative;
  width: 100%;
}

.preview-receipts-arrow::after {
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--accent);
  border-top: 9px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.preview-receipts-start {
  display: grid;
  gap: 18px;
}

.preview-example-context {
  align-content: center;
  color: var(--muted);
  display: grid;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  min-height: 48px;
}

.preview-receipts figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .preview-receipts figure:hover {
    border-color: rgba(15, 118, 110, 0.42);
    box-shadow: 0 24px 56px rgba(15, 27, 36, 0.22);
    transform: scale(2);
    z-index: 10;
  }
}

.preview-receipts img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.preview-receipts-start img {
  aspect-ratio: 16 / 10;
}

.preview-receipts figcaption {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px 14px;
}

.preview-receipts-start > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.preview-audience-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-audience-image {
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.preview-final-actions {
  margin-top: 48px;
}

.preview-audience-grid > div {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 92px;
  padding: 18px;
  text-align: center;
}

.loading-ring {
  border: 4px solid var(--line);
  border-top-color: var(--accent);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  animation: loading-spin 0.9s linear infinite;
}

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

.legal-panel {
  display: grid;
  gap: 16px;
}

.legal-panel h2 {
  margin-bottom: 6px;
}

.compact-panel {
  max-width: 680px;
}

.error-panel {
  margin-top: 24px;
}

.subpanel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin: 18px 0;
}

.subpanel.no-margin {
  margin: 0;
}

.subpanel.tinted {
  background: var(--accent-soft);
  border-color: #badbd3;
}

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

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

.setup-section {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding: 0 0 18px;
}

.optional-guidance {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fcfcfb;
  margin-top: 4px;
  padding: 14px;
}

.optional-guidance summary {
  color: var(--accent);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.optional-guidance .guidance-editor {
  margin-top: 14px;
}

.inline-guidance {
  background: #f7fbfa;
  border-color: #cfe7e2;
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.inline-guidance .detail-grid {
  margin-top: 0;
}

.inline-guidance .muted-text {
  margin: 0;
}

.nested-preferences {
  margin-top: 14px;
}

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

.connect-strip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px;
  margin-bottom: 18px;
}

.connect-strip div {
  display: grid;
  gap: 3px;
}

.connect-strip span {
  color: var(--muted);
}

.template-strip {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 0;
}

.template-strip div {
  display: grid;
  gap: 3px;
}

.template-strip span {
  color: var(--muted);
}

.template-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.template-action-select {
  min-width: min(420px, 100%);
}

.template-action-select select {
  margin-top: 6px;
}

.required-panel {
  border-color: #d7862c;
  box-shadow: 0 0 0 3px rgba(215, 134, 44, 0.16);
}

.required-copy {
  color: #8a4f13;
  font-weight: 750;
}

.required-note {
  color: #9f2a2a;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}

.plan-note {
  color: var(--gold);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-left: 6px;
}

.required-notice {
  background: #fff4f4;
  border-color: #efb8b8;
  color: #8a1f1f;
}

.field-missing {
  background: #fff7f7;
  border-color: #efb8b8;
  box-shadow: 0 0 0 3px rgba(239, 184, 184, 0.22);
}

.field-missing-control,
input:required:invalid,
textarea:required:invalid,
select:required:invalid {
  background: #fff7f7;
  border-color: #e8a5a5;
}

.link-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
}

.link-button:hover {
  color: var(--ink);
}

.choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

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

.choice span {
  display: grid;
  gap: 4px;
}

.choice small {
  color: var(--muted);
  font-weight: 400;
  line-height: 1.4;
}

.choice.muted {
  color: var(--muted);
  background: var(--soft);
}

.choice em {
  color: var(--muted);
  font-style: normal;
  margin-left: 8px;
}

.social-choice {
  align-items: stretch;
}

.social-output {
  width: 100%;
}

.phase-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
  gap: 6px;
  margin-top: 7px;
  width: 100%;
}

.phase-segment {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.phase-fill {
  background: #d8dee3;
  border-radius: 999px;
  display: block;
  height: 7px;
  width: 100%;
}

.phase-segment.active .phase-fill {
  background: var(--accent);
}

.phase-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.phase-segment.active .phase-label {
  color: var(--ink);
}

.workflow {
  align-items: center;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: 0 0 22px;
}

.workflow-step {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  padding: 9px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.workflow-step.active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.workflow-arrow {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
}

h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

p {
  color: var(--muted);
  line-height: 1.5;
}

form {
  margin: 0;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 11px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.fixed-choice {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  color: var(--ink);
  min-height: 41px;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.build-copy {
  color: var(--ink);
  font-weight: 700;
  margin: 0;
}

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

textarea.tall-editor {
  min-height: 180px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.review-form label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.review-form input,
.review-form textarea {
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
}

.review-panel {
  padding: 18px;
}

.review-grid {
  gap: 14px;
}

.product-description-editor {
  color: #2f3b42;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.55;
  min-height: 165px;
}

.blog-description-editor {
  color: #2f3b42;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.55;
}

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

.form-grid .wide {
  grid-column: 1 / -1;
}

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.section-title h2 {
  margin: 0 0 4px;
}

.section-title-centered {
  justify-content: center;
  text-align: center;
}

.section-title-centered > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.learning-title-callout h2 {
  font-size: 34px;
  line-height: 1.12;
}

.promotion-section .section-title h2 {
  color: #697780;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.18;
}

.learning-graphic {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfa 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 44px minmax(220px, 1fr) 44px minmax(220px, 0.9fr);
  gap: 18px;
  margin: 30px auto 0;
  max-width: 1040px;
  padding: 30px;
}

.learning-node,
.learning-core,
.learning-review {
  min-height: 168px;
}

.learning-signal-stack {
  background: #ffffff;
  border: 1px solid rgba(14, 131, 118, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.learning-node {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid rgba(14, 131, 118, 0.12);
  border-radius: 8px;
  color: var(--accent);
  display: flex;
  font-size: 15px;
  font-weight: 850;
  gap: 10px;
  min-height: 0;
  padding: 11px 12px;
  text-align: left;
}

.learning-node::before {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(14, 131, 118, 0.2);
  border-radius: 50%;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 14px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.learning-node-upload::before {
  content: "1";
}

.learning-node-edit::before {
  content: "2";
}

.learning-node-repeat::before {
  content: "3";
}

.learning-core {
  align-items: center;
  background: var(--accent);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  min-height: 168px;
  padding: 22px;
  text-align: center;
}

.learning-core strong {
  font-size: 26px;
  letter-spacing: 0.12em;
}

.learning-core span {
  font-size: 14px;
  font-weight: 750;
  margin-top: 6px;
}

.learning-review {
  background: #fff;
  border: 1px solid rgba(14, 131, 118, 0.24);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.1);
  align-content: center;
  display: grid;
  gap: 8px;
  min-height: 168px;
  padding: 22px;
  text-align: center;
}

.learning-review strong {
  color: var(--ink);
  font-size: 16px;
}

.learning-review span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.learning-arrow {
  align-self: center;
  background: rgba(14, 131, 118, 0.22);
  height: 2px;
  position: relative;
}

.learning-arrow::after {
  border-right: 2px solid rgba(14, 131, 118, 0.54);
  border-top: 2px solid rgba(14, 131, 118, 0.54);
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.section-title p,
.section-title span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.clean-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.5;
}

.guidance-editor {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  gap: 8px;
  font-weight: 600;
}

.advanced-preferences {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 14px;
}

.advanced-preferences summary {
  color: var(--accent);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.advanced-preferences .detail-grid {
  margin-top: 14px;
}

.guidance-editor textarea {
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 170px;
  background: #fff;
  border-color: #bdc8ce;
  padding: 14px;
}

.guidance-editor small {
  color: var(--muted);
  font-weight: 600;
}

.guidance-editor textarea.preference-textarea {
  min-height: 104px;
}

.workflow-form {
  display: grid;
  gap: 16px;
}

.language-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.language-panel.product-panel {
  border-top: 4px solid var(--accent);
}

.language-panel.blog-panel {
  border-top: 4px solid var(--rose);
}

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

.detail-grid label {
  gap: 6px;
}

.detail-grid label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.detail-grid input {
  min-height: 40px;
}

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

.checkbox-line {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-weight: 800;
}

.checkbox-line input {
  height: 18px;
  width: 18px;
}

.memory-list {
  color: var(--ink);
  margin: 8px 0 18px;
  padding-left: 20px;
}

.memory-list li + li {
  margin-top: 6px;
}

.guidance-actions {
  margin-top: 4px;
}

.usage-strip {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 13px 14px;
}

.usage-strip span,
.usage-strip small {
  color: var(--muted);
}

.usage-strip span {
  font-weight: 800;
}

.usage-strip small {
  flex: 0 0 100%;
  font-size: 12px;
  line-height: 1.35;
}

.upload-actions {
  align-items: end;
  border: 1px solid transparent;
  scroll-margin-top: 24px;
}

.category-confirm {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.category-confirm span {
  color: var(--muted);
  line-height: 1.4;
}

.upload-actions:target {
  background: var(--accent-soft);
  border: 1px solid #badbd3;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.16);
  padding: 12px;
}

.universal-hero {
  background:
    radial-gradient(circle at 20% 20%, rgba(14, 131, 118, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfcfa 0%, #f7faf8 100%);
}

.universal-proof-band {
  margin-top: 34px;
}

.copy-field-button {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(14, 131, 118, 0.42);
  border-radius: 8px;
  color: var(--accent);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  margin-top: 7px;
  padding: 7px 10px;
  width: fit-content;
}

.copy-field-button:hover,
.copy-field-button:focus {
  background: rgba(14, 131, 118, 0.08);
  outline: none;
}

.social-draft-editor {
  min-height: 132px;
}

.upload-zone {
  border: 1px dashed #aebbc2;
  border-radius: 8px;
  background: #fcfcfb;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.upload-notes {
  display: grid;
  gap: 4px;
  color: var(--muted);
}

.upload-notes strong {
  color: var(--ink);
}

.shopify-batch-mode {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
}

.shopify-batch-mode legend {
  color: var(--ink);
  font-weight: 800;
  padding: 0 6px;
}

.mode-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
}

.mode-card:has(input:checked) {
  background: var(--accent-soft);
  border-color: #8fc7bc;
}

.mode-card input {
  margin-top: 4px;
}

.mode-card span {
  display: grid;
  gap: 4px;
}

.mode-card small {
  color: var(--muted);
  line-height: 1.45;
}

.retained-upload {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  margin-bottom: 16px;
}

.retained-upload img {
  width: 76px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
  background: #fff;
}

.retained-upload div {
  display: grid;
  gap: 4px;
}

.retained-upload span {
  color: var(--muted);
}

.confirm-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.confirm-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 18px;
  align-items: end;
}

.upload-thumb {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  width: 96px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.upload-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.upload-thumb span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-radius: 999px;
  background: rgba(23, 32, 38, 0.82);
  color: #fff;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 800;
}

.file-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
}

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

.draft-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  text-decoration: none;
}

.draft-row span:first-child {
  display: grid;
  gap: 3px;
}

.draft-row small {
  color: var(--muted);
}

.batch-summary {
  background: var(--accent-soft);
  border: 1px solid #badbd3;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 14px;
}

.batch-summary span {
  color: var(--muted);
}

.batch-grid {
  display: grid;
  gap: 16px;
}

.batch-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 14px;
}

.batch-card-media {
  align-self: start;
  background: var(--soft);
  border: 1px dashed #aebbc2;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 180px;
  padding: 10px;
  text-align: center;
}

.batch-card-media img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 6px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.batch-card-media span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.batch-card-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.batch-card-heading {
  display: grid;
  gap: 2px;
}

.batch-card-heading h2 {
  font-size: 22px;
  margin: 0;
}

.batch-card-heading small {
  color: var(--muted);
  font-weight: 800;
}

.batch-fields {
  display: grid;
  gap: 10px;
  margin: 0;
}

.batch-fields div {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 10px;
}

.batch-fields dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.batch-fields dd {
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
  max-height: 7.2em;
  overflow: auto;
}

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

.status-pill {
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  padding: 5px 9px;
  white-space: nowrap;
}

.status-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  display: grid;
  gap: 4px;
  padding: 14px;
}

.status-card strong {
  color: var(--ink);
}

.status-card span {
  color: var(--muted);
}

.status-card.completed {
  background: var(--accent-soft);
  border-color: #badbd3;
}

.progress-shell {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 10px;
  margin-top: 14px;
  overflow: hidden;
}

.progress-bar {
  animation: progress-slide 1.5s ease-in-out infinite;
  background: var(--accent);
  border-radius: inherit;
  height: 100%;
  width: 42%;
}

@keyframes progress-slide {
  0% {
    transform: translateX(-110%);
  }

  50% {
    transform: translateX(65%);
  }

  100% {
    transform: translateX(245%);
  }
}

.template-search {
  display: grid;
  gap: 12px;
}

.inline-actions {
  margin-top: 0;
}

.table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.product-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.product-table th,
.product-table td {
  border-bottom: 1px solid var(--line);
  padding: 11px 9px;
  text-align: left;
  vertical-align: middle;
}

.product-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.product-table td:first-child {
  min-width: 260px;
}

.product-table td:first-child span {
  color: var(--muted);
  display: block;
  margin-top: 3px;
}

.product-table button {
  background: #fff;
  border: 1px solid var(--accent);
  border-radius: 6px;
  color: var(--accent);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 7px 9px;
  white-space: nowrap;
}

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

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.pricing-card.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.14);
}

.pricing-card h2,
.pricing-card p {
  margin: 0;
}

.pricing-card p {
  color: var(--muted);
  font-weight: 800;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.metric-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  display: grid;
  gap: 5px;
  padding: 16px;
}

.metric-card span,
.metric-card small {
  color: var(--muted);
}

.metric-card span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  font-size: 28px;
  line-height: 1.1;
}

.metrics-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.metrics-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

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

.metrics-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.muted-text {
  color: var(--muted);
}

.notice,
.placeholder {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  padding: 14px;
  margin: 16px 0;
}

.success-notice {
  border-color: #badbd3;
  color: #25564d;
}

.success-notice strong,
.success-notice span,
.success-notice a {
  display: block;
}

.success-notice span {
  color: var(--muted);
  margin-top: 5px;
}

.success-notice a {
  margin-top: 10px;
}

.success-note {
  border-color: #badbd3;
  background: var(--accent-soft);
}

.placeholder span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}

.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  background: var(--accent);
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.button.secondary {
  background: white;
  color: var(--accent);
}

dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 18px;
}

dt {
  color: var(--muted);
  font-weight: 700;
}

dd {
  margin: 0;
}

.status-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.status-icon::before {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.status-icon.ok {
  background: var(--accent);
}

.status-icon.ok::before {
  content: "✓";
}

.status-icon.bad {
  background: #b42318;
}

.status-icon.bad::before {
  content: "×";
}

.preview {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 16px;
}

@media (max-width: 720px) {
  .field-group,
  .form-grid,
  .detail-grid,
  .confirm-grid,
  .confirm-summary {
    grid-template-columns: 1fr;
  }

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

  .connect-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .retained-upload {
    grid-template-columns: 1fr;
  }

  .batch-card {
    grid-template-columns: 1fr;
  }

  .batch-card-media {
    min-height: auto;
  }

  .batch-card-media img {
    max-height: 260px;
  }

  .template-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .template-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .metrics-grid,
  .metrics-columns,
  .public-band,
  .positioning-grid,
  .marketing-asset-grid,
  .aeo-hero,
  .aeo-columns,
  .aeo-link-grid,
  .aeo-pill-grid,
  .aeo-example-band,
  .aeo-example,
  .workflow-cards,
  .example-transform,
  .shopify-proof {
    grid-template-columns: 1fr;
  }

  .aeo-hero {
    gap: 24px;
    margin-top: 18px;
    padding: 0;
  }

  .aeo-copy h1 {
    font-size: 38px;
  }

  .aeo-copy .aeo-answer {
    font-size: 19px;
  }

  .interest-signup {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .preview-start-hero {
    margin-top: 8px;
    min-height: calc(100svh - 28px);
    padding: 72px 0;
  }

  .preview-start-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .preview-start-copy > p {
    font-size: 18px;
    margin-top: 20px;
  }

  .preview-hero-actions {
    align-items: stretch;
    margin-top: 30px;
  }

  .hero-transformation-figure {
    margin-top: 54px;
  }

  .public-hero {
    padding: 34px 0 24px;
    text-align: left;
    justify-items: start;
  }

  .public-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .public-hero p {
    font-size: 18px;
  }

  .landing-hero {
    min-height: 100svh;
    padding: 72px 0;
  }

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

  .hero-copy {
    font-size: 18px;
  }

  .landing-section {
    padding: 38px 0;
  }

  .channel-deal-showcase {
    grid-template-columns: 1fr;
  }

  .live-channel-grid {
    grid-template-columns: 1fr;
  }

  .deal-layer-card::after {
    display: none;
  }

  .draft-flow-input,
  .draft-flow-output-stage,
  .channel-card-stage {
    min-height: 430px;
  }

  .intelligence-section {
    padding: 28px 20px;
  }

  .workflow-diagram {
    grid-template-columns: 1fr;
  }

  .draft-flow-showcase {
    padding: 22px;
  }

  .draft-flow-diagram {
    grid-template-columns: 1fr;
  }

  .draft-flow-layer::before,
  .draft-flow-layer::after {
    display: none;
  }

  .draft-flow-outputs {
    grid-template-columns: 1fr;
  }

  .workflow-arrow {
    justify-self: center;
    transform: rotate(90deg);
    width: 36px;
  }

  .workflow-output-grid {
    grid-template-columns: 1fr;
  }

  .shopify-proof-band {
    align-items: center;
    grid-template-columns: 1fr;
  }

  .learning-title-callout h2 {
    font-size: 30px;
  }

  .learning-graphic {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .learning-signal-stack,
  .learning-core,
  .learning-review {
    min-height: auto;
  }

  .learning-node {
    font-size: 13px;
  }

  .learning-node::before {
    flex-basis: 28px;
    height: 28px;
    width: 28px;
  }

  .learning-core {
    min-height: 112px;
  }

  .learning-review {
    min-height: 96px;
  }

  .learning-arrow {
    height: 28px;
    justify-self: center;
    width: 2px;
  }

  .learning-arrow::after {
    bottom: 0;
    right: 50%;
    top: auto;
    transform: translateX(50%) rotate(135deg);
  }

  .preview-receipts-grid {
    grid-template-columns: 1fr;
  }

  .preview-receipts,
  .preview-audience {
    width: 100%;
  }

  .preview-receipts-arrow {
    justify-self: center;
    transform: rotate(90deg);
    width: 44px;
  }

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

  .phase-track {
    grid-template-columns: repeat(5, minmax(46px, 1fr));
    gap: 4px;
  }

  .phase-label {
    font-size: 10px;
  }
}
