:root {
  color-scheme: light;
  --ink: #17131f;
  --muted: #686271;
  --line: #ded9e4;
  --paper: #fffdfb;
  --mist: #f5f1f7;
  --plum: #6f3cff;
  --plum-dark: #4d24c7;
  --apricot: #ffbd83;
  --mint: #baf2d8;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; }
a { color: inherit; }

.site-header, main, .minimal-footer { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -0.025em; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--apricot); font-family: Fraunces, Georgia, serif; font-size: 1.1rem; }
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a, .minimal-footer nav a { color: var(--muted); font-size: 0.84rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible, .minimal-footer nav a:hover, .minimal-footer nav a:focus-visible { color: var(--ink); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-size: 0.92rem; font-weight: 700; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgb(111 60 255 / 28%); outline-offset: 3px; }
.button-small { min-height: 40px; padding-inline: 17px; background: var(--ink); color: white; font-size: 0.82rem; }
.button-primary { background: var(--plum); color: white; box-shadow: 0 12px 28px rgb(81 42 190 / 22%); }
.button-primary:hover { background: var(--plum-dark); }
.button-quiet { border-color: var(--line); background: white; }

.hero { min-height: 590px; display: grid; grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr); align-items: center; gap: 54px; padding: 66px 0; }
.eyebrow { margin: 0 0 14px; color: var(--plum-dark); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 20px; font-family: Fraunces, Georgia, serif; font-size: clamp(3rem, 4.5vw, 4.6rem); font-weight: 650; line-height: 0.98; letter-spacing: -0.048em; }
h1 em { color: var(--plum); font-style: italic; }
h2 { margin-bottom: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(2.15rem, 3.3vw, 3.15rem); font-weight: 650; line-height: 1.04; letter-spacing: -0.042em; }
h3 { margin-bottom: 12px; font-size: 1.4rem; line-height: 1.18; letter-spacing: -0.035em; }
.hero-text { max-width: 630px; margin-bottom: 28px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { margin: 18px 0 0; color: #766f7d; font-size: 0.76rem; font-weight: 650; }
.hero-note span { color: #188257; }

.hero-image { overflow: hidden; width: 100%; max-width: 100%; min-width: 0; margin: 0; border: 1px solid #d8d2de; border-radius: 20px; background: #485067; box-shadow: 0 28px 70px rgb(50 35 72 / 18%); animation: hero-image-in 520ms cubic-bezier(.2,.75,.25,1) both; }
.hero-image img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }

.proof-strip { min-height: 96px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; border-block: 1px solid var(--line); }
.proof-strip > div { min-height: 48px; display: flex; flex-direction: column; justify-content: center; padding: 0 26px; border-left: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; border-left: 0; }
.proof-strip strong { font-size: 1.02rem; letter-spacing: -0.02em; }
.proof-strip span { color: var(--muted); font-size: 0.74rem; }

.features { padding: 84px 0 90px; }
.section-heading { max-width: 730px; margin-bottom: 36px; }
.section-heading > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); }
.workflow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.workflow-grid article { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--mist); }
.workflow-grid article > p { color: var(--muted); font-size: 0.94rem; }
.workflow-grid .workflow-featured { background: var(--plum); color: white; }
.workflow-grid .workflow-featured > p { color: #e8e1ff; }
.workflow-number { margin-bottom: 42px; color: var(--plum); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em; }
.workflow-featured .workflow-number { color: var(--apricot); }
.workflow-label { margin-top: auto; padding-top: 24px; font-size: 0.76rem; font-weight: 750; }

.format-panel { display: grid; grid-template-columns: minmax(0, 1fr) 0.62fr; gap: 42px 70px; padding: 54px; border-radius: 24px; background: #f0eaff; }
.format-copy { max-width: 650px; }
.format-copy > p:last-child { margin: 18px 0 0; color: var(--muted); }
.format-list { display: grid; align-content: center; gap: 9px; }
.format-list > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; padding: 12px 14px; border: 1px solid rgb(111 60 255 / 15%); border-radius: 11px; background: rgb(255 255 255 / 72%); font-size: 0.83rem; }
.format-list span { color: var(--muted); }
.format-list b { color: #a89ab9; }
.format-list strong { text-align: right; }
.quality-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; padding-top: 26px; border-top: 1px solid rgb(111 60 255 / 17%); }
.quality-value { min-width: 82px; font-family: Fraunces, Georgia, serif; color: var(--plum); font-size: 2.25rem; font-weight: 700; }
.quality-note p { max-width: 680px; margin: 3px 0 0; color: var(--muted); font-size: 0.9rem; }

.privacy-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr); gap: 70px; margin-top: 20px; padding: 58px; border-radius: 24px; background: var(--ink); color: white; }
.privacy-copy { max-width: 650px; }
.privacy-panel .eyebrow { color: var(--apricot); }
.privacy-copy > p:not(.eyebrow) { margin: 18px 0 24px; color: #c9c3ce; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); font-size: 0.85rem; font-weight: 750; text-decoration: none; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }
.privacy-panel ul { display: grid; align-content: center; gap: 11px; margin: 0; padding: 0; list-style: none; }
.privacy-panel li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 11px; background: rgb(255 255 255 / 5%); }
.privacy-panel li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-weight: 800; }
.privacy-panel li div { display: flex; flex-direction: column; }
.privacy-panel li strong { font-size: 0.86rem; }
.privacy-panel li small { color: #a9a2b1; font-size: 0.72rem; }

.steps { padding: 90px 0; border-bottom: 1px solid var(--line); }
.compact-heading { max-width: 680px; }
.steps ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.steps li { min-height: 218px; padding: 28px 25px; border-left: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; border-left: 0; }
.steps li > span { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: #eee8ff; color: var(--plum); font-size: 0.72rem; font-weight: 800; }
.steps li strong { display: block; margin-bottom: 8px; font-size: 0.96rem; }
.steps li p { margin: 0; color: var(--muted); font-size: 0.85rem; }

.faq { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr); gap: 82px; padding: 88px 0; }
.faq-heading { max-width: 390px; }
.faq-heading > p:last-child { margin-top: 18px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 42px 20px 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--plum); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -2px 42px 20px 0; color: var(--muted); font-size: 0.92rem; }

.feedback { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 34px 0; border-block: 1px solid var(--line); }
.feedback > div { max-width: 680px; }
.feedback h2 { font-size: 2rem; }
.feedback > div > p:last-child { margin: 10px 0 0; color: var(--muted); }
.closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 44px; margin-top: 28px; padding: 44px 48px; border-radius: 24px; background: var(--apricot); }
.closing-cta > div { max-width: 680px; }
.closing-cta h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.button-light { flex: 0 0 auto; background: white; color: var(--ink); box-shadow: 0 10px 24px rgb(80 50 30 / 12%); }

.minimal-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 0.82rem; }
.minimal-footer > div { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.minimal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.not-found { min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { margin-bottom: 14px; }
.not-found > p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); font-size: 1.05rem; }

@keyframes hero-image-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding: 60px 0 72px; }
  .hero-image { max-width: 640px; animation: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); padding-block: 10px; }
  .proof-strip > div { min-height: 62px; }
  .proof-strip > div:nth-child(3) { border-left: 0; }
  .workflow-grid, .format-panel, .privacy-panel, .faq { grid-template-columns: 1fr; }
  .format-panel, .privacy-panel { gap: 34px; padding: 38px; }
  .quality-note { grid-column: auto; }
  .steps ol { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3) { border-left: 0; }
  .steps li:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .feedback, .closing-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  .site-header, main, .minimal-footer { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 68px; }
  .brand > span:last-child { display: none; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.4rem); }
  .hero-note { display: grid; gap: 3px; }
  .proof-strip > div { padding-inline: 12px; }
  .features, .steps, .faq { padding-block: 68px; }
  .workflow-grid article, .format-panel, .privacy-panel, .closing-cta { padding: 24px; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child { min-height: auto; padding: 24px 0; border-left: 0; }
  .steps li:nth-child(n + 2) { border-top: 1px solid var(--line); }
  .quality-note { align-items: flex-start; flex-direction: column; gap: 6px; }
  .minimal-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
  .minimal-footer nav { justify-content: flex-start; gap: 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .text-link span { transition: none; }
  .hero-image { animation: none; }
}
