/* Reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Main container */
.leadgen-form-container {
  display: flex;
  width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: "DM Sans", sans-serif;
}

.leadgen-form-subsection-title {
  color: #313131;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}

.leadgen-form-container .leadgen-form-main-title.custom-title-size {
  font-size: var(--title-size-desktop, 32px);
}

/* Top bar - purple header */
.leadgen-form-top-bar {
  display: flex;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: #2f2c45;
  max-width: 960px;
}

/* Top bar left section */
.leadgen-form-top-bar-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* Logo */
.leadgen-form-logo {
  width: 89px;
  height: 40px;
  fill: #fff;
}

/* Vertical divider */
.leadgen-form-divider-vertical {
  width: 1px;
  height: 58px;
  background: rgba(255, 255, 255, 0.3);
}

/* Badge and rating wrapper */
.leadgen-form-badge-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

/* Green badge */
.leadgen-form-badge-green {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #3a7766;
}

.leadgen-form-badge-text {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* Rating wrapper */
.leadgen-form-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

/* Stars */
.leadgen-form-stars {
  display: flex;
  align-items: flex-start;
  gap: 1px;
}

/* Rating text bold */
.leadgen-form-rating-text-bold {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* Rating text normal */
.leadgen-form-rating-text {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* Top bar right section */
.leadgen-form-top-bar-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* Feature items (delivery, guarantee, package) */
.leadgen-form-feature-item {
  display: flex;
  width: 80px;
  max-width: 104px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.leadgen-form-feature-item svg {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}

.leadgen-form-feature-text {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

/* Header section with title and subtitle */
.leadgen-form-header-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-main-title {
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.leadgen-form-main-subtitle {
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}

/* TWO COLUMN LAYOUT WRAPPER */
.leadgen-form-two-column-wrapper {
  display: flex;
  gap: 16px;
  align-self: stretch;
  align-items: flex-start;
}

.leadgen-form-left-column {
  width: 472px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.leadgen-form-right-column {
  width: 472px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 20px;
}

/* Payment Details Section - dla prawej kolumny */
.leadgen-form-payment-details {
  display: flex;
  width: 472px;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 24px;
  background: #fff;
}

.leadgen-form-product-image {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

.leadgen-form-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}

.leadgen-form-price-section {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
}

.leadgen-form-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.leadgen-form-old-price {
  color: #868686;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.leadgen-form-new-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-savings-badge {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
}

.leadgen-form-savings-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.leadgen-form-stock-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leadgen-form-stock-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.leadgen-form-stock-label {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-stock-number {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-stock-pieces {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-next-batch {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.leadgen-form-divider-horizontal {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  align-self: center;
}

.leadgen-form-divider-horizontal-mobile-only {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  align-self: center;
  display: none;
}

.leadgen-form-guarantee-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.leadgen-form-guarantee-badge {
  width: 92px;
  height: 92px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.leadgen-form-guarantee-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.leadgen-form-guarantee-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.leadgen-form-guarantee-title {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.leadgen-form-guarantee-description {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.leadgen-form-see-more {
  color: #3a7766;
  cursor: pointer;
  text-decoration: underline;
}

.leadgen-form-accordion-toggle {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 128px;
  border: 1px solid #c2c2c2;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  align-self: flex-start;
}

.leadgen-form-accordion-toggle:hover {
  background: #f5f5f5;
}

.leadgen-form-arrow-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}

.leadgen-form-guarantee-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.leadgen-form-guarantee-accordion.leadgen-form-accordion-open {
  max-height: 500px;
  padding-top: 16px;
}

.leadgen-form-accordion-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

/* Form Section Title */
.leadgen-form-section-title {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  align-self: stretch;
}

/* Main sections container */
.leadgen-form-main-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

/* Data section container */
.leadgen-form-data-section {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}

/* Data section title */
.leadgen-form-data-title {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

/* Input container - wrapper for input and error message */
.leadgen-form-input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  position: relative;
}

/* Validation icons */
.leadgen-form-error-icon,
.leadgen-form-success-icon {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 2;
}

/* Floating label */
.leadgen-form-floating-label {
  position: absolute;
  top: -17px;
  left: 0;
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.leadgen-form-floating-label.leadgen-form-label-active {
  opacity: 1;
}

/* Input fields */
.leadgen-form-input {
  display: flex;
  max-height: 40px;
  padding: 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  background: #fff;
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.leadgen-form-input::placeholder {
  color: #c2c2c2;
}

.leadgen-form-input:focus {
  outline: none;
  border-color: #3a7766;
}

.leadgen-form-input:focus::placeholder {
  color: transparent;
}

.leadgen-form-input-disabled {
  color: #313131;
  cursor: not-allowed;
}

/* Input error state */
.leadgen-form-input-error {
  border-color: #d32f2f !important;
}

.leadgen-form-input-error:focus {
  border-color: #d32f2f !important;
}

.leadgen-form-input-error
  + .leadgen-form-floating-label.leadgen-form-label-active {
  color: #d32f2f;
}

/* Validation error message */
.leadgen-form-validation-error {
  color: #d32f2f;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
  display: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.leadgen-form-validation-error-show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Phone note */
.leadgen-form-phone-note {
  color: #3d3d3d;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

/* Row for postal code and city */
.leadgen-form-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.leadgen-form-input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.leadgen-form-country-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  margin-top: -24px;
}

.leadgen-form-country-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 6px;
}

/* Payment methods */
.leadgen-form-payment-methods {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.leadgen-form-payment-option {
  width: 100%;
  display: flex;
  height: 48px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.leadgen-form-payment-option:has(input[type="radio"]:checked) {
  background: #e9f3fc;
}

.leadgen-form-payment-option:hover {
  border-color: #3a7766;
}

.leadgen-form-payment-content {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
}

.leadgen-form-radio {
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #3a7766;
}

.leadgen-form-payment-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex: 1;
  white-space: nowrap;
}

.leadgen-form-payment-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

/* Submit button */
.leadgen-form-submit-button {
  display: flex;
  height: 56px;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: none;
  background: #09880d;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.leadgen-form-submit-button:hover {
  background: #246f32;
}

.leadgen-form-submit-button:active {
  transform: scale(0.98);
}

/* Submit note */
.leadgen-form-submit-note {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  align-self: stretch;
}

.leadgen-form-link {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}

/* Secure badges */
.leadgen-form-secure-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.leadgen-form-secure-img-1,
.leadgen-form-secure-img-3 {
  width: 80px;
  height: 32px;
}

.leadgen-form-secure-img-2 {
  width: 95px;
  height: 32px;
}

/* How It Works Section */
.leadgen-form-how-it-works {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}

.leadgen-form-how-it-works-title {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.leadgen-form-steps-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-step {
  display: flex;
  height: 230px;
  padding: 9px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #fff;
}

.leadgen-form-step-icon {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
}

.leadgen-form-step-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.leadgen-form-step-title {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  width: 100%;
}

.leadgen-form-step-description {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  width: 100%;
}

.leadgen-form-payment-container-wrapper {
  display: flex;
  max-width: 575px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  align-self: center;
}

/* ============================================
   DARK MODE STYLES
   ============================================ */

.dark-mode .leadgen-form-main-title {
  color: #fff;
}

.dark-mode .leadgen-form-main-subtitle {
  color: #fff;
}

.dark-mode .leadgen-form-old-price {
  color: #868686;
}

.dark-mode .leadgen-form-new-price {
  color: #fff;
}

.dark-mode .leadgen-form-stock-label,
.dark-mode .leadgen-form-stock-number,
.dark-mode .leadgen-form-stock-pieces,
.dark-mode .leadgen-form-next-batch {
  color: #fff;
}

.dark-mode .leadgen-form-guarantee-title,
.dark-mode .leadgen-form-guarantee-description,
.dark-mode .leadgen-form-accordion-text {
  color: #fff;
}

.dark-mode .leadgen-form-section-title {
  color: #fff;
}

.dark-mode .leadgen-form-data-title {
  color: #fff;
}

.dark-mode .leadgen-form-payment-text {
  color: #fff;
}

.dark-mode .leadgen-form-how-it-works-title,
.dark-mode .leadgen-form-step-title,
.dark-mode .leadgen-form-step-description {
  color: #fff;
}

.dark-mode .leadgen-form-payment-details {
  background: #202020;
}

.dark-mode .leadgen-form-data-section {
  background: #202020;
  border-color: #202020;
}

.dark-mode .leadgen-form-how-it-works {
  background: #202020;
  border-color: #202020;
}

.dark-mode .leadgen-form-input {
  background: #202020;
  color: #fff;
  border-color: #3a3a3a;
}

.dark-mode .leadgen-form-input::placeholder {
  color: #8f8f8f;
}

.dark-mode .leadgen-form-input-disabled {
  background: #151515;
  color: #fff;
}

.dark-mode .leadgen-form-country-label {
  color: #fff;
}

.dark-mode .leadgen-form-payment-option {
  background: #151515;
  border-color: #3a3a3a;
}

.dark-mode .leadgen-form-payment-option:has(input[type="radio"]:checked) {
  background: linear-gradient(
      0deg,
      rgba(91, 157, 217, 0.3) 0%,
      rgba(91, 157, 217, 0.3) 100%
    ),
    #151515;
}

.dark-mode .leadgen-form-step {
  background: #323232;
}

.dark-mode .leadgen-form-submit-note,
.dark-mode .leadgen-form-link {
  color: #fff;
}

.dark-mode .leadgen-form-phone-note {
  color: #8f8f8f;
}

.dark-mode .leadgen-form-floating-label {
  color: #ffffff;
}

/* ============================================
   MOBILE STYLES - 768px and below
   ============================================ */
@media (max-width: 768px) {
  /* Wyłącz dwukolumnowy layout */
  .leadgen-form-two-column-wrapper {
    flex-direction: column-reverse !important;
    gap: 24px;
  }

  .leadgen-form-left-column,
  .leadgen-form-right-column {
    width: 100%;
    position: static;
  }

  /* Main container */
  .leadgen-form-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 24px;
  }

  .leadgen-form-container .leadgen-form-main-title.custom-title-size {
    font-size: var(--title-size-mobile, 32px);
  }

  /* Top bar */
  .leadgen-form-top-bar {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .leadgen-form-top-bar-left {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
  }

  .leadgen-form-logo {
    width: 70px;
    height: 32px;
  }

  .leadgen-form-divider-vertical {
    display: none;
  }

  .leadgen-form-badge-rating-wrapper {
    width: 100%;
    align-items: center;
  }

  .leadgen-form-badge-green {
    width: 100%;
    padding: 8px 12px;
  }

  .leadgen-form-badge-text {
    font-size: 12px;
    text-align: center;
  }

  .leadgen-form-rating-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }

  .leadgen-form-rating-text-bold,
  .leadgen-form-rating-text {
    font-size: 12px;
  }

  .leadgen-form-top-bar-right {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    padding: 0 8px;
  }

  .leadgen-form-feature-item {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .leadgen-form-feature-item img {
    width: 32px;
    height: 32px;
  }

  .leadgen-form-feature-text {
    font-size: 10px;
    line-height: 110%;
  }

  /* Header section */
  .leadgen-form-header-section {
    padding: 0 16px;
    gap: 12px;
  }

  .leadgen-form-main-title {
    font-size: 32px;
    line-height: 130%;
  }

  .leadgen-form-main-subtitle {
    font-size: 16px;
    line-height: 130%;
  }

  /* Payment container wrapper */
  .leadgen-form-payment-container-wrapper {
    max-width: 100%;
    padding: 0;
    gap: 16px;
  }

  /* Payment details */
  .leadgen-form-payment-details {
    padding: 20px 16px;
    gap: 16px;
    border: none !important;
  }

  .leadgen-form-product-image {
    width: 100%;
    height: auto;
    max-width: 280px;
  }

  .leadgen-form-price-container {
    height: auto;
    gap: 12px;
  }

  .leadgen-form-old-price {
    font-size: 24px;
  }

  .leadgen-form-new-price {
    font-size: 40px;
  }

  .leadgen-form-savings-badge {
    padding: 6px 12px;
  }

  .leadgen-form-savings-text {
    font-size: 14px;
  }

  .leadgen-form-stock-label,
  .leadgen-form-stock-number,
  .leadgen-form-stock-pieces {
    font-size: 16px;
  }

  .leadgen-form-next-batch {
    font-size: 16px;
  }

  /* Divider */
  .leadgen-form-divider-horizontal {
    width: 100%;
  }

  /* Guarantee section */
  .leadgen-form-guarantee-section {
    width: 100%;
    gap: 12px;
  }

  .leadgen-form-guarantee-badge {
    width: 72px;
    height: 72px;
  }

  .leadgen-form-guarantee-content {
    gap: 8px;
  }

  .leadgen-form-guarantee-title {
    font-size: 16px;
  }

  .leadgen-form-guarantee-description {
    font-size: 16px;
  }

  .leadgen-form-accordion-text {
    font-size: 16px;
  }

  /* Form section title */
  .leadgen-form-section-title {
    font-size: 18px;
    padding: 0 16px;
  }

  /* Main sections */
  .leadgen-form-main-sections {
    gap: 16px;
  }

  /* Data section */
  .leadgen-form-data-section {
    width: 100%;
    padding: 20px 16px;
    gap: 20px;
    border-radius: 16px;
  }

  .leadgen-form-data-title {
    font-size: 20px;
  }

  /* Validation error on mobile */
  .leadgen-form-validation-error {
    font-size: 11px;
    line-height: 14px;
  }

  .leadgen-form-phone-note {
    font-size: 11px;
    line-height: 14px;
  }

  /* Row */
  .leadgen-form-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-direction: row;
  }

  .leadgen-form-country-wrapper {
    margin-top: -10px;
  }

  /* Payment methods */
  .leadgen-form-payment-methods {
    flex-direction: column;
    gap: 24px;
  }

  .leadgen-form-payment-option {
    height: auto;
    padding: 12px;
    flex: 1;
  }

  .leadgen-form-payment-text {
    font-size: 14px;
  }

  .leadgen-form-payment-icon {
    width: 20px;
    height: 20px;
  }

  /* Submit button */
  .leadgen-form-submit-button {
    height: 56px;
    font-size: 18px;
    padding: 8px 12px;
  }

  /* Submit note */
  .leadgen-form-submit-note {
    font-size: 12px;
  }

  .leadgen-form-link {
    font-size: 12px;
  }

  /* Secure badges */
  .leadgen-form-secure-badges {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .leadgen-form-secure-img-1,
  .leadgen-form-secure-img-3 {
    width: 70px;
    height: 28px;
  }

  .leadgen-form-secure-img-2 {
    width: 85px;
    height: 28px;
  }

  /* How it works */
  .leadgen-form-how-it-works {
    padding: 20px 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .leadgen-form-how-it-works-title {
    font-size: 18px;
  }

  .leadgen-form-steps-container {
    flex-direction: column;
    gap: 12px;
  }

  .leadgen-form-step {
    width: 100%;
    padding: 16px 12px;
    gap: 12px;
    height: auto;
  }

  .leadgen-form-step-icon {
    width: 40px;
    height: 40px;
  }

  .leadgen-form-step-title {
    font-size: 16px;
  }

  .leadgen-form-step-description {
    font-size: 16px;
  }

  .leadgen-form-top-bar-right {
    display: none;
  }

  .leadgen-form-badge-rating-wrapper {
    flex-direction: column-reverse;
  }

  .leadgen-form-accordion-toggle {
    display: none;
  }

  .leadgen-form-divider-horizontal-mobile-only {
    display: block;
  }

  .leadgen-form-guarantee-accordion.leadgen-form-accordion-open {
    padding-top: 0px;
  }

  .leadgen-form-guarantee-text-wrapper {
    align-items: center;
  }

  .mobile-display-none {
    display: none;
  }
}
/* Payment Details Section - dla prawej kolumny */
.leadgen-form-payment-details {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.leadgen-form-order-title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.leadgen-form-order-summary {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.leadgen-form-summary-product-image {
  width: 115px;
  height: 209px;
  aspect-ratio: 115/209;
  object-fit: contain;
  flex-shrink: 0;
}

.leadgen-form-price-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.leadgen-form-price-rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.leadgen-form-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.leadgen-form-price-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-price-label-bold {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-regular-price {
  color: #868686;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}

.leadgen-form-your-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-price-separator {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.leadgen-form-total-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-to-pay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.leadgen-form-to-pay-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-to-pay-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.leadgen-form-savings-box {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
}

.leadgen-form-savings-box-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
/* ============================================
   MOBILE STYLES - 768px and below
   ============================================ */
@media (max-width: 768px) {
  /* Przełącz widoczność desktop/mobile */
  .leadgen-form-desktop-only {
    display: none !important;
  }

  .leadgen-form-mobile-only {
    display: flex !important;
  }

  /* Wyłącz dwukolumnowy layout */
  .leadgen-form-two-column-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .leadgen-form-left-column,
  .leadgen-form-right-column {
    width: 100%;
    position: static;
  }

  /* Main container */
  .leadgen-form-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 24px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* Top bar */
  .leadgen-form-top-bar {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .leadgen-form-top-bar-left {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
  }

  .leadgen-form-logo {
    width: 70px;
    height: 32px;
  }

  .leadgen-form-divider-vertical {
    display: none;
  }

  .leadgen-form-badge-rating-wrapper {
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
  }

  .leadgen-form-badge-green {
    width: 100%;
    padding: 8px 12px;
  }

  .leadgen-form-badge-text {
    font-size: 12px;
    text-align: center;
  }

  .leadgen-form-rating-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }

  .leadgen-form-rating-text-bold,
  .leadgen-form-rating-text {
    font-size: 12px;
  }

  .leadgen-form-top-bar-right {
    display: none;
  }

  .leadgen-form-feature-item {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .leadgen-form-feature-item img {
    width: 32px;
    height: 32px;
  }

  .leadgen-form-feature-text {
    font-size: 10px;
    line-height: 110%;
  }

  /* Header section */
  .leadgen-form-header-section {
    padding: 0 16px;
    gap: 12px;
  }

  .leadgen-form-main-title {
    font-size: 32px;
    line-height: 130%;
  }

  .leadgen-form-main-subtitle {
    font-size: 16px;
    line-height: 130%;
  }

  /* Payment details */
  .leadgen-form-payment-details {
    width: 100% !important;
  }

  .leadgen-form-product-image-mobile {
    width: 100%;
    height: auto;
    max-width: 280px;
  }

  .leadgen-form-old-price-mobile {
    font-size: 24px;
  }

  .leadgen-form-new-price-mobile {
    font-size: 40px;
  }

  .leadgen-form-savings-badge-mobile {
    padding: 6px 12px;
    align-self: center;
  }

  .leadgen-form-savings-text-mobile {
    font-size: 14px;
  }

  .leadgen-form-stock-label-mobile,
  .leadgen-form-stock-number-mobile,
  .leadgen-form-stock-pieces-mobile {
    font-size: 16px;
  }

  .leadgen-form-next-batch-mobile {
    font-size: 16px;
  }

  /* Divider */
  .leadgen-form-divider-horizontal {
    width: 100%;
  }

  /* Guarantee section */
  .leadgen-form-guarantee-section {
    width: 100%;
    gap: 12px;
    flex-flow: column;
    align-items: center;
  }

  .leadgen-form-guarantee-badge {
    width: 72px;
    height: 72px;
  }

  .leadgen-form-guarantee-content {
    gap: 8px;
  }

  .leadgen-form-guarantee-title {
    font-size: 16px;
  }

  .leadgen-form-guarantee-description {
    font-size: 16px;
    text-align: center;
  }

  .leadgen-form-accordion-text {
    font-size: 16px;
  }

  .leadgen-form-accordion-toggle {
    display: none;
  }

  .leadgen-form-divider-horizontal-mobile-only {
    display: block;
  }

  .leadgen-form-guarantee-accordion.leadgen-form-accordion-open {
    padding-top: 0px;
  }

  /* Form section title */
  .leadgen-form-section-title {
    font-size: 18px;
    padding: 0 16px;
  }

  /* Main sections */
  .leadgen-form-main-sections {
    gap: 16px;
  }

  /* Data section */
  .leadgen-form-data-section {
    padding: 20px 16px;
    gap: 20px;
    border-radius: 16px;
  }

  .leadgen-form-data-title {
    font-size: 20px;
  }

  .leadgen-form-input {
    font-size: 16px;
    padding: 10px;
  }

  /* Validation error on mobile */
  .leadgen-form-validation-error {
    font-size: 11px;
    line-height: 14px;
  }

  .leadgen-form-phone-note {
    font-size: 11px;
    line-height: 14px;
  }

  /* Row */
  .leadgen-form-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-direction: row;
  }

  .leadgen-form-country-wrapper {
    margin-top: -10px;
  }

  /* Payment methods */
  .leadgen-form-payment-methods {
    flex-direction: column;
    gap: 24px;
  }

  .leadgen-form-payment-option {
    height: auto;
    padding: 12px;
    flex: 1;
  }

  .leadgen-form-payment-text {
    font-size: 14px;
  }

  .leadgen-form-payment-icon {
    width: 20px;
    height: 20px;
  }

  /* Submit button */
  .leadgen-form-submit-button {
    height: 56px;
    font-size: 18px;
    padding: 8px 12px;
  }

  /* Submit note */
  .leadgen-form-submit-note {
    font-size: 12px;
  }

  .leadgen-form-link {
    font-size: 12px;
  }

  /* Secure badges */
  .leadgen-form-secure-badges {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .leadgen-form-secure-img-1,
  .leadgen-form-secure-img-3 {
    width: 70px;
    height: 28px;
  }

  .leadgen-form-secure-img-2 {
    width: 85px;
    height: 28px;
  }

  /* How it works */
  .leadgen-form-how-it-works {
    padding: 20px 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .leadgen-form-how-it-works-title {
    font-size: 18px;
  }

  .leadgen-form-steps-container {
    flex-direction: column;
    gap: 12px;
  }

  .leadgen-form-step {
    width: 100%;
    padding: 16px 12px;
    gap: 12px;
    height: auto;
  }

  .leadgen-form-step-icon {
    width: 40px;
    height: 40px;
  }

  .leadgen-form-step-title {
    font-size: 16px;
  }

  .leadgen-form-step-description {
    font-size: 16px;
  }

  .leadgen-form-guarantee-accordion {
    overflow: hidden;
  }
}
/* Payment Details Section - dla prawej kolumny */
.leadgen-form-payment-details {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

/* Desktop/Mobile visibility */
.leadgen-form-desktop-only {
  display: flex;
}

.leadgen-form-mobile-only {
  display: none !important;
}

/* DESKTOP STYLES */
.leadgen-form-order-title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.leadgen-form-order-summary {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.leadgen-form-summary-product-image {
  width: 115px;
  height: 209px;
  aspect-ratio: 115/209;
  object-fit: contain;
  flex-shrink: 0;
}

.leadgen-form-price-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.leadgen-form-price-rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.leadgen-form-price-row-desktop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.leadgen-form-price-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-price-label-bold {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-regular-price {
  color: #868686;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}

.leadgen-form-your-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-price-separator {
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.leadgen-form-total-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-to-pay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.leadgen-form-to-pay-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-to-pay-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.leadgen-form-savings-box {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
}

.leadgen-form-savings-box-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

/* MOBILE STYLES - Simple vertical layout */
.leadgen-form-product-image-mobile {
  width: 100%;
  max-width: 120px;
  align-self: center;
  height: auto;
  object-fit: contain;
}

.leadgen-form-price-row-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  justify-content: center;
}

.leadgen-form-old-price-mobile {
  color: #868686;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.leadgen-form-new-price-mobile {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-savings-badge-mobile {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
}

.leadgen-form-savings-text-mobile {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.leadgen-form-stock-info-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 4px;
}

.leadgen-form-stock-line-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.leadgen-form-stock-label-mobile {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-stock-number-mobile {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-stock-pieces-mobile {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-next-batch-mobile {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ===============================
   LEADGEN SPECIFIC STYLES
================================ */

/* Spinner */
.leadgen-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 12px;
}

.leadgen-spinner.show {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* General error message */
.leadgen-general-error {
  display: none;
  color: #d32f2f;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  padding: 12px;
  background-color: #ffebee;
  border-radius: 8px;
  align-self: center;
}

.leadgen-general-error.show {
  display: block;
}

/* ===============================
   NEW PRICE STRUCTURE (Figma design)
================================ */

.leadgen-form-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.leadgen-form-price-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.leadgen-form-price-row-desktop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.leadgen-form-price-label {
  color: #747474;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-regular-price {
  color: #747474;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}

.leadgen-form-price-label-bold {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-your-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.leadgen-form-price-separator {
  width: 221px;
  height: 1px;
  background: #e4e4e4;
  align-self: center;
}

.leadgen-form-savings-badge {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
  align-self: flex-end;
}

.leadgen-form-savings-text {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* ===============================
   TO PAY SECTION
================================ */

.leadgen-form-total-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-to-pay-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.leadgen-form-to-pay-label {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.leadgen-form-to-pay-price {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

/* ===============================
   DESKTOP/MOBILE VISIBILITY
================================ */

.leadgen-form-desktop-only {
  display: flex;
}

.leadgen-form-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .leadgen-form-desktop-only {
    display: none !important;
  }

  .leadgen-form-mobile-only {
    display: flex !important;
  }
}

/* ===============================
   MOBILE PRICE CONTAINER
================================ */

.leadgen-form-price-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.leadgen-form-price-wrapper-mobile {
  display: flex;
  height: 172px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}

/* First section - prices + savings */
.leadgen-form-price-section-mobile {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.leadgen-form-prices-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
}

.leadgen-form-old-price-mobile {
  color: #868686;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.leadgen-form-new-price-mobile {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-savings-badge-mobile {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #ffd966;
}

.leadgen-form-savings-text-mobile {
  color: #313131;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

/* Second section - stock info */
.leadgen-form-stock-section-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leadgen-form-stock-line-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.leadgen-form-stock-label-mobile,
.leadgen-form-stock-pieces-mobile {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-stock-number-mobile {
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadgen-form-next-batch-mobile {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ===============================
   MOBILE - ORDER SUMMARY
================================ */

@media (max-width: 768px) {
  .leadgen-form-order-summary {
    flex-direction: column !important;
    align-items: center;
    gap: 16px;
  }

  .leadgen-form-product-image {
    width: 115px !important;
  }

  .leadgen-form-header-text {
    color: #313131;
    text-align: center;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
    align-self: center;
  }
}

/* ===============================
   TIMER STYLES
================================ */

.leadgen-timer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.leadgen-timer-title {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.leadgen-timer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.leadgen-timer-hours,
.leadgen-timer-minutes,
.leadgen-timer-seconds {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.leadgen-timer-hours-value,
.leadgen-timer-minutes-value,
.leadgen-timer-seconds-value {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.leadgen-timer-label {
  color: #313131;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

/* Arrow rotation when accordion is open */
.leadgen-form-accordion-open .leadgen-form-arrow-icon {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .desktop-display-none {
    display: none;
  }
}
