@font-face {
  font-family: Nunito;
  src: url("/seo/assets-5737b5846e0b/nunito.woff2") format("woff2");
  font-weight: 500 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #25205c;
  --muted: #4f4a67;
  --yellow: #ffd400;
  --paper: #fffdf7;
  --purple: #6847e8;
  --line: #eee8d8;
  --soft: #f1eeff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    500 16px/1.6 Nunito,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--purple);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}
img {
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  font-weight: 900;
}
h2 {
  font-size: 44px;
  letter-spacing: -1.2px;
  margin-bottom: 14px;
}
h3 {
  font-size: 24px;
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 12px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 40;
}
.skip:focus {
  top: 12px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--yellow);
  border: 0;
  border-radius: 99px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
  text-decoration: none;
  min-height: 44px;
}
.button:hover {
  color: var(--ink);
  background: #f2c500;
}
.button.secondary {
  background: var(--soft);
}
/* Navigation follows the Flutter header, including the mobile popup. */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, #fffdf7, #fffbea, #ffe889);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}
.logo {
  display: block;
  width: 142px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.desktop-nav > a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.desktop-nav .button {
  margin-left: 14px;
  min-width: 150px;
}
.desktop-nav .language-link {
  min-width: 38px;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 99px;
  background: white;
  text-align: center;
}
.mobile-menu {
  display: none;
  position: relative;
}
.mobile-menu summary {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu nav {
  position: absolute;
  right: 0;
  top: 48px;
  min-width: 190px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 12px 38px #25205c26;
}
.mobile-menu nav a {
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
/* The marketing hero retains the original copy, artwork and proportions. */
.hero {
  background: linear-gradient(90deg, #fffdf7, #fffbea, #ffe889);
  padding-bottom: 32px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 9fr 11fr;
  gap: 24px;
  align-items: center;
  height: 700px;
}
.hero h1 {
  font-size: 62px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin-bottom: 24px;
}
.lead {
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 28px;
}
.hero-copy .button {
  padding-inline: 36px;
  font-size: 16px;
}
.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-size: 13px;
  font-weight: 800;
  margin-top: 28px;
}
.checks > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.checks > span:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  background: #eae6ff;
  color: var(--purple);
  border-radius: 50%;
}
.hero-art {
  text-align: left;
  height: 650px;
  position: relative;
  isolation: isolate;
}
.mascot {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 600px;
  object-fit: contain;
}
.orbit {
  position: absolute;
  inset: 105px 4px 20px;
  border-radius: 50%;
  border: 1px solid #edd58288;
  transform: rotate(-25deg);
  z-index: -1;
}
.orbit:after {
  content: "";
  position: absolute;
  inset: 23px;
  border: 1px solid #fff9d5;
  border-radius: 50%;
}
.orbit span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid white;
  border-radius: 16px;
  background: #f1eaff;
  color: var(--purple);
  font-size: 25px;
  transform: rotate(25deg);
}
.orbit span:nth-child(1) {
  right: 10px;
  top: -40px;
}
.orbit span:nth-child(2) {
  right: -6px;
  top: 42%;
  background: #fff7d8;
  color: #b8750f;
}
.orbit span:nth-child(3) {
  left: 5px;
  top: 40%;
}
.orbit span:nth-child(4) {
  left: 0;
  bottom: 0;
  background: #fff7d8;
  color: #b8750f;
}
.float {
  position: absolute;
  background: #fffffff7;
  box-shadow: 0 12px 28px #25205c16;
  border: 1px solid white;
  border-radius: 18px;
  padding: 15px;
  font-size: 13px;
  line-height: 1.4;
}
.float strong {
  font-size: 14px;
  font-weight: 900;
}
.float p {
  color: var(--ink);
  margin: 11px 0;
  font-size: 12px;
  font-weight: 600;
}
.prompt {
  left: 12px;
  top: 70px;
  width: 270px;
  transform: rotate(-1.43deg);
}
.prompt p {
  font-size: 13px;
  font-weight: 700;
}
.result {
  right: 8px;
  bottom: 60px;
  width: 300px;
  transform: rotate(1.15deg);
}
.result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.result-heading strong {
  font-size: 13px;
}
.done {
  font-size: 11px;
  font-weight: 800;
  color: #267134;
}
.pill {
  display: inline-block;
  border: 1px solid #ddd6c5;
  border-radius: 7px;
  padding: 6px 15px;
  font-size: 12px;
  background: white;
}
.demo-action {
  margin-top: 9px;
  display: grid;
  place-items: center;
  height: 38px;
  background: var(--yellow);
  border-radius: 24px;
  font-size: 12px;
  font-weight: 900;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  background: #fffffff2;
  padding: 12px 18px;
  border: 1px solid white;
  border-radius: 22px;
  box-shadow: 0 0 30px #25205c14;
}
.benefits > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 14px;
}
.benefits > div:first-child {
  display: block;
}
.benefits strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}
.benefits small {
  display: block;
  font-size: 12px;
  color: #777287;
  white-space: nowrap;
}
.benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  background: #efe8ff;
  color: var(--purple);
  font-size: 22px;
}
.section {
  padding: 90px 0 100px;
}
.section-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}
.section-heading p {
  font-size: 16px;
  font-weight: 600;
  color: #59659c;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.55;
}
.decorated {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.decorated:before,
.decorated:after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #efeaff;
  left: -90px;
  top: 70px;
}
.decorated:after {
  width: 220px;
  height: 220px;
  background: #fff1ad;
  left: auto;
  right: -105px;
  top: 260px;
}
/* Three original workflow previews, rendered as an ordered HTML list. */
.how {
  background: #fffefb;
  padding-top: 78px;
  padding-bottom: 118px;
}
.how .section-heading {
  margin-bottom: 72px;
}
.steps-wrap {
  position: relative;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.step-card {
  position: relative;
  min-height: 570px;
  padding: 42px 24px 22px;
  background: white;
  border-radius: 26px;
  border: 1px solid #f0ecdf;
  box-shadow: 0 17px 42px #25205c15;
  display: flex;
  flex-direction: column;
}
.step-card h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.step-card > p {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  color: #59659c;
  margin-bottom: 18px;
}
.step-number {
  position: absolute;
  top: -34px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid white;
  background: linear-gradient(#ffec71, var(--yellow));
  box-shadow: 0 8px 22px #ffd4003d;
  font-size: 22px;
  font-weight: 900;
}
.step-curve {
  position: absolute;
  left: 70px;
  top: -52px;
  width: calc(100% - 140px);
  height: 105px;
  z-index: -1;
}
.step-mascot {
  position: absolute;
  left: 58.5%;
  top: 250px;
  width: 145px;
  height: 185px;
  object-fit: contain;
  pointer-events: none;
}
.mini-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.mini-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 128px;
  padding: 8px;
  border-radius: 15px;
  background: #f1eaff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.mini-tool:nth-child(3n + 2) {
  background: #fff0e7;
}
.mini-tool:nth-child(3n) {
  background: #ffe9e9;
}
.mini-tool img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  background: white;
}
.mini-tool span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.step-form > strong {
  display: block;
  font-size: 12px;
  margin: 0 0 7px;
}
.example-input {
  height: 50px;
  padding: 14px;
  background: #fbfbff;
  border: 1px solid #dcdff1;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}
.style-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.style-pills span {
  width: 156px;
  max-width: 100%;
  padding: 11px 8px;
  border-radius: 22px;
  background: #f5f4fc;
  font-size: 12px;
  text-align: center;
  font-weight: 800;
}
.style-pills .selected {
  background: #fff8c9;
  border: 1px solid var(--yellow);
}
.step-action {
  margin-top: auto;
  width: 100%;
  font-size: 13px;
}
.step-result {
  background: #fdfcff;
  border: 1px solid #ebe8f6;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.example-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
}
.example-heading > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: var(--soft);
  border-radius: 50%;
  font-size: 22px;
  color: var(--purple);
}
.example-heading small {
  display: block;
  color: #777287;
  font-size: 12px;
}
.example-text {
  background: white;
  border-radius: 12px;
  padding: 13px;
  margin: 12px 0 10px;
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}
.hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 11px;
}
.hashtags span {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 6px;
}
.example-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.example-actions a {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 42px;
  background: var(--soft);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.example-actions a:last-child {
  background: var(--yellow);
}
/* Original horizontal tool cards. No layout replacement after page load. */
.tools-heading {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 34px;
}
.tools-heading > div {
  flex: 1;
}
.tools-heading .button {
  flex-shrink: 0;
  font-size: 13px;
  margin-bottom: 8px;
}
.section-intro {
  color: #59659c;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 850px;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tool-card {
  display: flex;
  align-items: flex-start;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.tool-card:hover {
  background: #fffdf1;
}
.tool-art {
  flex: 0 0 32%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #ede8ff;
}
.tool-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-ribbon {
  position: absolute;
  top: 10px;
  left: -28px;
  width: 100px;
  text-align: center;
  transform: rotate(-45deg);
  background: #c62828;
  color: white;
  padding: 6px 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.8px;
}
.tool-copy {
  min-width: 0;
  flex: 1;
  padding: 10px;
}
.tool-copy h3,
.tool-copy h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 8px;
}
.tool-copy h3 a,
.tool-copy h2 a {
  text-decoration: none;
}
.tool-copy h3 a:after,
.tool-copy h2 a:after {
  content: "";
  position: absolute;
  inset: 0;
}
.tool-copy p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tool-card:focus-within {
  outline: 3px solid var(--purple);
  outline-offset: 3px;
}
/* Pricing keeps its reserved card sizes while live data refreshes in place. */
.pricing {
  background: white;
  padding-top: 86px;
}
.pricing .section-heading {
  margin-bottom: 28px;
}
.periods {
  display: flex;
  justify-content: center;
  gap: 3px;
  border: 1px solid #e7e3f5;
  background: #faf9ff;
  border-radius: 28px;
  padding: 5px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 38px;
  min-height: 44px;
}
.periods:empty {
  visibility: hidden;
}
.periods button {
  border: 0;
  background: transparent;
  border-radius: 22px;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 900;
  color: var(--ink);
  min-height: 40px;
}
.periods button[aria-pressed="true"] {
  background: var(--yellow);
}
.plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 16px;
  min-height: 380px;
}
.plan-card {
  min-height: 380px;
  padding: 22px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 14px 36px #25205c15;
  display: flex;
  flex-direction: column;
}
.plan-card.featured {
  background: linear-gradient(225deg, #293e84, #10245c);
  color: white;
  box-shadow: 0 14px 36px #ffd4003d;
}
.plan-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 23px;
  min-height: 58px;
}
.plan-icon {
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--soft);
  color: var(--purple);
  font-size: 26px;
}
.plan-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured .plan-icon {
  background: #fff8d7;
  color: #9b7900;
}
.plan-heading h3 {
  font-size: 21px;
  margin: 0 0 3px;
}
.plan-heading p {
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
}
.featured p {
  color: #d8dceb;
}
.plan-price {
  background: #faf9ff;
  padding: 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  min-height: 94px;
}
.featured .plan-price {
  background: #ffffff0f;
}
.price {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
}
.plan-price p {
  font-size: 12px;
  margin: 5px 0 0;
}
.discount {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
}
.discount span {
  background: var(--yellow);
  border-radius: 99px;
  padding: 2px 7px;
  color: var(--ink);
  font-weight: 900;
}
.plan-credit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
}
.plan-credit img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.plan-card > .button {
  margin-top: auto;
  background: var(--soft);
  font-size: 13px;
}
.featured > .button {
  background: var(--yellow);
}
.fine {
  font-size: 12px;
  color: #777287;
  margin-top: 30px;
  font-weight: 700;
}
.center {
  text-align: center;
}
/* FAQ and final CTA retain the original card treatment and mascot. */
#faq {
  padding: 96px 0 100px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 64px;
}
.eyebrow {
  display: inline-block;
  background: #fff7cc;
  padding: 9px 14px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 900;
  margin-bottom: 24px;
}
.faq-grid h2 {
  font-size: 40px;
  letter-spacing: -1.3px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.faq-grid > div > p {
  font-size: 15px;
  line-height: 1.7;
}
.faq-idea {
  padding: 24px;
  margin-top: 32px;
  background: linear-gradient(135deg, #f0ebff, #fff7d6);
  border: 2px solid white;
  border-radius: 24px;
}
.faq-idea > span {
  font-size: 28px;
  color: var(--purple);
}
.faq-idea h3 {
  font-size: 19px;
  line-height: 1.3;
  margin: 16px 0 9px;
}
.faq-idea p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.faq-idea .button {
  font-size: 13px;
}
.faq-card {
  border: 0;
  border-radius: 20px;
  background: white;
  box-shadow: 0 6px 20px #25205c05;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-card[open] {
  background: #fffbea;
  box-shadow: 0 6px 20px #25205c0d;
}
.faq-card summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}
.faq-card summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--soft);
  font-size: 12px;
  font-weight: 900;
}
.faq-card[open] .faq-number {
  background: var(--yellow);
}
.faq-toggle {
  margin-left: auto;
  font-size: 23px;
  flex-shrink: 0;
}
.faq-toggle:before {
  content: "+";
}
.faq-card[open] .faq-toggle:before {
  content: "−";
}
.faq-card > p {
  margin: 0;
  padding: 0 24px 24px 70px;
  font-size: 14px;
  line-height: 1.75;
}
.cta-section {
  background: white;
  padding: 48px 24px 12px;
}
.cta-panel {
  width: min(1200px, 100%);
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #25205c, #3b2874);
  border-radius: 32px;
  padding: 48px;
  color: white;
}
.cta-panel .eyebrow {
  background: #ffffff14;
  color: #fff7cc;
  border: 1px solid #ffffff29;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.cta-panel h2 {
  color: white;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}
.cta-panel h2 span {
  color: var(--yellow);
}
.cta-panel p {
  color: #e0dcef;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.cta-panel .button {
  padding: 18px 24px;
}
.cta-panel .checks {
  font-size: 12px;
  gap: 12px 18px;
  margin-top: 24px;
}
.cta-panel .checks > span:before {
  background: var(--yellow);
  color: var(--ink);
}
.cta-visual {
  position: relative;
  text-align: center;
  background: radial-gradient(circle, #ffd40038, transparent 67%);
  border-radius: 50%;
}
.cta-visual img {
  height: 350px;
  width: 350px;
  object-fit: contain;
}
footer {
  background: white;
  padding: 68px 20px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-grid .logo {
  width: 128px;
}
.footer-grid h2 {
  font-size: 16px;
  letter-spacing: 0;
  margin: 12px 0 18px;
}
.footer-grid p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 300px;
}
.footer-grid > div > a:not(:first-child) {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
}
.copyright {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 48px;
  font-size: 13px;
  color: #777287;
}
/* Public documents share the same typography and navigation. */
.article {
  max-width: 860px;
  padding: 55px 0 80px;
}
.library {
  padding-block: 55px 80px;
}
.article-intro {
  padding-bottom: 14px;
}
.article-intro h1 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -1.3px;
}
.article-intro .lead {
  max-width: 760px;
}
.article-intro .eyebrow {
  display: block;
  width: fit-content;
}
.breadcrumb {
  display: block;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 35px;
}
.toc {
  border: 1px solid var(--line);
  padding: 26px;
  border-radius: 18px;
  background: white;
  margin: 28px 0;
}
.toc h2 {
  font-size: 21px;
  letter-spacing: 0;
}
.toc a {
  display: block;
  font-size: 15px;
  padding: 6px 0;
}
.policy-section {
  padding-top: 30px;
}
.policy-section h2 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.policy-section p,
.policy-section li {
  line-height: 1.85;
  color: var(--muted);
  font-size: 16px;
}
.policy-section li {
  margin-bottom: 12px;
}
.contact-box {
  background: #f1ecff;
  border-radius: 22px;
  padding: 28px;
  margin-top: 40px;
}
.contact-box h2 {
  font-size: 25px;
}
.contact-box p {
  margin: 18px 0 0;
}
.resource-points {
  padding-left: 24px;
  margin: 15px 0 40px;
  color: var(--muted);
}
.resource-points li {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits small {
    white-space: normal;
  }
  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1131px) {
  .hero-grid {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 0;
    text-align: center;
  }
  .hero-copy {
    padding: 32px 4px 20px;
    max-width: 700px;
  }
  .hero h1 {
    font-size: 36px;
    letter-spacing: -1.1px;
    max-width: 580px;
    margin: 0 auto 18px;
  }
  .hero .lead {
    font-size: 16px;
    max-width: 580px;
    margin: 0 auto 22px;
  }
  .checks {
    justify-content: center;
    margin-top: 20px;
    gap: 10px 18px;
  }
  .hero-art {
    width: min(100%, 460px);
    height: 507px;
  }
  .mascot {
    width: 375px;
    height: 450px;
    bottom: 16px;
  }
  .orbit {
    inset: 65px 0 20px;
  }
  .prompt {
    width: 235px;
    left: 6px;
    top: 6px;
    font-size: 12px;
  }
  .result {
    width: 265px;
    right: 6px;
    bottom: 6px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .step-card {
    min-height: 650px;
  }
  .step-curve,
  .step-mascot {
    display: none;
  }
  .mini-tools {
    grid-auto-rows: 128px;
  }
  .step-form {
    max-width: 100%;
  }
  .step-action {
    margin-top: auto;
  }
  .faq-grid {
    gap: 40px;
  }
  .tools-heading .button {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .nav {
    min-height: 64px;
  }
  .nav .logo {
    width: 96px;
    height: 48px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-panel {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px;
  }
  .cta-panel .checks {
    justify-content: center;
  }
  .cta-panel h2 {
    font-size: 30px;
  }
  .cta-visual img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 819px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-grid h2 {
    font-size: 32px;
  }
  .tools-heading {
    display: block;
  }
  .tools-heading .button {
    margin-top: 20px;
  }
  .hero .checks {
    font-size: 12px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 699px) {
  h2 {
    font-size: 31px;
  }
  .section {
    padding: 64px 0;
  }
  .how {
    padding-bottom: 80px;
  }
  .how .section-heading {
    margin-bottom: 64px;
  }
  .section-heading p,
  .section-intro {
    font-size: 16px;
  }
  .benefits {
    grid-template-columns: 1fr;
    width: min(100%, 300px);
    margin: auto;
  }
  .benefits > div {
    min-height: 65px;
  }
  .hero-art {
    height: 470px;
  }
  .mascot {
    width: 350px;
    height: 420px;
  }
  .prompt {
    width: 205px;
    padding: 12px;
  }
  .prompt strong {
    font-size: 12px;
  }
  .prompt p {
    font-size: 11px;
  }
  .prompt .pill {
    font-size: 11px;
    padding: 5px 10px;
  }
  .result {
    width: 235px;
    padding: 12px;
  }
  .result p {
    font-size: 11px;
  }
  .result-heading strong {
    font-size: 11px;
  }
  .done {
    font-size: 10px;
  }
  .orbit span {
    width: 40px;
    height: 40px;
  }
  .tool-grid {
    grid-template-columns: 1fr;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .periods {
    gap: 0;
  }
  .periods button {
    padding: 10px 13px;
  }
  .cta-section {
    padding: 48px 24px 12px;
  }
  .cta-panel .eyebrow {
    font-size: 10px;
  }
  .article,
  .library {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .article-intro h1 {
    font-size: 35px;
  }
  .policy-section h2 {
    font-size: 23px;
  }
  .toc,
  .contact-box {
    padding: 22px;
  }
  .lead {
    font-size: 17px;
  }
  .step-card {
    padding-inline: 24px;
  }
  .mini-tools {
    gap: 8px;
  }
  .mini-tool {
    padding: 6px;
    font-size: 11px;
  }
  .style-pills span {
    width: 145px;
  }
  .faq-card summary {
    gap: 12px;
    padding: 18px 16px;
  }
  .faq-card > p {
    padding: 0 18px 20px 62px;
  }
}
@media (max-width: 359px) {
  .periods button {
    padding-inline: 10px;
  }
  .step-card {
    padding-inline: 18px;
  }
  .mini-tools {
    gap: 6px;
  }
  .mini-tool {
    padding: 4px;
    font-size: 10px;
  }
  .hero-art {
    height: 430px;
  }
  .mascot {
    width: 300px;
    height: 360px;
  }
  .prompt {
    width: 180px;
  }
  .result {
    width: 210px;
  }
  .cta-panel {
    padding: 24px 18px;
  }
  .cta-panel h2 {
    font-size: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.decorated > .wrap:before,
.decorated > .wrap:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  background: radial-gradient(
      circle at 2px 2px,
      var(--yellow) 2px,
      transparent 2.5px
    )
    0 0/14px 14px;
  right: 28px;
  top: 42px;
  z-index: -1;
  pointer-events: none;
}
.decorated > .wrap:after {
  left: 26px;
  right: auto;
  top: auto;
  bottom: 35px;
}
