.eb-plans {
  background:#f5f5f7;
  padding:82px 0 92px;
}

.eb-section {
  padding:86px 0;
  background:#fff;
}

.eb-section--soft {
  background:#f5f5f7;
}

.eb-heading {
  max-width:820px;
  margin:0 0 42px;
}

.eb-heading--center {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.eb-heading .eb-kicker {
  margin:0 0 10px;
  color:#8b2438;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eb-heading h2 {
  margin:0;
  color:#1d1d1f;
  font-family:"Source Serif 4", "Times New Roman", serif;
  font-size:clamp(38px,5vw,58px);
  line-height:1.10;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.eb-heading p {
  max-width:720px;
  margin:18px 0 0;
  color:#6e6e73;
  font-size:17px;
  line-height:1.55;
}

.eb-heading--center p {
  margin-left:auto;
  margin-right:auto;
}

.eb-plan-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.eb-plan {
  display:flex;
  flex-direction:column;
  min-height:570px;
  padding:38px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 4px 24px rgba(0,0,0,.055);
}

.eb-plan--rouge {
  background:#7c2437;
  color:#fff;
}

.eb-plan-top {
  min-height:190px;
}

.eb-plan-label {
  margin:0 0 11px;
  color:#8b2438;
  font-size:12px;
  font-weight:700;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.eb-plan--rouge .eb-plan-label {
  color:rgba(255,255,255,.75);
}

.eb-plan--rouge h2, .eb-plan--rouge .eb-includes h3 {
  color:#fff!important;
}

.eb-plan h2 {
  margin:0;
  color:#1d1d1f;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:clamp(30px,3vw,42px);
  font-weight:650;
  line-height: 1.10;
  letter-spacing:-.04em;
}

.eb-plan--rouge h2 {
  color:#fff!important;
}

.eb-price {
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:20px 0 0;
  color:#8b2438;
}

.eb-price strong {
  font-size:42px;
  line-height:1;
  letter-spacing:-.045em;
}

.eb-price span {
  font-size:13px;
  font-weight:700;
}

.eb-plan--rouge .eb-price {
  color:#fff;
}

.eb-plan-summary {
  margin:16px 0 0;
  color:#6e6e73;
  font-size:15px;
  line-height:1.5;
}

.eb-plan--rouge .eb-plan-summary {
  color:rgba(255,255,255,.82);
}

.eb-includes {
  margin:34px 0 0;
  padding:28px 0 0;
  border-top:1px solid rgba(29,29,31,.12);
}

.eb-plan--rouge .eb-includes {
  border-top-color:rgba(255,255,255,.22);
}

.eb-includes h3 {
  margin:0 0 18px;
  font-size:14px;
  font-weight:700;
  color:#1d1d1f;
}

.eb-plan--rouge .eb-includes h3 {
  color:#fff;
}

.eb-includes ul {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:13px;
}

.eb-includes li {
  position:relative;
  padding-left:26px;
  color:#3a3a3c;
  font-size:15px;
  line-height:1.4;
}

.eb-includes li::before {
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#8b2438;
  font-weight:800;
}

.eb-plan--rouge .eb-includes li {
  color:rgba(255,255,255,.9);
}

.eb-plan--rouge .eb-includes li::before {
  color:#fff;
}

.eb-plan-actions {
  margin-top:auto;
  padding-top:34px;
}

.eb-plan .rp-button {
  margin:0;
}

.eb-plan--rouge .rp-button {
  background:#fff;
  color:#7c2437!important;
}

.eb-feature-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.eb-feature {
  padding:30px 26px;
  border-radius:24px;
  background:#f5f5f7;
}

.eb-feature-num {
  margin:0 0 32px;
  color:#8b2438;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.eb-feature h3 {
  margin:0 0 10px;
  color:#1d1d1f;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.025em;
}

.eb-feature p {
  margin:0;
  color:#6e6e73;
  font-size:14px;
  line-height:1.52;
}

.eb-witness {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:70px;
  align-items:center;
}

.eb-witness-visual {
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:30px;
  background:#7c2437;
  color:#fff;
  padding:44px;
}

.eb-witness-mark {
  width:190px;
  height:190px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-family:"Source Serif 4", "Times New Roman", serif;
  font-size:34px;
  line-height:1.02;
}

.eb-witness-copy .eb-kicker {
  margin:0 0 10px;
  color:#8b2438;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eb-witness-copy h2 {
  margin:0;
  color:#1d1d1f;
  font-family:"Source Serif 4", "Times New Roman", serif;
  font-size:clamp(36px,4.5vw,54px);
  line-height:1.10;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.eb-witness-copy p {
  margin:18px 0 0;
  color:#6e6e73;
  font-size:16px;
  line-height:1.58;
}

.eb-witness-note {
  margin-top:22px!important;
  padding:18px 20px;
  border-radius:18px;
  background:#f5f5f7;
  color:#515154!important;
  font-size:14px!important;
}

.eb-how {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.eb-step {
  padding:8px 12px 12px 0;
}

.eb-step span {
  display:inline-flex;
  width:38px;
  height:38px;
  margin-bottom:18px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#8b2438;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.eb-step h3 {
  margin:0 0 9px;
  color:#1d1d1f;
  font-size:24px;
  letter-spacing:-.025em;
}

.eb-step p {
  margin:0;
  color:#6e6e73;
  font-size:15px;
  line-height:1.55;
}

.eb-disclosure {
  margin:42px 0 0;
  padding:20px 24px;
  border:1px solid #e4e4e7;
  border-radius:18px;
  color:#6e6e73;
  font-size:13px;
  line-height:1.55;
}

.eb-disclosure strong {
  color:#1d1d1f;
}

@media (max-width:900px) {
  .eb-plan-grid {
    grid-template-columns:1fr
  }
  .eb-feature-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .eb-witness {
    grid-template-columns:1fr;
    gap:34px
  }
  .eb-witness-visual {
    min-height:260px
  }
  .eb-how {
    grid-template-columns:1fr;
    gap:28px
  }
  .eb-plan {
    min-height:0
  }
}

@media (max-width:600px) {
  .eb-plans,.eb-section {
    padding:64px 0
  }
  .eb-plan {
    padding:28px 24px;
    border-radius:24px
  }
  .eb-feature-grid {
    grid-template-columns:1fr
  }
  .eb-heading {
    margin-bottom:30px
  }
  .eb-witness-visual {
    min-height:220px;
    padding:30px
  }
  .eb-witness-mark {
    width:150px;
    height:150px;
    font-size:28px
  }
  .eb-price strong {
    font-size:36px
  }
}
