:root {
  --bg: #f7f7f7;
  --surface: #ffffff;
  --surface-raised: #ffffff;
  --surface-sunken: #efefef;
  --text: #1a1a1a;
  --muted: #6b7280;
  --orange: #f5a623;
  --orange-deep: #e8721a;
  --yellow: #f5e642;
  --blue: #5b9bd5;
  --green: #4caf78;
  --border: #e5e5e5;
  --shadow: 0 22px 58px rgba(42, 35, 24, 0.14);
  --soft-shadow: 0 12px 34px rgba(42, 35, 24, 0.1);
  --radius-xl: 28px;
  --radius-pill: 999px;
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--bg);
  background-image:
    radial-gradient(circle, color-mix(in srgb, var(--border) 85%, transparent) 1px, transparent 1px),
    radial-gradient(circle, color-mix(in srgb, var(--border) 85%, transparent) 1px, transparent 1px);
  background-size: 28px 28px;
  background-position: 0 0, 14px 14px;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  transition: background-color 180ms ease;
}

body.no-grid {
  background-image: none;
}

body[data-bg="cream"] {
  --bg: #fafafa;
}

body[data-bg="blush"] {
  --bg: #fff0f6;
}

body[data-bg="lavender"] {
  --bg: #f4efff;
}

body[data-bg="peach"] {
  --bg: #fff2e6;
}

body[data-bg="white"] {
  --bg: #ffffff;
}

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

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

.page-shell {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 16px 16px 30px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(229, 229, 229, 0.72);
  display: flex;
  justify-content: center;
  left: 0;
  padding: 12px 16px;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  padding: 4px 0;
}

.brand img {
  height: 28px;
  width: 118px;
}

.site-nav {
  display: none;
}

.bg-picker {
  display: none;
}

.header-download {
  background: var(--text);
  border-radius: var(--radius-pill);
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 15px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.header-download:hover {
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.18);
  transform: translateY(-2px);
}

.section-grid {
  display: grid;
  gap: 34px;
  margin: 0 auto;
  max-width: var(--max-width);
}

.hero {
  padding: 36px 0 46px;
}

.hero-copy {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}

.hero-title {
  margin-bottom: 20px;
}

.hero-title-logo {
  background: var(--surface);
  border: 2px solid var(--text);
  border-radius: 0.2em;
  box-shadow: 0 0.08em 0.22em rgba(26, 26, 26, 0.12);
  display: inline-block;
  line-height: 0;
  margin-left: 0.35em;
  padding: 0.07em;
  transform: rotate(8deg);
  vertical-align: -0.08em;
}

.hero-title-logo img {
  aspect-ratio: 1;
  display: block;
  height: 0.88em;
  max-width: none;
  object-fit: contain;
  width: 0.88em;
}

.hero-copy .store-badges {
  margin-top: 48px;
}

.hero-tagline {
  color: var(--muted);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin: 40px 0 0;
}

.eyebrow {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: -0.05em;
}

h1 {
  font-size: clamp(46px, 15vw, 68px);
  line-height: 0.92;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(34px, 11vw, 48px);
  line-height: 0.98;
  margin-bottom: 16px;
}

h3 {
  font-size: 21px;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: 10px;
}

.hero-lede,
.process-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.store-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px auto 20px;
  max-width: 420px;
  width: 100%;
}

.store-badge {
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(26, 26, 26, 0.18);
  display: block;
  flex: 0 1 180px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.store-badge:hover {
  box-shadow: 0 18px 40px rgba(26, 26, 26, 0.25);
  transform: translateY(-3px);
}

.store-badge img {
  height: auto;
  width: 100%;
}

.hero-art {
  min-height: 0;
  position: relative;
}

.screenshot-showcase {
  margin: 0 auto;
  max-width: 320px;
  position: relative;
  width: 100%;
}

.preview-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.main-preview {
  aspect-ratio: 9 / 16;
  background: #f3f3f3;
  box-shadow: var(--shadow);
  width: 100%;
}

.preview-viewport {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.preview-slide {
  height: 100%;
  inset: 0;
  object-fit: contain;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.preview-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.preview-flash {
  background: #ffffff;
  border-radius: inherit;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.preview-flash.is-active {
  animation: capture-flash 620ms linear forwards;
}

@keyframes capture-flash {
  0% {
    opacity: 0;
  }

  17.74% {
    opacity: 0.38;
  }

  100% {
    opacity: 0;
  }
}

.process-section,
.download-cta {
  margin: 0 auto;
  max-width: var(--max-width);
}

.section-heading {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 650px;
}

.process-card,
.download-cta {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(229, 229, 229, 0.72);
  box-shadow: var(--soft-shadow);
}

.process-section {
  padding: 4px 0 62px;
}

.pose-showcase {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px auto 0;
  max-width: 920px;
}

.pose-showcase-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(229, 229, 229, 0.72);
  border-radius: 16px;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  position: relative;
}

.pose-showcase-card img {
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.pose-showcase-copy {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #ffffff);
  padding: 8px 8px 10px;
}

.pose-showcase-copy h3 {
  font-size: 12px;
  margin-bottom: 0;
}

.pose-showcase-card-featured {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 230, 66, 0.3), transparent 10rem),
    linear-gradient(135deg, #1a1a1a, #31271c);
  border-color: rgba(26, 26, 26, 0.12);
  color: #ffffff;
  transform: rotate(-1deg);
}

.pose-showcase-card-featured .pose-showcase-copy {
  background: transparent;
}

.simple-process {
  background: #ffffff;
  border: 2px solid var(--text);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 10px;
  margin: 18px auto 0;
  max-width: 920px;
  padding: 12px;
}

.simple-process span {
  background: #fff4e6;
  border-radius: 15px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  padding: 11px 12px;
  text-align: center;
}

.process-flow {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.process-card {
  border-radius: 28px;
  overflow: hidden;
  padding: 16px;
}

.process-image,
.process-guide-demo {
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 230, 66, 0.34), transparent 8rem),
    linear-gradient(135deg, #fffaf1, #ffffff);
  border-radius: 22px;
  min-height: 230px;
  overflow: hidden;
  position: relative;
}

.process-image > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.process-image-stack {
  align-items: center;
  display: flex;
  justify-content: center;
}

.template-card {
  border: 5px solid #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(42, 35, 24, 0.18);
  height: 176px;
  inset: auto;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  width: 124px;
}

.template-card-one {
  transform: translate(-104%, -50%) rotate(-12deg);
  z-index: 1;
}

.template-card-two {
  transform: translate(-50%, -54%) rotate(2deg);
  z-index: 3;
}

.template-card-three {
  transform: translate(4%, -50%) rotate(12deg);
  z-index: 2;
}

.process-action-pill,
.process-success-pill {
  align-items: center;
  background: #ffffff;
  border: 2px solid var(--text);
  border-radius: var(--radius-pill);
  bottom: 16px;
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.18);
  color: var(--text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  left: 50%;
  padding: 12px 16px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.process-success-pill {
  background: #d1fae5;
  border-color: #166534;
  color: #14532d;
}

.process-guide-demo {
  align-items: center;
  background:
    radial-gradient(circle at 14% 10%, rgba(245, 230, 66, 0.3), transparent 8rem),
    linear-gradient(135deg, #1a1a1a, #31271c);
  display: flex;
  justify-content: center;
  padding: 22px;
}

.guide-demo-phone {
  border: 5px solid #ffffff;
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  height: 206px;
  overflow: hidden;
  position: relative;
  width: 142px;
}

.guide-demo-phone img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.guide-demo-phone::after {
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.guide-demo-tip {
  align-items: center;
  background: #ffffff;
  border: 2px solid var(--text);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  gap: 8px;
  left: 50%;
  padding: 10px 12px;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.guide-demo-tip span {
  color: var(--orange-deep);
  font-size: 20px;
}

.guide-demo-tip strong {
  font-size: 13px;
}

.guide-demo-tip-alt {
  bottom: 24px;
  top: auto;
}

.process-number {
  color: var(--orange-deep);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 22px 8px 14px;
  text-transform: uppercase;
}

.process-card h3 {
  margin-left: 8px;
  margin-right: 8px;
}

.process-card p {
  font-size: 16px;
  margin: 0 8px 8px;
}

.process-card-dark {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 230, 66, 0.32), transparent 10rem),
    linear-gradient(135deg, #1a1a1a, #31271c);
  color: #ffffff;
}

.process-card-dark .process-number {
  color: var(--yellow);
}

.process-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.positioning-section {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 2px 0 78px;
}

.positioning-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.positioning-card {
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 26px;
}

.positioning-card-header {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.positioning-card-icon {
  align-items: center;
  background: #fff4e6;
  border: 2px solid var(--text);
  border-radius: 22px;
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.1);
  display: flex;
  flex-shrink: 0;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.positioning-card-icon img {
  height: 44px;
  object-fit: contain;
  width: 44px;
}

.positioning-card span {
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 22px;
  padding: 9px 12px;
  text-transform: uppercase;
}

.positioning-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.muted-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(229, 229, 229, 0.72);
  box-shadow: var(--soft-shadow);
}

.muted-card span {
  background: rgba(239, 239, 239, 0.72);
  color: var(--muted);
}

.active-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 230, 66, 0.18), transparent 12rem),
    linear-gradient(180deg, #ffffff, #fafafa);
  border: 2px solid var(--text);
  box-shadow: var(--shadow);
  color: var(--text);
}

.active-card .positioning-card-icon {
  background: #ffffff;
  height: 88px;
  width: 88px;
}

.active-card .positioning-card-header {
  gap: 16px;
  margin-bottom: 24px;
}

.active-card .positioning-card-icon img {
  height: 56px;
  width: 56px;
}

.active-card span {
  background: rgba(245, 230, 66, 0.92);
  color: var(--text);
  margin-bottom: 0;
}

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

.privacy-section {
  align-items: stretch;
  padding: 0 0 84px;
}

.privacy-card,
.privacy-points {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(229, 229, 229, 0.72);
  border-radius: 30px;
  box-shadow: var(--soft-shadow);
}

.privacy-card {
  padding: 28px;
  text-align: center;
}

.privacy-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
}

.privacy-points {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.privacy-points span {
  background: #fff4e6;
  border-radius: 20px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  padding: 18px;
}

.download-cta {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 247, 247, 0.9)),
    var(--surface-raised);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 34px;
  padding: 28px;
  text-align: center;
}

.download-cta-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.download-cta h2 {
  font-size: clamp(30px, 10vw, 44px);
  margin-bottom: 0;
  max-width: 690px;
}

.download-cta .store-badges {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}

.site-footer {
  border-top: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin: 32px auto 0;
  max-width: var(--max-width);
  padding: 28px 0 8px;
}

.site-footer-brand {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
}

.site-footer-explore {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.site-footer-explore-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links a {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer-links a:hover {
  color: var(--muted);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--muted) 55%, transparent);
  text-underline-offset: 3px;
}

@media (min-width: 520px) {
  .store-badges {
    max-width: none;
  }
}

@media (min-width: 641px) {
  .page-shell {
    padding: 22px clamp(22px, 4vw, 56px) 34px;
  }

  .site-header {
    padding: 14px clamp(22px, 4vw, 56px);
  }

  .brand {
    padding: 4px 0;
  }

  .brand img {
    height: 34px;
    width: 142px;
  }

  .site-nav {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
  }

  .site-nav a {
    border-radius: var(--radius-pill);
    padding: 11px 12px;
    transition:
      background 180ms ease,
      color 180ms ease;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.74);
    color: var(--text);
  }

  .bg-picker {
    align-items: center;
    color: var(--muted);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
  }

  .bg-picker span {
    display: none;
  }

  .bg-picker select {
    appearance: none;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(229, 229, 229, 0.9);
    border-radius: var(--radius-pill);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    padding: 11px 28px 11px 13px;
  }

  .header-download {
    font-size: 14px;
    padding: 13px 20px;
  }

  .hero {
    padding: 42px 0 58px;
  }

  .eyebrow {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .hero-lede,
  .process-card p {
    font-size: 18px;
  }

  .screenshot-showcase {
    max-width: 360px;
  }

  .download-cta {
    border-radius: 34px;
    padding: clamp(34px, 5vw, 46px);
  }

  .pose-showcase {
    gap: 16px;
  }

  .pose-showcase-card {
    border-radius: 24px;
  }

  .pose-showcase-copy {
    padding: 18px;
  }

  .pose-showcase-copy h3 {
    font-size: 21px;
  }

  .simple-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .positioning-card {
    padding: 30px;
  }

  .active-card .positioning-card-icon {
    height: 96px;
    width: 96px;
  }

  .active-card .positioning-card-header {
    gap: 18px;
    margin-bottom: 26px;
  }

  .active-card .positioning-card-icon img {
    height: 62px;
    width: 62px;
  }

  .privacy-card {
    padding: 34px;
  }

  .privacy-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(28px, 5vw, 64px);
    justify-content: space-between;
  }

  .site-footer-brand {
    flex: 0 0 auto;
  }

  .site-footer-explore {
    flex: 0 1 240px;
  }
}

@media (min-width: 981px) {
  .section-grid {
    align-items: center;
    gap: clamp(34px, 7vw, 82px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  }

  .hero {
    min-height: calc(100vh - 104px);
    padding: clamp(38px, 7vw, 78px) 0 64px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .bg-picker span {
    display: inline;
  }

  h1 {
    font-size: clamp(54px, 8.4vw, 94px);
  }

  h2 {
    font-size: clamp(36px, 5vw, 58px);
  }

  .process-section {
    padding: 10px 0 72px;
  }

  .pose-showcase {
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pose-showcase-card {
    display: flex;
    flex-direction: column;
  }

  .pose-showcase-card img {
    min-height: 0;
  }

  .pose-showcase-copy {
    flex: 1;
  }

  .pose-showcase-card-featured {
    transform: translateY(-8px) rotate(-1deg);
  }

  .simple-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
  }

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

  .process-card {
    display: flex;
    flex-direction: column;
    min-height: 500px;
  }

  .process-image,
  .process-guide-demo {
    min-height: 250px;
  }

  .process-card p {
    margin-bottom: 12px;
  }

  .positioning-section {
    padding: 8px 0 96px;
  }

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

  .active-card {
    transform: translateY(-12px);
  }

  .privacy-section {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    padding-bottom: 98px;
  }

  .privacy-card {
    text-align: left;
  }

  .download-cta {
    align-items: center;
    flex-direction: row;
    gap: 28px;
    justify-content: space-between;
    text-align: left;
  }

  .download-cta .store-badges {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .preview-flash.is-active {
    animation: capture-flash 620ms linear forwards !important;
  }
}

/* SEO & blog pages (generated) */
.seo-page .page-shell {
  padding-bottom: 48px;
}

.seo-article {
  margin: 0 auto;
  max-width: 720px;
  padding: 24px 0 40px;
}

.seo-article .eyebrow {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.seo-article h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 20px;
}

.seo-intro {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 32px;
}

.seo-intro p,
.seo-section p,
.seo-faq dd p {
  margin: 0 0 14px;
}

.seo-section {
  margin-bottom: 32px;
}

.seo-section h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.seo-section h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 24px 0 10px;
}

.seo-section h3:first-child {
  margin-top: 0;
}

.seo-section ul {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 14px;
  padding-left: 1.25rem;
}

.seo-section li {
  margin-bottom: 6px;
}

.seo-section a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-section p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.seo-section-mockup {
  margin-bottom: 48px;
}

.seo-mockup-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.seo-mockup-stack-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 14px;
}

.seo-mockup-stack-copy p:last-child {
  margin-bottom: 0;
}

.seo-mockup-stack-copy a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-mockup-stack-art {
  display: flex;
  justify-content: center;
  padding: 8px 0 12px;
}

.seo-mockup-stack-art .hero-art {
  min-height: 0;
  width: 100%;
}

.seo-mockup-stack-art .screenshot-showcase {
  margin: 0 auto;
  max-width: 300px;
}

@media (min-width: 768px) {
  .seo-mockup-stack {
    gap: 40px;
  }

  .seo-mockup-stack-art .screenshot-showcase {
    max-width: 320px;
  }
}

.seo-faq {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding-top: 32px;
}

.seo-faq h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.seo-faq-item dt {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.seo-faq-item dd {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

.seo-related {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding-top: 32px;
}

.seo-related h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 14px;
}

.seo-related ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-related a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--muted) 50%, transparent);
  text-underline-offset: 3px;
}

.seo-related a:hover {
  text-decoration-color: var(--text);
}

.seo-post-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-post-item a {
  position: relative;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.seo-post-item a:hover {
  border-color: color-mix(in srgb, var(--text) 18%, var(--border));
  box-shadow: var(--soft-shadow);
}

.seo-post-type {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-post-title {
  font-size: 1.05rem;
  font-weight: 700;
}

.seo-empty {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.coming-soon-page .seo-article h1 {
  margin-bottom: 16px;
}

.coming-soon-message {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  margin-top: 8px;
  padding: 24px;
}

.coming-soon-message p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 14px;
}

.coming-soon-message p:last-child {
  margin-bottom: 0;
}

.coming-soon-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.coming-soon-links a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-post-soon {
  background: var(--yellow-light);
  border-radius: 999px;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  text-transform: uppercase;
  width: fit-content;
}
