:root {
    --paper: #f4f1e8;
    --paper-deep: #e9e3d6;
    --ink: #13231d;
    --muted: #68716b;
    --line: #d6d0c3;
    --green: #195b45;
    --green-dark: #0f4433;
    --green-light: #dcebe1;
    --coral: #df6448;
    --white: #fffdf8;
    --cyan: #00a5b5;
    --magenta: #e45183;
    --yellow: #f3c42e;
    --shadow: 0 28px 80px rgba(35, 47, 40, .12), 0 2px 8px rgba(35, 47, 40, .04);
    --ease-out: cubic-bezier(.22, 1, .36, 1);
    --ease-spring: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    margin: 0;
    background:
        radial-gradient(circle at 16% 12%, rgba(255,255,255,.98), transparent 32rem),
        radial-gradient(circle at 85% 40%, rgba(223,100,72,.055), transparent 24rem),
        var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    overflow-x: hidden;
}

button, input, select { font: inherit; }
button, label { -webkit-tap-highlight-color: transparent; }
svg { display: block; }

.ambient-shape {
    position: fixed;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(1px);
}

.ambient-shape-one {
    width: 260px;
    height: 260px;
    top: 130px;
    left: -180px;
    border: 1px solid rgba(25,91,69,.10);
    box-shadow: 0 0 0 50px rgba(25,91,69,.025), 0 0 0 100px rgba(25,91,69,.018);
}

.ambient-shape-two {
    width: 190px;
    height: 190px;
    top: 350px;
    right: -130px;
    background: radial-gradient(circle at 40% 40%, rgba(243,196,46,.11), rgba(228,81,131,.035) 58%, transparent 59%);
}

.site-header {
    width: min(1180px, calc(100% - 40px));
    height: 84px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
}

.brand-mark {
    width: 29px;
    height: 29px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    transform: rotate(4deg);
    transition: transform .5s var(--ease-spring);
}

.brand:hover .brand-mark { transform: rotate(94deg) scale(1.04); }

.brand-mark i { display: block; border-radius: 50% 50% 3px 50%; }
.brand-mark i:nth-child(1) { background: #00a7b7; }
.brand-mark i:nth-child(2) { background: #e74e83; transform: rotate(90deg); }
.brand-mark i:nth-child(3) { background: #f6c432; transform: rotate(-90deg); }
.brand-mark i:nth-child(4) { background: #1e2522; transform: rotate(180deg); }

.privacy-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    padding: 8px 11px;
    border: 1px solid rgba(25,91,69,.09);
    border-radius: 99px;
    background: rgba(255,253,248,.56);
}

.privacy-note span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #56a576;
    box-shadow: 0 0 0 4px rgba(86,165,118,.13);
}

main { padding: 54px 20px 90px; }

.hero {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
    position: relative;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--coral);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .18em;
}

.hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 6.2vw, 78px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 500;
    text-wrap: balance;
}

.intro {
    max-width: 610px;
    margin: 27px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.hero-proof {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #667069;
    font-size: 11px;
    font-weight: 750;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(19,35,29,.08);
    border-radius: 999px;
    background: rgba(255,253,248,.52);
}

.hero-proof i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 3px rgba(25,91,69,.09);
}

.hero-proof span:nth-child(2) i { background: var(--coral); box-shadow: 0 0 0 3px rgba(223,100,72,.09); }
.hero-proof span:nth-child(3) i { background: #c29d18; box-shadow: 0 0 0 3px rgba(194,157,24,.09); }

.workspace {
    width: min(900px, 100%);
    margin: auto;
}

.step-rail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #939890;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.step {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.step b {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border: 1px solid #bbb9b0;
    border-radius: 50%;
    font-size: 10px;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .3s var(--ease-spring);
}

.step.active { color: var(--green); }
.step.active b { background: var(--green); border-color: var(--green); color: white; }
.step.active b { transform: scale(1.04); }
.line {
    width: 72px;
    height: 1px;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    background: var(--line);
}
.line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--green);
    transform: translateX(-101%);
    transition: transform .5s var(--ease-out);
}
.step-rail[data-current-step="2"] .step:first-child + .line::after,
.step-rail[data-current-step="3"] .line::after { transform: translateX(0); }

.notice {
    margin-bottom: 14px;
    padding: 13px 16px;
    border: 1px solid #e8b6a8;
    border-radius: 12px;
    background: #fff0eb;
    color: #8d3420;
    font-size: 14px;
    animation: notice-in .35s var(--ease-out);
}

.panel {
    padding: clamp(25px, 5vw, 52px);
    border: 1px solid rgba(108, 111, 103, .18);
    border-radius: 22px;
    background: rgba(255, 253, 248, .91);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.panel::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cyan) 0 25%, var(--magenta) 25% 50%, var(--yellow) 50% 75%, var(--ink) 75%);
    opacity: .9;
}

.step-panel.active {
    animation: panel-in .48s var(--ease-out) both;
}

.panel-heading {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 30px;
}

.number {
    padding-top: 5px;
    color: var(--coral);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.panel h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 4vw, 38px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
}

.panel-heading p, .result-panel > p:not(.eyebrow) {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.drop-zone {
    min-height: 265px;
    padding: 36px;
    border: 1.5px dashed #a9afa7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:
        repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(23,36,31,.015) 9px, rgba(23,36,31,.015) 18px);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .3s var(--ease-spring), border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.drop-zone::after {
    content: "";
    width: 180px;
    height: 420px;
    position: absolute;
    top: -90px;
    left: -260px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
    transform: rotate(24deg);
    transition: left .65s var(--ease-out);
    pointer-events: none;
}

.drop-zone:hover, .drop-zone.dragging {
    border-color: var(--green);
    background-color: rgba(220,233,223,.35);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(25,91,69,.07);
}
.drop-zone:hover::after, .drop-zone.dragging::after { left: calc(100% + 80px); }

.drop-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green-light);
    color: var(--green);
    transition: transform .4s var(--ease-spring), background .2s ease;
}
.upload-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.drop-zone:hover .upload-icon { transform: translateY(-4px); background: #cee4d5; }
.drop-zone strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.drop-zone > span:not(.upload-icon) { margin-top: 7px; color: var(--green); font-size: 13px; text-decoration: underline; }
.drop-zone small { margin-top: 18px; color: #8e938d; font-size: 11px; }

.file-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: white;
    box-shadow: 0 10px 25px rgba(35,47,40,.05);
}
.file-card.just-added { animation: file-in .4s var(--ease-spring); }

.file-card img { width: 66px; height: 66px; object-fit: cover; border-radius: 9px; background: var(--paper-deep); }
.file-preview-icon {
    width: 66px;
    height: 66px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #e4ebe7;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}
.file-card div { min-width: 0; flex: 1; }
.file-card strong, .file-card span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-card strong { font-size: 14px; }
.file-card span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.file-card button { border: 0; background: none; color: var(--muted); font-size: 24px; cursor: pointer; }
.file-card button:hover { color: var(--coral); transform: rotate(6deg); }

.panel-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.button {
    min-height: 48px;
    padding: 0 21px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 750;
    position: relative;
    overflow: hidden;
    transition: transform .25s var(--ease-spring), background .2s ease, box-shadow .2s ease;
}

.button.primary { background: var(--green); color: white; box-shadow: 0 8px 18px rgba(31,90,71,.18); }
.button.primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 13px 28px rgba(25,91,69,.24); }
.button.primary:active { transform: translateY(0) scale(.985); }
.button.primary span > b, .button.primary > span { margin-left: 16px; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button.quiet { padding-inline: 5px; background: transparent; color: var(--green); }
.button.quiet:hover { transform: translateX(-2px); }
.button:focus-visible, select:focus-visible, input:focus-visible, .drop-zone:focus-within {
    outline: 3px solid rgba(0,165,181,.22);
    outline-offset: 3px;
}

fieldset { margin: 0 0 30px; padding: 0; border: 0; }
legend { margin-bottom: 13px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice {
    min-height: 142px;
    padding: 18px;
    position: relative;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s var(--ease-spring), border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.choice:hover { border-color: #9aa89f; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(35,47,40,.055); }
.choice.selected { border-color: var(--green); background: #f3faf5; box-shadow: inset 0 0 0 1px var(--green), 0 10px 22px rgba(25,91,69,.055); }
.choice input, .output input { position: absolute; opacity: 0; }
.choice-dot {
    width: 17px; height: 17px; margin-bottom: 26px; display: block;
    border: 1px solid #a6aaa4; border-radius: 50%; background: white;
}
.choice.selected .choice-dot { border: 5px solid var(--green); }
.choice strong, .choice small { display: block; }
.choice strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.choice small { margin-top: 7px; color: var(--muted); line-height: 1.4; }

.settings-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr .8fr;
    gap: 12px;
    margin-bottom: 30px;
    padding: 19px;
    border-radius: 12px;
    border: 1px solid rgba(19,35,29,.045);
    background: linear-gradient(135deg, rgba(244,241,232,.9), rgba(249,247,241,.9));
}
.settings-row label > span:first-child { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 800; }
.settings-row select, .color-control {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--white);
    color: var(--ink);
    font-size: 12px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.settings-row select:hover, .color-control:hover { border-color: #aeb8b0; }
.color-control { display: flex; align-items: center; gap: 8px; }
.color-control input { width: 22px; height: 22px; padding: 0; border: 0; background: none; }

.outputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.outputs legend { grid-column: 1 / -1; }
.output {
    min-height: 82px;
    padding: 13px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    transition: transform .25s var(--ease-spring), border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.output:hover:not(.disabled) { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(35,47,40,.05); }
.output.selected { border-color: var(--green); background: #f3faf5; }
.output.disabled { opacity: .48; cursor: not-allowed; }
.file-badge {
    width: 39px; height: 43px; display: grid; place-items: center;
    border-radius: 5px; background: var(--green-light); color: var(--green);
    font-size: 9px; font-weight: 900;
}
.file-badge.coral { background: #fde1d8; color: #a74229; }
.file-badge.ink { background: #dfe2e0; color: var(--ink); }
.output strong, .output small { display: block; }
.output strong { font-size: 12px; }
.output small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.output i {
    width: 18px; height: 18px; display: grid; place-items: center;
    border: 1px solid var(--line); border-radius: 4px; color: transparent;
    font-size: 11px; font-style: normal;
}
.output.selected i { background: var(--green); border-color: var(--green); color: white; }

.working-label { display: none; }
.is-working .idle-label { display: none; }
.is-working .working-label { display: inline; margin: 0; }
.working-label i {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: -2px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: white;
    border-radius: 50%;
    animation: spin .7s linear infinite;
}
.is-working::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.14) 50%, transparent 80%);
    transform: translateX(-100%);
    animation: button-shine 1.2s ease-in-out infinite;
}

.result-panel { text-align: center; padding-block: 62px; }
.success-mark {
    width: 56px; height: 56px; margin: 0 auto 24px; display: grid; place-items: center;
    border-radius: 50%; background: var(--green); color: white; font-size: 24px;
    box-shadow: 0 0 0 9px var(--green-light);
    animation: success-in .6s var(--ease-spring) .12s both;
}
.result-panel h2 { font-size: clamp(34px, 5vw, 50px); }
.result-panel > p:not(.eyebrow) { max-width: 580px; margin: 14px auto 0; }
.download-list { max-width: 560px; margin: 30px auto; display: grid; gap: 9px; }
.download-item {
    padding: 13px 15px; display: flex; align-items: center; justify-content: space-between;
    border: 1px solid var(--line); border-radius: 11px; background: white; text-align: left;
    transition: transform .25s var(--ease-spring), box-shadow .2s ease;
}
.download-item:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(35,47,40,.06); }
.download-item span { display: block; }
.download-item strong { font-size: 13px; }
.download-item small { display: block; margin-top: 4px; color: var(--muted); }
.download-item a { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.profile-warning {
    max-width: 560px; margin: -15px auto 25px; padding: 12px;
    border-radius: 9px; background: #fff0d5; color: #73511d; font-size: 12px; line-height: 1.5;
}

.server-status {
    margin: -12px 0 18px;
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(255,255,255,.55);
    color: var(--muted);
    font-size: 11px;
}
.server-status.ready { color: var(--green); border-color: #a9c7b9; }
.server-status.warning { color: #8a4d24; border-color: #e3b18f; background: #fff5ea; }

.proof-preview, .result-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 26px;
}
.proof-preview > div > span, .result-proof > div > span {
    display: block;
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.proof-frame, .result-proof > div {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #e8e6df;
}
.proof-frame {
    position: relative;
    min-height: 190px;
    display: grid;
    place-items: center;
}
.proof-frame img, .result-proof img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: contain;
    background: #ece9e1;
}
.proof-placeholder {
    max-width: 180px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}
.proof-preview > p, .result-proof > p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
}

.custom-choice { position: relative; }
.custom-choice input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.custom-choice em {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    padding: 6px 9px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--green);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.correction-options { margin-top: 24px; }
.correction-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}
.correction-grid label {
    position: relative;
    min-height: 92px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255,255,255,.55);
    cursor: pointer;
}
.correction-grid label:has(input:checked) {
    border-color: var(--green);
    background: var(--green-light);
}
.correction-grid input { position: absolute; top: 12px; right: 12px; }
.correction-grid strong, .correction-grid small { display: block; }
.correction-grid strong { margin: 18px 0 5px; font-size: 12px; }
.correction-grid small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.correction-grid .recommended::before {
    content: "RECOMMENDED";
    position: absolute;
    top: 11px;
    left: 12px;
    color: var(--coral);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .08em;
}

.custom-size {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: -8px 0 24px;
    padding: 14px;
    border-radius: 10px;
    background: var(--paper-deep);
}
.custom-size label > span, .production-row label > span {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}
.custom-size input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}
.custom-size > small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 9px;
}
.production-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 25px;
}
.production-row select {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}
.check-control {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(255,255,255,.55);
}
.check-control > span { margin: 0 !important; }
.check-control strong, .check-control small { display: block; }
.check-control strong { color: var(--ink); font-size: 11px; }
.check-control small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.job-progress {
    margin-top: 18px;
    padding: 14px;
    border-radius: 11px;
    background: var(--paper-deep);
}
.job-progress > div { display: flex; justify-content: space-between; font-size: 11px; }
.job-progress b { color: var(--green); }
.job-progress progress { width: 100%; height: 9px; margin: 10px 0 7px; accent-color: var(--green); }
.job-progress small { color: var(--muted); font-size: 9px; }

.result-proof { max-width: 650px; margin: 28px auto; text-align: left; }
.result-proof > div { padding-top: 9px; }
.result-proof > div > span { padding: 0 10px; }
.print-report {
    max-width: 650px;
    margin: 28px auto;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255,255,255,.65);
    text-align: left;
}
.print-report h3 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 20px; }
#report-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}
.report-item {
    padding: 10px;
    border-radius: 8px;
    background: var(--paper);
}
.report-item span, .report-item strong { display: block; }
.report-item span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.report-item strong { margin-top: 4px; font-size: 11px; }
#report-warnings { margin: 14px 0 0; padding-left: 18px; color: #805228; font-size: 10px; line-height: 1.6; }
#report-warnings:empty { display: none; }

.trust-row {
    width: min(900px, 100%);
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.trust-row article { display: flex; gap: 13px; align-items: flex-start; }
.trust-row article > span {
    width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center;
    border: 1px solid var(--line); border-radius: 50%; color: var(--green);
    background: rgba(255,253,248,.5);
    transition: transform .35s var(--ease-spring), background .2s ease;
}
.trust-row article:hover > span { transform: rotate(-6deg) scale(1.08); background: var(--green-light); }
.trust-row svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-row strong { font-family: Georgia, serif; font-size: 14px; font-weight: 600; }
.trust-row p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

footer {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
    padding: 25px 0 35px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
}
footer span { color: var(--ink); font-family: Georgia, serif; font-weight: 700; }
footer p { margin: 0; }

@keyframes panel-in {
    from { opacity: 0; transform: translateY(12px) scale(.995); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes notice-in {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes file-in {
    from { opacity: 0; transform: translateY(8px) scale(.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes button-shine { to { transform: translateX(100%); } }
@keyframes success-in {
    0% { opacity: 0; transform: scale(.5) rotate(-14deg); }
    70% { transform: scale(1.08) rotate(2deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

@media (prefers-reduced-motion: no-preference) {
    .hero .eyebrow { animation: hero-in .6s var(--ease-out) both; }
    .hero h1 { animation: hero-in .7s var(--ease-out) .06s both; }
    .hero .intro { animation: hero-in .7s var(--ease-out) .12s both; }
    .hero-proof { animation: hero-in .7s var(--ease-out) .18s both; }
    .workspace { animation: hero-in .75s var(--ease-out) .24s both; }
    .trust-row { animation: hero-in .75s var(--ease-out) .3s both; }
}

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

@media (max-width: 720px) {
    .site-header { height: 70px; }
    .privacy-note { display: none; }
    main { padding-top: 38px; }
    .hero { margin-bottom: 38px; }
    .hero-proof { flex-wrap: wrap; }
    .hero-proof span { padding: 6px 8px; }
    .step { font-size: 0; }
    .step b { font-size: 10px; }
    .line { width: 42px; }
    .panel { padding: 24px 18px; border-radius: 17px; }
    .panel-heading { gap: 12px; }
    .drop-zone { min-height: 230px; }
    .choice-grid, .outputs, .settings-row, .trust-row,
    .correction-grid, .production-row { grid-template-columns: 1fr; }
    .proof-preview, .result-proof { grid-template-columns: 1fr; }
    .proof-preview > p, .result-proof > p { grid-column: 1; }
    .choice { min-height: 104px; }
    .choice-dot { margin-bottom: 15px; }
    .output { min-height: 72px; }
    .panel-actions { gap: 12px; }
    .button.primary { flex: 1; }
    footer { display: block; text-align: center; }
    footer p { margin-top: 8px; }
}

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