:root {
  --paper: #fbf8f3;
  --paper-deep: #f3ebdf;
  --white: #fffdf9;
  --ink: #28251f;
  --muted: #756d63;
  --line: #e5d7c5;
  --copper: #d98561;
  --copper-dark: #a85e40;
  --rose: #c76886;
  --rose-dark: #98435f;
  --gold: #d9a255;
  --gold-light: #efcf98;
  --olive: #62663b;
  --green: #2f3d32;
  --green-mid: #43533f;
  --green-dark: #1d2921;
  --shadow: 0 28px 80px rgba(58, 43, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 2%, rgba(217, 133, 97, .14), transparent 27rem),
    radial-gradient(circle at 96% 7%, rgba(98, 102, 59, .12), transparent 35rem),
    linear-gradient(180deg, #fdfbf7, #f7f0e7 62%, #fbf8f3);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.76' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 9px; left: 9px; z-index: 200; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(199, 104, 134, .42); outline-offset: 3px; }

.test-environment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 39px;
  padding: 7px 18px;
  background: linear-gradient(90deg, #87384f, #a64b69 47%, #87384f);
  color: #fff7f9;
  font-size: 12px;
  letter-spacing: .2px;
  text-align: center;
}
.test-environment strong { font-size: 11px; letter-spacing: 1.7px; }
.test-dot { width: 8px; height: 8px; border-radius: 50%; background: #f2d09a; box-shadow: 0 0 0 5px rgba(242, 208, 154, .14); }

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(1240px, calc(100% - 56px));
  min-height: 112px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(168, 94, 64, .18);
}
.checkout-brand { display: block; flex: 0 0 auto; }
.checkout-brand img { display: block; width: 232px; height: auto; aspect-ratio: 3 / 1; object-fit: contain; transform: translateX(-5.5%); }
.checkout-header-actions { display: flex; align-items: center; gap: 22px; }
.secure-label { display: inline-flex; align-items: center; gap: 8px; color: #6b645c; font-size: 12px; font-weight: 750; }
.secure-label svg { width: 17px; height: 17px; color: var(--olive); }
.back-link { display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 0 17px; border: 1px solid #cbb9a6; border-radius: 999px; background: rgba(255, 253, 249, .72); color: #574d43; font-size: 13px; font-weight: 760; white-space: nowrap; transition: .2s ease; }
.back-link:hover { border-color: #a9775e; background: #fff; color: var(--copper-dark); transform: translateY(-1px); }
.back-link svg { width: 17px; height: 17px; }

main { overflow: clip; }
.checkout-intro,
.checkout-layout,
.checkout-footer { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.checkout-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: end;
  gap: clamp(48px, 9vw, 128px);
  padding: 70px 0 58px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--copper-dark); font-size: 12px; font-weight: 880; letter-spacing: 2.5px; }
.eyebrow::before { width: 31px; height: 1px; content: ""; background: var(--rose); }
.checkout-intro h1 { max-width: 760px; margin: 18px 0 0; font: 500 clamp(48px, 5.8vw, 78px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -3px; }
.checkout-intro h1 em { color: var(--olive); font-weight: 500; }
.checkout-intro > p { max-width: 520px; margin: 0 0 7px; color: #6f675e; font-size: 16px; line-height: 1.8; }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 430px); align-items: start; gap: 24px; padding-bottom: 110px; }
.checkout-form,
.order-summary { border: 1px solid rgba(204, 183, 157, .7); border-radius: 29px; box-shadow: var(--shadow); }
.checkout-form { padding: clamp(28px, 4.2vw, 52px); background: rgba(255, 253, 249, .89); }
.form-heading { display: flex; align-items: center; gap: 17px; }
.form-heading > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid #d6b27c; border-radius: 50%; color: #9a6c2c; font-size: 12px; font-weight: 900; letter-spacing: 1.1px; }
.form-heading p { margin: 0 0 2px; color: var(--rose-dark); font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.form-heading h2 { margin: 0; font: 500 30px/1.1 Georgia, "Times New Roman", serif; }
.form-divider { height: 1px; margin: 42px 0; background: linear-gradient(90deg, var(--line), transparent); }
.field-help { margin: 13px 0 0; color: #857c72; font-size: 13px; }

fieldset { min-width: 0; padding: 0; border: 0; margin: 0; }
.legacy-package-choice[hidden] { display: none; }
.package-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.package-option { position: relative; display: block; min-width: 0; cursor: pointer; }
.package-option input { position: absolute; opacity: 0; pointer-events: none; }
.package-option-body { display: flex; min-height: 174px; flex-direction: column; padding: 21px 18px 18px; border: 1px solid #e2d6c9; border-radius: 18px; background: #fffefa; transition: .2s ease; }
.package-option:hover .package-option-body { border-color: #c9aa7e; transform: translateY(-2px); }
.package-option input:focus-visible + .package-option-body { outline: 3px solid rgba(199, 104, 134, .38); outline-offset: 3px; }
.package-option input:checked + .package-option-body { border-color: #a84d69; background: linear-gradient(145deg, #fffaf8, #f8e8ed); box-shadow: inset 0 0 0 1px rgba(168, 77, 105, .2), 0 14px 32px rgba(112, 70, 78, .1); }
.package-option-body small { color: #9a7660; font-size: 11px; font-weight: 900; letter-spacing: 1.35px; }
.package-option-body strong { margin-top: 12px; font: 500 23px/1.05 Georgia, "Times New Roman", serif; }
.package-option-body > span { margin-top: auto; color: #736b62; font-size: 13px; }
.package-option-body > span b { color: #354338; font-size: 17px; font-weight: 500; }
.package-option-body i { margin-top: 3px; color: #9a405e; font-size: 12px; font-style: normal; font-weight: 500; }
.option-label { position: absolute; top: -9px; right: 11px; z-index: 2; padding: 4px 9px; border-radius: 999px; background: var(--green); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }

.catalog-choice { position: relative; overflow: hidden; margin-top: 27px; padding: 28px; border: 1px solid #cbd2b7; border-radius: 23px; background: radial-gradient(circle at 100% 0, rgba(217,162,85,.14), transparent 34%), linear-gradient(145deg, #f1f4e8, #fffdf8); }
.catalog-choice[hidden] { display: none; }
.catalog-core-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 16px; }
.catalog-core-mark { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: #64744e; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.catalog-core-row small,
.catalog-choice-heading small { color: #75805e; font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.catalog-core-row h3 { margin: 3px 0 0; color: #35402f; font: 500 27px/1 Georgia, serif; }
.catalog-core-row p { margin: 6px 0 0; color: #6f7462; font-size: 12px; line-height: 1.5; }
.catalog-core-price { color: #35402f; font: 500 26px/1 Georgia, serif; white-space: nowrap; }
.catalog-choice-divider { height: 1px; margin: 25px 0; background: #d5dac5; }
.catalog-choice-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.catalog-choice-heading p { max-width: 440px; margin: 5px 0 0; color: #777568; font-size: 12px; line-height: 1.55; }
.catalog-choice-heading a { flex: 0 0 auto; color: #8b435d; font-size: 12px; font-weight: 850; }
.catalog-module-list,
.summary-catalog-modules ul { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; }
.catalog-module-list li,
.summary-catalog-modules li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; align-items: center; min-height: 47px; border-top: 1px solid #dfe1d3; color: #494d40; font-size: 13px; }
.catalog-module-list li:last-child { border-bottom: 1px solid #dfe1d3; }
.catalog-module-list li > span:last-child,
.summary-catalog-modules li > span:last-child { font-weight: 450; white-space: nowrap; }
.catalog-module-list small,
.summary-catalog-modules small { display: inline-flex; margin-left: 7px; padding: 3px 6px; border-radius: 999px; background: #f6dfc8; color: #7c5134; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.catalog-setup-choice { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 20px; padding: 17px 19px; border-radius: 16px; background: linear-gradient(135deg, #4c5a3f, #374431); color: #fff; }
.catalog-setup-choice > span:first-child { display: grid; gap: 4px; }
.catalog-setup-choice small { color: #e5c68d; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.catalog-setup-choice strong { font-size: 14px; }
.catalog-setup-choice > span:last-child { color: #f1ddba; font-size: 13px; font-weight: 450; text-align: right; }
.catalog-blocker { display: flex; gap: 12px; margin-top: 18px; padding: 15px; border: 1px solid #dbaf7f; border-radius: 14px; background: #fff0dc; color: #744d31; }
.catalog-blocker[hidden] { display: none; }
.catalog-blocker > span { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 50%; background: #a85e40; color: #fff; font-size: 11px; font-weight: 900; }
.catalog-blocker p { display: grid; gap: 3px; margin: 0; font-size: 12px; line-height: 1.5; }
.summary-catalog-modules { position: relative; margin: 0 0 20px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.summary-catalog-modules[hidden] { display: none; }
.summary-catalog-modules > span { color: #e4bf7b; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.summary-catalog-modules ul { margin-top: 10px; }
.summary-catalog-modules li { min-height: 38px; border-color: rgba(255,255,255,.1); color: #dce2dc; font-size: 11px; }
.summary-catalog-modules li:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.summary-catalog-modules li > span:last-child { color: #fff; }

.fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; margin-top: 26px; }
.field { display: grid; gap: 8px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #5f574f; font-size: 13px; font-weight: 780; }
.field > span b { color: var(--rose-dark); }
.field input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #ded1c3;
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, .74);
  color: var(--ink);
  font-size: 15px;
  transition: .2s ease;
}
.field input::placeholder { color: #aaa097; }
.field input:hover { border-color: #c8b6a3; }
.field input:focus { border-color: #aa526e; background: #fff; box-shadow: 0 0 0 4px rgba(199, 104, 134, .1); }
.field input:user-invalid { border-color: #b84155; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.payment-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 25px; }
.payment-option { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr) 22px; align-items: center; gap: 13px; min-height: 78px; padding: 12px 16px; border: 1px solid #ded1c3; border-radius: 15px; background: #fffefa; cursor: pointer; transition: .2s ease; }
.payment-option[hidden] { display: none; }
.payment-option:hover { border-color: #c8aa7b; transform: translateY(-1px); }
.payment-option:has(input:checked) { border-color: #a94d69; background: #fff8fa; box-shadow: inset 0 0 0 1px rgba(169, 77, 105, .13); }
.payment-option input { position: absolute; opacity: 0; }
.payment-option input:focus-visible ~ i { outline: 3px solid rgba(199, 104, 134, .38); outline-offset: 3px; }
.method-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; font-size: 13px; font-weight: 950; }
.ideal-mark { background: #f6ddeb; color: #9c3159; letter-spacing: -.8px; }
.card-mark { background: #e7ece1; color: #4b5c45; }
.card-mark svg { width: 24px; height: 24px; }
.payment-option > span:nth-of-type(2) { display: grid; gap: 2px; }
.payment-option strong { font-size: 14px; }
.payment-option small { color: #867d73; font-size: 13px; }
.payment-option > i { display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid #cbbbab; border-radius: 50%; }
.payment-option:has(input:checked) > i { border-color: #a94d69; box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 10px #a94d69; }
.payment-options:has(#creditcard-option[hidden]) { grid-template-columns: minmax(0, 1fr); }
.recurring-payment-flow { position: relative; display: grid; grid-template-columns: 34px 46px minmax(0, 1fr); align-items: center; gap: 13px; margin-top: 12px; padding: 16px; border: 1px solid #b8c2a3; border-radius: 16px; background: linear-gradient(135deg, #eef2e7, #f8f7ed); color: #3e4938; box-shadow: 0 12px 28px rgba(69, 82, 57, .08); }
.recurring-payment-flow[hidden] { display: none; }
.recurring-payment-flow::before { position: absolute; top: -13px; left: 32px; width: 1px; height: 13px; background: #aeb99a; content: ""; }
.recurring-flow-step { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid #95a17e; border-radius: 50%; color: #59684c; font-size: 10px; font-weight: 900; letter-spacing: .6px; }
.sepa-mark { background: linear-gradient(145deg, #65764f, #43553d); color: #fff; font-size: 10px; letter-spacing: .5px; }
.recurring-payment-flow > div { display: grid; gap: 2px; }
.recurring-payment-flow > div > small { color: #75805e; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.recurring-payment-flow > div > strong { font-size: 14px; }
.recurring-payment-flow > div > p { margin: 3px 0 0; color: #6a7161; font-size: 12px; line-height: 1.5; }

.test-notice { display: flex; gap: 14px; margin-top: 23px; padding: 17px 18px; border: 1px solid #e8c7d2; border-radius: 14px; background: linear-gradient(100deg, #faedf1, #fffaf7); }
.test-notice > span { display: grid; width: 33px; height: 33px; flex: 0 0 33px; place-items: center; border-radius: 10px; background: var(--rose-dark); color: #fff; font: 700 15px/1 Georgia, serif; }
.test-notice strong { color: #773148; font-size: 13px; }
.test-notice p { margin: 4px 0 0; color: #7c6969; font-size: 14px; line-height: 1.55; }

.agreement { display: grid; grid-template-columns: 23px 1fr; align-items: start; gap: 11px; margin-top: 23px; cursor: pointer; }
.agreement input { position: absolute; opacity: 0; }
.agreement > span { position: relative; width: 23px; height: 23px; border: 1px solid #c9b7a5; border-radius: 7px; background: #fff; }
.agreement input:focus-visible + span { outline: 3px solid rgba(199, 104, 134, .4); outline-offset: 3px; }
.agreement input:checked + span { border-color: var(--rose-dark); background: var(--rose-dark); }
.agreement input:checked + span::after { position: absolute; top: 4px; left: 7px; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.agreement p { margin: 1px 0 0; color: #746b62; font-size: 13px; line-height: 1.55; }
.agreement strong { color: #7c3450; }
.form-error { margin-top: 18px; padding: 13px 15px; border: 1px solid #dc9eaa; border-radius: 11px; background: #fff0f2; color: #8c3046; font-size: 13px; font-weight: 700; }

.submit-order { display: flex; width: 100%; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 12px 19px 12px 23px; border: 0; border-radius: 16px; background: linear-gradient(135deg, #a74b68, #87364f); color: #fff; box-shadow: 0 18px 35px rgba(135, 54, 79, .24); cursor: pointer; text-align: left; transition: .2s ease; }
.submit-order:hover { box-shadow: 0 22px 42px rgba(135, 54, 79, .31); transform: translateY(-2px); }
.submit-order:disabled { cursor: wait; opacity: .68; transform: none; }
.submit-order > span { display: grid; gap: 2px; font-size: 15px; font-weight: 850; }
.submit-order small { color: #f1c6d3; font-size: 9px; letter-spacing: 1.6px; }
.submit-order svg { width: 25px; height: 25px; }
.submit-order.is-loading svg { animation: spin 1s linear infinite; }
.submit-footnote { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 0; color: #92877d; font-size: 13px; text-align: center; }
.submit-footnote svg { width: 14px; height: 14px; color: var(--olive); }
@keyframes spin { to { transform: rotate(360deg); } }

.order-summary { position: sticky; top: 22px; overflow: hidden; padding: 31px; background: linear-gradient(145deg, #34453a, #202c24 65%, #342d30); color: #fff; box-shadow: 0 34px 90px rgba(31, 45, 36, .23); }
.order-summary::before { position: absolute; top: -170px; right: -150px; width: 360px; height: 360px; border: 1px solid rgba(238, 207, 151, .13); border-radius: 50%; content: ""; box-shadow: 0 0 0 54px rgba(238, 207, 151, .025), 0 0 0 108px rgba(199, 104, 134, .026); pointer-events: none; }
.summary-topline { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.12); }
.summary-topline > span { color: #e8d7b8; font-size: 12px; font-weight: 900; letter-spacing: 1.8px; }
.summary-topline i { padding: 5px 9px; border: 1px solid rgba(240, 185, 203, .28); border-radius: 999px; background: rgba(199, 104, 134, .14); color: #f3bfd0; font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: 1.3px; }
.summary-package { position: relative; display: flex; align-items: center; gap: 16px; padding: 27px 0 25px; }
.summary-package-number { display: grid; width: 51px; height: 51px; flex: 0 0 51px; place-items: center; border: 1px solid #cba563; border-radius: 15px; background: rgba(218, 165, 83, .12); color: #efc67f; font-size: 12px; font-weight: 900; }
.summary-package small { color: #e4bf7b; font-size: 12px; font-weight: 900; letter-spacing: 1.7px; }
.summary-package h2 { margin: 2px 0 0; color: #fff; font: 500 32px/1.05 Georgia, "Times New Roman", serif; }
.summary-package p { margin: 5px 0 0; color: #bfc7bc; font-size: 13px; }
.summary-lines { position: relative; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); margin: 0; }
.summary-lines > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 0; }
.summary-lines dt { display: grid; color: #d9ded6; font-size: 13px; }
.summary-lines dt small { margin-top: 1px; color: #a8b2aa; font-size: 11px; }
.summary-lines dd { margin: 0; color: #fff; font-size: 14px; font-weight: 450; white-space: nowrap; }
.summary-lines .summary-subtotal { margin-top: 7px; padding-top: 14px; border-top: 1px dashed rgba(255,255,255,.13); }
.summary-lines .summary-vat dt { color: #efc5d2; }
.summary-lines .summary-vat dd { color: #efc5d2; }
.summary-total { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 23px 0; }
.summary-total > div { display: grid; gap: 2px; }
.summary-total span { color: #f4f5ef; font-size: 13px; font-weight: 820; }
.summary-total small { color: #a8b3aa; font-size: 11px; }
.summary-total strong { color: var(--gold-light); font: 700 31px/1 Georgia, "Times New Roman", serif; white-space: nowrap; }
.premium-caveat { margin: -5px 0 23px; padding: 13px 14px; border: 1px solid rgba(239, 207, 152, .18); border-radius: 11px; background: rgba(217, 162, 85, .08); color: #d7ceb9; font-size: 13px; line-height: 1.55; }
.summary-next { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.045); }
.summary-next > span { color: #e7bd78; font-size: 11px; font-weight: 900; letter-spacing: 1.6px; }
.summary-next ol { display: grid; gap: 13px; padding: 0; margin: 16px 0 0; list-style: none; }
.summary-next li { display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 10px; }
.summary-next b { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(238, 207, 151, .27); border-radius: 50%; color: #e7bc75; font-size: 10px; }
.summary-next p { display: grid; margin: 0; color: #b9c2ba; font-size: 12px; }
.summary-next strong { color: #fff; font-size: 13px; }
.summary-security { position: relative; display: flex; align-items: center; gap: 11px; margin-top: 20px; color: #a9b3aa; }
.summary-security svg { width: 23px; height: 23px; color: #9fb189; }
.summary-security p { display: grid; margin: 0; font-size: 12px; }
.summary-security strong { color: #e6eae4; font-size: 13px; }

.checkout-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 122px; border-top: 1px solid #dfd1c0; color: #7b7269; font-size: 12px; }
.checkout-footer > span { color: #9a6048; font: 500 14px/1 Georgia, serif; letter-spacing: .8px; }
.checkout-footer p { text-align: center; }
.checkout-footer a { color: #8f3d57; font-weight: 800; }

/* Betaalstatus */
.payment-result-page { background: linear-gradient(180deg, #fcfaf6, #f4ecdf); }
.payment-main { overflow: hidden; }
.payment-result { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); align-items: stretch; gap: 22px; width: min(1120px, calc(100% - 56px)); margin: 0 auto; padding: 78px 0 105px; }
.status-card,
.result-aside { border: 1px solid rgba(204, 183, 157, .72); border-radius: 30px; box-shadow: var(--shadow); }
.status-card { position: relative; overflow: hidden; min-height: 650px; padding: clamp(34px, 5vw, 62px); background: rgba(255, 253, 249, .92); text-align: center; }
.status-card::before { position: absolute; top: -190px; left: -190px; width: 410px; height: 410px; border: 1px solid rgba(199, 104, 134, .12); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(217, 162, 85, .035), 0 0 0 110px rgba(98, 102, 59, .025); pointer-events: none; }
.status-orbit { position: relative; display: grid; width: 98px; height: 98px; place-items: center; margin: 0 auto 27px; border: 1px solid rgba(217, 162, 85, .48); border-radius: 50%; box-shadow: 0 0 0 13px rgba(217, 162, 85, .07), 0 0 0 26px rgba(98, 102, 59, .035); }
.status-icon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(47, 61, 50, .2); }
.status-icon svg { display: none; width: 30px; height: 30px; }
.status-card.is-loading .icon-loading,
.status-card.is-success .icon-success,
.status-card.is-pending .icon-loading,
.status-card.is-error .icon-warning { display: block; }
.status-card.is-loading .icon-loading,
.status-card.is-pending .icon-loading { animation: spin 1s linear infinite; }
.status-card.is-success .status-icon { background: linear-gradient(145deg, #637657, #40533f); }
.status-card.is-success .status-orbit { border-color: rgba(99, 118, 87, .55); }
.status-card.is-error .status-icon { background: linear-gradient(145deg, #ad526e, #81364f); }
.status-card.is-error .status-orbit { border-color: rgba(174, 82, 110, .5); }
.status-label { position: relative; color: var(--copper-dark); font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.status-card h1 { position: relative; max-width: 620px; margin: 15px auto 0; font: 500 clamp(42px, 5vw, 62px)/1 Georgia, "Times New Roman", serif; letter-spacing: -2.3px; }
.status-card h1 em { color: var(--olive); font-weight: 500; }
.status-card.is-error h1 em { color: var(--rose-dark); }
.status-copy { position: relative; max-width: 570px; margin: 23px auto 0; color: #746c63; font-size: 14px; line-height: 1.75; }
.status-progress { position: relative; overflow: hidden; width: min(330px, 82%); height: 4px; margin: 30px auto 0; border-radius: 999px; background: #e7ded2; }
.status-progress span { position: absolute; inset: 0 auto 0 0; width: 40%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--rose)); animation: status-progress 1.4s ease-in-out infinite; }
@keyframes status-progress { 0% { transform: translateX(-100%); } 100% { transform: translateX(350%); } }
.result-order { position: relative; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 540px; margin: 29px auto 0; }
.result-order:not([hidden]) { display: grid; }
.result-order > div { display: grid; gap: 4px; padding: 16px; border: 1px solid #e4d7c8; border-radius: 14px; background: rgba(255,255,255,.7); text-align: left; }
.result-order span { color: #8b8177; font-size: 9px; font-weight: 750; }
.result-order strong { color: #354238; font: 500 20px/1.1 Georgia, serif; }
.status-actions { position: relative; align-items: center; justify-content: center; gap: 10px; margin-top: 28px; }
.status-actions:not([hidden]) { display: flex; }
.status-primary,
.status-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; border-radius: 999px; font-size: 12px; font-weight: 820; transition: .2s ease; }
.status-primary { background: linear-gradient(135deg, #a74b68, #87364f); color: #fff; box-shadow: 0 14px 28px rgba(135, 54, 79, .2); }
.status-secondary { border: 1px solid #cdbba7; background: #fff; color: #5c5248; }
.status-retry { cursor: pointer; }
.status-retry[hidden] { display: none; }
.status-primary:hover,
.status-secondary:hover { transform: translateY(-2px); }
.payment-reference { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 29px; color: #998f85; font-size: 9px; }
.payment-reference code { max-width: 190px; overflow: hidden; color: #746b63; font: 700 9px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.result-aside { position: relative; overflow: hidden; padding: clamp(34px, 4vw, 49px); background: linear-gradient(145deg, #34453a, #212e25 68%, #382f32); color: #fff; }
.result-aside::before { position: absolute; right: -190px; bottom: -190px; width: 430px; height: 430px; border: 1px solid rgba(238, 207, 151, .13); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(238, 207, 151, .025), 0 0 0 110px rgba(199, 104, 134, .025); }
.result-aside .eyebrow { position: relative; color: #e6bc77; font-size: 9px; }
.result-aside .eyebrow::before { background: #d1a35a; }
.result-aside h2 { position: relative; margin: 20px 0 0; color: #fff; font: 500 clamp(34px, 3.5vw, 47px)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -1.6px; }
.result-aside h2 em { color: #efb8c9; font-weight: 500; }
.result-aside > p { position: relative; margin: 23px 0 0; color: #c3cbc2; font-size: 13px; line-height: 1.75; }
.result-aside ul { position: relative; display: grid; gap: 12px; padding: 0; margin: 31px 0 0; list-style: none; }
.result-aside li { display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); }
.result-aside li > span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(238,207,151,.26); border-radius: 50%; color: #edc27f; font-size: 9px; font-weight: 900; }
.result-aside li p { display: grid; margin: 0; color: #aeb8af; font-size: 10px; }
.result-aside li strong { color: #fff; font-size: 12px; }
.result-help { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 37px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.11); }
.result-help span { color: #b9c2b9; font-size: 10px; }
.result-help a { color: #efc0ce; font-size: 11px; font-weight: 820; }

@media (max-width: 1040px) {
  .checkout-intro { grid-template-columns: 1fr; gap: 24px; }
  .checkout-intro > p { max-width: 680px; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 350px; }
  .package-options { grid-template-columns: 1fr; }
  .package-option-body { min-height: 0; }
  .package-option-body > span { margin-top: 17px; }
}

@media (max-width: 820px) {
  .checkout-header { width: min(100% - 32px, 720px); min-height: 92px; }
  .checkout-brand img { width: 190px; }
  .secure-label { display: none; }
  .checkout-intro,
  .checkout-layout,
  .checkout-footer { width: min(100% - 32px, 720px); }
  .checkout-intro { padding: 53px 0 42px; }
  .checkout-intro h1 { font-size: clamp(44px, 11vw, 64px); }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: relative; top: auto; }
  .package-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .package-option-body { min-height: 164px; }
  .package-option-body > span { margin-top: auto; }
  .checkout-footer { grid-template-columns: 1fr; gap: 6px; padding: 30px 0; text-align: center; }
  .checkout-footer p { margin: 0; }
  .payment-result { grid-template-columns: 1fr; width: min(100% - 32px, 720px); padding: 58px 0 80px; }
  .status-card { min-height: 0; }
}

@media (max-width: 600px) {
  .test-environment { flex-wrap: wrap; gap: 3px 8px; min-height: 51px; font-size: 10px; }
  .test-dot { width: 7px; height: 7px; }
  .checkout-header { gap: 12px; width: calc(100% - 28px); min-height: 82px; }
  .checkout-brand img { width: 150px; }
  .back-link { min-height: 39px; padding: 0 13px; font-size: 11px; }
  .back-link svg { display: none; }
  .checkout-intro,
  .checkout-layout,
  .checkout-footer { width: calc(100% - 28px); }
  .checkout-intro { padding: 43px 0 34px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.8px; }
  .checkout-intro h1 { margin-top: 14px; font-size: clamp(40px, 12.7vw, 56px); letter-spacing: -2px; }
  .checkout-intro > p { font-size: 14px; line-height: 1.7; }
  .checkout-form,
  .order-summary { border-radius: 22px; }
  .checkout-form { padding: 27px 20px; }
  .order-summary { padding: 26px 21px; }
  .form-heading { gap: 12px; }
  .form-heading > span { width: 39px; height: 39px; flex-basis: 39px; }
  .form-heading h2 { font-size: 26px; }
  .form-divider { margin: 34px 0; }
  .package-options { grid-template-columns: 1fr; }
  .package-option-body { min-height: 0; }
  .package-option-body > span { margin-top: 16px; }
  .catalog-choice { margin-top: 22px; padding: 20px; border-radius: 19px; }
  .catalog-core-row { grid-template-columns: 46px minmax(0, 1fr); }
  .catalog-core-mark { width: 46px; height: 46px; }
  .catalog-core-price { grid-column: 2; font-size: 22px; }
  .catalog-choice-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .catalog-module-list li { align-items: start; padding: 11px 0; }
  .catalog-setup-choice { align-items: flex-start; flex-direction: column; gap: 8px; }
  .catalog-setup-choice > span:last-child { text-align: left; }
  .fields-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .payment-options { grid-template-columns: 1fr; }
  .recurring-payment-flow { grid-template-columns: 29px 42px minmax(0, 1fr); gap: 10px; padding: 14px 12px; }
  .recurring-payment-flow .method-mark { width: 42px; height: 42px; }
  .recurring-payment-flow > div > p { font-size: 11px; }
  .summary-package h2 { font-size: 29px; }
  .summary-total strong { font-size: 27px; }
  .submit-order { min-height: 66px; }
  .checkout-footer { margin-top: 6px; }
  .payment-result { width: calc(100% - 28px); padding: 42px 0 62px; }
  .status-card,
  .result-aside { border-radius: 22px; }
  .status-card { padding: 35px 20px; }
  .status-card h1 { font-size: clamp(39px, 11vw, 50px); }
  .status-copy { font-size: 13px; }
  .result-order { grid-template-columns: 1fr; }
  .status-actions { flex-direction: column; }
  .status-primary,
  .status-secondary { width: 100%; }
  .result-aside { padding: 34px 23px; }
}

@media (max-width: 360px) {
  .checkout-header { width: calc(100% - 20px); }
  .checkout-brand img { width: 112px; }
  .back-link { min-height: 37px; padding: 0 10px; font-size: 10px; }
}

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