/* AI-Rechterhand checkout: focused, calm and trustworthy */
.checkout-page { background: #fffaf2; }
.checkout-page .site-nav { position: relative; }
.checkout-page .scroll-progress { display: none; }
.checkout-page .skip-link { top: -100px; }
.checkout-page .skip-link:focus { top: 12px; }

.checkout-main {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  padding: 28px 0 88px;
  overflow: hidden;
  isolation: isolate;
}
.checkout-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.checkout-orb-a { width: 420px; height: 420px; top: 80px; left: -270px; background: rgba(255, 108, 174, .08); }
.checkout-orb-b { width: 520px; height: 520px; right: -330px; bottom: -120px; background: rgba(33, 214, 209, .09); }
.checkout-shell { width: min(1080px, calc(100% - 44px)); margin: 0 auto; }
.checkout-back { display: inline-flex; gap: 9px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 750; margin-bottom: 24px; }
.checkout-back:hover { color: var(--blue-deep); }
.checkout-back:focus-visible, .checkout-help a:focus-visible, .checkout-privacy a:focus-visible { outline: 3px solid rgba(0, 108, 255, .25); outline-offset: 4px; border-radius: 4px; }

.checkout-progress { display: flex; justify-content: center; align-items: center; gap: 0; margin: 0 auto 34px; padding: 0; list-style: none; color: #8791a2; font-size: 12px; font-weight: 750; }
.checkout-progress li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.checkout-progress li:not(:last-child)::after { content: ""; display: block; width: clamp(24px, 4vw, 54px); height: 1px; background: #d9dee7; margin: 0 12px; }
.checkout-progress span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #ccd3de; background: #fff; font-size: 11px; }
.checkout-progress .active { color: var(--blue-deep); }
.checkout-progress .active span { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 5px 14px rgba(0, 108, 255, .22); }

.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: 24px; align-items: start; }
.checkout-form-panel, .checkout-summary { border: 1px solid rgba(16, 24, 40, .09); background: rgba(255, 255, 255, .94); box-shadow: 0 24px 65px rgba(19, 44, 94, .09); }
.checkout-form-panel { border-radius: 26px; padding: clamp(30px, 4vw, 48px); }
.checkout-summary { position: sticky; top: 24px; border-radius: 24px; padding: 32px; }
.checkout-heading { max-width: 590px; margin-bottom: 34px; }
.checkout-kicker { color: var(--blue-deep); margin: 0 0 10px; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.checkout-heading h1 { max-width: 540px; font-size: clamp(40px, 4.2vw, 52px); line-height: 1.03; margin-bottom: 14px; }
.checkout-heading > p:not(.checkout-kicker) { max-width: 560px; color: var(--ink-soft); font-size: 16px; line-height: 1.58; margin: 0; }
.checkout-mobile-order, .checkout-mobile-trust, .checkout-mobile-details { display: none; }

.checkout-form { display: grid; gap: 28px; }
.checkout-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checkout-form legend { display: flex; align-items: center; gap: 9px; width: 100%; margin: 0 0 17px; color: var(--ink); font-size: 16px; font-weight: 850; }
.checkout-form legend > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; color: var(--blue-deep); background: rgba(0, 108, 255, .08); font-size: 11px; font-family: var(--font); }
.checkout-fields { display: grid; gap: 14px; }
.checkout-fields.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkout-fields.address-columns { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.checkout-fields.address-columns .street-field { grid-column: 1 / 6; }
.checkout-fields.address-columns .number-field { grid-column: 6 / 7; }
.checkout-fields.address-columns .postal-field { grid-column: 1 / 3; }
.checkout-fields.address-columns .city-field { grid-column: 3 / 7; }
.checkout-fields label { display: grid; gap: 7px; min-width: 0; }
.checkout-fields label > span { color: #465167; font-size: 12px; font-weight: 750; }
.checkout-fields label > span b { color: var(--blue-deep); font-weight: 850; }
.checkout-fields .full-width { grid-column: 1 / -1; }
.checkout-fields .postal-field { grid-column: 1 / 2; }
.checkout-fields .city-field { grid-column: 2 / 3; }
.checkout-fields input, .checkout-fields select {
  width: 100%; min-height: 52px; padding: 11px 14px; border: 1px solid #d4dce8; border-radius: 11px; color: var(--ink); background: #fff; box-shadow: inset 0 1px 2px rgba(16, 24, 40, .025); outline: none; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.checkout-fields input:hover, .checkout-fields select:hover { border-color: #aebaca; }
.checkout-fields input:focus, .checkout-fields select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0, 108, 255, .11); }
.checkout-fields input[aria-invalid="true"], .checkout-fields select[aria-invalid="true"], .checkout-consent input[aria-invalid="true"] { border-color: #cf4a43; background: #fffafa; box-shadow: 0 0 0 3px rgba(207, 74, 67, .09); }
.checkout-fields input::placeholder { color: #9ca7b8; }
.checkout-field-note { margin: -3px 0 1px; color: #6b7688; font-size: 11px; line-height: 1.45; }
.checkout-vat-action { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; margin-top: -2px; }
.checkout-lookup { min-height: 40px; padding: 0 14px; border: 1px solid rgba(0, 108, 255, .25); border-radius: 10px; color: var(--blue-deep); background: rgba(0, 108, 255, .055); font-size: 12px; font-weight: 800; cursor: pointer; }
.checkout-lookup:hover:not(:disabled) { background: rgba(0, 108, 255, .1); }
.checkout-lookup:focus-visible { outline: 3px solid rgba(0, 108, 255, .22); outline-offset: 2px; }
.checkout-lookup:disabled { cursor: wait; opacity: .65; }
.checkout-vat-status { margin: 0; color: #697386; font-size: 11px; line-height: 1.4; }
.checkout-vat-status.is-success { color: #087c77; font-weight: 750; }

.checkout-error-summary { padding: 13px 15px; border: 1px solid rgba(207, 74, 67, .28); border-radius: 11px; color: #8f2d28; background: #fff6f5; font-size: 13px; font-weight: 750; line-height: 1.45; outline: none; }
.checkout-consent { display: flex; align-items: flex-start; gap: 11px; color: #465167; font-size: 13px; line-height: 1.5; cursor: pointer; }
.checkout-consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--blue); flex: 0 0 auto; }
.checkout-decision { display: grid; gap: 12px; padding: 17px; border: 1px solid rgba(0, 108, 255, .13); border-radius: 17px; background: linear-gradient(145deg, rgba(0, 108, 255, .035), rgba(123, 79, 255, .04)); }
.checkout-decision > p:first-child { margin: 0; color: #4f5b70; font-size: 12px; line-height: 1.45; }
.checkout-decision > p:first-child strong { color: var(--ink); }
.checkout-submit { display: flex; justify-content: center; align-items: center; gap: 12px; width: 100%; min-height: 60px; padding: 0 20px; border: 0; border-radius: 14px; color: #fff; background: var(--grad-cta); box-shadow: 0 14px 28px rgba(0, 108, 255, .23); font-size: 15px; font-weight: 850; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }
.checkout-submit svg { width: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.checkout-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0, 108, 255, .3); }
.checkout-submit:focus-visible { outline: 4px solid rgba(0, 108, 255, .22); outline-offset: 3px; }
.checkout-submit:disabled { cursor: not-allowed; opacity: .52; }
.checkout-submit.is-loading svg { animation: checkout-arrow 1s ease-in-out infinite; }
.checkout-secure-note, .checkout-config-warning { margin: 0; text-align: center; font-size: 11px; line-height: 1.45; }
.checkout-secure-note { color: #687487; }
.checkout-secure-note svg { width: 14px; height: 14px; margin: 0 4px -2px 0; fill: none; stroke: currentColor; stroke-width: 1.6; }
.checkout-config-warning { color: #943b18; font-weight: 800; }
.checkout-privacy { margin: -10px 0 0; color: #747f90; font-size: 11px; line-height: 1.5; text-align: center; }
.checkout-privacy a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }

.checkout-product-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.checkout-product-lockup img { width: 46px; height: 46px; }
.checkout-product-lockup div { display: grid; }
.checkout-product-lockup small { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.checkout-product-lockup strong { font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.checkout-summary-promise { color: var(--ink-soft); font-size: 14px; line-height: 1.55; margin-bottom: 20px; }
.checkout-included { display: grid; gap: 11px; padding: 20px 0; border-block: 1px solid var(--line); }
.checkout-included li { display: flex; gap: 10px; color: #39455a; font-size: 12px; line-height: 1.45; }
.checkout-included li span { color: #087c77; font-weight: 900; }
.checkout-price-lines { display: grid; gap: 10px; padding: 21px 0; }
.checkout-price-lines > div { display: flex; justify-content: space-between; gap: 20px; color: #5a6577; font-size: 13px; }
.checkout-price-lines strong { color: var(--ink); font-weight: 750; }
.checkout-price-lines .checkout-total { align-items: baseline; margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 850; }
.checkout-price-lines .checkout-total strong { font-family: var(--serif); font-size: 30px; }
.price-amount, .checkout-price-lines strong { font-family: var(--font); font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.045em; }
.checkout-price-focus { display: grid; gap: 2px; }
.checkout-price-focus > span { color: #4f5b70; font-size: 11px; font-weight: 800; }
.checkout-price-focus > strong { color: var(--ink); font-size: clamp(34px, 4vw, 42px); font-weight: 850; line-height: .95; }
.checkout-price-focus > strong small, .checkout-price-primary strong small, .checkout-mobile-order strong small { color: #566477; font-size: .34em; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.checkout-price-focus > small { color: #566477; font-size: 11px; font-weight: 650; letter-spacing: 0; }
.checkout-price-primary { align-items: end; padding-bottom: 4px; }
.checkout-price-primary strong { font-size: 34px; font-weight: 850; line-height: .95; }
.checkout-price-primary strong small { display: block; margin-top: 5px; text-align: right; }
.checkout-price-lines .checkout-total strong { font-family: var(--font); font-size: 23px; font-variant-numeric: lining-nums tabular-nums; font-weight: 850; }
.checkout-guarantee { display: flex; gap: 12px; padding: 16px; border: 1px solid rgba(33, 214, 209, .28); border-radius: 14px; background: rgba(33, 214, 209, .075); }
.checkout-guarantee img { width: 30px; height: 30px; flex: 0 0 auto; }
.checkout-guarantee p { display: grid; gap: 3px; margin: 0; }
.checkout-guarantee strong { font-size: 13px; }
.checkout-guarantee span { color: #566274; font-size: 11px; line-height: 1.45; }
.checkout-after-payment { display: grid; gap: 11px; margin: 20px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; counter-reset: none; }
.checkout-after-payment li { display: flex; align-items: flex-start; gap: 10px; }
.checkout-after-payment li > span { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 auto; border-radius: 50%; color: var(--blue-deep); background: rgba(0, 108, 255, .08); font-size: 10px; font-weight: 850; }
.checkout-after-payment p { display: grid; gap: 2px; margin: 0; }
.checkout-after-payment strong { color: #344056; font-size: 12px; }
.checkout-after-payment small { color: #707b8d; font-size: 10px; line-height: 1.35; }
.checkout-help { margin: 18px 0 0; color: #717b8c; text-align: center; font-size: 12px; }
.checkout-help a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.checkout-legal { margin: 10px 0 0; color: #929aa7; text-align: center; font-size: 10px; }

@keyframes checkout-arrow { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
@media (prefers-reduced-motion: reduce) { .checkout-submit, .checkout-submit svg, * { scroll-behavior: auto !important; } .checkout-submit, .checkout-submit svg { animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .checkout-main { padding-top: 20px; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-form-panel { grid-row: 1; }
  .checkout-summary { display: none; }
  .checkout-progress { margin-bottom: 26px; }
  .checkout-mobile-order { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 20px; padding: 14px 16px; border: 1px solid rgba(0, 108, 255, .13); border-radius: 12px; background: rgba(0, 108, 255, .045); font-size: 13px; font-weight: 800; }
  .checkout-mobile-order strong { display: grid; justify-items: end; color: var(--ink); font-size: 28px; font-weight: 850; line-height: .95; white-space: nowrap; }
  .checkout-mobile-order small { color: #566477; font-family: inherit; font-size: .36em; font-weight: 800; }
  .checkout-mobile-order em { display: block; margin-top: 5px; color: #687487; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: 0; }
  .checkout-mobile-trust { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0 0; padding: 0; list-style: none; }
  .checkout-mobile-trust li { padding: 5px 8px; border-radius: 999px; color: #486078; background: #f3f7fb; font-size: 10px; font-weight: 750; }
  .checkout-mobile-details { display: block; margin-top: 12px; padding: 11px 13px; border: 1px solid #e3e9f0; border-radius: 11px; color: #536074; background: #fbfcfe; font-size: 11px; line-height: 1.45; }
  .checkout-mobile-details summary { color: var(--blue-deep); font-weight: 800; cursor: pointer; }
  .checkout-mobile-details ul { display: grid; gap: 5px; margin: 10px 0; padding-left: 18px; }
  .checkout-mobile-details p { margin: 0; }
}
@media (max-width: 560px) {
  .checkout-shell { width: min(100% - 28px, 1080px); }
  .checkout-main { padding-bottom: 46px; }
  .checkout-back { margin-bottom: 20px; }
  .checkout-progress { justify-content: center; width: 100%; font-size: 10px; }
  .checkout-progress li { gap: 5px; }
  .checkout-progress li:not(:last-child)::after { width: 12px; margin-inline: 6px; }
  .checkout-progress span { width: 21px; height: 21px; }
  .checkout-form-panel { padding: 28px 20px; border-radius: 20px; }
  .checkout-summary { padding: 26px 22px; border-radius: 20px; }
  .checkout-heading { margin-bottom: 28px; }
  .checkout-heading h1 { font-size: 39px; }
  .checkout-heading > p:not(.checkout-kicker) { font-size: 15px; }
  .checkout-form { gap: 26px; }
  .checkout-fields.two-columns { grid-template-columns: 1fr; }
  .checkout-fields.address-columns { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .checkout-fields .full-width { grid-column: 1 / -1; }
  .checkout-fields.address-columns .street-field { grid-column: 1 / 6; }
  .checkout-fields.address-columns .number-field { grid-column: 6 / 7; }
  .checkout-fields.address-columns .postal-field { grid-column: 1 / 3; }
  .checkout-fields.address-columns .city-field { grid-column: 3 / 7; }
  .checkout-vat-action { grid-template-columns: 1fr; gap: 7px; }
  .checkout-lookup { width: 100%; }
  .checkout-decision { margin-inline: -5px; padding: 15px; }
  .checkout-submit { min-height: 58px; padding-inline: 14px; font-size: 14px; }
}
@media (max-width: 360px) {
  .checkout-progress li:not(:last-child)::after { width: 7px; margin-inline: 4px; }
  .checkout-progress span { display: none; }
  .checkout-heading h1 { font-size: 36px; }
  .checkout-mobile-order { align-items: center; }
  .checkout-mobile-order strong { font-size: 24px; }
  .checkout-mobile-order small { display: block; }
}
