.iiw-page {
  background: #fff;
  color: #101828;
}

.iiw-header {
  border-bottom: 1px solid rgba(16, 24, 40, .08);
  background: #fff;
}

.iiw-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.iiw-hero {
  padding: clamp(54px, 8vw, 100px) 0;
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(255, 121, 0, .10),
      transparent 29%
    ),
    #fff;
}

.iiw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .65fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.iiw-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1;
  letter-spacing: -.05em;
}

.iiw-hero .lead {
  max-width: 720px;
  color: #475467;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.iiw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.iiw-note {
  margin-top: 13px;
  color: #667085;
  font-size: 14px;
}

.iiw-price-card {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(16, 24, 40, .09);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(16, 24, 40, .13);
}

.iiw-promo {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: #ff7900;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .04em;
  box-shadow: 0 10px 28px rgba(255, 121, 0, .25);
}

.iiw-old-price {
  margin: 24px 0 4px;
  color: #98a2b3;
  font-size: 18px;
  font-weight: 700;
}

.iiw-old-price del {
  text-decoration-color: #ff7900;
  text-decoration-thickness: 2px;
}

.iiw-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 19px;
}

.iiw-price strong {
  font-size: clamp(58px, 7vw, 82px);
  line-height: .9;
  letter-spacing: -.06em;
}

.iiw-price span {
  color: #344054;
  font-weight: 800;
  line-height: 1.2;
}

.iiw-price-card p {
  color: #475467;
  line-height: 1.55;
}

.iiw-price-card hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #eaecf0;
}

.iiw-price-button {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.iiw-section {
  padding: clamp(62px, 8vw, 100px) 0;
}

.iiw-soft {
  background: #f2f4f7;
}

.iiw-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.iiw-heading h2,
.iiw-lead h2 {
  margin: 12px 0 14px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.iiw-heading > p {
  color: #667085;
  font-size: 18px;
  line-height: 1.6;
}

.iiw-cards,
.iiw-benefits,
.iiw-steps {
  display: grid;
  gap: 18px;
}

.iiw-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iiw-benefits,
.iiw-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.iiw-cards article,
.iiw-benefits article {
  padding: 26px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 20px;
  background: #fff;
}

.iiw-cards article > span {
  color: #ff7900;
  font-weight: 850;
}

.iiw-cards h3,
.iiw-benefits h3,
.iiw-steps h3 {
  margin: 24px 0 10px;
  font-size: 20px;
}

.iiw-cards p,
.iiw-benefits p {
  margin: 0;
  color: #667085;
  line-height: 1.55;
}

.iiw-dark {
  background: #08111f;
  color: #fff;
}

.iiw-dark .eyebrow {
  color: #ff9b42;
}

.iiw-steps article {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.iiw-steps b {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7900;
  color: #fff;
}

.iiw-steps h3 {
  color: #fff;
}

.iiw-steps p {
  color: #cbd5e1;
  line-height: 1.55;
}

.iiw-lead {
  background: #fff;
}

.iiw-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.iiw-small-promo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  padding: 14px 18px;
  border-left: 4px solid #ff7900;
  background: #fff4e8;
}

.iiw-small-promo span {
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.iiw-small-promo strong {
  font-size: 18px;
}

.iiw-lead .form-card {
  box-shadow: 0 20px 60px rgba(16, 24, 40, .1);
}

.iiw-footer {
  padding: 36px 0 20px;
  border-top: 1px solid rgba(16, 24, 40, .08);
  background: #f7f8fb;
}

.iiw-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.iiw-footer p {
  margin: 8px 0 0;
  color: #667085;
}

.iiw-footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.iiw-footer-links a {
  color: #344054;
  text-decoration: none;
}

.iiw-copy {
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid rgba(16, 24, 40, .08);
  color: #98a2b3;
  font-size: 13px;
}

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

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

  .iiw-price-card {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .iiw-header-inner {
    min-height: 64px;
  }

  .iiw-header .btn {
    padding-left: 13px;
    padding-right: 13px;
  }

  .iiw-hero {
    padding-top: 45px;
  }

  .iiw-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .iiw-cards,
  .iiw-benefits,
  .iiw-steps {
    grid-template-columns: 1fr;
  }

  .iiw-footer-inner {
    flex-direction: column;
  }

  .iiw-footer-links {
    text-align: left;
  }

  .iiw-promo {
    border-radius: 14px;
    font-size: 10px;
  }
}
