:root {
  color-scheme: dark;
  --bg: #050507;
  --bg-soft: #0b0d14;
  --text: #f1f4fb;
  --muted: #a1a7bc;
  --line: #1a2030;
  --card: #0e121c;
  --accent: #19c7b5;
  --accent-2: #12b3a3;
  --container: 1180px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 7, 0.86);
  backdrop-filter: blur(8px);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  background: #0f121b;
  border: 1px solid #252c3d;
  color: #d4d9f7;
}

.brand-text {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 48px;
  padding: 11px 22px;
  text-decoration: none;
  border: 1px solid #23293a;
  font-weight: 600;
  transition:
    transform 160ms var(--ease-out),
    border-color 220ms var(--ease-out),
    background-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: #1cb9a8;
  color: #fff;
  box-shadow: 0 0 24px rgba(25, 199, 181, 0.28);
}

.btn-ghost {
  background: transparent;
  color: #d7dbee;
}

.btn-sm {
  min-height: 42px;
  padding: 8px 18px;
}

.topbar-auth-slot {
  display: inline-flex;
  align-items: center;
}

.topbar-auth-slot .is-hidden {
  display: none !important;
}

.topbar-profile {
  min-height: 42px;
  padding: 6px 12px 6px 6px;
  border: 1px solid #2b3244;
  border-radius: 999px;
  background: #101724;
  color: #e8edfe;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.topbar-profile-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid #32405c;
  background: #141d2b;
  color: #f4f7ff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.topbar-profile-name {
  max-width: 150px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero {
  position: relative;
  overflow: clip;
  padding-top: 64px;
  padding-bottom: 24px;
}

.hero-glow {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: min(940px, 88vw);
  height: 700px;
  pointer-events: none;
  background:
    radial-gradient(42% 52% at 50% 26%, rgba(25, 199, 181, 0.2), rgba(25, 199, 181, 0) 72%),
    radial-gradient(54% 64% at 50% 46%, rgba(10, 39, 52, 0.34), rgba(10, 39, 52, 0) 70%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1020px;
}

.hero h1 {
  margin: 0 auto;
  max-width: 1040px;
  font-size: clamp(48px, 7.2vw, 96px);
  line-height: 0.98;
  font-weight: 700;
}

.lead {
  margin: 28px auto 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.5;
  font-size: clamp(20px, 3vw, 34px);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-note {
  margin: 16px 0 0;
  color: #858da7;
  font-size: 16px;
}

.hero-free {
  margin: 18px 0 0;
  color: #9ca5bf;
  font-size: 17px;
  font-weight: 500;
}

.hero-rail-wrap {
  position: relative;
  margin-top: 72px;
  padding-bottom: 12px;
  overflow: hidden;
  min-height: clamp(286px, 27vw, 372px);
}

.hero-rail {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
  animation: heroRailLoop var(--hero-loop-duration, 40s) linear infinite;
}

.hero-rail:not(.is-loop-ready) {
  animation: none;
}

.hero-rail img {
  width: clamp(196px, 18.5vw, 278px);
  flex: 0 0 clamp(196px, 18.5vw, 278px);
  height: clamp(286px, 27vw, 372px);
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #1d2437;
  display: block;
}

@keyframes heroRailLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--hero-loop-distance)), 0, 0);
  }
}

.section {
  padding: 86px 0;
}

.section-surface {
  background: linear-gradient(180deg, #090c14, #080b13);
  border-top: 1px solid #131a2b;
  border-bottom: 1px solid #131a2b;
}

.section-problems {
  background: linear-gradient(180deg, #06080f 0%, #05070d 100%);
  border-top: 1px solid #141b2b;
  border-bottom: 1px solid #141b2b;
}

.section-showcase {
  background: linear-gradient(180deg, #070b12 0%, #060a12 100%);
  border-top: 1px solid #141b2b;
  border-bottom: 1px solid #141b2b;
}

.section-head {
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.1;
}

.section-head p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 11px;
  border: 1px solid rgba(105, 225, 211, 0.38);
  background: rgba(15, 82, 82, 0.28);
  color: #9df2e7;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

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

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

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

.problem-mobile-toggle {
  display: none;
}

.card {
  background: var(--card);
  border: 1px solid #1b2234;
  border-radius: 12px;
  padding: 22px;
}

.card h3 {
  margin: 0;
  font-size: 25px;
}

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

.step-card .step {
  font-size: 14px;
  color: #4fd8ca;
  font-weight: 700;
}

.problem-column {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}

.tone {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px;
  border-radius: 14px;
  border: 1px solid #20283a;
}

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

.tone-body h3 {
  margin: 0;
  font-size: clamp(20px, 1.05vw, 22px);
  line-height: 1.2;
  color: #edf2ff;
  letter-spacing: 0;
}

.tone p {
  margin: 0;
  font-size: clamp(17px, 0.95vw, 20px);
  line-height: 1.45;
  color: #a6afc4;
}

.tone-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  background: rgba(8, 10, 18, 0.72);
  margin-top: 2px;
}

.tone-icon svg {
  width: 17px;
  height: 17px;
}

.tone-problem {
  border-color: #2f3342;
  background: linear-gradient(180deg, #0d1118, #090c12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  color: #ff5f6a;
}

.tone-problem .tone-icon {
  background: rgba(76, 20, 26, 0.46);
  border-color: rgba(215, 74, 88, 0.45);
}

.tone-problem .tone-body h3 {
  color: #f1f4fd;
}

.tone-problem .tone-body p {
  color: #8e96ad;
}

.tone-solution {
  border-color: rgba(47, 176, 160, 0.34);
  background: #0d121b;
  color: #64dece;
}

.tone-solution .tone-icon {
  background: rgba(19, 80, 77, 0.32);
  border-color: rgba(86, 220, 203, 0.44);
}

.tone-solution .tone-body {
  min-height: 0;
  align-content: start;
  gap: 8px;
}

.tone-solution p {
  color: #d6e1f5;
}

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

.showcase-cta {
  white-space: nowrap;
}

.showcase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 18px;
}

.showcase-tab {
  border: 1px solid #273044;
  background: #0f1522;
  color: #aeb7cc;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  transition:
    transform 160ms var(--ease-out),
    border-color 220ms var(--ease-out),
    background-color 220ms var(--ease-out),
    color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.showcase-tab:hover {
  border-color: #34415d;
  color: #eef4ff;
}

.showcase-tab:active {
  transform: scale(0.97);
}

.showcase-tab.is-active {
  color: #f2fffc;
  border-color: rgba(98, 221, 207, 0.52);
  background: linear-gradient(180deg, rgba(20, 67, 72, 0.58), rgba(15, 28, 39, 0.88));
  box-shadow: 0 0 0 1px rgba(70, 205, 190, 0.2);
}

.showcase-shell {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.showcase-copy {
  min-height: 100%;
  border-radius: 16px;
  border: 1px solid #1d2538;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(25, 199, 181, 0.12), transparent 46%),
    linear-gradient(180deg, #0d1320, #0a1018);
  padding: 22px;
}

.showcase-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  border: 1px solid rgba(106, 222, 209, 0.34);
  background: rgba(16, 66, 69, 0.34);
  color: #9be7de;
  font-size: 13px;
  font-weight: 700;
}

.showcase-copy h3 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.1;
  color: #f3f6ff;
}

.showcase-copy p {
  margin: 12px 0 0;
  color: #abb4ca;
  font-size: 17px;
  line-height: 1.55;
}

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

.showcase-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #1d2437;
  background: #09101a;
  aspect-ratio: 4 / 5;
  min-width: 0;
  transition:
    transform 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.showcase-card:hover {
  transform: translateY(-2px);
  border-color: #32405d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg, rgba(7, 10, 16, 0), rgba(7, 10, 16, 0.84));
  pointer-events: none;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 520ms var(--ease-out);
}

.showcase-card:hover img {
  transform: scale(1.03);
}

.showcase-card-caption {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 1;
  display: grid;
  gap: 7px;
}

.showcase-card-title {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
  color: #f6f8ff;
  text-wrap: balance;
}

.showcase-footnote {
  margin: 18px 0 0;
  color: #8893ad;
  font-size: 15px;
}

.section-reference {
  background:
    linear-gradient(180deg, rgba(9, 14, 23, 0.98), rgba(6, 10, 17, 0.98)),
    linear-gradient(135deg, rgba(25, 199, 181, 0.08), rgba(83, 112, 255, 0.05));
  border-top: 1px solid #141b2b;
  border-bottom: 1px solid #141b2b;
}

.reference-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.reference-copy h2 {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: 0;
}

.reference-copy p {
  margin: 20px 0 0;
  max-width: 620px;
  color: #a9b4cd;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.45;
}

.reference-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.reference-access {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 211, 110, 0.28);
  background: rgba(103, 75, 20, 0.18);
  color: #f0d99a;
  font-size: 15px;
  font-weight: 600;
}

.reference-credit-note {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  padding: 8px 13px;
  border: 1px solid rgba(106, 222, 209, 0.28);
  background: rgba(16, 74, 74, 0.22);
  color: #a9f5eb;
  font-size: 15px;
  font-weight: 600;
}

.reference-workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(61, 76, 112, 0.72);
  background:
    radial-gradient(70% 90% at 14% 12%, rgba(25, 199, 181, 0.18), transparent 58%),
    linear-gradient(135deg, rgba(20, 31, 51, 0.9), rgba(9, 13, 23, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.reference-image-card,
.reference-prompt-card {
  position: relative;
  z-index: 1;
}

.reference-image-card {
  margin: 0;
  min-width: 0;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  background: #09101a;
  box-shadow: 0 0 0 1px rgba(82, 103, 148, 0.4);
}

.reference-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reference-image-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(7, 10, 16, 0), rgba(7, 10, 16, 0.82));
  pointer-events: none;
}

.reference-image-card figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 12, 19, 0.58);
  backdrop-filter: blur(10px);
  color: #e7edf9;
  font-size: 13px;
  font-weight: 700;
}

.reference-prompt-card {
  min-width: 0;
  align-self: stretch;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(180deg, rgba(14, 21, 36, 0.94), rgba(10, 15, 26, 0.96));
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 16px;
  box-shadow: inset 0 0 0 1px rgba(82, 103, 148, 0.32);
}

.reference-prompt-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f2f7ff;
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 700;
}

.reference-prompt-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(107, 230, 216, 0.38);
  background: rgba(16, 77, 80, 0.32);
  color: #9ff4e8;
}

.reference-prompt-icon svg {
  width: 19px;
  height: 19px;
}

.reference-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.reference-pills span {
  min-height: 34px;
  border-radius: 999px;
  padding: 7px 12px;
  border: 1px solid rgba(63, 77, 114, 0.78);
  background: rgba(16, 24, 39, 0.72);
  color: #aeb8d2;
  font-size: 14px;
  font-weight: 700;
}

.reference-pills span:nth-child(2),
.reference-pills span:nth-child(5) {
  border-color: rgba(99, 220, 207, 0.42);
  background: rgba(18, 70, 75, 0.3);
  color: #dffdfa;
  box-shadow: 0 0 22px rgba(25, 199, 181, 0.12);
}

.reference-prompt-text {
  margin: 0;
  border-radius: 14px;
  border: 0;
  background: rgba(8, 13, 23, 0.64);
  padding: 16px;
  color: #d8e2f6;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.55;
}

.how-flow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 14px;
}

.how-step-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.how-step {
  width: 100%;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #1f2739;
  background: linear-gradient(180deg, #0f1420, #0b111b);
  padding: 14px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: border-color 220ms ease, background 220ms ease, transform 180ms ease;
}

.how-step:hover {
  border-color: #2d3b59;
}

.how-step.is-active {
  border-color: rgba(46, 187, 170, 0.55);
  background: linear-gradient(180deg, rgba(20, 55, 61, 0.72), rgba(13, 26, 37, 0.82));
  transform: translateY(-1px);
}

.how-step-index {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #a8b2ca;
  border: 1px solid #2b3449;
  background: #0a101a;
}

.how-step.is-active .how-step-index {
  color: #c5fff8;
  border-color: rgba(108, 228, 214, 0.48);
  background: rgba(29, 95, 96, 0.45);
}

.how-step-text {
  display: grid;
  gap: 5px;
}

.how-step-text strong {
  font-size: 20px;
  line-height: 1.25;
  color: #f2f6ff;
}

.how-step-text span {
  font-size: 16px;
  line-height: 1.4;
  color: #9ba6c2;
}

.how-stage {
  position: relative;
  overflow: hidden;
  transition: min-height 220ms var(--ease-out);
}

.how-scene {
  display: none;
  align-content: start;
  gap: 12px;
}

.how-scene.is-active {
  display: grid;
  animation: howSceneIn 240ms ease both;
}

.how-scene-title {
  font-size: 14px;
  color: #7fd5c9;
  font-weight: 600;
}

.how-upload-layout {
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 12px;
}

.how-thumb {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #27324a;
  background: linear-gradient(180deg, #111928, #0d1422);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}

.how-thumb-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 180ms ease;
}

.how-thumb-image.is-hidden {
  opacity: 0;
}

.how-thumb-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #8d9db9;
  font-size: 14px;
  padding: 10px;
  transition: opacity 180ms ease;
}

.how-thumb-placeholder.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.how-upload-drop {
  border: 1px dashed #2b4a51;
  border-radius: 10px;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(19, 29, 44, 0.82), rgba(14, 21, 33, 0.82));
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
  padding: 18px;
}

.how-upload-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #82ddd0;
  border: 1px solid rgba(104, 225, 210, 0.4);
  background: rgba(18, 73, 74, 0.36);
}

.how-upload-icon svg {
  width: 20px;
  height: 20px;
}

.how-upload-drop p {
  margin: 0;
  color: #eef5ff;
  font-size: 18px;
  font-weight: 600;
}

.how-upload-drop small {
  color: #8f9ab4;
  font-size: 14px;
}

.how-prompt-layout {
  display: grid;
  gap: 10px;
}

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

.how-template-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 1px solid #273144;
  border-radius: 12px;
  overflow: hidden;
  background: #0d1420;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 180ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.how-template-card:hover {
  border-color: #36507a;
  transform: translateY(-1px);
}

.how-template-card:active {
  transform: scale(0.98);
}

.how-template-card.is-active {
  border-color: rgba(98, 223, 209, 0.54);
  box-shadow: 0 0 0 1px rgba(70, 205, 190, 0.18);
}

.how-template-card.is-text-only {
  aspect-ratio: auto;
  min-height: 116px;
  background: linear-gradient(180deg, #121a2a, #0d1421);
}

.how-template-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 320ms var(--ease-out), filter 220ms var(--ease-out);
}

.how-template-card:hover img {
  transform: scale(1.03);
}

.how-template-card.is-active img {
  transform: scale(1.015);
}

.how-template-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0), rgba(8, 10, 16, 0.84));
  pointer-events: none;
}

.how-template-card.is-text-only::after {
  display: none;
}

.how-template-card-body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.how-template-card-badge {
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 13, 20, 0.42);
  backdrop-filter: blur(10px);
  color: #dbe4f9;
  font-size: 11px;
  font-weight: 700;
}

.how-template-card-title {
  color: #f4f8ff;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 700;
  text-wrap: balance;
}

.how-prompt-box {
  margin-top: 4px;
  border-radius: 10px;
  border: 1px solid #283043;
  background: linear-gradient(180deg, #111826, #0d1422);
  padding: 14px;
  transition:
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.how-prompt-box.is-switching {
  border-color: #355377;
  box-shadow: 0 0 0 1px rgba(70, 205, 190, 0.12);
}

.how-prompt-box p {
  margin: 0;
  color: #d8e2f8;
  font-size: 17px;
  line-height: 1.5;
  transition:
    opacity 160ms var(--ease-out),
    filter 200ms var(--ease-out),
    transform 200ms var(--ease-out);
}

.how-prompt-box.is-switching p {
  opacity: 0.72;
  filter: blur(2px);
  transform: translateY(2px);
}

.how-generate-layout {
  display: grid;
  gap: 10px;
}

.how-setting-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid #273044;
  background: #101826;
  border-radius: 10px;
}

.how-setting-row span {
  color: #9ca7c2;
  font-size: 16px;
}

.how-setting-row strong {
  color: #eef4ff;
  font-size: 16px;
}

.how-generate-btn {
  margin-top: 6px;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(102, 219, 205, 0.42);
  background: linear-gradient(135deg, rgba(40, 158, 145, 0.55), rgba(23, 104, 109, 0.66));
  color: #ecfffc;
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
}

.how-loader-dots {
  width: 22px;
  height: 8px;
  position: relative;
  display: inline-block;
}

.how-loader-dots::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 2px 4px, #f1fffb 2px, transparent 2.5px),
    radial-gradient(circle at 11px 4px, #f1fffb 2px, transparent 2.5px),
    radial-gradient(circle at 20px 4px, #f1fffb 2px, transparent 2.5px);
  opacity: 0.35;
  animation: dotsPulse 1.1s infinite ease-in-out;
}

.how-result-shot {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #273246;
  background: #0a1018;
  aspect-ratio: 4 / 5;
  position: relative;
}

.how-result-stack {
  position: absolute;
  inset: 0;
}

.how-result-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  display: block;
  opacity: 0;
  transition: opacity 180ms var(--ease-out);
  will-change: opacity;
}

.how-result-image.is-portrait {
  object-fit: cover;
  object-position: center 28%;
}

.how-result-image.is-visible {
  opacity: 1;
}

.how-result-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8f9eb9;
  font-size: 15px;
  text-align: center;
  padding: 14px;
  transition: opacity 180ms ease;
}

.how-result-placeholder.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.how-results-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
}

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

.how-after-thumb {
  position: relative;
  width: 100%;
  border: 1px solid #273144;
  border-radius: 10px;
  background: #0a1018;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  aspect-ratio: 4 / 5;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 160ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.how-after-thumb:hover {
  border-color: #36507a;
}

.how-after-thumb:active {
  transform: scale(0.98);
}

.how-after-thumb.is-active {
  border-color: rgba(98, 223, 209, 0.54);
  box-shadow: 0 0 0 1px rgba(70, 205, 190, 0.18);
}

.how-after-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms var(--ease-out);
}

.how-after-thumb.is-active img {
  transform: scale(1.018);
}

.how-after-thumb-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: #f4f8ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.how-after-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0), rgba(8, 10, 16, 0.82));
  pointer-events: none;
}

.how-result-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.how-result-meta {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.how-ready-badge {
  border-radius: 999px;
  border: 1px solid rgba(108, 226, 212, 0.45);
  background: rgba(18, 69, 70, 0.44);
  color: #b9fff5;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 11px;
}

.how-result-note {
  color: #94a0bb;
  font-size: 15px;
  line-height: 1.45;
}

.how-open-btn {
  flex: 0 0 auto;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #2a3346;
  background: linear-gradient(180deg, #182034, #121a2a);
  color: #eaf2ff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 160ms var(--ease-out),
    border-color 220ms var(--ease-out),
    background-color 220ms var(--ease-out);
}

.how-open-btn:hover {
  border-color: #36435f;
  transform: translateY(-1px);
}

.how-open-btn:active {
  transform: scale(0.97);
}

.how-flow-note {
  margin: 14px 0 0;
  font-size: 15px;
  color: #8a93ae;
}

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

@keyframes dotsPulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

.landing-paywall-section {
  padding-top: 96px;
}

.landing-paywall {
  position: relative;
  overflow: hidden;
  border: 1px solid #222b41;
  border-radius: 28px;
  background:
    radial-gradient(70% 76% at 50% 0%, rgba(25, 199, 181, 0.17), transparent 62%),
    linear-gradient(180deg, #101725 0%, #070b12 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 30px 90px rgba(0, 0, 0, 0.3);
}

.landing-paywall-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 auto 20px;
  padding: 8px 18px;
  border: 1px solid rgba(25, 199, 181, 0.72);
  border-radius: 999px;
  background: rgba(5, 28, 28, 0.86);
  color: #cafff8;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(25, 199, 181, 0.16);
}

.landing-paywall-content {
  position: relative;
  z-index: 2;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 46px 28px 30px;
}

.landing-paywall-intro {
  text-align: center;
}

.landing-paywall-intro h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.landing-paywall-intro p {
  max-width: 670px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.35;
}

.landing-paywall-panel {
  margin-top: 34px;
}

.landing-paywall-panel h3 {
  margin: 0 0 12px;
  color: #edf2ff;
  font-size: 20px;
  line-height: 1.2;
}

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

.landing-plan {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 18px 18px;
  border: 1px solid #283248;
  border-radius: 18px;
  background: rgba(11, 16, 25, 0.82);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 200ms var(--ease-out),
    background-color 200ms var(--ease-out),
    box-shadow 200ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.landing-plan:hover {
  border-color: rgba(90, 114, 160, 0.9);
  background: rgba(16, 23, 36, 0.9);
  transform: translateY(-1px);
}

.landing-plan:active {
  transform: scale(0.99);
}

.landing-plan:focus-visible {
  outline: 2px solid rgba(25, 199, 181, 0.86);
  outline-offset: 3px;
}

.landing-plan.is-selected {
  border-color: rgba(25, 199, 181, 0.92);
  background:
    radial-gradient(90% 120% at 50% 0%, rgba(25, 199, 181, 0.18), transparent 60%),
    rgba(8, 29, 31, 0.9);
  box-shadow:
    0 0 0 1px rgba(25, 199, 181, 0.22),
    0 18px 44px rgba(25, 199, 181, 0.13);
}

.landing-plan-radio {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid #56627a;
  border-radius: 50%;
}

.landing-plan-radio::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  transform: scale(0.62);
  transition:
    opacity 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.landing-plan.is-selected .landing-plan-radio {
  border-color: var(--accent);
}

.landing-plan.is-selected .landing-plan-radio::after {
  opacity: 1;
  transform: scale(1);
}

.landing-plan-main {
  min-width: 0;
}

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

.landing-plan-name-row strong {
  color: #f8fbff;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 800;
}

.landing-plan-saving {
  color: #80f7b1;
  font-size: 14px;
  font-weight: 800;
}

.landing-plan-result {
  display: block;
  margin-top: 7px;
  color: #aeb8d1;
  font-size: 15px;
  line-height: 1.35;
}

.landing-plan-price {
  display: grid;
  justify-items: end;
  gap: 4px;
  white-space: nowrap;
}

.landing-plan-price strong {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
}

.landing-plan-price span {
  color: #8f9ab3;
  font-size: 13px;
  line-height: 1;
}

.landing-plan-popular {
  position: absolute;
  top: -13px;
  right: 16px;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid rgba(25, 199, 181, 0.78);
  border-radius: 999px;
  background: #1fcbb8;
  color: #05211e;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(25, 199, 181, 0.22);
}

.landing-paywall-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  margin: 20px 0 18px;
  color: #9da7bf;
  font-size: 14px;
}

.landing-paywall-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.landing-paywall-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(25, 199, 181, 0.45);
}

.landing-paywall-cta {
  display: flex;
  width: min(100%, 440px);
  min-height: 58px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.landing-paywall-note {
  margin: 12px 0 0;
  color: #8993aa;
  font-size: 14px;
  text-align: center;
}

.faq {
  max-width: 940px;
}

.faq details {
  background: #0d111b;
  border: 1px solid #1b2233;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.faq details[open] {
  border-color: #2b3b58;
  background: #0f1420;
}

.faq details + details {
  margin-top: 10px;
}

.faq summary {
  list-style: none;
  padding: 16px 52px 16px 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  line-height: 1.35;
}

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

.faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #7e89a9;
  border-bottom: 2px solid #7e89a9;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 22px;
  transition: transform 240ms ease, border-color 200ms ease;
}

.faq details[open] summary::after {
  transform: rotate(-135deg);
  border-color: #98a8d4;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.faq details[open] .faq-answer {
  opacity: 1;
}

.faq-answer-inner {
  margin: 0 16px 14px;
  padding-top: 12px;
  border-top: 1px solid #1b2233;
}

.faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.05;
}

.final-cta p {
  margin: 16px auto 0;
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
}

.final-cta .btn {
  margin-top: 28px;
}

.footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer p {
  margin: 0;
  color: #858da8;
}

.footer-meta {
  display: grid;
  gap: 6px;
}

.footer-legal {
  font-size: 14px;
  color: #7f88a5;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #a3abc3;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: 74px;
  }

  .brand-text {
    font-size: 22px;
  }

  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 15px;
  }

  .topbar .btn-sm {
    padding: 8px 14px;
  }

  .lead {
    font-size: 28px;
  }

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

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

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

  .reference-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .lead {
    font-size: 22px;
  }

  .hero-rail {
    gap: 12px;
  }

  .hero-rail img {
    width: 188px;
    flex-basis: 188px;
    height: 260px;
  }

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

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

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

  .how-upload-layout {
    grid-template-columns: 136px 1fr;
  }

  .how-results-layout {
    grid-template-columns: 1fr;
  }

  .reference-workspace {
    max-width: 780px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rail {
    animation: none !important;
    transform: none !important;
  }

  .faq-answer,
  .faq summary::after,
  .faq details,
  .how-step,
  .how-scene,
  .how-loader-dots::before,
  .showcase-card,
  .showcase-card img,
  .showcase-tab,
  .btn,
  .how-open-btn,
  .how-after-thumb,
  .reference-workspace,
  .reference-pills span,
  .landing-plan,
  .landing-plan-radio::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 640px) {
  .topbar .container {
    padding: 0 12px;
  }

  .topbar-inner {
    min-height: 62px;
    gap: 8px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .brand-text {
    font-size: 17px;
  }

  .topbar .btn-sm {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.08;
    white-space: nowrap;
  }

  .topbar-profile {
    min-height: 38px;
    padding: 5px 10px 5px 5px;
    gap: 8px;
  }

  .topbar-profile-avatar {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .topbar-profile-name {
    max-width: 88px;
    font-size: 14px;
  }

  .hero-free {
    font-size: 16px;
  }

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

  .hero-rail {
    gap: 13px;
  }

  .hero-rail img {
    width: 176px;
    flex-basis: 176px;
    height: 242px;
    border-radius: 16px;
  }

  .lead {
    font-size: 19px;
  }

  .section {
    padding: 62px 0;
  }

  .section-head h2 {
    font-size: 34px;
  }

  .section-head p {
    font-size: 18px;
  }

  .showcase-head {
    align-items: stretch;
    flex-direction: column;
  }

  .showcase-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-top: 22px;
  }

  .showcase-tabs::-webkit-scrollbar {
    display: none;
  }

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

  .showcase-card-caption {
    inset: auto 12px 12px;
  }

  .showcase-card-title {
    font-size: 16px;
  }

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

  .showcase-copy p {
    font-size: 16px;
  }

  .reference-copy h2 {
    font-size: 40px;
  }

  .reference-copy p {
    font-size: 18px;
  }

  .reference-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .reference-actions .btn,
  .reference-access,
  .reference-credit-note {
    width: 100%;
  }

  .reference-workspace {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .reference-image-card {
    aspect-ratio: 1 / 1;
  }

  .reference-image-card img {
    object-position: center center;
  }

  .reference-image-card::after {
    height: 36%;
  }

  .reference-prompt-card {
    padding: 14px;
  }

  .reference-prompt-head {
    font-size: 22px;
  }

  .reference-pills {
    gap: 8px;
  }

  .reference-pills span {
    flex: 1 1 calc(33.333% - 8px);
    min-height: 32px;
    text-align: center;
    padding: 7px 9px;
    font-size: 13px;
  }

  .reference-prompt-text {
    font-size: 16px;
    padding: 13px;
  }

  .landing-paywall-section {
    padding-top: 70px;
  }

  .landing-paywall {
    margin: 0 -4px;
    border-radius: 22px;
  }

  .landing-paywall-eyebrow {
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .landing-paywall-content {
    padding: 30px 20px 22px;
  }

  .landing-paywall-intro h2 {
    font-size: 43px;
  }

  .landing-paywall-intro p {
    font-size: 18px;
  }

  .landing-paywall-panel {
    margin-top: 28px;
  }

  .landing-paywall-panel h3 {
    font-size: 18px;
  }

  .landing-plan-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-plan {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 86px;
    padding: 15px 14px;
    border-radius: 16px;
  }

  .landing-plan-name-row strong {
    font-size: 20px;
  }

  .landing-plan-saving {
    font-size: 13px;
  }

  .landing-plan-result {
    font-size: 14px;
  }

  .landing-plan-price strong {
    font-size: 24px;
  }

  .landing-plan-popular {
    top: -12px;
    right: 12px;
  }

  .landing-paywall-trust {
    justify-content: flex-start;
    gap: 7px 13px;
    font-size: 13px;
  }

  .landing-paywall-cta {
    width: 100%;
    min-height: 56px;
    padding-inline: 8px;
    font-size: 16px;
  }

  .how-step {
    grid-template-columns: 40px 1fr;
    padding: 12px;
  }

  .how-step-index {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .how-step-text strong {
    font-size: 18px;
  }

  .how-step-text span {
    font-size: 15px;
  }

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

  .how-template-card-title {
    font-size: 15px;
  }

  .how-stage {
    overflow: hidden;
    min-height: 0 !important;
    transition: none;
  }

  .how-result-shot {
    display: none;
  }

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

  .how-thumb {
    max-width: none;
    margin: 0;
  }

  .how-result-placeholder {
    min-height: 0;
  }

  .how-result-actions {
    margin-top: 2px;
    align-items: flex-start;
    flex-direction: column;
  }

  .how-open-btn {
    width: 100%;
  }

  .how-after-grid {
    gap: 8px;
  }

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

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

  .problem-mobile-toggle {
    display: inline-flex;
    gap: 8px;
    margin: 0 0 12px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid #242d43;
    background: #0b1019;
  }

  .problem-mobile-toggle button {
    min-height: 36px;
    border: 0;
    border-radius: 999px;
    padding: 7px 12px;
    background: transparent;
    color: #9aa7c8;
    font-size: 14px;
    font-weight: 600;
  }

  .problem-mobile-toggle button.is-active {
    background: #141d2d;
    color: #f0f5ff;
  }

  #problems[data-mobile-view="pain"] .tone-solution {
    display: none;
  }

  #problems[data-mobile-view="solution"] .tone-problem {
    display: none;
  }

  .final-cta h2 {
    font-size: 40px;
  }

  .final-cta p {
    font-size: 18px;
  }

  .footer-inner {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
