:root {
    --ink: #2f2926;
    --muted: #716965;
    --paper: #fffaf4;
    --surface: #ffffff;
    --line: #e8ddd3;
    --rose: #d9656f;
    --rose-dark: #bd4f5a;
    --rose-soft: #fff0f0;
    --green: #56735d;
    --cream: #f7eadc;
    --shadow: 0 24px 70px rgba(72, 48, 35, .12);
    --shadow-soft: 0 10px 32px rgba(72, 48, 35, .08);
    --radius-lg: 30px;
    --radius-md: 20px;
    --radius-sm: 13px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, label, input[type="radio"], input[type="checkbox"] { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-140%); padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(98, 75, 61, .09); background: rgba(255, 250, 244, .9); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--rose); border-radius: 14px 14px 14px 4px; font-family: Georgia, serif; font-size: 24px; box-shadow: 0 7px 16px rgba(217, 101, 111, .26); }
.header-note { color: var(--muted); font-size: 14px; }

.hero { min-height: 655px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; padding-block: 70px 84px; }
.hero > * { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--rose-dark); font-size: 14px; font-weight: 760; letter-spacing: .035em; text-transform: uppercase; }
.hero h1, .section-heading h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 680px; margin: 18px 0 24px; font-size: clamp(48px, 5.5vw, 76px); }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: var(--muted); font-size: 21px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; padding: 14px 23px; border-radius: 14px; cursor: pointer; text-decoration: none; font-weight: 740; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .choice-card:has(input:focus-visible), .mode-card:has(input:focus-visible), .pill-choice:has(input:focus-visible), .text-mode-card:has(input:focus-visible) { outline: 3px solid rgba(217, 101, 111, .34); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--rose); box-shadow: 0 12px 26px rgba(199, 76, 88, .23); }
.button-primary:hover { background: var(--rose-dark); box-shadow: 0 16px 30px rgba(199, 76, 88, .28); }
.button-secondary { border-color: var(--line); color: var(--ink); background: #fff; }
.button-large { min-height: 61px; padding-inline: 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 27px; color: var(--muted); font-size: 14px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust b { display: grid; place-items: center; width: 19px; height: 19px; color: var(--green); background: #e6eee7; border-radius: 50%; font-size: 11px; }

.hero-showcase { position: relative; min-height: 460px; isolation: isolate; }
.glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); }
.glow-one { inset: 35px 30px 40px 45px; background: radial-gradient(circle at 45% 45%, #ffe6db, #f5dfd2 60%, transparent 68%); }
.glow-two { width: 220px; height: 220px; right: -10px; bottom: 0; background: rgba(211, 229, 208, .55); filter: blur(30px); }
.sample-card { position: absolute; overflow: hidden; width: 276px; height: 345px; padding: 22px; border: 7px solid rgba(255,255,255,.86); border-radius: 28px; box-shadow: 0 28px 55px rgba(70, 45, 36, .18); }
.sample-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sample-label { position: relative; z-index: 4; display: inline-block; padding: 6px 10px; color: #775c55; background: rgba(255,255,255,.78); border-radius: 20px; font-size: 11px; font-weight: 700; backdrop-filter: blur(8px); }
.sample-photo { z-index: 2; top: 25px; left: 18px; transform: rotate(-6deg); background: linear-gradient(155deg, #f5cfc1, #f9e8de 54%, #d8b0a4); }
.sample-design { z-index: 3; right: 2px; bottom: 18px; transform: rotate(7deg); color: #3d4037; background: linear-gradient(155deg, #f3f0db, #e1e8d1 50%, #c8d6b7); }
.portrait-illustration { position: absolute; inset: 48px 27px 78px; }
.portrait-head { position: absolute; top: 30px; left: 50%; width: 105px; height: 125px; transform: translateX(-50%); background: linear-gradient(145deg, #efd1bc 55%, #c99574); border-radius: 48% 48% 43% 45%; box-shadow: inset 16px -4px 0 rgba(99, 56, 44, .13); }
.portrait-head::before { content: ""; position: absolute; inset: -11px 0 auto -5px; width: 112px; height: 65px; background: #6d4539; border-radius: 70% 55% 38% 25%; }
.portrait-body { position: absolute; right: 17px; bottom: -32px; left: 17px; height: 124px; background: #bc6b70; border-radius: 60px 60px 15px 15px; }
.petal { position: absolute; width: 38px; height: 54px; background: rgba(255,255,255,.55); border-radius: 70% 10% 70% 25%; }
.petal-a { top: 25px; left: -15px; transform: rotate(25deg); }.petal-b { top: 95px; right: -8px; transform: rotate(75deg); }.petal-c { bottom: 8px; left: 0; transform: rotate(-22deg); }
.flower-art { position: absolute; inset: 58px -5px 105px; }
.flower-art::before, .flower-art::after, .flower-art i { content: ""; position: absolute; width: 82px; height: 82px; background: #fff7e8; border-radius: 65% 40% 60% 35%; box-shadow: inset -9px -7px 0 rgba(226, 185, 173, .28); }
.flower-art::before { top: 5px; left: 30px; transform: rotate(22deg); }.flower-art::after { right: 18px; bottom: 13px; transform: rotate(-18deg); }
.flower-art i:nth-child(1) { top: 65px; left: 105px; width: 105px; height: 105px; transform: rotate(45deg); }.flower-art i:nth-child(2) { top: 18px; right: 35px; width: 62px; height: 62px; background: #f4cad0; }.flower-art i:nth-child(3) { bottom: 10px; left: 28px; width: 61px; height: 61px; background: #eac0c7; }.flower-art i:nth-child(4), .flower-art i:nth-child(5) { width: 35px; height: 80px; background: #789475; border-radius: 100% 0 100% 0; }.flower-art i:nth-child(4) { left: 14px; bottom: -25px; transform: rotate(-25deg); }.flower-art i:nth-child(5) { right: 15px; top: 15px; transform: rotate(35deg); }
.showcase-badge { position: absolute; z-index: 5; right: 3px; top: 17px; padding: 13px 18px; color: #574c47; background: rgba(255,255,255,.92); border: 1px solid #eadfd8; border-radius: 16px; box-shadow: var(--shadow-soft); font-size: 12px; line-height: 1.25; transform: rotate(-2deg); }

.how-it-works { padding: 64px 0; background: #fff; border-block: 1px solid rgba(98, 75, 61, .08); }
.section-heading { max-width: 700px; margin: 0 auto 40px; text-align: center; }
.section-heading.compact { margin-bottom: 32px; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(36px, 4vw, 52px); }
.section-heading p { margin: 0; color: var(--muted); }
.simple-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 980px; margin: 0 auto; padding: 0; list-style: none; }
.simple-steps li { display: flex; align-items: center; gap: 16px; padding: 22px; background: var(--paper); border: 1px solid #f0e5dc; border-radius: 18px; }
.simple-steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; color: var(--rose-dark); background: var(--rose-soft); border-radius: 50%; font-weight: 800; }
.simple-steps strong, .simple-steps small { display: block; }.simple-steps strong { font-size: 16px; }.simple-steps small { margin-top: 3px; color: var(--muted); font-size: 13px; }

.examples-section { padding: 88px 0 96px; background: #fffaf4; border-bottom: 1px solid rgba(98,75,61,.08); }
.examples-heading { max-width: 780px; }
.examples-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.example-card { position: relative; aspect-ratio: 4 / 5; overflow: hidden; color: #342c28; background: #eee2d8; border: 6px solid #fff; border-radius: 24px; box-shadow: 0 16px 42px rgba(64,43,32,.12); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.example-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(64,43,32,.18); }
.example-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.example-event { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; color: #594c45; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; font-size: 14px; font-weight: 780; backdrop-filter: blur(8px); }
.examples-action { margin-top: 34px; text-align: center; }

.creator-section { padding: 92px 0 105px; background: radial-gradient(circle at 0 20%, rgba(255,225,213,.45), transparent 30%), radial-gradient(circle at 100% 75%, rgba(216,230,208,.45), transparent 30%), var(--paper); }
.creator-shell { max-width: 1040px; }
.wizard-card { overflow: hidden; background: var(--surface); border: 1px solid rgba(112, 82, 66, .13); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.progress-wrap { padding: 26px 38px 23px; background: #fffcf8; border-bottom: 1px solid var(--line); }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 11px; color: var(--muted); font-size: 14px; font-weight: 650; }
.progress-copy span:first-child { color: var(--ink); }
.progress-track { overflow: hidden; height: 8px; background: #eee6df; border-radius: 20px; }
.progress-track span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, var(--rose), #e49a82); border-radius: inherit; transition: width .35s ease; }
.draft-notice { display: flex; align-items: center; gap: 10px; margin: 24px 38px 0; padding: 13px 15px; color: #3f6046; background: #eef6ef; border: 1px solid #d6e7d8; border-radius: 12px; font-size: 14px; }
.draft-notice > span { display: grid; place-items: center; width: 22px; height: 22px; color: #fff; background: #5f8467; border-radius: 50%; font-size: 12px; }
.draft-notice button { margin-left: auto; padding: 4px 0; border: 0; color: #486c50; background: none; cursor: pointer; text-decoration: underline; }
.wizard-step { padding: 44px 48px 48px; }
.step-heading { margin-bottom: 24px; }
.step-heading h3 { margin: 5px 0 7px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 36px); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.step-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.step-kicker { color: var(--rose-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-grid { display: grid; gap: 13px; }
.occasion-grid { grid-template-columns: repeat(5, 1fr); }
.choice-card { position: relative; min-height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px 10px; border: 1.5px solid var(--line); border-radius: 16px; cursor: pointer; text-align: center; font-size: 14px; font-weight: 690; transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease, background .16s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: #d8bab6; box-shadow: var(--shadow-soft); }
.choice-card input, .mode-card input, .pill-choice input, .text-mode-card input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-card:has(input:checked) { border-color: var(--rose); background: #fff7f5; box-shadow: 0 0 0 2px rgba(217,101,111,.08); }
.choice-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #8b5f5d; background: var(--rose-soft); border-radius: 13px; font-size: 21px; font-family: Georgia, serif; }
.checkmark { position: absolute; top: 7px; right: 7px; display: none; place-items: center; width: 21px; height: 21px; color: #fff; background: var(--rose); border-radius: 50%; font-size: 11px; font-style: normal; }
.choice-card:has(input:checked) .checkmark { display: grid; }
.step-divider { height: 1px; margin: 38px 0; background: var(--line); }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mode-card { position: relative; display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 15px; min-height: 154px; padding: 16px; border: 1.5px solid var(--line); border-radius: 20px; cursor: pointer; transition: all .18s ease; }
.mode-card:hover, .mode-card:has(input:checked) { border-color: var(--rose); box-shadow: var(--shadow-soft); transform: translateY(-2px); }.mode-card:has(input:checked) { background: #fff9f8; }
.mode-visual { position: relative; overflow: hidden; width: 88px; height: 104px; background: var(--cream); border-radius: 15px; }
.photo-mode-visual i { position: absolute; left: 20px; bottom: 0; width: 62px; height: 77px; background: #d7a388; border-radius: 40px 40px 11px 11px; }.photo-mode-visual i::before { content: ""; position: absolute; top: -28px; left: 14px; width: 37px; height: 42px; background: #e0b498; border: 5px solid #765143; border-bottom: 0; border-radius: 50% 50% 42% 42%; }.photo-mode-visual b { position: absolute; right: 10px; top: 11px; color: var(--rose); }.photo-mode-visual em { position: absolute; right: 13px; bottom: 15px; color: #fff; font-style: normal; font-size: 25px; }
.design-mode-visual { color: var(--rose); background: linear-gradient(145deg, #f4eadb, #e3efd7); }.design-mode-visual i { position: absolute; top: 18px; left: 19px; font-size: 53px; font-style: normal; }.design-mode-visual b { position: absolute; right: 13px; top: 10px; color: #c69b4e; }.design-mode-visual em { position: absolute; right: 16px; bottom: 12px; color: #7c9473; font-style: normal; font-size: 29px; }
.mode-copy strong, .mode-copy small { display: block; }.mode-copy strong { margin-bottom: 8px; font-size: 17px; }.mode-copy small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.mode-copy mark { display: inline-block; margin-top: 8px; padding: 4px 8px; color: var(--rose-dark); background: var(--rose-soft); border-radius: 999px; font-size: 13px; font-weight: 780; }
.pair-mode-visual { background: linear-gradient(145deg, #f8e4df, #eee5d9); }.pair-mode-visual i, .pair-mode-visual b { position: absolute; bottom: 5px; width: 35px; height: 56px; background: #c8927c; border-radius: 25px 25px 8px 8px; }.pair-mode-visual i { left: 10px; }.pair-mode-visual b { right: 10px; background: #8e715f; }.pair-mode-visual i::before, .pair-mode-visual b::before { content: ""; position: absolute; top: -24px; left: 5px; width: 25px; height: 28px; background: #e0b498; border: 3px solid #765143; border-bottom: 0; border-radius: 50%; }.pair-mode-visual b::before { background: #c99d82; }.pair-mode-visual em { position: absolute; z-index: 2; top: 8px; left: 50%; color: var(--rose); transform: translateX(-50%); font-style: normal; font-size: 21px; }
.mode-check { position: absolute; top: 12px; right: 12px; display: none; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--rose); border-radius: 50%; font-size: 12px; }.mode-card:has(input:checked) .mode-check { display: grid; }

.conditional-field, .subchoice-wrap { margin-top: 20px; padding: 20px; background: #fcf7f2; border: 1px solid var(--line); border-radius: 16px; }
.conditional-field label, .subchoice-wrap label, .field label { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 730; }
.field label span, .subchoice-wrap label span { color: var(--muted); font-weight: 500; }
input[type="text"], input[type="email"], textarea, select { width: 100%; min-height: 54px; padding: 13px 15px; color: var(--ink); background: #fff; border: 1.5px solid #dcd2ca; border-radius: 12px; outline: none; transition: border-color .15s, box-shadow .15s; }
textarea { min-height: 96px; resize: vertical; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(217,101,111,.09); }
.step-actions { display: flex; justify-content: space-between; gap: 13px; margin-top: 34px; }.step-actions.align-end { justify-content: flex-end; }
.form-error { margin: 22px 0 0; padding: 12px 15px; color: #9e3d46; background: #fff1f1; border-radius: 11px; font-size: 14px; }

.upload-zone { position: relative; min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; overflow: hidden; padding: 30px; background: #fffbf7; border: 2px dashed #d8c8bd; border-radius: 20px; cursor: pointer; text-align: center; transition: border-color .18s, background .18s; }.upload-zone:hover { border-color: var(--rose); background: #fff8f6; }.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }.upload-zone small { color: var(--muted); font-size: 13px; }.upload-icon { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 5px; color: var(--rose); background: var(--rose-soft); border-radius: 18px; font-size: 28px; }.upload-zone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.upload-zone.has-preview::after { content: "Замінити фото"; position: absolute; right: 15px; bottom: 15px; padding: 8px 12px; color: #fff; background: rgba(47,41,38,.8); border-radius: 9px; font-size: 13px; }
.pair-upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.pair-upload-item > strong, .pair-upload-item > small { display: block; }.pair-upload-item > strong { font-size: 17px; }.pair-upload-item > small { margin: 3px 0 10px; color: var(--muted); font-size: 14px; }.compact-upload { min-height: 260px; padding: 22px; }.pair-role-note { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px 16px; color: #4c614e; background: #eef5ef; border-radius: 14px; }.pair-role-note > span { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; background: #fff; border-radius: 50%; font-size: 20px; }.pair-role-note strong, .pair-role-note small { display: block; }.pair-role-note small { margin-top: 2px; color: #617264; font-size: 14px; }.pair-scene-choice { margin: 25px 0 0; padding: 0; border: 0; }.pair-scene-choice legend { margin-bottom: 12px; font-size: 17px; font-weight: 750; }
.photo-check-status { margin: 10px 0 0; padding: 10px 13px; color: #6f604d; background: #fff6e6; border-radius: 10px; font-size: 14px; line-height: 1.4; }.photo-check-status.is-checking::before { content: ""; display: inline-block; width: 13px; height: 13px; margin-right: 8px; vertical-align: -2px; border: 2px solid #dac8ad; border-top-color: var(--rose); border-radius: 50%; animation: spin .8s linear infinite; }.photo-check-status.is-success { color: #36583e; background: #eaf4ec; }.photo-check-status.is-warning { color: #923e47; background: #fff0f1; }
.check-row { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-size: 14px; }.check-row input { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 1px; accent-color: var(--rose); }.photo-consent { margin-top: 16px; }
.subject-grid { grid-template-columns: repeat(4, 1fr); }.subject-card { min-height: 132px; }.subject-art { display: grid; place-items: center; width: 62px; height: 55px; background: rgba(255,255,255,.6); border-radius: 50% 45% 50% 40%; font-family: Georgia, serif; font-size: 31px; }.subject-rose { background:#fff1f1}.subject-green { background:#edf4e9}.subject-amber { background:#fff4dd}.subject-blue { background:#edf1fa}.subject-aqua { background:#e9f5f4}.subject-pink { background:#fbedef}.subject-yellow { background:#fff7d9}.subject-violet { background:#f2edfa}.subject-orange { background:#fff0dd}.subject-stone { background:#f2efeb}.subject-white { background:#fff}
.pill-grid { display: flex; flex-wrap: wrap; gap: 10px; }.pill-choice { position: relative; cursor: pointer; }.pill-choice span { min-height: 47px; display: inline-flex; align-items: center; padding: 10px 18px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 650; transition: all .15s; }.pill-choice:hover span, .pill-choice:has(input:checked) span { border-color: var(--rose); color: var(--rose-dark); background: var(--rose-soft); }.recipient-grid { margin-bottom: 25px; }
.field-grid { display: grid; gap: 16px; }.two-columns { grid-template-columns: repeat(2, 1fr); }.field { margin-top: 22px; }.field > small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }.text-choice { margin: 0; padding: 0; border: 0; }.text-choice legend { margin-bottom: 16px; font-family: Georgia, serif; font-size: 27px; }.compact-modes { gap: 12px; }.text-mode-card { position: relative; cursor: pointer; }.text-mode-card > span { height: 100%; display: grid; grid-template-columns: 38px 1fr; column-gap: 11px; padding: 18px; border: 1.5px solid var(--line); border-radius: 16px; transition: all .15s; }.text-mode-card b { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; color: var(--rose); background: var(--rose-soft); border-radius: 11px; }.text-mode-card strong, .text-mode-card small { display: block; }.text-mode-card strong { font-size: 14px; }.text-mode-card small { margin-top: 4px; color: var(--muted); font-size: 12px; }.text-mode-card:has(input:checked) > span { border-color: var(--rose); background: #fff9f8; }.counter { text-align: right; }

.review-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }.review-card, .price-card, .preview-promise-card { padding: 24px; border-radius: 18px; }.review-card { background: #fcf8f4; border: 1px solid var(--line); }.review-card h4 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 23px; }.review-card dl { margin: 0; }.review-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid #e8ddd4; font-size: 14px; }.review-card dt { color: var(--muted); }.review-card dd { margin: 0; text-align: right; font-weight: 680; }.text-button { margin-top: 16px; padding: 0; color: var(--rose-dark); background: none; border: 0; cursor: pointer; font-size: 14px; font-weight: 720; text-decoration: underline; }.price-card { color: #fff; background: linear-gradient(145deg, #4f6654, #334b3a); box-shadow: 0 17px 36px rgba(51,75,58,.2); }.price-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }.price-top span { font-size: 13px; opacity: .86; }.price-top strong { font-size: 25px; white-space: nowrap; }.price-card ul { margin: 17px 0 0; padding: 0; list-style: none; }.price-card li { display: flex; gap: 9px; margin: 10px 0; font-size: 13px; }.price-card li span { color: #ffe0b5; }.preview-promise-card { color: #344c3a; background: linear-gradient(145deg, #f0f7f0, #e5f0e7); border: 1px solid #cbdccb; box-shadow: 0 14px 30px rgba(55,84,61,.1); }.preview-promise-kicker { display: inline-flex; padding: 6px 10px; color: #fff; background: #59755f; border-radius: 999px; font-size: 12px; font-weight: 780; letter-spacing: .02em; }.preview-promise-card h4 { margin: 15px 0 9px; font-family: Georgia, serif; font-size: 22px; line-height: 1.15; }.preview-promise-card p { margin: 0; color: #5f7163; font-size: 14px; line-height: 1.55; }.preview-promise-card ul { margin: 17px 0 0; padding: 15px 0 0; border-top: 1px solid #cbdccb; list-style: none; }.preview-promise-card li { display: flex; gap: 9px; margin: 9px 0; font-size: 14px; font-weight: 650; }.preview-promise-card li span { color: #4d7958; }.checkout-email { max-width: 570px; margin-top: 27px; }.terms-row { margin-top: 18px; }.terms-row a { color: var(--rose-dark); }.checkout-actions { align-items: center; }.button-pay { min-width: 300px; }.no-subscription, .preview-payment-note { margin: 16px 0 0; text-align: right; color: var(--muted); font-size: 13px; }.preview-payment-note { color: #496a51; font-weight: 760; }.demo-message { display: flex; align-items: flex-start; gap: 13px; margin-top: 24px; padding: 18px; color: #3e6145; background: #edf6ef; border: 1px solid #cfe1d2; border-radius: 14px; }.demo-message > span { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: #5d8264; border-radius: 50%; }.demo-message strong, .demo-message p { display: block; margin: 0; }.demo-message p { margin-top: 3px; font-size: 13px; }

.confidence-section { padding: 68px 0; background: #fff; }.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }.confidence-grid > div { display: grid; grid-template-columns: 54px 1fr; column-gap: 15px; align-items: center; }.confidence-grid > div > span { grid-row: 1 / 3; display: grid; place-items: center; width: 54px; height: 54px; color: var(--rose-dark); background: var(--rose-soft); border-radius: 17px; font-family: Georgia, serif; font-weight: 700; }.confidence-grid strong, .confidence-grid small { display: block; }.confidence-grid strong { font-size: 15px; }.confidence-grid small { color: var(--muted); font-size: 12px; }
.site-footer { padding: 30px 0; color: var(--muted); background: #302b28; font-size: 13px; }.footer-inner { display: flex; justify-content: space-between; gap: 25px; }.footer-inner nav { display: flex; gap: 20px; }.footer-inner a { text-decoration: none; }.footer-inner a:hover { color: #fff; }

.result-private { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; }.result-private span { font-size: 8px; }.result-main { padding-block: 66px 95px; }.result-heading { max-width: 720px; margin: 0 auto 45px; text-align: center; }.success-mark { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 18px; color: #fff; background: var(--green); border-radius: 50%; font-size: 25px; box-shadow: 0 11px 26px rgba(86,115,93,.25); }.result-heading h1 { margin: 10px 0 14px; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 65px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }.result-heading p { margin: 0; color: var(--muted); }.demo-badge { display: inline-block; margin-top: 17px; padding: 7px 11px; color: #876942; background: #fff2d9; border: 1px solid #f0ddba; border-radius: 30px; font-size: 12px; }.result-variants { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: start; }.result-variant { padding: 16px; background: #fff; border: 2px solid transparent; border-radius: 24px; box-shadow: var(--shadow-soft); transition: .2s ease; }.result-variant.is-selected { border-color: var(--rose); transform: translateY(-4px); box-shadow: var(--shadow); }.variant-top { display: flex; justify-content: space-between; gap: 12px; padding: 4px 3px 14px; }.variant-top span { font-weight: 750; }.variant-top small { color: var(--muted); }.result-variant img { display: block; width: 100%; height: auto; border-radius: 15px; background: #f2e8df; }.variant-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 14px; }.variant-actions .button { padding-inline: 14px; font-size: 14px; }.greeting-copy { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 45px; padding: 34px 38px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }.greeting-copy h2 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }.greeting-copy p { max-width: 750px; margin: 0; color: var(--muted); }.greeting-copy .button { flex: 0 0 auto; }.result-bottom-actions { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 34px; }.processing-card { max-width: 600px; margin: 0 auto; padding: 50px; text-align: center; background: #fff; border-radius: 24px; box-shadow: var(--shadow-soft); }.processing-spinner { display: block; width: 50px; height: 50px; margin: 0 auto 20px; border: 5px solid var(--rose-soft); border-top-color: var(--rose); border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } }

.preview-main { min-height: calc(100vh - 76px); display: grid; place-items: center; padding-block: 54px 80px; }
.preview-sale { width: min(980px, 100%); display: grid; grid-template-columns: .78fr 1.22fr; gap: 58px; align-items: center; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.preview-visual { position: relative; text-align: center; }
.preview-visual::before { content: ""; position: absolute; inset: 18px 8px 42px; z-index: 0; background: radial-gradient(circle, #f8ded4, #f5ede4 62%, transparent 65%); filter: blur(12px); }
.preview-visual img { position: relative; z-index: 1; display: block; width: min(100%, 300px); height: auto; margin: 12px auto 15px; border: 9px solid #fff; border-radius: 20px; box-shadow: 0 24px 50px rgba(66,43,33,.22); image-rendering: auto; }
.preview-visual small { position: relative; z-index: 1; display: block; color: var(--muted); font-size: 12px; }
.preview-label { position: relative; z-index: 2; display: inline-flex; padding: 7px 11px; color: #876942; background: #fff2d9; border: 1px solid #edd8ad; border-radius: 999px; font-size: 12px; font-weight: 750; }
.preview-offer h1, .preview-processing h1 { margin: 10px 0 16px; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 56px); font-weight: 500; letter-spacing: -.04em; line-height: 1.02; }
.preview-offer > p { color: var(--muted); }
.preview-photo-note { padding: 13px 15px; color: #49624f !important; background: #eff6ef; border-radius: 12px; font-size: 14px; }
.preview-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 24px 0; padding: 0; list-style: none; font-size: 14px; }
.preview-benefits li { display: flex; align-items: flex-start; gap: 8px; }
.preview-benefits span { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; }
.preview-buy { width: 100%; min-height: 62px; font-size: 17px; }
.preview-once { margin: 14px 0 0 !important; text-align: center; font-size: 12px; }
.checkout-loader { display: flex; align-items: center; gap: 13px; margin-top: 14px; padding: 15px; color: #3f6046; background: #edf6ef; border: 1px solid #cfe1d2; border-radius: 14px; }
.checkout-loader > span { flex: 0 0 auto; width: 25px; height: 25px; border: 3px solid #cfe1d2; border-top-color: var(--green); border-radius: 50%; animation: spin .85s linear infinite; }
.checkout-loader strong, .checkout-loader small { display: block; }
.checkout-loader strong { font-size: 16px; }
.checkout-loader small { margin-top: 3px; color: #5f7865; font-size: 15px; }
.preview-error { margin-bottom: 16px; }
.preview-processing { width: min(650px, 100%); max-width: 650px; padding: 52px 55px; }
.preview-processing > p { color: var(--muted); }
.preview-loader { position: relative; width: 86px; height: 86px; margin: 0 auto 22px; }
.preview-loader span { position: absolute; inset: 0; border: 6px solid #f5dedb; border-top-color: var(--rose); border-right-color: #e9a897; border-radius: 50%; animation: spin 1.15s linear infinite; }
.preview-loader i { position: absolute; inset: 0; display: grid; place-items: center; color: var(--rose-dark); font-family: Georgia, serif; font-size: 25px; font-style: normal; }
.preview-loader-message { min-height: 28px; margin: 12px 0 20px; color: var(--ink) !important; font-weight: 700; }
.preview-progress { overflow: hidden; height: 9px; margin: 0 auto 25px; background: #eee6df; border-radius: 999px; }
.preview-progress span { display: block; width: 8%; height: 100%; background: linear-gradient(90deg, var(--rose), #e9a381); border-radius: inherit; transition: width .65s ease; }
.preview-loader-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0 0 22px; padding: 0; list-style: none; color: #938984; font-size: 11px; }
.preview-loader-steps li { position: relative; padding-top: 28px; }
.preview-loader-steps li::before { content: ""; position: absolute; top: 4px; left: 50%; width: 14px; height: 14px; transform: translateX(-50%); background: #e8ded7; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #ded2ca; }
.preview-loader-steps li.is-active { color: var(--rose-dark); font-weight: 750; }
.preview-loader-steps li.is-active::before { background: var(--rose); box-shadow: 0 0 0 5px var(--rose-soft); }
.preview-loader-steps li.is-done { color: var(--green); }
.preview-loader-steps li.is-done::before { background: var(--green); }
.preview-reassurance { margin-bottom: 8px; font-size: 14px; }
.preview-processing > small { color: #928782; font-size: 11px; }
.preview-review-mark { background: #b77946; }

.revision-panel { margin-top: 48px; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-soft); }
.revision-heading { max-width: 720px; margin-bottom: 28px; }
.revision-heading h2 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 44px); font-weight: 500; letter-spacing: -.035em; }
.revision-heading p { margin: 0; color: var(--muted); }
.revision-panel fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.revision-panel legend { margin-bottom: 12px; font-size: 15px; font-weight: 760; }
.revision-variant-pills { display: flex; gap: 10px; }
.revision-variant-pills label, .revision-option { position: relative; cursor: pointer; }
.revision-variant-pills input, .revision-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.revision-variant-pills span { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 18px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 700; }
.revision-variant-pills label:has(input:checked) span { color: var(--rose-dark); background: var(--rose-soft); border-color: var(--rose); }
.revision-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.revision-option > span { min-height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 13px 10px; border: 1.5px solid var(--line); border-radius: 15px; text-align: center; font-size: 13px; font-weight: 690; transition: .16s ease; }
.revision-option b { display: grid; place-items: center; width: 35px; height: 35px; color: var(--rose-dark); background: var(--rose-soft); border-radius: 10px; font-family: Georgia, serif; font-size: 19px; }
.revision-option:hover > span, .revision-option:has(input:checked) > span { transform: translateY(-2px); border-color: var(--rose); background: #fff9f8; box-shadow: var(--shadow-soft); }
.revision-option.is-disabled { cursor: not-allowed; opacity: .43; }
.revision-option.is-disabled > span { transform: none; box-shadow: none; }
.revision-text-field { padding: 18px; background: #f0f6f0; border: 1px solid #d8e7d9; border-radius: 15px; }
.revision-submit-row { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.revision-submit-row small { color: var(--muted); font-size: 12px; }
.revision-notice { padding: 14px 16px; border-radius: 12px; font-size: 14px; }
.revision-notice.success { color: #3f6046; background: #edf6ef; border: 1px solid #cfe1d2; }
.revision-notice.error { color: #973e47; background: #fff1f1; border: 1px solid #f0cdcf; }
.extra-variant-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 17px 19px; color: #765e3e; background: #fff5df; border: 1px solid #ecd8ad; border-radius: 14px; font-size: 13px; }

.admin-page { min-height: 100vh; background: #f5f1ec; font-size: 15px; }
.admin-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px max(24px, calc((100vw - 1280px) / 2)); background: #fff; border-bottom: 1px solid var(--line); }
.admin-header .button { min-height: 42px; padding: 8px 15px; font-size: 13px; }
.admin-main { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 80px; }
.admin-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }
.admin-title h1 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.admin-title p { margin: 8px 0 0; color: var(--muted); }
.admin-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.admin-metrics article, .admin-card { background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 7px 24px rgba(65,45,35,.05); }
.admin-metrics article { padding: 20px; }
.admin-metrics small, .admin-metrics strong { display: block; }.admin-metrics small { color: var(--muted); }.admin-metrics strong { margin-top: 8px; font-size: 25px; }
.admin-search { display: grid; grid-template-columns: 1fr 250px auto; gap: 10px; margin-bottom: 18px; padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.admin-search input, .admin-search select { min-height: 48px; }
.admin-search .button { min-height: 48px; }
.admin-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 13px 15px; border-bottom: 1px solid #eee6df; text-align: left; vertical-align: top; white-space: nowrap; }
.admin-table th { color: var(--muted); background: #fcfaf7; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.admin-table td small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.admin-table a { color: var(--rose-dark); font-weight: 760; }
.admin-status { display: inline-block; padding: 4px 8px; background: #eee8e2; border-radius: 999px; font-size: 11px; font-weight: 760; }.status-completed { color: #3f6848; background: #e8f3e9; }.status-manual_review { color: #9a5738; background: #fff0df; }.status-blocked { color: #963b45; background: #ffe9eb; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; }.admin-actions form { margin: 0; }.admin-danger { color: #9b3943; background: #fff; border-color: #efc8cc; }
.admin-card { margin-top: 20px; padding: 24px; }.admin-card h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.admin-variants { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 18px; }.admin-variants article { padding: 12px; border: 1px solid var(--line); border-radius: 14px; }.admin-variants article > div { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 10px; }.admin-variants img { display: block; width: 100%; height: auto; border-radius: 9px; }
.admin-login { width: min(470px, calc(100% - 30px)); margin: 8vh auto; }.admin-login > .brand { margin-bottom: 25px; }.admin-login section { padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); }.admin-login h1 { margin: 8px 0 22px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }.admin-login label { display: block; margin-top: 16px; font-weight: 700; }.admin-login input { width: 100%; min-height: 52px; margin-top: 7px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; }.admin-login .button { width: 100%; margin-top: 24px; }

@media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 54px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-trust { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-showcase { width: min(560px, 100%); margin-inline: auto; }.occasion-grid { grid-template-columns: repeat(4, 1fr); }.mode-grid { grid-template-columns: 1fr; }.subject-grid { grid-template-columns: repeat(3, 1fr); }.simple-steps { grid-template-columns: 1fr; max-width: 560px; }.examples-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.confidence-grid { grid-template-columns: 1fr; max-width: 560px; }.review-layout { grid-template-columns: 1fr; }.preview-sale { grid-template-columns: 1fr; gap: 35px; }.preview-visual img { width: 240px; }.revision-options { grid-template-columns: repeat(3, 1fr); }.admin-metrics { grid-template-columns: repeat(2, 1fr); }.admin-title { display: block; }.admin-actions { margin-top: 18px; }.admin-search { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    body { font-size: 18px; }.shell { width: min(100% - 28px, 620px); }.header-inner { min-height: 65px; }.header-note { display: none; }.brand-mark { width: 38px; height: 38px; }.hero { min-height: auto; padding: 45px 0 56px; }.hero h1 { margin-top: 15px; font-size: 45px; }.hero-lead { font-size: 18px; }.button-large { width: 100%; }.hero-trust { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }.hero-showcase { min-height: 350px; transform: scale(.9); transform-origin: top center; margin-bottom: -34px; }.sample-card { width: 218px; height: 273px; padding: 15px; border-width: 5px; border-radius: 22px; }.sample-photo { left: 2px; }.sample-design { right: 0; }.showcase-badge { right: -4px; }.how-it-works { padding: 52px 0; }.section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 38px; }.creator-section { padding: 64px 0 70px; }.creator-section .section-heading { text-align: left; }.wizard-card { margin-inline: -5px; border-radius: 22px; }.progress-wrap { padding: 20px 20px 18px; }.draft-notice { margin: 16px 18px 0; flex-wrap: wrap; }.draft-notice button { margin-left: 32px; }.wizard-step { padding: 30px 19px 26px; }.step-heading h3 { font-size: 28px; }.occasion-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.choice-card { min-height: 104px; }.mode-grid { grid-template-columns: 1fr; }.mode-card { grid-template-columns: 88px 1fr; min-height: 130px; padding: 14px; }.mode-visual { width: 88px; height: 96px; }.photo-mode-visual i { left: 14px; width: 54px; }.subject-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.subject-card { min-height: 120px; }.pair-upload-grid { grid-template-columns: 1fr; }.compact-upload { min-height: 235px; }.two-columns { grid-template-columns: 1fr; gap: 0; }.pill-choice span { min-height: 50px; }.step-actions { position: sticky; z-index: 8; bottom: 0; margin: 30px -19px -26px; padding: 14px 19px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }.step-actions .button { flex: 1; padding-inline: 13px; }.step-actions.align-end .button { width: 100%; }.review-card, .price-card, .preview-promise-card { padding: 19px; }.review-card dl div { display: block; }.review-card dd { margin-top: 3px; text-align: left; }.checkout-actions { flex-direction: column-reverse; }.checkout-actions .button { width: 100%; }.button-pay { min-width: 0; }.no-subscription, .preview-payment-note { text-align: center; }.footer-inner, .footer-inner nav { flex-direction: column; }.footer-inner { align-items: center; }.footer-inner nav { flex-direction: row; flex-wrap: wrap; justify-content: center; }.preview-main { padding-block: 28px 48px; }.preview-sale { padding: 25px 19px; border-radius: 22px; }.preview-offer h1, .preview-processing h1 { font-size: 39px; }.preview-benefits { grid-template-columns: 1fr; }.preview-processing { padding: 38px 20px; }.preview-loader-steps { gap: 3px; font-size: 10px; }.revision-panel { margin-inline: -2px; padding: 27px 18px; }.revision-options { grid-template-columns: repeat(2, 1fr); }.revision-submit-row, .extra-variant-note { display: block; }.revision-submit-row .button { width: 100%; }.revision-submit-row small, .extra-variant-note span { display: block; margin-top: 10px; }
}

@media (max-width: 540px) {
    .examples-section { padding: 64px 0 70px; }
    .examples-grid { grid-template-columns: 1fr; gap: 22px; }
    .example-card { width: min(100%, 390px); margin-inline: auto; }
    .examples-action .button { width: 100%; }
}

/* Readability baseline: customer-facing helper text must remain legible on phones. */
.brand { font-size: 19px; }
.header-note, .eyebrow, .hero-trust, .sample-label, .showcase-badge { font-size: 15px; }
.button { font-size: 17px; }
.simple-steps strong { font-size: 18px; }
.simple-steps small, .progress-copy, .draft-notice, .step-heading p, .step-kicker { font-size: 16px; }
.choice-card, .mode-copy small, .conditional-field label, .subchoice-wrap label, .field label, .form-error, .check-row, .pill-choice span { font-size: 16px; }
.mode-copy strong { font-size: 19px; }
.upload-zone small, .field > small, .text-mode-card small, .review-card dl div, .price-card li, .no-subscription, .demo-message p { font-size: 15px; }
.text-mode-card strong, .price-top span, .confidence-grid small, .site-footer, .result-private, .variant-top small { font-size: 16px; }
.confidence-grid strong, .review-card h4 { font-size: 18px; }
.review-card h4 { font-size: 25px; }
.preview-visual small, .preview-label, .preview-once, .preview-processing > small { font-size: 14px; }
.preview-photo-note, .preview-benefits, .preview-reassurance, .revision-panel legend, .revision-variant-pills span, .revision-option > span, .revision-submit-row small, .revision-notice, .extra-variant-note { font-size: 16px; }
.pair-preview-help { margin-top: 14px; padding: 13px 15px; background: #fcf7f2; border: 1px solid var(--line); border-radius: 12px; }.pair-preview-help summary { color: var(--rose-dark); cursor: pointer; font-weight: 720; }.pair-preview-help p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.preview-loader-steps { font-size: 13px; }
.variant-actions .button { font-size: 16px; }
.ai-badge { display: inline-block; margin-top: 17px; padding: 8px 13px; color: #3f6848; background: #e8f3e9; border: 1px solid #cfe2d2; border-radius: 30px; font-size: 15px; font-weight: 720; }

@media (max-width: 760px) {
    .result-main { padding-block: 45px 68px; }.result-private { font-size: 11px; }.result-heading { margin-bottom: 32px; }.result-heading h1 { font-size: 43px; }.result-variants { grid-template-columns: 1fr; gap: 22px; }.variant-actions { grid-template-columns: 1fr; }.greeting-copy { display: block; padding: 25px 21px; }.greeting-copy .button { width: 100%; margin-top: 22px; }.result-bottom-actions { flex-direction: column; }.result-bottom-actions .button { width: 100%; }
}

@media (max-width: 400px) {
    .hero h1 { font-size: 38px; }.hero-showcase { left: auto; width: 100%; transform: scale(.88); }.sample-photo { left: 0; }.sample-design { right: 0; }.mode-card { grid-template-columns: 72px 1fr; }.mode-visual { width: 72px; }.mode-copy strong { font-size: 15px; }
}

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

.example-event, .preview-label, .preview-visual small, .preview-once { font-size: 15px; }
.result-private { font-size: 15px; }
.result-private span { font-size: 9px; }
.text-button { font-size: 16px; }

.extra-variant-panel { margin-top: 28px; padding: 30px; border: 1px solid #dfd3c8; border-radius: 24px; background: linear-gradient(145deg, #fffaf4, #f4eee7); box-shadow: 0 18px 45px rgba(75, 57, 43, .08); }
.extra-variant-panel h2 { margin: 8px 0 10px; font-family: Georgia, serif; font-size: clamp(29px, 4vw, 42px); color: #3c322b; }
.extra-variant-panel > p { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.extra-variant-panel form { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.extra-variant-panel form small { color: var(--muted); }
.extra-variant-progress { display: flex; align-items: center; gap: 18px; margin-top: 20px; padding: 20px; border-radius: 18px; background: #edf6ef; color: #3e6145; }
.extra-variant-progress .processing-spinner { flex: 0 0 auto; width: 38px; height: 38px; }
.extra-variant-progress strong, .extra-variant-progress p { display: block; margin: 0; }
.extra-variant-progress p { margin-top: 4px; line-height: 1.5; }

@media (max-width: 620px) {
    .extra-variant-panel { padding: 23px 18px; }
    .extra-variant-panel form { align-items: stretch; flex-direction: column; }
    .extra-variant-panel form .button { width: 100%; }
}

.legal-main { max-width: 880px; padding-block: 70px 90px; }
.legal-main > h1 { margin: 10px 0 8px; font-family: Georgia, serif; color: #3c322b; font-size: clamp(42px, 7vw, 68px); line-height: 1.03; overflow-wrap: anywhere; }
.legal-updated { margin: 0 0 42px; color: var(--muted); font-size: 15px; }
.legal-main section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-main section h2 { margin: 0 0 14px; font-family: Georgia, serif; color: #4a3d34; font-size: 29px; }
.legal-main section p, .legal-main section li { color: #5f544c; font-size: 17px; line-height: 1.72; }
.legal-main section p { margin: 10px 0; }
.legal-main section ul { margin: 12px 0 0; padding-left: 24px; }
.legal-main section li + li { margin-top: 8px; }
.legal-contact { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 22px 24px; border-radius: 18px; background: #edf6ef; color: #3e6145; }
.legal-contact a { color: inherit; font-weight: 750; }

@media (max-width: 620px) {
    .legal-main { padding-block: 46px 64px; }
    .legal-contact { align-items: flex-start; flex-direction: column; }
}

.admin-refund-form { display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 8px; min-width: 330px; }
.admin-refund-form input { min-width: 0; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; }
.admin-audit-list { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
.admin-audit-list li { padding: 11px 13px; border-radius: 10px; background: #f8f4ef; }
.admin-audit-list small { display: block; margin-top: 3px; color: var(--muted); }
