:root {
  color-scheme: light;
  --ink: #20201f;
  --muted: #706d67;
  --line: #ded8ce;
  --paper: #fffdf9;
  --canvas: #f4f0e9;
  --night: #252b32;
  --night-2: #171c22;
  --accent: #b84e36;
  --accent-dark: #913822;
  --accent-soft: #f9e9e2;
  --green: #17745a;
  --green-soft: #e7f5ee;
  --red: #b93642;
  --shadow: 0 22px 64px rgba(43, 37, 31, .12);
  --radius: 22px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-size: 16px; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0 0 auto; height: 480px; z-index: -1; background: radial-gradient(circle at 8% 0, #fff8eb 0, transparent 48%), radial-gradient(circle at 92% 10%, #ead4c7 0, transparent 42%); pointer-events: none; }
body.flow-active .hero, body.flow-active .showcase { display: none; }
button, input, textarea { font: inherit; }
button, label, input[type="radio"], input[type="checkbox"] { cursor: pointer; }
a { color: var(--accent-dark); }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.site-header { min-height: 72px; padding: 12px max(22px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255,253,249,.88); border-bottom: 1px solid rgba(185,174,159,.55); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 30; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 850; font-size: 19px; letter-spacing: -.02em; }
.brand-logo { width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 7px 11px rgba(87,55,27,.16)); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.account-pill { padding: 8px 12px; border-radius: 999px; color: #0d634a; background: var(--green-soft); font-size: 13px; font-weight: 750; white-space: nowrap; }
.social-link { width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; border: 1px solid rgba(39,135,245,.22); border-radius: 50%; background: #fff; box-shadow: 0 7px 18px rgba(39,135,245,.13); }
.social-link img, .social-link svg { width: 30px; height: 30px; display: block; object-fit: contain; }
.help-link { border: 0; padding: 8px 4px; color: var(--ink); background: transparent; font-weight: 750; }

main { width: min(1240px, calc(100% - 44px)); margin: 0 auto; }
.eyebrow { margin-bottom: 8px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero { min-height: 610px; padding: 48px 0 58px; display: grid; grid-template-columns: minmax(0,.86fr) minmax(520px,1.14fr); align-items: center; gap: clamp(32px,6vw,78px); }
.hero-copy { max-width: 610px; }
.hero h1 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px,5.2vw,72px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.hero-lead { max-width: 600px; margin-bottom: 26px; color: #595650; font-size: 19px; }
.hero-button { width: fit-content !important; min-width: 260px; }
.hero-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.hero-visual { transform: rotate(.7deg); }

.primary-button, .secondary-button, .text-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; text-align: center; text-decoration: none; font-weight: 800; transition: transform .18s, box-shadow .18s, background .18s; }
.primary-button { border: 1px solid var(--accent); padding: 12px 20px; color: #fff; background: var(--accent); box-shadow: 0 10px 24px rgba(184,78,54,.2); }
.primary-button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .58; transform: none; }
.secondary-button { border: 1px solid #bfb6aa; padding: 12px 20px; color: var(--ink); background: #fff; }
.text-button { min-height: 38px; border: 0; padding: 6px 8px; color: var(--accent-dark); background: transparent; box-shadow: none; }
.narrow { width: min(420px,100%); }

.showcase { padding: 68px 0 78px; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px,4.2vw,56px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.section-heading.compact { max-width: 680px; margin-bottom: 22px; }
.section-heading.compact h2 { font-size: clamp(32px,4vw,48px); }
.showcase-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.showcase-card { overflow: hidden; border: 1px solid rgba(184,170,154,.58); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.compare { --reveal: 50%; position: relative; aspect-ratio: 1/1; overflow: hidden; isolation: isolate; background: #d8d1c8; touch-action: pan-y; }
.compare-layer { position: absolute; inset: 0; background-image: var(--compare-image); background-repeat: no-repeat; background-size: 200% 100%; }
.compare-before { background-position: left center; }
.compare-after { background-position: right center; clip-path: inset(0 0 0 var(--reveal)); }
.compare-line { position: absolute; inset: 0 auto 0 var(--reveal); width: 2px; z-index: 3; color: var(--night); background: rgba(255,255,255,.88); transform: translateX(-1px); pointer-events: none; }
.compare-line i { width: 38px; height: 38px; display: grid; place-items: center; position: absolute; left: 50%; top: 50%; border: 3px solid #fff; border-radius: 50%; font-style: normal; font-size: 17px; background: rgba(255,253,249,.96); box-shadow: 0 4px 14px rgba(0,0,0,.22); transform: translate(-50%,-50%); }
.compare-label { position: absolute; top: 14px; z-index: 4; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(18,21,25,.72); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.before-label { left: 14px; }.after-label { right: 14px; }
.compare input { width: 100%; height: 100%; margin: 0; position: absolute; inset: 0; z-index: 5; opacity: 0; cursor: ew-resize; }
.showcase-caption { padding: 15px 18px 17px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.showcase-caption strong { font-size: 17px; }.showcase-caption span { color: var(--muted); font-size: 13px; text-align: right; }

.start-section { padding: 54px 0 72px; border-top: 1px solid var(--line); scroll-margin-top: 72px; }
.start-section > .section-heading { max-width: 900px; }
.service-pause > .auth-card,
.service-pause > .creator { display: none !important; }
.auth-card { max-width: 900px; margin: 0 auto 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 14px 42px rgba(43,37,31,.08); }
.auth-step > label, .support-dialog label { display: block; margin-bottom: 8px; font-weight: 800; }
.inline-field { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
input[type="email"], .code-input, textarea, .role-input { width: 100%; border: 1px solid #cfc6ba; border-radius: 13px; padding: 14px 15px; color: var(--ink); background: #fff; outline: none; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(184,78,54,.11); }
.code-input { max-width: 260px; letter-spacing: .28em; font-size: 20px; font-weight: 800; }
.field-hint { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.auth-links { display: flex; gap: 8px; margin-top: 7px; }
.verified-account { min-height: 64px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; }
.verified-account strong { overflow-wrap: anywhere; }
.verified-account p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.success-dot { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }

.creator { width: 100%; display: grid; gap: 18px; margin: 0 auto; }
.workspace-grid { min-width: 0; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.86fr) minmax(0,1.2fr); align-items: stretch; gap: 14px; }
.workspace-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--paper); box-shadow: 0 14px 42px rgba(43,37,31,.07); transition: border-color .18s, box-shadow .18s, background .18s; }
.workspace-card.is-complete { border-color: #8fc3ae; background: #fbfffd; box-shadow: 0 14px 42px rgba(44,107,84,.09); }
.workspace-card.is-complete .step-number { color: #fff; background: var(--green); font-size: 0; }
.workspace-card.is-complete .step-number::after { content: "✓"; font-size: 16px; }
.panel-heading { min-height: 72px; display: flex; align-items: flex-start; gap: 13px; }
.panel-heading h3 { margin: 0 0 4px; font-size: 20px; line-height: 1.2; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.panel-heading p strong { color: var(--accent-dark); }
.panel-heading em, .screenshot-field em { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 600; }
.step-number, .assistant-avatar { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; color: var(--accent-dark); background: var(--accent-soft); font-weight: 850; }
.drop-zone { min-height: 164px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1.5px dashed #b9afa2; border-radius: 17px; padding: 12px; background: #fbf8f3; text-align: center; cursor: pointer; transition: border-color .18s, background .18s; }
.drop-zone:hover, .drop-zone.dragging { border-color: var(--accent); background: var(--accent-soft); }
.drop-zone span:last-child { max-width: 330px; color: var(--muted); font-size: 13px; }
.drop-icon { color: var(--accent); font-size: 30px; line-height: 1; }
.thumb-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.thumb-list.single { grid-template-columns: minmax(100px,150px); }
.thumb { min-width: 0; position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 14px; background: #e9e3da; }
.thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.thumb button { width: 30px; height: 30px; display: grid; place-items: center; position: absolute; top: 6px; right: 6px; border: 0; border-radius: 50%; color: #fff; background: rgba(24,28,32,.8); font-size: 20px; }
.thumb-role { position: absolute; inset: auto 6px 6px; padding: 5px 7px; overflow: hidden; border-radius: 8px; color: #fff; background: rgba(24,28,32,.76); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.assistant-guide { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px 18px; position: relative; scroll-margin-top: 84px; border: 1px solid #c9c2b7; border-radius: 18px; padding: 17px 20px; color: #f7f4ef; background: linear-gradient(135deg,#1f252b,#303940); box-shadow: 0 16px 42px rgba(22,26,30,.14); }
.assistant-identity { min-width: 0; display: flex; align-items: center; gap: 13px; }
.assistant-guide-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: var(--accent); }
.assistant-guide-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.assistant-guide-icon svg path:last-child { fill: currentColor; stroke: none; }
.assistant-name { display: block; margin-bottom: 2px; color: #f4b5a5; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.assistant-identity strong { display: block; font-size: 17px; }
.assistant-identity p { margin: 3px 0 0; color: #d8dde1; font-size: 14px; }
.assistant-help-button { min-height: 44px; border: 1px solid rgba(255,255,255,.36); border-radius: 12px; padding: 9px 14px; color: #fff; background: rgba(255,255,255,.08); font-weight: 800; }
.assistant-help-button:hover, .assistant-help-button[aria-expanded="true"] { border-color: #fff; background: rgba(255,255,255,.16); }
.assistant-help { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 12px; }
.assistant-help span { padding: 9px 10px; border-radius: 10px; color: #e8ecef; background: rgba(255,255,255,.07); font-size: 13px; }
.assistant-help b { color: #f4b5a5; }
.prompt-card { display: flex; flex-direction: column; }
.prompt-card .composer { margin-top: auto; }
.composer { position: relative; }
.composer textarea { min-height: 164px; padding: 15px 102px 15px 15px; resize: vertical; }
.composer-actions { display: flex; gap: 7px; position: absolute; right: 10px; bottom: 10px; }
.icon-button, .send-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #c7beb1; border-radius: 50%; background: #fff; font-weight: 850; }
.voice-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.send-button { border-color: var(--accent); color: #fff; background: var(--accent); font-size: 23px; }
.icon-button.recording { color: #fff; border-color: var(--red); background: var(--red); animation: pulse 1.2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(185,54,66,.12); } }
.choice-row button { min-height: 38px; border: 1px solid #cfc6ba; border-radius: 999px; padding: 7px 12px; color: var(--ink); background: #fff; }
.choice-row button:hover, .choice-row button.active { color: var(--accent-dark); border-color: var(--accent); background: var(--accent-soft); }
.people-question { margin: 18px 0; padding: 17px; border: 1px solid #e1bda9; border-radius: 16px; background: #fff8f2; }
.people-question > p { margin: 4px 0 12px; color: var(--muted); }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.role-editor { display: grid; gap: 10px; margin-top: 14px; }
.role-help { margin: 0; color: var(--muted); font-size: 12px; }
.role-row { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.role-row img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.role-row label { color: var(--muted); font-size: 12px; }
.role-input { padding: 9px 10px; }
.format-select { display: grid; grid-template-columns: auto minmax(180px,260px); align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px; font-weight: 800; }
.format-select select { min-height: 46px; border: 1px solid #cfc6ba; border-radius: 12px; padding: 8px 38px 8px 12px; color: var(--ink); background: #fff; font: inherit; }
.summary-card { margin-top: 18px; padding: 16px 18px; border-left: 4px solid var(--green); border-radius: 4px 14px 14px 4px; background: var(--green-soft); }
.summary-card > span { display: block; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.summary-card strong { display: block; margin: 4px 0; }.summary-card p { margin: 0; color: #49675c; font-size: 12px; }
.summary-card .summary-detail { margin: 7px 0; padding: 8px 10px; border-radius: 9px; color: #214f42; background: rgba(255,255,255,.72); }
.consents { display: grid; gap: 10px; margin: 20px 0; }
.consents label { display: grid; grid-template-columns: 21px 1fr; align-items: start; gap: 10px; color: #4d4b47; font-size: 13px; }
.consents input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--accent); }
.legal-hint { margin: 8px 0 0; color: #69655f; font-size: 12px; line-height: 1.5; }
.legal-hint a, .support-consent a { color: #8f3425; text-underline-offset: 2px; }
.support-consent { display: grid; grid-template-columns: 21px 1fr; align-items: start; gap: 10px; margin: 14px 0 4px; color: #4d4b47; font-size: 13px; line-height: 1.45; }
.support-consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--accent); }
.creation-actions { width: min(760px,100%); margin: 0 auto; }
.create-button { width: 100%; flex-direction: column; }
.create-button small { margin-top: 1px; font-weight: 500; opacity: .82; }
.trial-note { margin: 8px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.field-error { min-height: 1.35em; margin: 8px 0 0; color: var(--red); font-size: 13px; }

.state-section { min-height: 560px; padding: 70px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.state-section > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.state-section h2, .result-section h2 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px,4.5vw,52px); font-weight: 500; }
.status-spinner { width: 52px; height: 52px; margin-bottom: 20px; border: 5px solid #e1d8ce; border-top-color: var(--accent); border-radius: 50%; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.progress-track { width: min(520px,100%); height: 8px; margin: 21px 0 14px; overflow: hidden; border-radius: 99px; background: #dfd8cf; }
.progress-track span { display: block; width: 10%; height: 100%; border-radius: inherit; background: var(--accent); transition: width .35s; }
.process-steps { width: min(560px,100%); display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 0 0 16px; padding: 0; list-style: none; color: #9a948c; font-size: 12px; }
.process-steps li.active { color: var(--accent-dark); font-weight: 850; }
.payment-actions { display: grid; gap: 4px; margin-top: 18px; }
.payment-actions .primary-button, .payment-actions .text-button { width: 100%; }
.sbp-button { gap: 10px; }
.sbp-mark { min-width: 45px; padding: 4px 7px; border-radius: 8px; color: #20201f; background: #fff; font-size: 11px; font-weight: 950; letter-spacing: .06em; }
.payment-card-button { min-height: 44px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.payment-note { width: min(430px,100%); margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.payment-qr { width: min(380px,100%); display: grid; justify-items: center; gap: 12px; margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(41,30,25,.09); text-align: center; }
.payment-qr img { width: min(240px,100%); aspect-ratio: 1; display: block; object-fit: contain; }
.payment-qr .secondary-button { width: 100%; }
.payment-qr p { margin: 0; color: var(--green); font-size: 13px; font-weight: 750; }
.result-section { padding: 76px 0; }
.result-copy { max-width: 760px; margin-bottom: 26px; }.result-copy > p:last-child { color: var(--muted); font-size: 17px; }
.result-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); align-items: start; gap: 28px; }
.preview-frame { margin: 0; overflow: hidden; border-radius: var(--radius); background: #ddd6cc; box-shadow: var(--shadow); }
.preview-frame img { width: 100%; max-height: 780px; display: block; object-fit: contain; }
.checkout-panel { position: sticky; top: 96px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.checkout-price { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 12px; }.checkout-price span { font-weight: 750; }.checkout-price strong { font-size: 29px; white-space: nowrap; }.checkout-panel > p { color: var(--muted); }.checkout-panel .primary-button, .checkout-panel .secondary-button { width: 100%; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: #fff; background: var(--green); font-size: 32px; font-weight: 900; }

.support-dialog { width: min(620px,calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 34px 100px rgba(21,22,24,.34); }
.support-dialog::backdrop { background: rgba(18,21,24,.62); backdrop-filter: blur(5px); }
.support-dialog form { padding: 24px; }
.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }.dialog-heading h2 { margin-bottom: 8px; font-family: Georgia,serif; font-size: 34px; font-weight: 500; }.support-dialog textarea { resize: vertical; }.screenshot-field { margin-top: 14px; padding: 13px; border: 1px dashed #c7beb1; border-radius: 13px; }.screenshot-field input { width: 100%; margin-top: 7px; }.support-dialog .primary-button { width: 100%; }

footer { margin-top: 30px; padding: 36px max(22px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 28px; color: #c9cdd1; background: var(--night-2); font-size: 13px; }footer strong { color: #fff; font-size: 17px; }footer p { margin: 5px 0 0; }footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }footer a { color: #eef0f2; }footer > div:last-child { text-align: right; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (max-width: 920px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 44px; gap: 34px; }.hero-copy { max-width: 760px; }.hero h1 { font-size: clamp(44px,8.5vw,66px); }.hero-visual { width: min(760px,100%); transform: none; }
  .workspace-grid { grid-template-columns: 1fr 1fr; }.prompt-card { grid-column: 1/-1; }.prompt-card .composer textarea { min-height: 132px; }
  .result-layout { grid-template-columns: 1fr; }.checkout-panel { position: static; }
  footer { grid-template-columns: 1fr 1fr; }footer nav { grid-column: 1/-1; grid-row: 2; justify-content: flex-start; }footer > div:last-child { text-align: right; }
}

@media (max-width: 680px) {
  .site-header { min-height: 60px; padding: 9px 12px; }.brand { gap: 7px; font-size: 15px; }.brand-logo { width: 36px; height: 36px; flex-basis: 36px; }.header-actions { gap: 6px; }.social-link { width: 32px; height: 32px; flex-basis: 32px; }.social-link img, .social-link svg { width: 26px; height: 26px; }.help-link { display: none; }.account-pill { display: inline-flex; min-height: 30px; padding: 5px 8px; font-size: 10px; }
  main { width: min(100% - 20px,620px); }.hero { padding: 28px 0 34px; gap: 24px; }.hero h1 { margin-bottom: 12px; font-size: clamp(34px,10vw,44px); }.hero-lead { margin-bottom: 18px; font-size: 16px; }.hero-button { width: 100% !important; }.hero-note { font-size: 12px; }.hero-visual .compare { aspect-ratio: 1.08/1; }
  .showcase { padding: 44px 0 58px; }.showcase-grid { grid-template-columns: 1fr; gap: 15px; }.showcase-caption { padding: 12px 14px 14px; }.showcase-caption span { max-width: 45%; }.section-heading h2 { font-size: 36px; }
  .start-section { padding: 24px 0 42px; }.start-section > .section-heading { margin-bottom: 10px; }.start-section > .section-heading .eyebrow { margin-bottom: 4px; }.start-section > .section-heading h2 { margin-bottom: 5px; font-size: 30px; }.start-section > .section-heading > p:last-child { font-size: 14px; }
  .auth-card { padding: 16px; border-radius: 17px; }.inline-field { grid-template-columns: 1fr; }.inline-field .primary-button { width: 100%; }.code-input { max-width: none; }
  .creator { gap: 8px; }.assistant-guide { grid-template-columns: 1fr auto; gap: 7px; padding: 9px 10px; border-radius: 14px; }.assistant-guide-icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; }.assistant-guide-icon svg { width: 22px; height: 22px; }.assistant-identity { gap: 8px; }.assistant-identity strong { font-size: 14px; }.assistant-identity p { margin-top: 1px; font-size: 11px; }.assistant-name { font-size: 8px; }.assistant-help-button { min-height: 36px; padding: 6px 8px; font-size: 11px; }.assistant-help { grid-template-columns: 1fr; }
  .workspace-grid { grid-template-columns: 1fr 1fr; gap: 7px; }.workspace-card { padding: 9px; border-radius: 15px; }.workspace-card .field-error:empty { display: none; }.panel-heading { min-height: 56px; gap: 7px; }.panel-heading h3 { font-size: 15px; }.panel-heading p { font-size: 10px; line-height: 1.2; }.step-number { width: 25px; height: 25px; flex-basis: 25px; font-size: 12px; }.drop-zone { min-height: 96px; padding: 6px 4px; border-radius: 12px; }.drop-zone strong { font-size: 12px; }.drop-zone span:last-child { font-size: 9px; line-height: 1.15; }.drop-icon { font-size: 22px; }.thumb-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }.thumb-list.single { grid-template-columns: minmax(76px,100px); }.thumb { border-radius: 11px; }.thumb button { width: 28px; height: 28px; }
  .prompt-card { grid-column: 1/-1; }.prompt-card .panel-heading { min-height: auto; margin-bottom: 5px; }.prompt-card .composer textarea { min-height: 78px; padding-right: 92px; font-size: 16px; resize: none; }.prompt-card .field-hint { margin-top: 4px; font-size: 9px; }.voice-button, .send-button { width: 40px; height: 40px; }.choice-row { display: grid; grid-template-columns: 1fr 1fr; }.people-question { margin: 2px 0; padding: 13px; }
  .format-select { grid-template-columns: auto minmax(0,1fr); gap: 8px; margin: 0 2px 5px; font-size: 11px; }.format-select select { min-height: 38px; padding: 6px 28px 6px 9px; font-size: 12px; }
  .summary-card { margin-top: 2px; }.consents { margin: 8px 0; }.creation-actions { position: static; border: 1px solid rgba(184,78,54,.18); border-radius: 15px; padding: 6px; background: rgba(255,253,249,.96); box-shadow: 0 14px 38px rgba(41,30,25,.14); }.creation-actions .field-error:empty { display: none; }.trial-note { display: none; }
  .state-section { min-height: 500px; padding: 54px 0; }.process-steps { font-size: 10px; }.result-section { padding: 52px 0; }.preview-frame img { max-height: none; }.checkout-panel { padding: 18px; }.payment-actions { margin-top: 14px; }.payment-note { font-size: 11px; }.payment-qr { padding: 14px; }.payment-qr img { width: min(220px,100%); }
  footer { grid-template-columns: 1fr; }footer nav { grid-column: auto; grid-row: auto; }footer > div:last-child { text-align: left; }
}

@media (max-width: 390px) {
  main { width: calc(100% - 16px); }.brand span { display: none; }.hero { padding-top: 24px; }.hero h1 { font-size: 34px; }.compare-line i { width: 32px; height: 32px; }.compare-label { top: 8px; padding: 3px 7px; font-size: 9px; }.before-label { left: 8px; }.after-label { right: 8px; }
  .showcase-caption { display: block; }.showcase-caption span { display: block; max-width: none; margin-top: 2px; text-align: left; }.assistant-help-button { font-size: 10px; }.workspace-card { padding: 8px; }.panel-heading { min-height: 56px; }.panel-heading h3 { font-size: 14px; }.drop-zone { min-height: 92px; }.drop-zone span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
