.cta-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.84) 0 22%, transparent 50%),
    linear-gradient(180deg, #fffaf4 0%, var(--fdv-cream) 100%);
}

.cta-inner {
  width: min(1710px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0 110px;
}

.cta-header {
  max-width: 1520px;
  margin: 0 auto 62px;
  text-align: center;
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--fdv-orange);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cta-kicker i {
  width: 58px;
  height: 2px;
  display: inline-block;
  background: var(--fdv-orange-light);
}

.cta-title {
  width: 100%;
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: clamp(56px, 4.15vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.cta-title span {
  color: var(--fdv-orange);
}

.cta-description {
  max-width: 795px;
  margin: 24px auto 0;
  color: var(--fdv-navy-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.cta-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.38fr);
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(4, 20, 46, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(4, 20, 46, 0.08);
}

.cta-order-card {
  min-height: 640px;
  padding: 58px 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-order-copy h3 {
  max-width: 570px;
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.cta-order-copy h3 span {
  display: block;
  color: var(--fdv-orange);
}

.cta-order-copy > p {
  max-width: 450px;
  margin: 18px 0 0;
  color: var(--fdv-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.cta-actions {
  width: 100%;
  max-width: 100%;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
}

.cta-button {
  width: 100%;
  min-width: 0;
  height: 64px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.cta-button img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
}

.cta-button-primary {
  border: 2px solid var(--fdv-orange);
  background: var(--fdv-orange);
  color: var(--fdv-white);
  box-shadow: 0 14px 28px rgba(253, 99, 0, 0.22);
}

.cta-button-primary:hover {
  border-color: #ff741d;
  background: #ff741d;
  box-shadow: 0 18px 34px rgba(253, 99, 0, 0.3);
  transform: translateY(-2px);
}

.cta-button-secondary {
  border: 2px solid var(--fdv-navy-text);
  background: transparent;
  color: var(--fdv-navy-text);
}

.cta-button-secondary:hover {
  border-color: var(--fdv-orange);
  background: rgba(253, 99, 0, 0.08);
  color: var(--fdv-orange);
  transform: translateY(-2px);
}

.cta-benefit-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.cta-benefit {
  min-height: 78px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
}

.cta-benefit:nth-child(odd) {
  border-right: 0;
}

.cta-benefit:nth-child(even) {
  padding-left: 0;
}

.cta-benefit + .cta-benefit {
  border-top: 1px solid rgba(58, 62, 87, 0.14);
}

.cta-benefit-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 20, 46, 0.08);
  border-radius: 999px;
  background: rgba(4, 20, 46, 0.04);
}

.cta-benefit-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cta-benefit h4 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.cta-benefit p {
  margin: 6px 0 0;
  color: var(--fdv-navy-text);
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.52;
}

.cta-image-card {
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #e9d5bd;
}

.cta-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: transform 220ms ease;
}

.cta-showcase:hover .cta-image-card img {
  transform: scale(1.02);
}

.cta-proof-strip {
  min-height: 112px;
  margin-top: 52px;
  padding: 24px 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  border: 1px solid rgba(4, 20, 46, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 13px 32px rgba(4, 20, 46, 0.06);
}

.cta-proof-item {
  min-width: 0;
  min-height: 64px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
}

.cta-proof-item + .cta-proof-item {
  border-left: 1px solid rgba(58, 62, 87, 0.32);
}

.cta-proof-item img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cta-proof-item h3 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.cta-proof-item p {
  margin: 5px 0 0;
  color: var(--fdv-navy-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .cta-inner {
    width: min(1240px, calc(100% - 64px));
    padding: 82px 0 92px;
  }

  .cta-header {
    margin-bottom: 52px;
  }

  .cta-title {
    font-size: clamp(44px, 3.65vw, 52px);
    white-space: normal;
  }

  .cta-description {
    max-width: 720px;
    font-size: 16px;
  }

  .cta-showcase {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .cta-order-card {
    min-height: 540px;
    padding: 42px 28px 40px;
  }

  .cta-order-copy h3 {
    font-size: 31px;
  }

  .cta-order-copy > p {
    max-width: 390px;
    font-size: 14px;
  }

  .cta-actions {
    max-width: 100%;
    margin-top: 26px;
    gap: 12px;
  }

  .cta-button {
    height: 58px;
    padding: 0 12px;
    font-size: 13px;
  }

  .cta-button img {
    width: 26px;
    height: 26px;
  }

  .cta-benefit-grid {
    margin-top: 34px;
  }

  .cta-benefit {
    min-height: 76px;
    padding: 14px 0;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 15px;
  }

  .cta-benefit:nth-child(even) {
    padding-left: 0;
  }

  .cta-benefit-icon {
    width: 56px;
    height: 56px;
  }

  .cta-benefit-icon img {
    width: 48px;
    height: 48px;
  }

  .cta-benefit h4 {
    font-size: 16px;
  }

  .cta-benefit p {
    margin-top: 6px;
    font-size: 11.8px;
    line-height: 1.45;
  }

  .cta-image-card {
    min-height: 540px;
  }

  .cta-proof-strip {
    min-height: 100px;
    margin-top: 42px;
    padding: 21px 28px;
  }

  .cta-proof-item {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
    padding: 0 26px;
  }

  .cta-proof-item img {
    width: 50px;
    height: 50px;
  }

  .cta-proof-item h3 {
    font-size: 15px;
  }

  .cta-proof-item p {
    font-size: 12.5px;
  }
}

@media (min-width: 1000px) and (max-width: 1179px) {
  .cta-showcase {
    width: min(840px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-order-card {
    min-height: 0;
    padding: 46px 42px;
  }

  .cta-order-copy h3,
  .cta-order-copy > p {
    max-width: 620px;
  }

  .cta-image-card {
    min-height: 380px;
  }

  .cta-proof-strip {
    width: min(840px, 100%);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .cta-proof-item {
    min-height: 72px;
    padding: 14px 0;
  }

  .cta-proof-item + .cta-proof-item {
    border-top: 1px solid rgba(58, 62, 87, 0.18);
    border-left: 0;
  }
}
