:root {
  --text-color: #404040;
  --brand-blue: #18305d;
  --input-blue: #187ad6;
  --success: #28a745;
  --success-dark: #218838;
  --muted: #6c757d;
  --disabled-gray: #767676;
  --border: #dee2e6;
  --panel: #f8f9fa;
  --error: #d71920;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: #d4d4d4;
  color: var(--text-color);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.18;
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--panel);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.topbar-content {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.customer-service {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

main {
  padding-top: 0;
}

.flow-section {
  width: 100%;
}

.container {
  display: block;
  width: min(100%, 320px);
  margin: 0 auto;
}

.main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flow-cardless {
  width: 100%;
}

.brand-logo {
  width: 100%;
  max-width: 100px;
  margin: 50px auto 0;
}

.main-visual-wrap {
  background: #ffffff;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main-visual {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.msisdn-form,
.pin-entry {
  width: 100%;
}

.msisdn-form-content {
  position: relative;
  top: -50px;
  width: 320px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}

.msisdn-info-card,
.pin-info-card {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin: -38px auto 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  text-align: left;
}

.pin-info-card {
  display: none;
}

.lpv-888v2_1 .pin-info-card {
  display: block;
}

.msisdn-icons-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  pointer-events: none;
}

.msisdn-footer-copy {
  padding: 30px 18px 18px;
  color: #333333;
  font-size: 12px;
  line-height: 1.45;
}

.msisdn-footer-copy p {
  margin: 0 0 12px;
}

.msisdn-footer-links {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.pin-form-content {
  position: relative;
  top: -50px;
  width: 320px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}

.label {
  margin: 30px 0 10px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.field {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

.field-label {
  position: absolute;
  top: -8px;
  left: 40px;
  z-index: 3;
  margin: 0;
  padding: 2px 5px;
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.input {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 2px solid var(--input-blue);
  border-radius: 8px;
  padding: 0 45px 0 58px;
  color: var(--text-color);
  font-size: 24px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 60px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.input input {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #495057;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
}

.input input::placeholder {
  color: var(--muted);
  font-weight: 400;
}

.pin-input {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.pin-input input {
  text-align: center;
}

.country-code {
  position: absolute;
  top: 0;
  left: 9px;
  z-index: 2;
  color: var(--input-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
}

.field-icon {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  color: var(--input-blue);
  transition: color 0.25s ease;
}

.field.is-valid .input {
  border-color: var(--success);
}

.field.is-valid .field-icon,
.field.is-valid .country-code {
  color: var(--success);
}

.field-alert {
  display: none;
  margin-top: 7px;
  color: var(--error);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.confirmation-message {
  background-color: #0044CC;
  border: 2px solid #ffeaa7;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.confirmation-message p {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Black", "Roboto Condensed", "Segoe UI Black", Roboto, Inter, system-ui, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.32;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}

.btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--success);
  border-radius: 8px;
  background-color: var(--success);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  background-color: var(--success-dark);
  border-color: #1e7e34;
}

.btn:disabled {
  background-color: var(--disabled-gray);
  border-color: var(--disabled-gray);
  color: #ffffff;
  opacity: 1;
  cursor: default;
}

.btn-label {
  display: block;
  margin-left: -20px;
}

#submitMsisdn .btn-label,
#submitPin {
  font-style: italic;
}

.btn-pin {
  margin-top: 16px;
  font-size: 18px;
}

.msisdn-form-content > .btn,
.pin-form-content > .btn {
  margin-top: 30px;
}

.btn-pt {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 60px;
  pointer-events: none;
}

.btn-pt img {
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  height: 60px;
  border-left: 3px solid #ffffff;
  padding-left: 10px;
}

.arrow-white {
  display: none;
}

.form-valid .arrow-white,
.btn:not(:disabled) .arrow-white {
  display: block;
}

.form-valid .arrow-gray,
.btn:not(:disabled) .arrow-gray {
  display: none;
}

.errortext {
  display: none;
  margin: 9px 0 0;
  color: var(--error);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.errortext.is-visible {
  display: block;
}

.loader {
  display: none;
  text-align: center;
  margin: 20px 0;
}

.loader.active {
  display: block;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--success);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-text {
  margin-top: 10px;
  color: #495057;
  font-size: 14px;
  font-weight: 500;
}

.legal {
  color: #404040;
}

.subscription-legal {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin: 12px 0 0;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--disabled-gray);
  border-radius: 8px;
  background-color: var(--disabled-gray);
  color: #ffffff;
  font-size: 13px;
  font-weight: 370;
  line-height: 1.22;
  text-align: center;
}

.subscription-legal-msisdn {
  min-height: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.subscription-legal-pin {
  flex-direction: column;
  gap: 3px;
}

.subscription-legal-pin-primary {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.subscription-legal-pin-rest {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
}

#end-screen {
  width: 100%;
  padding-top: 40px;
}

#end-screen p {
  margin: 0 0 16px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

#end-screen .payment-status-text {
  color: #404040;
  font-size: 14px;
  font-weight: 600;
}

#goToContentBtn.is-disabled {
  cursor: wait;
  opacity: 0.55;
  pointer-events: none;
}

#goToContentBtn[hidden],
.vipps-fallback[hidden],
.payment-fallback[hidden],
.stripe-checkout-shell[hidden] {
  display: none;
}

.vipps-fallback,
.payment-fallback {
  width: 100%;
  margin-top: 18px;
  padding: 18px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}

#end-screen .vipps-fallback-copy,
#end-screen .payment-fallback-copy,
#end-screen .stripe-checkout-intro {
  margin: 0;
  color: #404040;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.btn-vipps,
.btn-payment-fallback {
  margin-top: 16px;
  border-color: #ff5b24;
  background-color: #ff5b24;
}

.btn-vipps:hover,
.btn-payment-fallback:hover {
  border-color: #e84d18;
  background-color: #e84d18;
}

.btn-vipps:disabled,
.btn-payment-fallback:disabled {
  border-color: #c9c9c9;
  background-color: #c9c9c9;
  cursor: wait;
}

.payment-fallback[data-provider="stripe"] .btn-payment-fallback {
  border-color: #635bff;
  background-color: #635bff;
}

.payment-fallback[data-provider="stripe"] .btn-payment-fallback:hover {
  border-color: #5149df;
  background-color: #5149df;
}

.stripe-checkout-shell {
  width: 100%;
  margin-top: 16px;
  text-align: left;
}

#end-screen .stripe-checkout-intro {
  margin-bottom: 12px;
  text-align: center;
}

#stripeEmbeddedCheckout {
  width: 100%;
  min-height: 420px;
}

.payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 18, 34, 0.76);
  backdrop-filter: blur(8px);
}

.payment-overlay[hidden] {
  display: none;
}

.payment-overlay-panel {
  width: min(360px, 100%);
  padding: 28px 24px;
  color: #071426;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.payment-overlay-panel.is-error {
  border-top: 5px solid #d93025;
}

.payment-overlay-spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border: 5px solid #e5edf5;
  border-top-color: #187ad6;
  border-radius: 50%;
  animation: overlay-spin 0.9s linear infinite;
}

.payment-overlay-panel.is-error .payment-overlay-spinner {
  display: none;
}

.payment-overlay h2 {
  margin: 0 0 10px;
  color: #071426;
  font-size: 22px;
  line-height: 1.18;
}

.payment-overlay p {
  margin: 0;
  color: #4b5565;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

@keyframes overlay-spin {
  to {
    transform: rotate(360deg);
  }
}

#operatorSelector {
  width: 100%;
}

#operatorSelector select {
  width: 100%;
  height: 46px;
  margin-bottom: 12px;
}

.legal-panel {
  display: none;
  margin-top: 200px;
  padding: 20px;
  background-color: var(--panel);
  border-radius: 10px;
}

.is-pin-step .legal-panel {
  display: block;
}

.lpv-888v2_1.is-pin-step .legal-panel {
  display: none;
}

.legal-copy {
  max-width: 800px;
  margin: 0 auto;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.legal-copy p {
  margin: 0 0 15px;
}

.footer-links {
  margin-top: 20px;
  text-align: center;
}

.footer-links a {
  color: #007bff;
  text-decoration: none;
}

.footer-links span {
  display: inline-block;
  margin: 0 20px;
  color: #555555;
}

.faq-section {
  margin-top: 30px;
  padding: 20px;
}

.home-panel-title {
  margin: 15px 0 20px;
  color: #333333;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

details {
  margin-bottom: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: var(--panel);
  color: #222222;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  content: "";
}

details summary span {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  margin: 0;
  padding: 14px 16px;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.content-section {
  margin-top: 40px;
  padding: 20px;
}

.intro-copy {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.home-item-with-image-block {
  max-width: 900px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  text-align: left;
}

.home-item-with-image-block.image-right .image-col {
  order: 2;
}

.home-item-with-image-block.image-right .home-text-block {
  order: 1;
}

.image-col img {
  width: 100%;
  border-radius: 0;
}

.home-text-block h3 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 22px;
  line-height: 1.2;
}

.home-text-block p {
  margin: 0;
  color: #444444;
  font-size: 15px;
  line-height: 1.55;
}

.pulse-animation {
  animation: pulse 1.5s ease-in-out infinite;
}

.pulse-input {
  animation: pulse-input 2s linear infinite;
}

.is-hidden {
  display: none !important;
}

/* lpv=888v2_1: block-level visual variant, scoped away from the live default. */
.lpv-888v2_1 {
  --lpv-888-control-height: 60px;
  --lpv-888-readable-gray: #000000;
}

.lpv-888v2_1 #submitMsisdn,
.lpv-888v2_1 #submitPin {
  height: var(--lpv-888-control-height);
  min-height: var(--lpv-888-control-height);
  border-radius: 18px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 5px 0 rgba(185, 188, 191, 0.95),
    0 10px 16px rgba(0, 0, 0, 0.18);
}

.lpv-888v2_1 #submitMsisdn:disabled,
.lpv-888v2_1 #submitPin:disabled {
  border-color: #e7eaee;
  background-color: #ffffff;
  color: var(--lpv-888-readable-gray);
}

.lpv-888v2_1 #submitMsisdn:not(:disabled),
.lpv-888v2_1 #submitPin:not(:disabled) {
  border-color: var(--success);
  background-color: var(--success);
  color: #ffffff;
}

.lpv-888v2_1 #submitPin.is-unavailable,
.lpv-888v2_1 #submitPin.is-unavailable:not(:disabled) {
  border-color: #e7eaee;
  background-color: #ffffff;
  color: var(--lpv-888-readable-gray);
}

.lpv-888v2_1 #submitMsisdn .btn-label {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.lpv-888v2_1 #submitMsisdn .btn-pt {
  width: 46px;
  height: var(--lpv-888-control-height);
}

.lpv-888v2_1 #submitMsisdn .btn-pt img {
  right: 8px;
  width: 38px;
  height: var(--lpv-888-control-height);
  padding-left: 8px;
}

.lpv-888v2_1 #submitMsisdn:disabled .btn-pt img {
  border-left-color: #e7eaee;
}

.lpv-888v2_1 #submitMsisdn:not(:disabled) .btn-pt img {
  border-left-color: #ffffff;
}

.lpv-888v2_1 .subscription-legal-pin {
  min-height: var(--lpv-888-control-height);
  padding: 7px 12px;
  border-color: #e7eaee;
  border-radius: 18px;
  background-color: #ffffff;
  color: var(--lpv-888-readable-gray);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 5px 0 rgba(185, 188, 191, 0.95),
    0 10px 16px rgba(0, 0, 0, 0.18);
}

.lpv-888v2_1 .subscription-legal-pin-primary,
.lpv-888v2_1 .subscription-legal-pin-rest {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: none;
}

.lpv-888v2_1 .subscription-legal-msisdn {
  color: var(--lpv-888-readable-gray);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.lpv-888v2_1 .confirmation-message p {
  font-style: normal;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

@keyframes pulse-input {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 122, 214, 0.55), 0 0 0 0 rgba(24, 122, 214, 0.55);
  }

  40% {
    box-shadow: 0 0 0 28px rgba(24, 122, 214, 0), 0 0 0 0 rgba(24, 122, 214, 0.55);
  }

  80% {
    box-shadow: 0 0 0 28px rgba(24, 122, 214, 0), 0 0 0 18px rgba(24, 122, 214, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(24, 122, 214, 0), 0 0 0 18px rgba(24, 122, 214, 0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px) {
  .topbar-content {
    padding: 0 14px;
  }

  .customer-service {
    font-size: 12px;
  }

  .home-item-with-image-block,
  .home-item-with-image-block.image-right {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
  }

  .home-item-with-image-block.image-right .image-col,
  .home-item-with-image-block.image-right .home-text-block {
    order: initial;
  }

  .home-text-block {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .container {
    width: calc(100% - 28px);
  }

  .topbar-content {
    gap: 8px;
  }

  .customer-service {
    font-size: 12px;
  }

  .label {
    font-size: 15px;
  }

  .input,
  .input input,
  .country-code {
    font-size: 22px;
  }
}
.checkout-editorial-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.checkout-editorial-eyebrow {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.checkout-editorial-heading h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.checkout-editorial-heading > p:last-child {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
}

.editorial-topic-link {
  color: #b45309;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.editorial-topic-link:hover {
  color: #92400e;
}

/* BeastSurvey marketing area below the checkout. Everything is deliberately
   scoped to .checkout-marketing so the established payment UI stays isolated. */
.checkout-marketing {
  --marketing-ink: #101715;
  --marketing-paper: #f5f2e9;
  --marketing-cream: #ebe5d7;
  --marketing-acid: #d9ff43;
  --marketing-forest: #173f34;
  --marketing-muted: #5f6864;
  --marketing-line: rgba(16, 23, 21, 0.14);
  width: 100%;
  margin-top: 64px;
  padding: 0 0 clamp(70px, 9vw, 120px);
  overflow: hidden;
  border-top: 1px solid var(--marketing-line);
  background: var(--marketing-paper);
  color: var(--marketing-ink);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.checkout-marketing a:focus-visible {
  outline: 3px solid #407f6d;
  outline-offset: 4px;
}

.checkout-marketing-hero,
.checkout-marketing-benefits,
.checkout-marketing-split,
.checkout-marketing-evidence,
.checkout-marketing-tracker,
.checkout-marketing-final {
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.checkout-marketing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: clamp(76px, 10vw, 132px) 0 clamp(58px, 8vw, 96px);
}

.checkout-marketing-eyebrow {
  margin: 0 0 14px;
  color: #42685c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
}

.checkout-marketing-hero h2 {
  max-width: 720px;
  margin: 0;
  color: var(--marketing-ink);
  font-size: clamp(46px, 6.2vw, 82px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.checkout-marketing-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #3e4945;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.checkout-marketing-context {
  max-width: 680px;
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--marketing-forest);
  background: rgba(255, 255, 255, 0.48);
  color: var(--marketing-muted);
}

.checkout-marketing-context strong {
  color: var(--marketing-ink);
}

.checkout-marketing-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  align-items: center;
  margin-top: 30px;
}

.checkout-marketing-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.checkout-marketing-button:hover {
  transform: translateY(-2px);
}

.checkout-marketing-button-primary {
  background: var(--marketing-forest);
  box-shadow: 0 15px 35px rgba(23, 63, 52, 0.22);
  color: #ffffff;
}

.checkout-marketing-button-acid {
  background: var(--marketing-acid);
  color: var(--marketing-ink);
}

.checkout-marketing-button-dark {
  background: var(--marketing-ink);
  color: #ffffff;
}

.checkout-marketing-text-link {
  color: #1d5a49;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.checkout-marketing-text-link span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.checkout-marketing-text-link:hover span {
  transform: translateX(4px);
}

.checkout-marketing-hero-visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 40px;
  background: #b7d1c8;
  box-shadow: 0 28px 80px rgba(16, 23, 21, 0.16);
}

.checkout-marketing-hero-visual::before {
  position: absolute;
  z-index: 1;
  top: -105px;
  right: -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--marketing-acid);
  content: "";
  opacity: 0.9;
}

.checkout-marketing-hero-visual img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.checkout-marketing-hero-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(10, 15, 14, 0.83);
  backdrop-filter: blur(10px);
  color: #dbe7e2;
  font-size: 14px;
}

.checkout-marketing-hero-visual figcaption strong {
  color: #ffffff;
}

.checkout-marketing-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--marketing-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.52);
}

.checkout-marketing-benefits article {
  min-width: 0;
  padding: clamp(25px, 3vw, 34px);
  border-right: 1px solid var(--marketing-line);
}

.checkout-marketing-benefits article:last-child {
  border-right: 0;
}

.checkout-marketing-benefits span {
  color: #52776b;
  font-size: 12px;
  font-weight: 900;
}

.checkout-marketing-benefits h3 {
  margin: 11px 0 8px;
  color: var(--marketing-ink);
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.checkout-marketing-benefits p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 15px;
}

.checkout-marketing-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
  padding: clamp(86px, 11vw, 150px) 0;
}

.checkout-marketing-split-platform {
  padding-top: 0;
}

.checkout-marketing-split-platform .checkout-marketing-image-card {
  order: 2;
}

.checkout-marketing-split-platform .checkout-marketing-copy {
  order: 1;
}

.checkout-marketing-image-card {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 36px;
  background: var(--marketing-cream);
  box-shadow: 0 28px 70px rgba(16, 23, 21, 0.13);
}

.checkout-marketing-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-marketing-split-downloads .checkout-marketing-image-card img {
  object-position: center 18%;
}

.checkout-marketing-split-platform .checkout-marketing-image-card {
  aspect-ratio: 4 / 3;
}

.checkout-marketing-split-platform .checkout-marketing-image-card img {
  object-position: 42% center;
}

.checkout-marketing-copy h3,
.checkout-marketing-evidence h3,
.checkout-marketing-tracker h3,
.checkout-marketing-final h3 {
  margin: 0;
  color: var(--marketing-ink);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.checkout-marketing-copy > p:not(.checkout-marketing-eyebrow) {
  margin: 24px 0 0;
  color: var(--marketing-muted);
  font-size: 18px;
}

.checkout-marketing-checklist {
  margin: 28px 0;
  padding: 0;
  border-top: 1px solid var(--marketing-line);
  list-style: none;
}

.checkout-marketing-checklist li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid var(--marketing-line);
  color: #33403b;
}

.checkout-marketing-checklist li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  color: #2c715e;
  content: "✓";
  font-weight: 900;
}

.checkout-marketing-copy > .checkout-marketing-text-link {
  display: inline-block;
  margin-top: 28px;
}

.checkout-marketing-checklist + .checkout-marketing-text-link {
  margin-top: 0;
}

.checkout-marketing-evidence {
  padding: clamp(48px, 7vw, 88px);
  border-radius: 40px;
  background: var(--marketing-ink);
  color: #ffffff;
}

.checkout-marketing-evidence .checkout-marketing-eyebrow {
  color: var(--marketing-acid);
}

.checkout-marketing-evidence h3 {
  max-width: 940px;
  color: #ffffff;
}

.checkout-marketing-evidence-heading > p:last-child {
  max-width: 820px;
  margin: 25px 0 0;
  color: #b8c1bd;
  font-size: 18px;
}

.checkout-marketing-disclaimer {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1.65fr);
  gap: 24px;
  max-width: 980px;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(217, 255, 67, 0.32);
  border-left: 4px solid var(--marketing-acid);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.checkout-marketing-disclaimer strong {
  color: var(--marketing-acid);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-marketing-disclaimer p {
  margin: 0;
  color: #d8dfdc;
  font-size: 14px;
  line-height: 1.65;
}

.checkout-marketing-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.checkout-marketing-evidence-grid a {
  min-height: 146px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: #19221f;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.checkout-marketing-evidence-grid a:hover {
  border-color: rgba(217, 255, 67, 0.65);
  transform: translateY(-2px);
}

.checkout-marketing-evidence-grid span,
.checkout-marketing-evidence-grid strong {
  display: block;
}

.checkout-marketing-evidence-grid span {
  margin-bottom: 27px;
  color: var(--marketing-acid);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.checkout-marketing-evidence-grid strong {
  font-size: 19px;
  line-height: 1.25;
}

.checkout-marketing-text-link-light {
  color: #ffffff;
}

.checkout-marketing-tracker {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: end;
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(42px, 7vw, 78px);
  overflow: hidden;
  border-radius: 38px;
  background: var(--marketing-acid);
}

.checkout-marketing-badge {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--marketing-ink);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.checkout-marketing-tracker h3 {
  max-width: 850px;
}

.checkout-marketing-tracker div > p:last-child {
  max-width: 760px;
  margin: 23px 0 0;
  color: #35401a;
  font-size: 18px;
}

.checkout-marketing-tracker-mark {
  display: grid;
  width: 94px;
  height: 94px;
  place-items: center;
  border: 2px solid rgba(16, 23, 21, 0.18);
  border-radius: 50%;
  color: var(--marketing-ink);
  font-size: 47px;
  font-weight: 300;
}

.checkout-marketing-final {
  padding: clamp(85px, 11vw, 145px) 0 0;
  text-align: center;
}

.checkout-marketing-final .checkout-marketing-eyebrow {
  color: #42685c;
}

.checkout-marketing-final h3,
.checkout-marketing-final > p:not(.checkout-marketing-eyebrow) {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.checkout-marketing-final > p:not(.checkout-marketing-eyebrow) {
  margin-top: 23px;
  color: var(--marketing-muted);
  font-size: 19px;
}

.checkout-marketing-link-row-center {
  justify-content: center;
}

@media (max-width: 960px) {
  .checkout-marketing-hero,
  .checkout-marketing-split {
    grid-template-columns: 1fr;
  }

  .checkout-marketing-hero-visual {
    min-height: 440px;
  }

  .checkout-marketing-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-marketing-benefits article:nth-child(2) {
    border-right: 0;
  }

  .checkout-marketing-benefits article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--marketing-line);
  }

  .checkout-marketing-split-platform .checkout-marketing-image-card,
  .checkout-marketing-split-platform .checkout-marketing-copy {
    order: initial;
  }

  .checkout-marketing-image-card,
  .checkout-marketing-split-platform .checkout-marketing-image-card {
    width: min(100%, 680px);
    aspect-ratio: 16 / 10;
  }

  .checkout-marketing-evidence-grid {
    grid-template-columns: 1fr;
  }

  .checkout-marketing-evidence-grid a {
    min-height: 0;
  }

  .checkout-marketing-evidence-grid span {
    margin-bottom: 12px;
  }
}

@media (max-width: 620px) {
  .checkout-marketing {
    margin-top: 44px;
  }

  .checkout-marketing-hero,
  .checkout-marketing-benefits,
  .checkout-marketing-split,
  .checkout-marketing-evidence,
  .checkout-marketing-tracker,
  .checkout-marketing-final {
    width: min(100% - 28px, 1180px);
  }

  .checkout-marketing-hero {
    padding-top: 64px;
  }

  .checkout-marketing-hero h2 {
    font-size: 45px;
  }

  .checkout-marketing-hero-visual {
    min-height: 360px;
    border-radius: 28px;
  }

  .checkout-marketing-hero-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .checkout-marketing-benefits {
    grid-template-columns: 1fr;
  }

  .checkout-marketing-benefits article,
  .checkout-marketing-benefits article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--marketing-line);
  }

  .checkout-marketing-benefits article:last-child {
    border-bottom: 0;
  }

  .checkout-marketing-split {
    padding: 78px 0;
  }

  .checkout-marketing-split-platform {
    padding-top: 0;
  }

  .checkout-marketing-image-card,
  .checkout-marketing-split-platform .checkout-marketing-image-card {
    aspect-ratio: 4 / 3;
    border-radius: 26px;
  }

  .checkout-marketing-copy h3,
  .checkout-marketing-evidence h3,
  .checkout-marketing-tracker h3,
  .checkout-marketing-final h3 {
    font-size: 38px;
  }

  .checkout-marketing-evidence,
  .checkout-marketing-tracker {
    padding: 38px 24px;
    border-radius: 28px;
  }

  .checkout-marketing-disclaimer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .checkout-marketing-tracker {
    grid-template-columns: 1fr;
  }

  .checkout-marketing-tracker-mark {
    display: none;
  }

  .checkout-marketing-link-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-marketing-link-row-center {
    align-items: center;
  }

  .checkout-marketing-button {
    width: 100%;
  }
}
