:root {
  --ink: #172018;
  --muted: #607064;
  --line: #dce5da;
  --paper: #f7faf5;
  --surface: #ffffff;
  --soft: #edf4eb;
  --lime: #c8ff4d;
  --lime-deep: #91be24;
  --navy: #172018;
  --shadow: 0 20px 55px rgba(23, 32, 24, .11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .58; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #618916; outline-offset: 3px; }
.container { width: min(1200px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.skip-link { position: fixed; z-index: 100; top: -6rem; left: 1rem; padding: .75rem 1rem; border-radius: .5rem; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(23,32,24,.1); background: rgba(247,250,245,.92); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 850; text-decoration: none; letter-spacing: -.025em; }
.brand-logo { display: block; width: 2.75rem; height: 2.75rem; flex: 0 0 auto; object-fit: contain; }
.brand-name { font-size: 1.05rem; }
.brand-by { margin-left: -.25rem; padding-left: .65rem; border-left: 1px solid #cbd7c8; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .01em; white-space: nowrap; }
.brand-by span { color: var(--ink); font-weight: 900; letter-spacing: .08em; }
.navigation { display: flex; align-items: center; gap: 1.4rem; }
.navigation a, .nav-library-button { border: 0; background: none; color: #405043; font-size: .92rem; font-weight: 700; text-decoration: none; }
.navigation a:hover, .nav-library-button:hover { color: var(--ink); }
.nav-library-button { min-height: 2.5rem; padding: .4rem .8rem; border: 1px solid var(--line); border-radius: 99px; }
.menu-button { display: none; min-height: 2.75rem; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--surface); color: var(--ink); font-weight: 750; }
.hero { overflow: hidden; padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 7rem); background: radial-gradient(circle at 88% 12%, rgba(200,255,77,.38), transparent 18rem), var(--paper); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .75fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.eyebrow { margin: 0 0 .9rem; color: #648b1b; font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: 1.45rem; font-size: clamp(2.85rem, 6.5vw, 5.9rem); line-height: .95; letter-spacing: -.065em; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -.055em; }
h3 { margin-bottom: .6rem; font-size: 1.2rem; letter-spacing: -.025em; }
.lead, .section-lead { color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: .72rem 1.2rem; border: 1px solid transparent; border-radius: .7rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: inset 0 -1px 0 rgba(0,0,0,.09); }
.button-primary:hover { background: #baff31; }
.button-secondary { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: #b5c3b2; background: #f7faf6; }
.button-quiet { background: transparent; color: var(--muted); }
.button-wide { width: 100%; margin-top: .75rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin: 1.7rem 0 0; padding: 0; color: #4b5e4e; font-size: .87rem; font-weight: 650; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: .35rem; color: #618916; font-weight: 900; }
.hero-signature-card { padding: .9rem; border: 1px solid #dce8cf; border-radius: 1.3rem; background: var(--surface); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-mailbar { display: flex; align-items: center; gap: .35rem; min-height: 2.7rem; padding: 0 .5rem; border-bottom: 1px solid var(--line); }
.hero-mailbar span { width: .55rem; height: .55rem; border-radius: 50%; background: #dce5da; }
.hero-signature { display: flex; align-items: center; gap: 1rem; padding: 1.8rem 1.2rem; }
.hero-avatar { display: grid; width: 4.4rem; height: 4.4rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 850; }
.hero-signature strong { display: block; font-size: 1.25rem; }
.hero-signature p { margin: .05rem 0 .5rem; color: var(--muted); font-size: .88rem; }
.hero-signature a { display: block; margin-top: .2rem; color: #415d10; font-size: .85rem; }
.hero-card-caption { margin: 0; padding: .8rem 1.2rem .3rem; color: var(--muted); font-size: .8rem; }
.editor-section { padding: clamp(3rem, 6vw, 6rem) 0; background: #eaf1e8; }
.editor-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(22rem, .98fr); align-items: start; gap: clamp(1.4rem, 3vw, 3.5rem); }
.editor-panel, .preview-panel { border: 1px solid #d8e3d5; border-radius: 1.25rem; background: var(--surface); box-shadow: 0 12px 35px rgba(23,32,24,.055); }
.editor-panel { padding: clamp(1.2rem, 3vw, 2.3rem); }
.editor-heading { margin-bottom: 2rem; }
.editor-heading h2, .preview-topline h2 { margin-bottom: .45rem; font-size: clamp(1.7rem, 3vw, 2.25rem); }
.editor-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.form-section { margin: 0; padding: 1.5rem 0; border: 0; border-top: 1px solid var(--line); }
.form-section legend { padding: 0; font-size: 1.1rem; font-weight: 850; }
.fieldset-note, .field-hint { margin: .3rem 0 1rem; color: var(--muted); font-size: .86rem; }
.form-grid { display: grid; gap: .9rem; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.social-fields { margin-top: .9rem; }
.field { min-width: 0; }
.field label { display: block; margin-bottom: .38rem; color: #324435; font-size: .84rem; font-weight: 750; }
.optional-label { color: var(--muted); font-weight: 550; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select, textarea { width: 100%; min-height: 2.85rem; padding: .68rem .75rem; border: 1px solid #cdd9ca; border-radius: .55rem; background: #fff; color: var(--ink); }
textarea { min-height: 6.4rem; resize: vertical; }
input::placeholder, textarea::placeholder { color: #9aa89c; }
input[aria-invalid="true"] { border-color: #bd3535; }
.field-error { min-height: 1.1rem; margin: .28rem 0 0; color: #a22424; font-size: .78rem; }
.inline-fields { display: grid; grid-template-columns: .75fr 1.25fr; gap: .45rem; }
.field-label { display: block; margin-bottom: .38rem; color: #324435; font-size: .84rem; font-weight: 750; }
.image-upload-field { margin-top: 1rem; }
.field label.image-dropzone { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; min-height: 9rem; align-items: center; gap: 1rem; margin-bottom: 0; padding: 1.25rem; border: 2px dashed #b9c9b5; border-radius: .9rem; background: linear-gradient(135deg, #fbfdf9, #f2f8ed); cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.image-dropzone:hover { border-color: #7da51f; background: #f6fce9; }
.image-dropzone.is-dragging { border-color: #648b1b; background: #effbd4; box-shadow: 0 0 0 4px rgba(200,255,77,.28); transform: translateY(-2px); }
.image-dropzone.has-image { border-style: solid; border-color: #9fbd67; background: #f7fbeF; }
.image-dropzone input[type="file"] { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.image-dropzone:focus-within { outline: 3px solid #618916; outline-offset: 3px; }
.upload-icon { display: grid; width: 3rem; height: 3rem; flex: 0 0 auto; place-items: center; border-radius: .8rem; background: var(--lime); color: var(--ink); font-size: 1.5rem; font-weight: 900; }
.upload-copy { min-width: 0; flex: 1; }
.upload-copy strong, .upload-copy span { display: block; }
.upload-copy strong { color: var(--ink); font-size: .98rem; }
.upload-copy span { margin-top: .2rem; color: var(--muted); font-size: .82rem; }
.upload-button { flex: 0 0 auto; padding: .6rem .8rem; border: 1px solid #cbd8c7; border-radius: .55rem; background: #fff; color: #334536; font-size: .78rem; font-weight: 800; }
.image-upload-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-top: .55rem; }
.image-upload-meta .field-hint { margin: 0; }
.image-upload-status { min-height: 1.2rem; margin: .35rem 0 0; color: #506650; font-size: .8rem; font-weight: 700; }
.image-upload-status.is-error { color: #a22424; }
.remove-image-button { flex: 0 0 auto; padding: 0; border: 0; background: transparent; color: #8e2e2e; font-size: .8rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }
.remove-image-button[hidden] { display: none; }
.check-field { display: flex; min-height: 2.75rem; align-items: center; gap: .6rem; margin-top: .75rem; color: #324435; font-size: .9rem; font-weight: 700; }
.check-field input { width: 1.1rem; height: 1.1rem; accent-color: #648b1b; }
.conditional-fields { margin-top: .8rem; }
.conditional-fields[hidden] { display: none; }
.template-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.template-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.template-choice-card { display: block; min-height: 185px; padding: .8rem; border: 1px solid #cfdbcc; border-radius: .8rem; background: #fff; cursor: pointer; }
.template-choice input:checked + .template-choice-card { border: 2px solid #88b723; background: #f8fdea; box-shadow: 0 0 0 2px rgba(200,255,77,.3); }
.template-choice input:focus-visible + .template-choice-card { outline: 3px solid #618916; outline-offset: 3px; }
.template-choice-card strong, .template-choice-card small, .template-choice-card em { display: block; }
.template-choice-card strong { margin-top: .65rem; }
.template-choice-card small { min-height: 2.8em; margin-top: .22rem; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.template-choice-card em { margin-top: .55rem; color: #628717; font-size: .68rem; font-style: normal; font-weight: 800; }
.template-art { position: relative; display: flex; height: 65px; gap: .45rem; align-items: center; overflow: hidden; padding: .6rem; border-radius: .4rem; background: #eef3ed; }
.template-art span { display: block; width: 2rem; height: 2rem; flex: 0 0 auto; border-radius: .2rem; background: #badf5c; }
.template-art i, .template-art b { display: block; height: .45rem; border-radius: 99px; background: #617064; }
.template-art i { width: 34%; } .template-art b { width: 22%; }
.template-art-compact { height: 45px; } .template-art-compact span { display: none; }
.template-art-executive { flex-wrap: wrap; align-content: center; } .template-art-executive span { width: 100%; height: .4rem; } .template-art-executive i { width: 52%; }
.template-art-minimal { background: #fff; border: 1px solid #dbe4d8; } .template-art-minimal span { display: none; }
.design-grid { grid-template-columns: .65fr .65fr 1.5fr 1fr; align-items: end; }
input[type="color"] { width: 100%; height: 2.85rem; padding: .2rem; border: 1px solid #cdd9ca; border-radius: .55rem; background: #fff; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.draft-status { min-height: 1.2rem; margin: 0; color: var(--muted); font-size: .8rem; text-align: right; }
.preview-panel { position: sticky; top: 96px; overflow: hidden; padding: 1.25rem; }
.preview-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.preview-status { padding: .36rem .55rem; border-radius: 99px; background: var(--soft); color: #577225; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.preview-controls { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; margin: 1.25rem 0; }
.segmented-control { display: inline-flex; padding: .2rem; border-radius: .6rem; background: #eef3ed; }
.segmented-control button { min-height: 2.35rem; padding: .4rem .65rem; border: 0; border-radius: .45rem; background: transparent; color: var(--muted); font-size: .75rem; font-weight: 800; }
.segmented-control button.is-active { background: #fff; color: var(--ink); box-shadow: 0 2px 6px rgba(23,32,24,.1); }
.mail-simulator { overflow: hidden; border: 1px solid #d8e2d5; border-radius: .9rem; background: #fff; transition: background .2s ease, max-width .2s ease; }
.mail-simulator[data-theme="dark"] { border-color: #3d4840; background: #252b26; color: #eff4ed; }
.mail-simulator[data-device="mobile"] { max-width: 340px; margin-inline: auto; }
.mail-chrome { display: flex; min-height: 2.5rem; align-items: center; gap: .3rem; padding: 0 .75rem; border-bottom: 1px solid #e0e8de; background: #f4f7f3; }
.mail-simulator[data-theme="dark"] .mail-chrome { border-color: #3d4840; background: #303832; }
.mail-chrome span { width: .42rem; height: .42rem; border-radius: 50%; background: #b9c6b7; }
.mail-chrome p { margin: 0 0 0 .35rem; color: #718072; font-size: .72rem; font-weight: 700; }
.mail-content { min-height: 335px; padding: 1.3rem; }
.mail-copy { margin-bottom: .7rem; font-size: .86rem; }
.preview-note { margin: .9rem 0 0; color: var(--muted); font-size: .78rem; }
.purchase-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; padding: 1rem; border-radius: .85rem; background: var(--ink); color: #fff; }
.purchase-kicker { display: block; color: #bed1bd; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.purchase-card strong { display: block; margin-top: .1rem; color: var(--lime); font-size: 1.6rem; letter-spacing: -.05em; }
.purchase-card p { max-width: 29ch; margin: .15rem 0 0; color: #c3d0c1; font-size: .76rem; line-height: 1.35; }
.purchase-card .button { flex: 0 0 auto; font-size: .83rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.steps-section { background: var(--ink); color: #f5f8f4; }
.steps-section .eyebrow { color: var(--lime); }
.steps-section h2 { max-width: 16ch; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.7rem; }
.step-card { padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(255,255,255,.04); }
.step-card > span { color: var(--lime); font-family: ui-monospace, monospace; font-size: .8rem; font-weight: 800; }
.step-card h3 { margin-top: 2.6rem; }
.step-card p { margin-bottom: 0; color: #bdcbbb; font-size: .92rem; }
.guides-section { background: var(--surface); }
.section-intro, .pricing-layout { display: grid; grid-template-columns: 1fr .75fr; gap: 4rem; align-items: end; }
.section-intro h2, .pricing-layout h2 { max-width: 13ch; }
.section-intro .section-lead { margin-bottom: 0; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.guide-card { display: flex; min-height: 215px; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: #fbfdf9; }
.guide-card p { color: var(--muted); font-size: .9rem; }
.guide-card a { margin-top: auto; color: #4e7012; font-size: .9rem; font-weight: 850; text-underline-offset: .23rem; }
.pricing-section { background: #eaf1e8; }
.price-card { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 1.2rem; background: var(--surface); box-shadow: var(--shadow); }
.price-card > p { margin-bottom: .25rem; color: var(--muted); font-weight: 750; }
.price-card strong { display: block; color: var(--ink); font-size: clamp(3rem, 6vw, 4.5rem); line-height: 1; letter-spacing: -.07em; }
.price-card ul, .modal-list { margin: 1.5rem 0; padding: 0; list-style: none; }
.price-card li, .modal-list li { margin: .65rem 0; color: #405043; font-size: .9rem; }
.price-card li::before, .modal-list li::before { content: "✓"; display: inline-block; width: 1.3rem; color: #638b17; font-weight: 900; }
.price-card .button { width: 100%; }
.faq-section { background: var(--surface); }
.faq-list { margin-top: 2.3rem; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 3.75rem; padding: 1rem 2rem 1rem 0; color: #263b2a; cursor: pointer; font-weight: 800; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .3rem; color: #5b7e15; font-size: 1.45rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { max-width: 72ch; margin: 0 0 1.25rem; color: var(--muted); }
.site-footer { padding-top: 3rem; border-top: 1px solid var(--line); background: #f4f8f2; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-brand { margin-bottom: .65rem; }
.footer-grid p, .footer-bottom { color: var(--muted); font-size: .84rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.3rem; }
.footer-nav a { color: #4d604f; font-size: .85rem; font-weight: 700; text-underline-offset: .22rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; margin-top: 2.5rem; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; }
.modal-backdrop { position: fixed; z-index: 80; inset: 0; display: grid; overflow-y: auto; place-items: center; padding: 1rem; background: rgba(14,22,15,.63); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(540px, 100%); max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.4rem, 5vw, 2.5rem); border-radius: 1rem; background: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.modal-wide { width: min(800px, 100%); }
.modal h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.modal > p:not(.eyebrow):not(.modal-status) { color: var(--muted); }
.modal-close { position: absolute; top: .75rem; right: .75rem; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 0; border-radius: 50%; background: #edf2eb; color: var(--ink); font-size: 1.5rem; }
.modal-status { min-height: 1.25rem; margin: .75rem 0 0; color: #526d1d; font-size: .85rem; font-weight: 700; }
.export-preview-card { margin-top: 1.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: .85rem; background: #f6f8f5; }
.export-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; border-bottom: 1px solid var(--line); }
.export-preview-heading h3 { margin: 0; font-size: .9rem; letter-spacing: 0; }
.export-preview-heading span { color: var(--muted); font-size: .72rem; font-weight: 750; }
.export-preview-canvas { overflow-x: auto; padding: clamp(1rem, 3vw, 1.5rem); background: #fff; }
.export-preview-canvas .signature-preview { min-width: 280px; margin-top: 0; }
.export-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin: 1.5rem 0 .7rem; }
.source-label { display: block; margin: 1.3rem 0 .4rem; color: #354936; font-size: .85rem; font-weight: 800; }
.export-source { width: 100%; min-height: 160px; padding: .75rem; border: 1px solid var(--line); border-radius: .6rem; background: #f6f8f5; color: #314033; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .72rem; line-height: 1.4; }
.guide-links { display: flex; flex-wrap: wrap; gap: .7rem 1rem; margin-top: 1rem; }
.guide-links a { color: #4e7012; font-size: .85rem; font-weight: 800; }
.library-list { display: grid; gap: .7rem; margin-top: 1.3rem; }
.library-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: .75rem; }
.library-item strong, .library-item small { display: block; }
.library-item small { color: var(--muted); }
.library-actions { display: flex; gap: .45rem; }
.library-actions button { min-height: 2.45rem; padding: .4rem .65rem; border: 1px solid var(--line); border-radius: .45rem; background: #fff; color: #3b4e3d; font-size: .78rem; font-weight: 800; }
.empty-library { margin: 0; color: var(--muted); }
.page-hero { padding: clamp(4rem, 8vw, 7rem) 0 3rem; background: #eff5ed; }
.compact-hero h1 { max-width: 15ch; font-size: clamp(2.6rem, 6vw, 4.9rem); }
.text-link { display: inline-block; margin-top: .8rem; color: #537817; font-weight: 850; text-underline-offset: .25rem; }
.guide-content, .legal-content { color: #3d4f40; }
.guide-steps { display: grid; gap: 2rem; margin: 0; padding: 0; list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; }
.guide-steps li > span { display: grid; width: 2.35rem; height: 2.35rem; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .85rem; font-weight: 850; }
.guide-steps h2, .legal-content h2, .tip-card h2 { margin-bottom: .45rem; font-size: 1.45rem; letter-spacing: -.03em; }
.guide-steps p, .legal-content p { margin-bottom: 0; color: var(--muted); }
.tip-card { margin-top: 3rem; padding: 1.4rem; border-radius: .9rem; background: #eef6d9; }
.tip-card p { margin: 0; color: #435437; }
.legal-content section + section { margin-top: 2.5rem; }
.signivo-privacy-notice { position: fixed; z-index: 70; right: 1rem; bottom: 1rem; left: 1rem; padding: 1rem; border: 1px solid #cdd9ca; border-radius: 1rem; background: rgba(255,255,255,.98); color: #172018; box-shadow: 0 18px 60px rgba(23,32,24,.2); }
.signivo-privacy-notice[hidden] { display: none; }
.signivo-privacy-inner { display: flex; width: min(1120px, 100%); margin-inline: auto; align-items: center; justify-content: space-between; gap: 1.5rem; }
.signivo-privacy-content { display: block; max-width: 720px; color: #172018; }
.cookie-eyebrow { margin-bottom: .2rem; color: #648b1b; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.signivo-privacy-content h2 { margin-bottom: .35rem; color: #172018; font-size: 1.25rem; letter-spacing: -.025em; }
.signivo-privacy-content p:last-child { margin-bottom: 0; color: #607064; font-size: .86rem; }
.signivo-privacy-content a { color: #4e7012; font-weight: 750; text-underline-offset: .18rem; }
.signivo-privacy-actions { display: flex; flex: 0 0 auto; gap: .65rem; }
.signivo-privacy-actions .button { min-height: 2.8rem; font-size: .82rem; }
@media (max-width: 980px) {
  .editor-layout, .hero-layout { grid-template-columns: 1fr; }
  .hero-signature-card { width: min(460px, 100%); transform: none; }
  .preview-panel { position: static; }
  .section-intro, .pricing-layout { grid-template-columns: 1fr; gap: 1rem; }
  .section-intro h2, .pricing-layout h2 { max-width: 17ch; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 1.5rem, 1200px); }
  .menu-button { display: inline-flex; }
  .navigation { position: absolute; top: 68px; right: .75rem; left: .75rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: .8rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; box-shadow: var(--shadow); }
  .navigation.navigation-open { display: flex; }
  .navigation a, .nav-library-button { padding: .7rem; }
  .nav-library-button { text-align: left; }
  .field label.image-dropzone { grid-template-columns: auto minmax(0, 1fr); align-items: center; min-height: 10rem; }
  .upload-button { grid-column: 2; justify-self: start; margin-left: 0; }
  .image-upload-meta { flex-direction: column; }
  .two-columns, .template-choices, .design-grid, .steps-grid, .guides-grid { grid-template-columns: 1fr; }
  .design-grid { gap: .9rem; }
  .template-choice-card { min-height: 160px; }
  .inline-fields { grid-template-columns: 1fr; }
  .preview-controls, .purchase-card, .form-actions { align-items: stretch; flex-direction: column; }
  .purchase-card .button { width: 100%; }
  .draft-status { text-align: left; }
  .signivo-privacy-notice { right: .6rem; bottom: .6rem; left: .6rem; padding: 1rem; }
  .signivo-privacy-inner, .signivo-privacy-actions { align-items: stretch; flex-direction: column; }
  .signivo-privacy-inner { gap: 1rem; }
  .signivo-privacy-actions .button { width: 100%; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
  .export-preview-heading { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .export-preview-canvas { padding: 1rem; }
  .export-actions { grid-template-columns: 1fr; }
  .library-item { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
