@font-face { font-family: "Manrope"; src: url("../fonts/manrope-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("../fonts/playfair-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("../fonts/playfair-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
    --ink: #121212;
    --paper: #f4f1eb;
    --white: #fff;
    --green: #14785f;
    --green-dark: #0c4f40;
    --orange: #f36b2f;
    --brown: #4a2b20;
    --brown-soft: #755446;
    --campaign: #d92d24;
    --cream: #fbf5eb;
    --gold: #b89751;
    --line: #d9d5cc;
    --muted: #6e716f;
    --danger: #b42318;
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--ink);
    background: #e5e3de;
    scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #e5e3de; color: var(--ink); }
button, input, textarea { font: inherit; }
a { color: inherit; }
.announcement { position: sticky; z-index: 40; top: 0; width: min(780px, 100%); min-height: 62px; margin: auto; padding: 9px 20px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; background: linear-gradient(100deg, #3a2018, #6e3828); color: white; box-shadow: 0 8px 22px rgba(56,31,23,.18); }
.announcement > div { display: flex; flex-direction: column; gap: 2px; }
.announcement > div span { color: #f3cd7c; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.announcement > div b { font-size: 11px; }
.announcement time { min-width: 104px; display: flex; justify-content: center; align-items: center; gap: 5px; font-family: "Galano Grotesque", "Manrope", sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.announcement time span { min-width: 36px; padding: 3px 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(0,0,0,.16); text-align: center; }
.announcement time i { color: #f3cd7c; font-style: normal; }
.announcement > a { display: none; padding: 8px 11px; border-radius: 7px; background: white; color: var(--brown); font-size: 9px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.announcement.campaign-expired { grid-template-columns: 1fr auto; background: var(--brown); }
.announcement.campaign-expired time { display: none; }
.announcement.campaign-expired > a { display: block; }
.site-header { display: none; }
.leaf-page, body > footer { width: min(780px, 100%); margin: 0 auto; background: white; }
.leaf-image-flow { width: 100%; line-height: 0; }
.leaf-image-flow a, .leaf-image-flow img { width: 100%; display: block; }
.leaf-image-flow img { height: auto; }
.default-leaf-background {
    width: 100%;
    display: block;
    line-height: 0;
}
.default-leaf-background img { width: 100%; height: auto; display: block; }
.leaf-fallback .hero,
.leaf-fallback .proof-strip,
.leaf-fallback .story,
.leaf-fallback .benefits,
.leaf-fallback .faq { display: none; }

/* Panelde görsel yokken kullanılan geçici yaprak blokları */
.hero { min-height: 760px; padding: 54px 48px; display: grid; grid-template-columns: 1fr; gap: 35px; align-items: center; background: linear-gradient(160deg, #fff9f3 0%, #f0ddca 100%); overflow: hidden; }
.hero-copy { text-align: center; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(46px, 9vw, 76px); line-height: .94; letter-spacing: -.06em; }
.hero h1 em { display: block; margin-top: 9px; color: var(--green-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-subtitle { max-width: 610px; margin: 24px auto; color: #3f4d48; font-size: 18px; line-height: 1.6; }
.price-line { margin: 20px 0; display: flex; justify-content: center; align-items: baseline; gap: 12px; }
.price-line del { color: var(--muted); }
.price-line strong { font-size: 30px; }
.price-line small { color: var(--muted); }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; text-decoration: none; font-weight: 900; cursor: pointer; }
.button-primary, .button-submit { background: var(--orange); color: #251006; }
.button-dark { background: var(--ink); color: white; }
.hero-note { color: var(--muted); font-size: 11px; }
.product-stage { position: relative; min-height: 390px; display: grid; place-items: center; background: radial-gradient(circle, #e8fff7, #a7d7c8); border-radius: 28px; overflow: hidden; }
.product-stage img { width: 82%; height: 360px; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(0,0,0,.2)); }
.stage-label { position: absolute; top: 20px; left: 20px; padding: 7px 10px; border: 1px solid rgba(0,0,0,.2); border-radius: 99px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.stage-orbit { position: absolute; right: 18px; bottom: 16px; padding: 9px 13px; border-radius: 99px; background: white; font-size: 10px; font-weight: 800; }
.product-placeholder { width: 230px; min-height: 300px; padding: 35px 25px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 20px; background: var(--green-dark); color: white; box-shadow: 0 25px 45px rgba(0,0,0,.2); transform: rotate(-3deg); }
.product-placeholder span { font-size: 10px; letter-spacing: .22em; }
.product-placeholder strong { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.product-placeholder small { opacity: .7; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green-dark); color: white; }
.proof-strip span { padding: 22px 15px; font-size: 10px; text-align: center; }
.proof-strip b { display: block; margin-top: 6px; font-size: 12px; }
.story { padding: 70px 50px; background: white; text-align: center; }
.story h2 { margin: 0 auto 28px; max-width: 650px; font-size: clamp(36px, 7vw, 58px); line-height: 1; letter-spacing: -.05em; }
.story > p { margin: auto; max-width: 610px; color: #44514d; font-size: 17px; line-height: 1.75; }
.benefits { display: grid; grid-template-columns: 1fr; background: #f5f0e9; }
.benefits article { min-height: 220px; padding: 44px 50px; border-bottom: 1px solid #ddd5ca; text-align: center; }
.benefits article span { color: var(--orange); font-size: 12px; font-weight: 900; }
.benefits article h3 { margin: 20px 0 10px; font-size: 30px; }
.benefits article p { margin: auto; max-width: 560px; color: var(--muted); line-height: 1.65; }

/* Gerçek yaprak görselleri yüklendiğinde ara HTML bloklarını kaldır */
.has-leaf-images .hero,
.has-leaf-images .proof-strip,
.has-leaf-images .story,
.has-leaf-images .benefits,
.has-leaf-images .faq { display: none; }

.order-section { position: relative; padding: 64px 50px; display: block; background: linear-gradient(180deg, #efe2d1 0%, #f8f1e8 100%); color: var(--brown); scroll-margin-top: 10px; }
.order-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--brown), var(--gold), var(--campaign)); }
.order-intro { margin-bottom: 30px; text-align: center; }
.order-intro .eyebrow { color: var(--campaign); }
.order-intro h2 { margin: 0 0 25px; font-size: clamp(35px, 7vw, 54px); line-height: 1; letter-spacing: -.05em; }
.order-intro ol { margin: 0 auto; padding: 0; display: flex; justify-content: center; gap: 12px; list-style: none; }
.order-intro li { flex: 1; max-width: 180px; padding: 13px; border: 1px solid #d7c4ae; border-radius: 10px; background: rgba(255,255,255,.5); }
.order-intro li > span { display: block; color: var(--campaign); font-size: 11px; }
.order-intro li div { display: flex; flex-direction: column; gap: 3px; margin-top: 5px; }
.order-intro li b { font-size: 11px; }
.order-intro li small { color: var(--brown-soft); font-size: 9px; }
.has-leaf-images .order-intro { display: none; }
.order-form { position: relative; padding: 40px; overflow: hidden; border: 1px solid #ddcdb8; border-radius: 24px; background: #fffdf9; color: var(--brown); box-shadow: 0 24px 60px rgba(75,43,30,.16); }
.order-form::before { content: ""; position: absolute; width: 190px; height: 190px; right: -100px; top: -115px; border: 32px solid rgba(184,151,81,.08); border-radius: 50%; }
.campaign-banner { position: relative; z-index: 1; margin: -40px -40px 30px; padding: 16px 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; background: linear-gradient(110deg, #3c2118, #643627); color: white; }
.campaign-banner > span { padding: 5px 8px; border-radius: 5px; background: var(--campaign); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.campaign-banner div { display: flex; flex-direction: column; gap: 2px; }
.campaign-banner b { font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.1; }
.campaign-banner small { color: #dfcbbd; font-size: 8px; }
.campaign-banner strong { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.2); color: #f3d68e; font-size: 10px; text-transform: uppercase; white-space: nowrap; }
.form-heading { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin-bottom: 20px; }
.form-seal { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--brown); color: #fff6e8; font-size: 20px; font-weight: 900; box-shadow: 0 8px 20px rgba(75,43,30,.18); }
.form-heading small { color: var(--campaign); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 3px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 32px; line-height: 1; letter-spacing: -.03em; }
.form-heading p { margin: 6px 0 0; color: var(--brown-soft); font-size: 11px; }
.checkout-progress { margin: 0 -40px 30px; padding: 12px 40px; display: flex; align-items: center; justify-content: center; gap: 9px; border-top: 1px solid #eee3d5; border-bottom: 1px solid #eee3d5; background: #fcf8f1; }
.checkout-progress b { display: flex; gap: 6px; align-items: center; color: var(--brown-soft); font-size: 9px; white-space: nowrap; }
.checkout-progress i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--brown); color: white; font-size: 9px; font-style: normal; }
.checkout-progress > span { width: 28px; height: 1px; background: #d8c8b5; }
.form-section-title { margin-bottom: 14px; display: flex; gap: 10px; align-items: center; }
.form-section-title > span, .payment-options legend > span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f2e5d4; color: var(--campaign); font-size: 11px; font-weight: 900; }
.form-section-title div, .payment-options legend div { display: flex; flex-direction: column; gap: 2px; }
.form-section-title b, .payment-options legend b { font-size: 13px; }
.form-section-title small, .payment-options legend small { color: var(--brown-soft); font-size: 9px; font-weight: 500; }
.form-section-spaced { margin-top: 30px; padding-top: 25px; border-top: 1px solid #eee3d5; }
.form-alert { margin-bottom: 15px; padding: 12px; border: 1px solid #f2bbb5; border-radius: 7px; background: #fff0ee; color: var(--danger); font-size: 12px; }
.form-validation-alert { margin-bottom: 18px; padding: 13px 15px; display: flex; flex-direction: column; gap: 3px; border: 1px solid #edaaa4; border-radius: 10px; background: #fff1ef; color: var(--danger); }
.form-validation-alert[hidden] { display: none; }
.form-validation-alert b { font-size: 11px; }
.form-validation-alert span { font-size: 10px; }
.package-grid { margin-bottom: 6px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.package-option { cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.package-option input { position: absolute; opacity: 0; pointer-events: none; }
.package-box { position: relative; min-height: 154px; padding: 22px 15px 15px; display: flex; flex-direction: column; border: 1px solid #dfd1c0; border-radius: 14px; background: linear-gradient(180deg, #fffefb, #faf3e9); transition: border-color .18s, box-shadow .18s, background-color .18s; }
.package-box::after { content: "✓"; position: absolute; right: 10px; top: 10px; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #d9c9b7; border-radius: 50%; color: transparent; font-size: 11px; }
.package-box i { position: absolute; left: 50%; top: -10px; padding: 4px 9px; border-radius: 99px; background: var(--campaign); color: white; font-size: 8px; font-style: normal; font-weight: 900; transform: translateX(-50%); white-space: nowrap; box-shadow: 0 5px 12px rgba(217,45,36,.18); }
.package-box b { max-width: 85%; margin-bottom: 6px; color: var(--brown); font-size: 14px; }
.package-box small { color: var(--brown-soft); }
.package-box strong { margin-top: auto; color: var(--campaign); font-family: "Galano Grotesque", "Manrope", sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.045em; }
.package-box em { width: fit-content; margin-top: 5px; padding: 3px 6px; border-radius: 4px; background: #e9f4ea; color: #276a3c; font-size: 8px; font-style: normal; font-weight: 800; }
.package-option:nth-child(2) .package-box { border-color: #d7b66b; background: linear-gradient(180deg, #fffcf2, #f8ecd2); box-shadow: 0 10px 24px rgba(184,151,81,.14); }
.package-option:hover .package-box { box-shadow: 0 10px 22px rgba(75,43,30,.08); }
.package-option input:checked + .package-box { border-color: var(--campaign); box-shadow: inset 0 0 0 2px var(--campaign), 0 12px 25px rgba(217,45,36,.12); background: #fff8f2; }
.package-option input:checked + .package-box::after { border-color: var(--campaign); background: var(--campaign); color: white; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: flex; flex-direction: column; gap: 7px; color: var(--brown); font-size: 11px; font-weight: 800; }
.field > small { color: var(--brown-soft); font-weight: 400; }
.field-wide { grid-column: 1 / -1; }
.field input, .field textarea, .field select { width: 100%; min-height: 49px; padding: 13px 14px; border: 1px solid #dacdbc; border-radius: 10px; background: #fff; color: var(--brown); outline: 0; resize: vertical; transition: .18s; }
.field select { appearance: none; padding-right: 38px; background-image: linear-gradient(45deg, transparent 50%, var(--brown-soft) 50%), linear-gradient(135deg, var(--brown-soft) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; cursor: pointer; }
.field select:disabled { color: #9b8e83; background-color: #f6f1ea; cursor: wait; }
.field input::placeholder, .field textarea::placeholder { color: #b0a397; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,151,81,.13); background-color: #fffefa; }
.field-invalid input, .field-invalid textarea, .field-invalid select { border-color: var(--danger)!important; box-shadow: 0 0 0 4px rgba(180,35,24,.1)!important; }
.payment-options.field-invalid, .package-grid.field-invalid { border-radius: 11px; outline: 2px solid rgba(180,35,24,.45); outline-offset: 5px; }
.field-error { display: block; margin-top: 5px; color: var(--danger)!important; font-size: 10px; }
.payment-options { margin: 28px 0 16px; padding: 25px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; border: 0; border-top: 1px solid #eee3d5; }
.payment-options legend { width: 100%; grid-column: 1 / -1; margin-bottom: 12px; display: flex; gap: 10px; align-items: center; font-size: 11px; font-weight: 800; }
.payment-options label { min-height: 70px; padding: 14px; display: flex; gap: 10px; align-items: center; border: 1px solid #dacdbc; border-radius: 11px; background: #fff; cursor: pointer; transition: .18s; }
.payment-options label:has(input:checked) { border-color: var(--gold); box-shadow: inset 0 0 0 2px var(--gold); background: var(--cream); }
.payment-options input { accent-color: var(--campaign); }
.payment-options span { display: flex; flex-direction: column; gap: 3px; }
.payment-options b { color: var(--brown); font-size: 12px; }
.payment-options small { color: var(--brown-soft); font-size: 9px; }
.button-submit { width: 100%; min-height: 58px; margin-top: 17px; border-radius: 12px; background: linear-gradient(180deg, #e23a31, #c91f18); color: white; font-size: 16px; letter-spacing: .01em; box-shadow: 0 12px 24px rgba(201,31,24,.24); transition: transform .18s, box-shadow .18s; }
.button-submit [data-submit-price], .price-line strong { font-family: "Galano Grotesque", "Manrope", sans-serif; font-weight: 800; letter-spacing: -.035em; }
.button-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(201,31,24,.3); }
.button-submit:disabled { opacity: .7; transform: none; cursor: wait; }
.checkout-assurances { margin-top: 15px; display: flex; justify-content: center; gap: 18px; color: var(--brown-soft); font-size: 9px; font-weight: 700; }
.checkout-assurances span::first-letter { color: var(--green); }
.form-footnote { margin: 10px auto 0; max-width: 480px; color: #95877c; text-align: center; font-size: 8px; line-height: 1.5; }
.faq { padding: 65px 45px; background: #f5f0e9; }
.faq > div:first-child { text-align: center; }
.faq h2 { margin: 0 auto 28px; max-width: 620px; font-size: 43px; line-height: 1; letter-spacing: -.05em; }
.faq-list details { border-bottom: 1px solid #d7d0c5; }
.faq-list summary { padding: 19px 0; display: flex; justify-content: space-between; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list p { margin: 0 0 20px; color: var(--muted); line-height: 1.65; }
body > footer { padding: 32px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
body > footer div { display: flex; flex-direction: column; gap: 7px; }
body > footer p { margin: 0; line-height: 1.5; }
body > footer a { text-decoration: none; }
.mobile-order-bar { display: none; }
.order-activity-toast { position: fixed; z-index: 35; left: max(18px, calc(50vw - 372px)); bottom: 20px; width: min(330px, calc(100vw - 36px)); padding: 13px 38px 13px 13px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; border: 1px solid #dfd0bd; border-radius: 12px; background: rgba(255,253,249,.97); color: var(--brown); box-shadow: 0 16px 38px rgba(75,43,30,.2); backdrop-filter: blur(8px); animation: activity-in .3s ease-out; }
.order-activity-toast[hidden] { display: none; }
.order-activity-toast > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e7f3e9; color: #28713e; font-weight: 900; }
.order-activity-toast div { display: flex; flex-direction: column; gap: 3px; }
.order-activity-toast b { font-size: 10px; }
.order-activity-toast small { color: var(--brown-soft); font-size: 8px; }
.order-activity-toast button { position: absolute; right: 9px; top: 8px; border: 0; background: none; color: #a08f82; font-size: 16px; cursor: pointer; }
@keyframes activity-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cookie-banner { position: fixed; z-index: 20; right: 15px; bottom: 15px; width: min(400px, calc(100vw - 30px)); padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.cookie-banner p { margin: 0 0 12px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cookie-banner p b { display: block; color: var(--ink); }
.cookie-banner div { display: flex; justify-content: flex-end; gap: 7px; }
.cookie-banner button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 10px; font-weight: 800; cursor: pointer; }
.cookie-banner button:last-child { border-color: var(--green-dark); background: var(--green-dark); color: white; }
.result-page, .legal-page { min-height: 100vh; padding: 35px 18px; display: grid; place-items: center; background: #e5e3de; }
.result-card, .legal-page article { width: min(680px, 100%); padding: clamp(25px, 6vw, 55px); border-radius: 18px; background: white; box-shadow: 0 25px 70px rgba(0,0,0,.13); }
.result-mark { width: 56px; height: 56px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: #e3f5ef; color: var(--green); font-size: 26px; font-weight: 900; }
.result-card h1, .legal-page h1 { margin: 0 0 14px; font-size: clamp(34px, 7vw, 55px); line-height: 1; letter-spacing: -.05em; }
.result-card > p:not(.eyebrow), .legal-page article p { color: var(--muted); line-height: 1.7; }
.order-summary { margin: 27px 0; border-top: 1px solid var(--line); }
.order-summary div { padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.order-summary dt { color: var(--muted); }
.order-summary dd { margin: 0; font-weight: 800; }
.legal-page { place-items: start center; }
.back-link { position: fixed; left: 22px; top: 22px; text-decoration: none; font-weight: 800; }

@media (max-width: 640px) {
    body { padding-bottom: 63px; background: white; }
    .announcement { min-height: 58px; padding: 8px 12px; gap: 9px; }
    .announcement > div b { max-width: 220px; font-size: 9px; line-height: 1.25; }
    .announcement time { min-width: 88px; gap: 3px; font-size: 21px; }
    .announcement time span { min-width: 32px; }
    .announcement > a { padding: 7px 8px; font-size: 8px; }
    .hero { min-height: auto; padding: 40px 18px; }
    .hero h1 { font-size: 45px; }
    .hero-subtitle { font-size: 15px; }
    .price-line { flex-wrap: wrap; }
    .product-stage { min-height: 340px; }
    .product-stage img { height: 315px; }
    .proof-strip { grid-template-columns: 1fr; }
    .proof-strip span { border-bottom: 1px solid rgba(255,255,255,.15); }
    .story, .benefits article, .faq { padding-left: 20px; padding-right: 20px; }
    .story h2, .faq h2 { font-size: 38px; }
    .order-section { padding: 42px 10px; }
    .order-intro { padding: 0 9px; }
    .order-intro ol { display: none; }
    .order-form { padding: 24px 14px; border-radius: 16px; }
    .campaign-banner { margin: -24px -14px 25px; padding: 14px; grid-template-columns: auto 1fr; gap: 9px; }
    .campaign-banner b { font-size: 15px; }
    .campaign-banner small { display: none; }
    .campaign-banner strong { grid-column: 1 / -1; padding: 8px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); text-align: center; }
    .form-heading { grid-template-columns: auto 1fr; gap: 10px; }
    .form-seal { width: 40px; height: 40px; }
    .form-heading h3 { font-size: 26px; }
    .checkout-progress { margin: 0 -14px 25px; padding: 10px 12px; gap: 5px; }
    .checkout-progress b { gap: 4px; font-size: 8px; }
    .checkout-progress i { width: 18px; height: 18px; }
    .checkout-progress > span { width: 10px; }
    .package-grid { grid-template-columns: 1fr; }
    .package-box { min-height: 91px; padding: 18px 14px; display: grid; grid-template-columns: 1fr auto; align-items: center; }
    .package-box small { grid-column: 1; }
    .package-box strong { grid-column: 2; grid-row: 1 / 3; }
    .fields, .payment-options { grid-template-columns: 1fr; }
    .field-wide, .payment-options legend { grid-column: 1; }
    .field input, .field textarea, .field select { font-size: 16px; }
    .checkout-assurances { gap: 7px; flex-wrap: wrap; }
    body > footer { padding: 30px 18px; grid-template-columns: 1fr; }
    .mobile-order-bar { position: fixed; z-index: 15; left: 8px; right: 8px; bottom: 8px; height: 49px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; border-radius: 8px; background: var(--campaign); color: white; text-decoration: none; font-weight: 900; box-shadow: 0 10px 28px rgba(0,0,0,.25); touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
    .order-activity-toast { left: 10px; right: 10px; bottom: 68px; width: auto; }
    .back-link { position: static; align-self: start; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    :root { scroll-behavior: auto; }
}
