/* ═══════════════════════════════════════
   S1 — H1 + ÖZET CEVAP BLOKU
   cost.css içine ekle
   Prefix: .cc-s1
═══════════════════════════════════════ */

.cc-s1 {
  background: #f7f6f0;
  padding: 56px 24px 48px;
}

.cc-s1__inner {
  max-width: 1300px;
  margin-inline: auto;
  display: flex;
  gap: 64px;
  align-items: start;
  text-align: center;
}

/* ── Sol taraf ── */
.cc-s1__tag {
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #022c12;
  background: rgba(2, 44, 18, 0.07);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.cc-s1__h1 {
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
  color: #022c12;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.cc-s1__lead {
  font-family: inherit;
  font-size: 15px;
  color: rgba(2, 44, 18, 0.72);
  line-height: 1.7;
  margin: 0 0 28px;
}

.cc-s1__lead strong {
  color: #022c12;
  font-weight: 700;
}

.cc-s1__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #f7f6f0;
  background: #022c12;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.15s;
}

.cc-s1__btn:hover {
  background: #1b3320;
}

/* ── Sağ taraf ── */
.cc-s1__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.cc-s1__card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc-s1__card--accent {
  background: #022c12;
  border-color: #022c12;
}

.cc-s1__card-label {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.5);
}

.cc-s1__card--accent .cc-s1__card-label {
  color: rgba(247, 246, 240, 0.5);
}

.cc-s1__card-amount {
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  color: #022c12;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.cc-s1__card--accent .cc-s1__card-amount {
  color: #f7f6f0;
}

.cc-s1__card-sub {
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.45);
  line-height: 1.4;
}

.cc-s1__card--accent .cc-s1__card-sub {
  color: rgba(247, 246, 240, 0.45);
}

.cc-s1__note {
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.45);
  line-height: 1.6;
  margin: 0;
  border-top: 1px solid rgba(2, 44, 18, 0.08);
  padding-top: 14px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .cc-s1__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 480px) {
  .cc-s1 {
    padding: 40px 16px 36px;
  }

  .cc-s1__h1 {
    font-size: 26px;
  }

  .cc-s1__cards {
    grid-template-columns: 1fr;
  }
}





















/* ═══════════════════════════════════════
   S2 — HESAP MAKİNESİ (YENİDEN TASARIM)
   cost.css içine ekle — Prefix: .cc-s2
═══════════════════════════════════════ */

.cc-s2 {
  background: #ffffff;
  padding: 52px 24px 44px;
}

.cc-s2__inner {
  max-width: 1300px;
  margin-inline: auto;
}

/* ── Başlık ── */
.cc-s2__tag {
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #022c12;
  background: rgba(2, 44, 18, 0.07);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.cc-s2__title {
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  color: #022c12;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.2;
}

.cc-s2__desc {
  font-family: inherit;
  font-size: 15px;
  color: rgba(2, 44, 18, 0.6);
  margin: 0 0 24px;
  line-height: 1.55;
}

/* ── Ana kart ── */
.cc-s2__card {
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  border-radius: 14px;
  overflow: hidden;
  background: #f7f6f0;
}

/* ── Kontroller ── */
.cc-s2__controls {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  background: #ffffff;
}

.cc-s2__col {
  padding: 24px 28px;
}

.cc-s2__col-sep {
  background: rgba(2, 44, 18, 0.08);
  width: 1px;
}

.cc-s2__col-title {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.35);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(2, 44, 18, 0.07);
}

/* ── Field ── */
.cc-s2__field {
  margin-bottom: 16px;
}

.cc-s2__field:last-child {
  margin-bottom: 0;
}

.cc-s2__field--fsa {
  margin-top: 4px;
}

.cc-s2__label {
  display: block;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.48);
  margin-bottom: 7px;
  line-height: 1;
}

/* ── Select ── */
.cc-s2__sel-wrap {
  position: relative;
}

.cc-s2__sel-wrap::after {
  content: '';
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-65%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(2, 44, 18, 0.35);
  pointer-events: none;
}

.cc-s2__sel {
  font-family: inherit;
  font-size: 14px;
  color: #022c12;
  background: #f7f6f0;
  border: 1.5px solid rgba(2, 44, 18, 0.12);
  border-radius: 8px;
  padding: 9px 30px 9px 11px;
  width: 100%;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.15s;
  line-height: 1.3;
}

.cc-s2__sel:focus {
  outline: none;
  border-color: #022c12;
}

/* ── Custom sigorta input ── */
.cc-s2__custom-wrap {
  display: none;
  margin-top: 6px;
}

.cc-s2__custom-wrap.cc-visible {
  display: block;
}

.cc-s2__input {
  font-family: inherit;
  font-size: 14px;
  color: #022c12;
  background: #f7f6f0;
  border: 1.5px solid rgba(2, 44, 18, 0.12);
  border-radius: 8px;
  padding: 9px 11px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

.cc-s2__input:focus {
  outline: none;
  border-color: #022c12;
}

/* ── Eye toggle ── */
.cc-s2__toggle-row {
  display: flex;
  gap: 6px;
}

.cc-s2__tgl {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #022c12;
  background: #f7f6f0;
  border: 1.5px solid rgba(2, 44, 18, 0.12);
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  flex: 1;
  transition: all 0.15s;
  line-height: 1.3;
}

.cc-s2__tgl:hover {
  border-color: rgba(2, 44, 18, 0.4);
}

.cc-s2__tgl--on {
  background: #022c12;
  color: #f7f6f0;
  border-color: #022c12;
}

/* ── Checkboxlar ── */
.cc-s2__checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc-s2__chk {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  user-select: none;
}

.cc-s2__chk input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cc-s2__chk-box {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid rgba(2, 44, 18, 0.25);
  border-radius: 4px;
  background: #f7f6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.12s;
}

.cc-s2__chk input[type="checkbox"]:checked + .cc-s2__chk-box {
  background: #022c12;
  border-color: #022c12;
}

.cc-s2__chk input[type="checkbox"]:checked + .cc-s2__chk-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid #f7f6f0;
  border-bottom: 1.5px solid #f7f6f0;
  transform: rotate(-45deg) translateY(-1px);
}

.cc-s2__chk-txt {
  font-family: inherit;
  font-size: 14px;
  color: #022c12;
  line-height: 1.3;
}

.cc-s2__chk-txt em {
  font-style: normal;
  color: rgba(2, 44, 18, 0.4);
  font-size: 12px;
  margin-left: 4px;
}

/* ── Hesapla butonu ── */
.cc-s2__calc-btn {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #f7f6f0;
  background: #022c12;
  border: none;
  border-radius: 9px;
  padding: 11px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 20px;
  transition: background 0.15s;
}

.cc-s2__calc-btn:hover {
  background: #1b3320;
}

.cc-s2__calc-btn:active {
  transform: scale(0.99);
}

/* ── Sonuç paneli ── */
.cc-s2__result {
  display: none;
  align-items: stretch;
  background: #022c12;
  border-top: 1.5px solid rgba(2, 44, 18, 0.15);
}
/* ── Calculator result panel visibility fix ── */
/* Bu CSS'i mevcut cc-s2 bloğunun sonuna ekle */

.cc-s2__result.cc-visible {
  display: flex !important;
}

/* Breakdown satır düzeltmesi */
.cc-s2__res-breakdown {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 18px 24px;
  border-left: 1px solid rgba(247, 246, 240, 0.1);
}

.cc-s2__result.cc-visible {
  display: flex;
}

/* Sol: yıllık tutar */
.cc-s2__res-main {
  padding: 22px 28px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.cc-s2__res-annual-label {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 246, 240, 0.4);
}

.cc-s2__res-annual {
  font-family: inherit;
  font-size: 36px;
  font-weight: 900;
  color: #f7f6f0;
  letter-spacing: -0.03em;
  line-height: 1;
}

.cc-s2__res-ins-note {
  font-family: inherit;
  font-size: 12px;
  color: rgba(247, 246, 240, 0.38);
  margin-top: 2px;
}

/* Orta: aylık + günlük */
.cc-s2__res-secondary {
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(247, 246, 240, 0.1);
  border-right: 1px solid rgba(247, 246, 240, 0.1);
  padding: 22px 28px;
  gap: 20px;
}

.cc-s2__res-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc-s2__res-stat-val {
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  color: #f7f6f0;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cc-s2__res-stat-lbl {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 246, 240, 0.38);
}

.cc-s2__res-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(247, 246, 240, 0.12);
  flex-shrink: 0;
}

/* Sağ: kırılım */
.cc-s2__res-breakdown {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 18px 24px;
}

.cc-s2__bdline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  font-size: 13px;
  color: rgba(247, 246, 240, 0.6);
  gap: 12px;
}

.cc-s2__bdline-val {
  font-weight: 700;
  color: rgba(247, 246, 240, 0.85);
  white-space: nowrap;
}

.cc-s2__bdline--deduct {
  color: rgba(125, 211, 154, 0.75);
}

.cc-s2__bdline--deduct .cc-s2__bdline-val {
  color: #7dd39a;
}

.cc-s2__bdline--total {
  border-top: 1px solid rgba(247, 246, 240, 0.1);
  margin-top: 4px;
  padding-top: 6px;
  color: rgba(247, 246, 240, 0.85);
}

.cc-s2__bdline--total .cc-s2__bdline-val {
  color: #f7f6f0;
  font-size: 14px;
}

/* Reset butonu -->
.cc-s2__reset-btn {
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: rgba(247, 246, 240, 0.35);
  background: none;
  border: none;
  padding: 22px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: color 0.15s;
  flex-shrink: 0;
  border-left: 1px solid rgba(247, 246, 240, 0.08);
}

.cc-s2__reset-btn:hover {
  color: rgba(247, 246, 240, 0.7);
}

/* ── Lens notu ── */
.cc-s2__note {
  display: none;
  padding: 11px 28px;
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.48);
  line-height: 1.55;
  background: rgba(2, 44, 18, 0.03);
  border-top: 1px solid rgba(2, 44, 18, 0.06);
}

.cc-s2__note.cc-visible {
  display: block;
}

/* ── Disclaimer ── */
.cc-s2__disclaimer {
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.38);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cc-s2__controls {
    grid-template-columns: 1fr 1px 1fr;
  }

  .cc-s2__col:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(2, 44, 18, 0.08);
  }

  .cc-s2__col-sep:last-of-type {
    display: none;
  }

  .cc-s2__calc-btn {
    max-width: 320px;
    margin-top: 16px;
  }
}

@media (max-width: 700px) {
  .cc-s2 {
    padding: 40px 16px 36px;
  }

  .cc-s2__controls {
    grid-template-columns: 1fr;
  }

  .cc-s2__col-sep {
    display: none;
  }

  .cc-s2__col {
    padding: 20px 18px;
    border-bottom: 1px solid rgba(2, 44, 18, 0.08);
  }

  .cc-s2__col:last-child {
    border-bottom: none;
    grid-column: auto;
  }

  .cc-s2__result {
    flex-direction: column;
  }

  .cc-s2__res-secondary {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(247, 246, 240, 0.1);
    padding: 16px 20px;
  }

  .cc-s2__res-main {
    padding: 20px 20px 16px;
  }

  .cc-s2__res-breakdown {
    padding: 14px 20px;
    border-top: 1px solid rgba(247, 246, 240, 0.1);
  }

  .cc-s2__reset-btn {
    border-left: none;
    border-top: 1px solid rgba(247, 246, 240, 0.08);
    flex-direction: row;
    padding: 14px 20px;
    justify-content: center;
  }

  .cc-s2__calc-btn {
    max-width: 100%;
  }
}

















/* ═══════════════════════════════════════
   S3 — FULL PRICE TABLE + BAR CHART
   main.css içine ekle — Prefix: .cc-s3
   Tüm lens tipleri: per-box · annual · daily · brand · solution
═══════════════════════════════════════ */

.cc-s3 {
  background: #f7f6f0;
  padding: 60px 24px 56px;
  border-top: 1px solid rgba(2, 44, 18, 0.07);
}

.cc-s3__inner {
  max-width: 1300px;
  margin-inline: auto;
}

/* ── Başlık bloğu ── */
.cc-s3__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.cc-s3__head-left {
  flex: 1;
  min-width: 260px;
}

.cc-s3__tag {
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #022c12;
  background: rgba(2, 44, 18, 0.07);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.cc-s3__title {
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  color: #022c12;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.2;
}

.cc-s3__desc {
  font-family: inherit;
  font-size: 15px;
  color: rgba(2, 44, 18, 0.58);
  margin: 0;
  line-height: 1.55;
  max-width: 540px;
}

/* ── View toggle (Table / Chart) ── */
.cc-s3__view-toggle {
  display: flex;
  gap: 4px;
  background: rgba(2, 44, 18, 0.06);
  border-radius: 10px;
  padding: 4px;
  flex-shrink: 0;
}

.cc-s3__vtgl {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: rgba(2, 44, 18, 0.5);
  background: transparent;
  border: none;
  border-radius: 7px;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.cc-s3__vtgl--on {
  color: #022c12;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(2, 44, 18, 0.08);
}

/* ── Wrapper for table/chart views ── */
.cc-s3__view {
  display: none;
}

.cc-s3__view.cc-active {
  display: block;
}

/* ═══════════════════════════════════════
   TABLE VIEW
═══════════════════════════════════════ */

.cc-s3__tbl-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.cc-s3__tbl {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

/* Column header */
.cc-s3__tbl thead tr {
  border-bottom: 2px solid rgba(2, 44, 18, 0.08);
}

.cc-s3__tbl th {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.38);
  padding: 14px 18px;
  text-align: left;
  white-space: nowrap;
  background: #ffffff;
}

.cc-s3__tbl th:first-child {
  min-width: 170px;
}

/* Rows */
.cc-s3__tbl tbody tr {
  border-bottom: 1px solid rgba(2, 44, 18, 0.055);
  transition: background 0.1s;
}

.cc-s3__tbl tbody tr:last-child {
  border-bottom: none;
}

.cc-s3__tbl tbody tr:hover {
  background: rgba(2, 44, 18, 0.025);
}

.cc-s3__tbl td {
  font-family: inherit;
  font-size: 14px;
  color: #022c12;
  padding: 15px 18px;
  vertical-align: middle;
  line-height: 1.35;
}

/* Lens type cell */
.cc-s3__type-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cc-s3__type-name {
  font-weight: 700;
  font-size: 14px;
  color: #022c12;
}

.cc-s3__type-sub {
  font-size: 11px;
  color: rgba(2, 44, 18, 0.42);
  font-weight: 500;
}

/* Price cells */
.cc-s3__tbl .cc-price-box {
  font-weight: 700;
  color: #022c12;
}

.cc-s3__tbl .cc-price-annual {
  font-weight: 800;
  color: #022c12;
  font-size: 15px;
}

.cc-s3__tbl .cc-price-daily {
  font-size: 13px;
  color: rgba(2, 44, 18, 0.55);
  font-weight: 500;
}

.cc-s3__tbl .cc-price-total {
  font-size: 13px;
  color: rgba(2, 44, 18, 0.6);
}

/* Brand cell */
.cc-s3__brand-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cc-s3__brand-name {
  font-size: 13px;
  font-weight: 600;
  color: #022c12;
}

.cc-s3__brand-price {
  font-size: 11px;
  color: rgba(2, 44, 18, 0.42);
}

/* Badge: best value */
.cc-s3__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}

.cc-s3__badge--value {
  background: rgba(2, 44, 18, 0.08);
  color: #022c12;
}

.cc-s3__badge--premium {
  background: rgba(2, 44, 18, 0.06);
  color: rgba(2, 44, 18, 0.6);
}

.cc-s3__badge--convenient {
  background: rgba(27, 51, 32, 0.06);
  color: rgba(27, 51, 32, 0.65);
}

/* Highlighted row: best-value monthly */
.cc-s3__tbl tbody tr.cc-s3__row--highlight {
  background: rgba(2, 44, 18, 0.035);
}

.cc-s3__tbl tbody tr.cc-s3__row--highlight td:first-child {
  border-left: 3px solid #022c12;
  padding-left: 15px;
}

/* Annual bar mini */
.cc-s3__bar-mini {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc-s3__bar-mini-track {
  flex: 1;
  height: 5px;
  background: rgba(2, 44, 18, 0.08);
  border-radius: 3px;
  overflow: hidden;
  min-width: 60px;
}

.cc-s3__bar-mini-fill {
  height: 100%;
  background: #022c12;
  border-radius: 3px;
  transition: width 0.6s ease;
}

/* ═══════════════════════════════════════
   CHART VIEW
═══════════════════════════════════════ */

.cc-s3__chart-wrap {
  background: #ffffff;
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  border-radius: 14px;
  padding: 32px 32px 24px;
}

.cc-s3__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.cc-s3__chart-title {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #022c12;
  letter-spacing: -0.01em;
}

/* Legend */
.cc-s3__legend {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cc-s3__legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.55);
}

.cc-s3__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

.cc-s3__legend-dot--dark {
  background: #022c12;
}

.cc-s3__legend-dot--mid {
  background: rgba(2, 44, 18, 0.35);
}

.cc-s3__legend-dot--light {
  background: rgba(2, 44, 18, 0.12);
}

/* Canvas */
.cc-s3__canvas {
  display: block;
  width: 100%;
  height: 320px;
}

/* Chart note */
.cc-s3__chart-note {
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.38);
  margin-top: 16px;
  line-height: 1.6;
  text-align: center;
}

/* ═══════════════════════════════════════
   BOTTOM NOTE + KEY FACTS
═══════════════════════════════════════ */

.cc-s3__footnotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.cc-s3__fn {
  background: #ffffff;
  border: 1.5px solid rgba(2, 44, 18, 0.08);
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cc-s3__fn-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: rgba(2, 44, 18, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022c12;
}

.cc-s3__fn-text {
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.62);
  line-height: 1.55;
}

.cc-s3__fn-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #022c12;
  margin-bottom: 2px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .cc-s3 {
    padding: 44px 16px 40px;
  }

  .cc-s3__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cc-s3__footnotes {
    grid-template-columns: 1fr;
  }

  .cc-s3__chart-wrap {
    padding: 20px 16px 16px;
  }

  .cc-s3__canvas {
    height: 260px;
  }
}

@media (max-width: 540px) {
  .cc-s3__title {
    font-size: 22px;
  }

  .cc-s3__view-toggle {
    width: 100%;
  }

  .cc-s3__vtgl {
    flex: 1;
    text-align: center;
  }
}























/* ═══════════════════════════════════════
   S4 — HOW MUCH DOES IT COST TO GET CONTACTS
   main.css içine ekle — Prefix: .cc-s4
   First-time wearer: exam + fitting + trial + follow-up
═══════════════════════════════════════ */

.cc-s4 {
  background: #ffffff;
  padding: 60px 24px 56px;
  border-top: 1px solid rgba(2, 44, 18, 0.07);
}

.cc-s4__inner {
  max-width: 1300px;
  margin-inline: auto;
}

/* ── Başlık ── */
.cc-s4__tag {
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #022c12;
  background: rgba(2, 44, 18, 0.07);
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.cc-s4__title {
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  color: #022c12;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.2;
}

.cc-s4__lead {
  font-family: inherit;
  font-size: 15px;
  color: rgba(2, 44, 18, 0.6);
  line-height: 1.65;
  margin: 0 0 40px;
  max-width: 700px;
}

.cc-s4__lead strong {
  color: #022c12;
  font-weight: 700;
}

/* ── Step timeline: 4 maliyet kalemi ── */
.cc-s4__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
}

.cc-s4__step {
  padding: 28px 26px 24px;
  border-right: 1px solid rgba(2, 44, 18, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  background: #ffffff;
  transition: background 0.12s;
}

.cc-s4__step:last-child {
  border-right: none;
}

/* Connector arrow between steps */
.cc-s4__step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-top: 1.5px solid rgba(2, 44, 18, 0.1);
  border-right: 1.5px solid rgba(2, 44, 18, 0.1);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

/* Step number */
.cc-s4__step-num {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.3);
  margin-bottom: 14px;
}

/* Cost badge */
.cc-s4__step-cost {
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  color: #022c12;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}

.cc-s4__step-when {
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  color: rgba(2, 44, 18, 0.35);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Step label */
.cc-s4__step-label {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #022c12;
  line-height: 1.25;
  margin-bottom: 8px;
}

.cc-s4__step-desc {
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.55);
  line-height: 1.6;
  flex: 1;
}

/* "Included / Optional / Varies" tag */
.cc-s4__step-tag {
  display: inline-block;
  margin-top: 14px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  align-self: flex-start;
}

.cc-s4__step-tag--included {
  background: rgba(2, 44, 18, 0.08);
  color: #022c12;
}

.cc-s4__step-tag--optional {
  background: rgba(2, 44, 18, 0.05);
  color: rgba(2, 44, 18, 0.5);
}

.cc-s4__step-tag--separate {
  background: rgba(2, 44, 18, 0.05);
  color: rgba(2, 44, 18, 0.5);
}

/* ── Year 1 totals ── */
.cc-s4__totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}

.cc-s4__total-card {
  border: 1.5px solid rgba(2, 44, 18, 0.1);
  border-radius: 12px;
  padding: 24px 26px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cc-s4__total-card--dark {
  background: #022c12;
  border-color: #022c12;
}

.cc-s4__total-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: rgba(2, 44, 18, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022c12;
}

.cc-s4__total-card--dark .cc-s4__total-icon {
  background: rgba(247, 246, 240, 0.1);
  color: #f7f6f0;
}

.cc-s4__total-body {
  flex: 1;
}

.cc-s4__total-label {
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(2, 44, 18, 0.4);
  margin-bottom: 4px;
  line-height: 1;
}

.cc-s4__total-card--dark .cc-s4__total-label {
  color: rgba(247, 246, 240, 0.4);
}

.cc-s4__total-amount {
  font-family: inherit;
  font-size: 28px;
  font-weight: 900;
  color: #022c12;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 4px;
}

.cc-s4__total-card--dark .cc-s4__total-amount {
  color: #f7f6f0;
}

.cc-s4__total-note {
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.48);
  line-height: 1.5;
}

.cc-s4__total-card--dark .cc-s4__total-note {
  color: rgba(247, 246, 240, 0.45);
}

.cc-s4__total-breakdown {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cc-s4__total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  font-size: 12px;
  color: rgba(2, 44, 18, 0.5);
  gap: 8px;
}

.cc-s4__total-card--dark .cc-s4__total-line {
  color: rgba(247, 246, 240, 0.45);
}

.cc-s4__total-line-val {
  font-weight: 700;
  white-space: nowrap;
}

.cc-s4__total-line--sum {
  border-top: 1px solid rgba(2, 44, 18, 0.08);
  padding-top: 6px;
  margin-top: 2px;
  color: #022c12;
  font-size: 13px;
}

.cc-s4__total-card--dark .cc-s4__total-line--sum {
  border-color: rgba(247, 246, 240, 0.1);
  color: #f7f6f0;
}

/* ── "What you actually pay for" explanatory grid ── */
.cc-s4__explain-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #022c12;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.cc-s4__explain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.cc-s4__explain-item {
  background: #f7f6f0;
  border-radius: 10px;
  padding: 18px 20px;
}

.cc-s4__explain-q {
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: #022c12;
  margin-bottom: 6px;
  line-height: 1.3;
}

.cc-s4__explain-a {
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.58);
  line-height: 1.6;
}

/* ── Where-to-go comparison (OD vs retail chain vs online) ── */
.cc-s4__venue-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #022c12;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.cc-s4__venues {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cc-s4__venue {
  border: 1.5px solid rgba(2, 44, 18, 0.09);
  border-radius: 12px;
  padding: 20px 22px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc-s4__venue-name {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #022c12;
  line-height: 1.2;
}

.cc-s4__venue-exam {
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  color: #022c12;
  letter-spacing: -0.03em;
  line-height: 1;
}

.cc-s4__venue-exam-label {
  font-family: inherit;
  font-size: 11px;
  color: rgba(2, 44, 18, 0.38);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 1px;
}

.cc-s4__venue-pros {
  font-family: inherit;
  font-size: 13px;
  color: rgba(2, 44, 18, 0.55);
  line-height: 1.6;
}

.cc-s4__venue-pros strong {
  color: #022c12;
  font-weight: 600;
}

.cc-s4__venue-note {
  font-family: inherit;
  font-size: 11px;
  color: rgba(2, 44, 18, 0.38);
  line-height: 1.5;
  border-top: 1px solid rgba(2, 44, 18, 0.06);
  padding-top: 10px;
  margin-top: 2px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cc-s4__steps {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 12px;
  }

  .cc-s4__step:nth-child(2) {
    border-right: none;
  }

  .cc-s4__step:nth-child(1),
  .cc-s4__step:nth-child(2) {
    border-bottom: 1px solid rgba(2, 44, 18, 0.08);
  }

  /* Remove arrows on 2-col */
  .cc-s4__step::after {
    display: none;
  }

  .cc-s4__explain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-s4__venues {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-s4__venues .cc-s4__venue:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .cc-s4 {
    padding: 44px 16px 40px;
  }

  .cc-s4__steps {
    grid-template-columns: 1fr;
  }

  .cc-s4__step {
    border-right: none;
    border-bottom: 1px solid rgba(2, 44, 18, 0.08);
  }

  .cc-s4__step:last-child {
    border-bottom: none;
  }

  .cc-s4__totals {
    grid-template-columns: 1fr;
  }

  .cc-s4__explain-grid {
    grid-template-columns: 1fr;
  }

  .cc-s4__venues {
    grid-template-columns: 1fr;
  }

  .cc-s4__venues .cc-s4__venue:last-child {
    grid-column: auto;
  }

  .cc-s4__title {
    font-size: 22px;
  }
}































/* ═══════════════════════════════════════
   S5 — AVERAGE COST OF CONTACTS
   Persona-based cost scenario cards
   Prefix: .cc-s5
   ═══════════════════════════════════════ */

.cc-s5 { background: #f7f6f0; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s5__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s5__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s5__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s5__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 24px; max-width: 680px; }
.cc-s5__lead em { font-style: normal; font-weight: 700; color: #022c12; }

/* ── Insurance Toggle ── */
.cc-s5__ins-toggle { display: inline-flex; align-items: center; gap: 12px; cursor: pointer; user-select: none; margin-bottom: 28px; padding: 12px 18px; background: #fff; border: 1.5px solid rgba(2,44,18,.08); border-radius: 10px; transition: border-color .15s; }
.cc-s5__ins-toggle:hover { border-color: rgba(2,44,18,.18); }
.cc-s5__ins-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.cc-s5__ins-track { width: 42px; height: 24px; background: rgba(2,44,18,.13); border-radius: 12px; position: relative; transition: background .2s; flex-shrink: 0; }
.cc-s5__ins-toggle input:checked + .cc-s5__ins-track { background: #1a5c2a; }
.cc-s5__ins-knob { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; transition: transform .22s cubic-bezier(.34,1.56,.64,1); box-shadow: 0 1px 3px rgba(0,0,0,.15); }
.cc-s5__ins-toggle input:checked + .cc-s5__ins-track .cc-s5__ins-knob { transform: translateX(18px); }
.cc-s5__ins-label { font-family: inherit; font-size: 13px; font-weight: 600; color: #022c12; }

/* ── 4-Card Grid ── */
.cc-s5__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }

/* Card */
.cc-s5__card { background: #fff; border: 1.5px solid rgba(2,44,18,.1); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .15s, border-color .15s; }
.cc-s5__card:hover { border-color: rgba(2,44,18,.18); box-shadow: 0 3px 16px rgba(2,44,18,.05); }
.cc-s5__card-bar { height: 3px; }
.cc-s5__card-bar--green { background: linear-gradient(90deg, #022c12, #1a5c2a); }
.cc-s5__card-bar--teal  { background: linear-gradient(90deg, #0d4a3a, #1a7a5a); }
.cc-s5__card-bar--gold  { background: linear-gradient(90deg, #6b4c12, #a87a28); }
.cc-s5__card-bar--slate { background: linear-gradient(90deg, #2d3a48, #4a5a6a); }

/* Card head */
.cc-s5__card-head { display: flex; gap: 12px; padding: 18px 18px 0; align-items: flex-start; }
.cc-s5__card-icon { width: 40px; height: 40px; min-width: 40px; background: rgba(2,44,18,.05); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #022c12; }
.cc-s5__card-name { font-family: inherit; font-size: 14px; font-weight: 700; color: #022c12; line-height: 1.2; margin-bottom: 3px; }
.cc-s5__card-sub { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.48); line-height: 1.45; }

/* Card body — cost rows */
.cc-s5__card-body { padding: 14px 18px 12px; margin: 0 18px; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid rgba(2,44,18,.06); }
.cc-s5__row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; font-family: inherit; font-size: 12px; color: rgba(2,44,18,.55); }
.cc-s5__row span:last-child { font-weight: 700; color: #022c12; white-space: nowrap; font-size: 12px; }
.cc-s5__row .muted { color: rgba(2,44,18,.32); font-weight: 500; font-style: italic; }

/* Card total */
.cc-s5__card-total { padding: 14px 18px 16px; display: flex; flex-direction: column; gap: 2px; }
.cc-s5__total-noins { display: flex; flex-direction: column; gap: 1px; }
.cc-s5__total-ins { display: none; flex-direction: column; gap: 1px; }
.cc-s5__card.cc-s5--ins .cc-s5__total-noins { display: none; }
.cc-s5__card.cc-s5--ins .cc-s5__total-ins { display: flex; }

.cc-s5__total-noins, .cc-s5__total-ins { font-family: inherit; font-size: 22px; font-weight: 900; color: #022c12; letter-spacing: -.03em; line-height: 1.05; }
.cc-s5__total-noins em, .cc-s5__total-ins em { font-style: normal; font-size: 12px; font-weight: 600; color: rgba(2,44,18,.4); letter-spacing: 0; }
.cc-s5__total-noins small, .cc-s5__total-ins small { display: block; font-size: 11px; font-weight: 600; color: rgba(2,44,18,.38); letter-spacing: 0; margin-top: 1px; }
.cc-s5__total-ins { color: #1a5c2a; }

/* ── Quick Reference Table ── */
.cc-s5__ref { border: 1.5px solid rgba(2,44,18,.1); border-radius: 10px; overflow: hidden; margin-bottom: 20px; background: #fff; }
.cc-s5__ref-head,
.cc-s5__ref-row { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1.2fr 1fr; align-items: center; font-family: inherit; }
.cc-s5__ref-head { background: rgba(2,44,18,.02); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(2,44,18,.38); padding: 10px 14px; }
.cc-s5__ref-row { font-size: 12px; color: #022c12; padding: 9px 14px; font-weight: 600; }
.cc-s5__ref-row:not(:last-child) { border-bottom: 1px solid rgba(2,44,18,.05); }
.cc-s5__ref-row span:not(.dot) { font-weight: 600; }
.cc-s5__ref-row span:nth-child(4) { color: #1a5c2a; }
.cc-s5__ref-row span:last-child { color: rgba(2,44,18,.45); font-weight: 500; font-size: 11px; }
.dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; display: inline-block; margin-right: 8px; vertical-align: middle; }
.dot--green { background: #1a5c2a; }
.dot--teal  { background: #1a7a5a; }
.dot--gold  { background: #a87a28; }
.dot--slate { background: #4a5a6a; }

/* ── Note ── */
.cc-s5__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }

/* ── Responsive ── */
@media (max-width: 1050px) { .cc-s5__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .cc-s5 { padding: 40px 16px; }
  .cc-s5__title { font-size: 21px; }
  .cc-s5__grid { grid-template-columns: 1fr; }
  .cc-s5__ref { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cc-s5__ref-head, .cc-s5__ref-row { grid-template-columns: 1.5fr .9fr 1fr 1fr .8fr; min-width: 560px; }
}





































/* ═══════════════════════════════════════
   S6 — DAILY WEAR CONTACTS COST
   730 lenses/year math + box 30 vs 90
   Prefix: .cc-s6
   ═══════════════════════════════════════ */

.cc-s6 { background: #fff; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s6__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s6__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s6__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s6__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 28px; max-width: 700px; }
.cc-s6__lead em { font-style: normal; font-weight: 700; color: #022c12; }

/* ─ 730 Visual ─ */
.cc-s6__visual { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; background: #f7f6f0; border-radius: 14px; padding: 28px 36px; justify-content: center; flex-wrap: wrap; }
.cc-s6__visual-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cc-s6__visual-item--accent { background: #022c12; border-radius: 12px; padding: 16px 32px; }
.cc-s6__visual-num { font-family: inherit; font-size: 38px; font-weight: 900; color: #022c12; letter-spacing: -.03em; line-height: 1; }
.cc-s6__visual-item--accent .cc-s6__visual-num { color: #f7f6f0; }
.cc-s6__visual-lbl { font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(2,44,18,.4); }
.cc-s6__visual-item--accent .cc-s6__visual-lbl { color: rgba(247,246,240,.45); }
.cc-s6__visual-op { font-family: inherit; font-size: 22px; font-weight: 800; color: rgba(2,44,18,.25); }

/* ─ Per Day/Month/Year Breakdown ─ */
.cc-s6__breakdown { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.cc-s6__bd-card { flex: 1; background: #f7f6f0; border: 1.5px solid rgba(2,44,18,.08); border-radius: 12px; padding: 20px 18px; text-align: center; display: flex; flex-direction: column; gap: 6px; }
.cc-s6__bd-card--dark { background: #022c12; border-color: #022c12; }
.cc-s6__bd-amount { font-family: inherit; font-size: 22px; font-weight: 900; color: #022c12; letter-spacing: -.02em; line-height: 1.1; }
.cc-s6__bd-card--dark .cc-s6__bd-amount { color: #f7f6f0; }
.cc-s6__bd-label { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.4); font-weight: 600; line-height: 1.4; }
.cc-s6__bd-card--dark .cc-s6__bd-label { color: rgba(247,246,240,.4); }
.cc-s6__bd-label em { font-style: normal; display: block; font-size: 10px; color: rgba(2,44,18,.28); margin-top: 2px; }
.cc-s6__bd-arrow { font-family: inherit; font-size: 20px; font-weight: 800; color: rgba(2,44,18,.18); flex-shrink: 0; }

/* ─ Subtitle ─ */
.cc-s6__subtitle { font-family: inherit; font-size: 15px; font-weight: 700; color: #022c12; margin: 0 0 16px; letter-spacing: -.01em; }

/* ─ Box 30 vs 90 Comparison ─ */
.cc-s6__box-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; margin-bottom: 12px; align-items: stretch; }
.cc-s6__box-col { border: 1.5px solid rgba(2,44,18,.1); border-radius: 12px; padding: 22px; position: relative; }
.cc-s6__box-col--best { border-color: #022c12; border-width: 2px; }
.cc-s6__box-best-tag { position: absolute; top: -10px; right: 16px; font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #f7f6f0; background: #022c12; border-radius: 20px; padding: 3px 10px; }
.cc-s6__box-header { text-align: center; margin-bottom: 16px; }
.cc-s6__box-header--dark { background: #022c12; margin: -22px -22px 16px; padding: 20px 22px; border-radius: 10px 10px 0 0; }
.cc-s6__box-size { display: block; font-family: inherit; font-size: 18px; font-weight: 800; color: #022c12; margin-bottom: 2px; }
.cc-s6__box-header--dark .cc-s6__box-size { color: #f7f6f0; }
.cc-s6__box-price { display: block; font-family: inherit; font-size: 32px; font-weight: 900; color: #022c12; letter-spacing: -.03em; line-height: 1; margin-bottom: 2px; }
.cc-s6__box-header--dark .cc-s6__box-price { color: #f7f6f0; }
.cc-s6__box-per { display: block; font-family: inherit; font-size: 11px; color: rgba(2,44,18,.38); font-weight: 600; }
.cc-s6__box-header--dark .cc-s6__box-per { color: rgba(247,246,240,.4); }
.cc-s6__box-math { display: flex; flex-direction: column; gap: 7px; }
.cc-s6__box-row { display: flex; justify-content: space-between; font-family: inherit; font-size: 12px; color: rgba(2,44,18,.5); }
.cc-s6__box-row span:last-child { font-weight: 700; color: #022c12; }
.cc-s6__box-row--bad { color: #a83a2a !important; }
.cc-s6__box-row--good { color: #1a5c2a !important; }

.cc-s6__box-vs { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; text-align: center; }
.cc-s6__box-vs-badge { font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(2,44,18,.3); background: #f7f6f0; border-radius: 20px; padding: 4px 12px; }
.cc-s6__box-save { display: flex; flex-direction: column; gap: 2px; }
.cc-s6__box-save-pct { font-family: inherit; font-size: 20px; font-weight: 900; color: #1a5c2a; letter-spacing: -.02em; }
.cc-s6__box-save-lbl { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.4); font-weight: 600; }
.cc-s6__box-conclusion { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.48); line-height: 1.6; margin: 0 0 36px; text-align: center; }
.cc-s6__box-conclusion strong { color: #022c12; font-weight: 700; }

/* ─ Break-Even ─ */
.cc-s6__breakeven { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 36px; align-items: start; }
.cc-s6__be-info p { font-family: inherit; font-size: 13px; color: rgba(2,44,18,.55); line-height: 1.65; margin: 0 0 14px; }
.cc-s6__be-rule { display: flex; gap: 14px; background: #f7f6f0; border-radius: 8px; padding: 12px 14px; margin-bottom: 8px; align-items: flex-start; }
.cc-s6__be-rule-num { font-family: inherit; font-size: 14px; font-weight: 800; color: #022c12; min-width: 85px; line-height: 1.2; }
.cc-s6__be-rule-txt { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.52); line-height: 1.55; }

.cc-s6__be-table { border: 1.5px solid rgba(2,44,18,.1); border-radius: 10px; overflow: hidden; }
.cc-s6__be-row { display: grid; grid-template-columns: 1.4fr .9fr .9fr .7fr; font-family: inherit; font-size: 12px; padding: 10px 14px; align-items: center; }
.cc-s6__be-row:not(:last-child) { border-bottom: 1px solid rgba(2,44,18,.05); }
.cc-s6__be-row--head { background: rgba(2,44,18,.02); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(2,44,18,.38); }
.cc-s6__be-winner { font-weight: 700; text-align: center; padding: 3px 8px; border-radius: 6px; font-size: 11px; }
.cc-s6__be-winner--daily { color: #1a7a5a; background: rgba(26,122,90,.08); }
.cc-s6__be-winner--monthly { color: #022c12; background: rgba(2,44,18,.06); }
.cc-s6__be-winner--tie { color: rgba(2,44,18,.45); background: rgba(2,44,18,.04); }

/* ─ 4 Scenarios ─ */
.cc-s6__scenarios { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.cc-s6__sc { background: #f7f6f0; border: 1.5px solid rgba(2,44,18,.08); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.cc-s6__sc--alt { background: #022c12; border-color: #022c12; }
.cc-s6__sc-head { font-family: inherit; font-size: 13px; font-weight: 700; color: #022c12; padding: 14px 16px 0; margin-bottom: 10px; }
.cc-s6__sc--alt .cc-s6__sc-head { color: #f7f6f0; }
.cc-s6__sc-body { padding: 0 16px 10px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.cc-s6__sc-line { display: flex; justify-content: space-between; font-family: inherit; font-size: 11px; color: rgba(2,44,18,.5); gap: 8px; }
.cc-s6__sc--alt .cc-s6__sc-line { color: rgba(247,246,240,.45); }
.cc-s6__sc-line span:last-child { font-weight: 700; color: #022c12; white-space: nowrap; }
.cc-s6__sc--alt .cc-s6__sc-line span:last-child { color: #f7f6f0; }
.cc-s6__sc-line--total { border-top: 1px solid rgba(2,44,18,.08); padding-top: 6px; margin-top: 2px; font-size: 13px; font-weight: 700; color: #022c12; }
.cc-s6__sc--alt .cc-s6__sc-line--total { border-color: rgba(247,246,240,.1); color: #f7f6f0; }
.cc-s6__sc-tag { font-family: inherit; font-size: 10px; font-weight: 600; color: rgba(2,44,18,.35); padding: 10px 16px; border-top: 1px solid rgba(2,44,18,.06); text-align: center; }
.cc-s6__sc--alt .cc-s6__sc-tag { border-color: rgba(247,246,240,.1); color: rgba(247,246,240,.4); }
.cc-s6__sc-tag--save { color: #1a5c2a !important; font-weight: 700; }

/* ─ Note ─ */
.cc-s6__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }

/* ─ Responsive ─ */
@media (max-width: 900px) {
  .cc-s6__box-compare { grid-template-columns: 1fr; gap: 16px; }
  .cc-s6__box-vs { flex-direction: row; padding: 0; }
  .cc-s6__breakeven { grid-template-columns: 1fr; }
  .cc-s6__scenarios { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .cc-s6 { padding: 40px 16px; }
  .cc-s6__title { font-size: 21px; }
  .cc-s6__visual { padding: 20px 16px; gap: 12px; }
  .cc-s6__visual-num { font-size: 28px; }
  .cc-s6__breakdown { flex-direction: column; }
  .cc-s6__bd-arrow { transform: rotate(90deg); }
  .cc-s6__scenarios { grid-template-columns: 1fr; }
}







































/* ═══════════════════════════════════════
   S7 — WHAT AFFECTS CONTACT LENS COST
   6 pricing factors with mechanical "why"
   Prefix: .cc-s7
   ═══════════════════════════════════════ */

.cc-s7 { background: #fff; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s7__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s7__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s7__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s7__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 32px; max-width: 680px; }
.cc-s7__lead em { font-style: normal; font-weight: 700; color: #022c12; }

/* ─ Factor Grid ─ */
.cc-s7__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }

/* ─ Factor Card ─ */
.cc-s7__factor { position: relative; background: #f7f6f0; border: 1px solid rgba(2,44,18,.06); border-radius: 12px; padding: 24px 22px 20px; overflow: hidden; transition: border-color .15s; }
.cc-s7__factor:hover { border-color: rgba(2,44,18,.14); }
.cc-s7__factor-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.cc-s7__factor-bar--1 { background: linear-gradient(90deg, #022c12, #1a5c2a); }
.cc-s7__factor-bar--2 { background: linear-gradient(90deg, #6b4c12, #a87a28); }
.cc-s7__factor-bar--3 { background: linear-gradient(90deg, #0d4a3a, #1a7a5a); }
.cc-s7__factor-bar--4 { background: linear-gradient(90deg, #2d3a48, #4a5a6a); }
.cc-s7__factor-bar--5 { background: linear-gradient(90deg, #4a1a5c, #6a2a7a); }
.cc-s7__factor-bar--6 { background: linear-gradient(90deg, #1a3a5c, #2a5a8a); }

.cc-s7__factor-num { font-family: inherit; font-size: 40px; font-weight: 900; color: rgba(2,44,18,.04); line-height: 1; margin-bottom: 8px; letter-spacing: -.02em; user-select: none; }
.cc-s7__factor-title { font-family: inherit; font-size: 14px; font-weight: 700; color: #022c12; margin: 0 0 10px; line-height: 1.25; }
.cc-s7__factor-body { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.52); line-height: 1.65; margin: 0 0 16px; }
.cc-s7__because { display: inline-block; font-family: inherit; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.08); border-radius: 4px; padding: 2px 7px; margin-right: 4px; vertical-align: 1px; }
.cc-s7__factor-body strong { color: #022c12; font-weight: 700; }

/* Impact bar */
.cc-s7__factor-impact { display: flex; align-items: center; gap: 10px; }
.cc-s7__impact-bar { height: 4px; background: linear-gradient(90deg, #022c12, rgba(2,44,18,.15)); border-radius: 2px; display: block; }
.cc-s7__impact-label { font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .06em; color: rgba(2,44,18,.35); white-space: nowrap; text-transform: uppercase; flex-shrink: 0; }

/* ─ Cheatsheet ─ */
.cc-s7__cheatsheet { border: 1.5px solid rgba(2,44,18,.1); border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.cc-s7__cheat-head { font-family: inherit; font-size: 13px; font-weight: 700; color: #022c12; padding: 14px 22px; background: rgba(2,44,18,.02); border-bottom: 1px solid rgba(2,44,18,.06); }
.cc-s7__cheat-cols { display: grid; grid-template-columns: 1fr 1fr; }
.cc-s7__cheat-col { padding: 18px 22px; }
.cc-s7__cheat-col:first-child { border-right: 1px solid rgba(2,44,18,.06); }
.cc-s7__cheat-col-title { display: block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.cc-s7__cheat-col-title--yes { color: #1a5c2a; }
.cc-s7__cheat-col-title--no { color: rgba(2,44,18,.35); }
.cc-s7__cheat-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.cc-s7__cheat-list li { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.5); line-height: 1.5; padding-left: 16px; position: relative; }
.cc-s7__cheat-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: rgba(2,44,18,.15); }
.cc-s7__cheat-col:first-child .cc-s7__cheat-list li::before { background: #1a5c2a; }
.cc-s7__cheat-list li strong { color: #022c12; font-weight: 700; }

/* ─ Note ─ */
.cc-s7__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }
.cc-s7__note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ─ Responsive ─ */
@media (max-width: 900px) {
  .cc-s7__grid { grid-template-columns: repeat(2, 1fr); }
  .cc-s7__cheat-cols { grid-template-columns: 1fr; }
  .cc-s7__cheat-col:first-child { border-right: none; border-bottom: 1px solid rgba(2,44,18,.06); }
}
@media (max-width: 600px) {
  .cc-s7 { padding: 40px 16px; }
  .cc-s7__title { font-size: 21px; }
  .cc-s7__grid { grid-template-columns: 1fr; }
}


































/* ═══════════════════════════════════════
   S8 — INSURANCE, FSA/HSA & SAVINGS
   VSP · EyeMed · rebates · price-match
   Prefix: .cc-s8
   ═══════════════════════════════════════ */

.cc-s8 { background: #f7f6f0; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s8__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s8__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s8__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s8__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 32px; max-width: 700px; }
.cc-s8__lead em { font-style: normal; font-weight: 700; color: #022c12; }

/* ─ Section Title ─ */
.cc-s8__section-title { font-family: inherit; font-size: 15px; font-weight: 700; color: #022c12; margin: 0 0 16px; letter-spacing: -.01em; }

/* ═════════ VSP vs EyeMed ═════ */
.cc-s8__ins-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 12px; }
.cc-s8__ins-card { background: #fff; border: 1.5px solid rgba(2,44,18,.1); border-radius: 12px; overflow: hidden; }
.cc-s8__ins-card-head { padding: 16px 20px; border-bottom: 1px solid rgba(2,44,18,.06); display: flex; align-items: center; justify-content: space-between; }
.cc-s8__ins-card-head--em { background: rgba(26,92,42,.04); }
.cc-s8__ins-logo { font-family: inherit; font-size: 18px; font-weight: 800; color: #022c12; letter-spacing: -.01em; }
.cc-s8__ins-tier { font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(2,44,18,.35); background: rgba(2,44,18,.05); border-radius: 20px; padding: 3px 10px; }
.cc-s8__ins-card-body { padding: 14px 20px; display: flex; flex-direction: column; gap: 8px; }
.cc-s8__ins-line { display: flex; justify-content: space-between; align-items: baseline; font-family: inherit; font-size: 12px; color: rgba(2,44,18,.5); }
.cc-s8__ins-val { font-weight: 700; color: #022c12; }
.cc-s8__ins-val--partial { color: #a87a28; }
.cc-s8__ins-val--yes { color: #1a5c2a; }
.cc-s8__ins-val--dim { color: rgba(2,44,18,.35); font-size: 11px; }
.cc-s8__ins-card-footer { padding: 12px 20px; background: rgba(2,44,18,.02); border-top: 1px solid rgba(2,44,18,.06); display: flex; flex-direction: column; gap: 2px; }
.cc-s8__ins-card-footer--em { background: rgba(26,92,42,.05); }
.cc-s8__ins-save { font-family: inherit; font-size: 13px; font-weight: 700; color: #1a5c2a; }
.cc-s8__ins-save-sub { font-family: inherit; font-size: 10px; color: rgba(2,44,18,.35); font-weight: 600; }
.cc-s8__ins-note { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.45); line-height: 1.6; margin: 0 0 36px; }

/* ═════════ FSA/HSA ═════ */
.cc-s8__fsa { display: grid; grid-template-columns: auto 1fr; gap: 28px; margin-bottom: 36px; align-items: center; }
.cc-s8__fsa-math { display: flex; align-items: center; gap: 12px; }
.cc-s8__fsa-card { background: #fff; border: 1.5px solid rgba(2,44,18,.08); border-radius: 12px; padding: 18px 22px; text-align: center; display: flex; flex-direction: column; gap: 4px; min-width: 110px; }
.cc-s8__fsa-card--dark { background: #022c12; border-color: #022c12; }
.cc-s8__fsa-card--green { background: #1a5c2a; border-color: #1a5c2a; }
.cc-s8__fsa-amount { font-family: inherit; font-size: 24px; font-weight: 900; color: #022c12; letter-spacing: -.03em; line-height: 1; }
.cc-s8__fsa-card--dark .cc-s8__fsa-amount,
.cc-s8__fsa-card--green .cc-s8__fsa-amount { color: #f7f6f0; }
.cc-s8__fsa-label { font-family: inherit; font-size: 10px; font-weight: 600; color: rgba(2,44,18,.35); text-transform: uppercase; letter-spacing: .06em; }
.cc-s8__fsa-card--dark .cc-s8__fsa-label,
.cc-s8__fsa-card--green .cc-s8__fsa-label { color: rgba(247,246,240,.4); }
.cc-s8__fsa-arrow { font-family: inherit; font-size: 18px; font-weight: 800; color: rgba(2,44,18,.18); flex-shrink: 0; }
.cc-s8__fsa-info p { font-family: inherit; font-size: 13px; color: rgba(2,44,18,.52); line-height: 1.65; margin: 0; }
.cc-s8__fsa-info p + p { margin-top: 10px; }
.cc-s8__fsa-info strong { color: #022c12; font-weight: 700; }

/* ═════════ Rebates ═════ */
.cc-s8__rebates { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }
.cc-s8__rebate { background: #fff; border: 1.5px solid rgba(2,44,18,.08); border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.cc-s8__rebate-brand { font-family: inherit; font-size: 14px; font-weight: 700; color: #022c12; }
.cc-s8__rebate-amount { font-family: inherit; font-size: 22px; font-weight: 900; color: #1a5c2a; letter-spacing: -.02em; line-height: 1; }
.cc-s8__rebate-terms { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.48); line-height: 1.55; flex: 1; }
.cc-s8__rebate-tag { font-family: inherit; font-size: 10px; font-weight: 600; color: rgba(2,44,18,.3); letter-spacing: .04em; text-transform: uppercase; }

/* ═════════ Retailers ═════ */
.cc-s8__retailers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 32px; }
.cc-s8__retailer { background: #fff; border: 1.5px solid rgba(2,44,18,.1); border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.cc-s8__retailer-name { font-family: inherit; font-size: 14px; font-weight: 700; color: #022c12; }
.cc-s8__retailer-strat { font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(2,44,18,.38); }
.cc-s8__retailer-detail { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.52); line-height: 1.6; flex: 1; }
.cc-s8__retailer-verdict { font-family: inherit; font-size: 11px; font-weight: 700; color: rgba(2,44,18,.4); padding-top: 8px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s8__retailer-verdict--best { color: #1a5c2a; }

/* ═════════ Stacking Example ═════ */
.cc-s8__stack { background: #fff; border: 2px solid rgba(2,44,18,.12); border-radius: 14px; overflow: hidden; margin-bottom: 20px; }
.cc-s8__stack-head { font-family: inherit; font-size: 13px; font-weight: 700; color: #f7f6f0; background: #022c12; padding: 14px 22px; }
.cc-s8__stack-cols { display: grid; grid-template-columns: 1fr auto; }
.cc-s8__stack-col { padding: 16px 22px; display: flex; flex-direction: column; gap: 7px; }
.cc-s8__stack-row { display: flex; justify-content: space-between; font-family: inherit; font-size: 13px; padding: 5px 0; }
.cc-s8__stack-row--minus { color: rgba(2,44,18,.55); }
.cc-s8__stack-row--minus span:last-child { color: #a83a2a; font-weight: 700; }
.cc-s8__stack-row--plus { color: rgba(2,44,18,.5); }
.cc-s8__stack-row--plus span:last-child { color: #1a5c2a; font-weight: 700; }
.cc-s8__stack-row--total { border-top: 1px solid rgba(2,44,18,.1); padding-top: 9px; margin-top: 4px; font-weight: 700; color: #022c12; }
.cc-s8__stack-row--total span:last-child { font-size: 20px; font-weight: 900; color: #022c12; letter-spacing: -.02em; }
.cc-s8__stack-saved { background: rgba(26,92,42,.04); border-left: 1px solid rgba(2,44,18,.06); padding: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; min-width: 160px; }
.cc-s8__stack-saved-amount { font-family: inherit; font-size: 32px; font-weight: 900; color: #1a5c2a; letter-spacing: -.03em; line-height: 1; }
.cc-s8__stack-saved-label { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.4); line-height: 1.5; font-weight: 500; }

/* ─ Note ─ */
.cc-s8__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }

/* ─ Responsive ─ */
@media (max-width: 1000px) {
  .cc-s8__rebates { grid-template-columns: repeat(2, 1fr); }
  .cc-s8__retailers { grid-template-columns: repeat(2, 1fr); }
  .cc-s8__fsa { grid-template-columns: 1fr; gap: 16px; }
  .cc-s8__fsa-math { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 650px) {
  .cc-s8 { padding: 40px 16px; }
  .cc-s8__title { font-size: 21px; }
  .cc-s8__ins-grid { grid-template-columns: 1fr; }
  .cc-s8__rebates { grid-template-columns: 1fr; }
  .cc-s8__retailers { grid-template-columns: 1fr; }
  .cc-s8__stack-cols { grid-template-columns: 1fr; }
  .cc-s8__stack-saved { border-left: none; border-top: 1px solid rgba(2,44,18,.06); }
}

























/* ═══════════════════════════════════════
   S9 — CONTACTS vs GLASSES vs LASIK
   10-year cost + break-even analysis
   Prefix: .cc-s9
   ═══════════════════════════════════════ */

.cc-s9 { background: #fff; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s9__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s9__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s9__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s9__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 32px; max-width: 700px; }
.cc-s9__lead em { font-style: normal; font-weight: 700; color: #022c12; }

/* ─ Section Title ─ */
.cc-s9__section-title { font-family: inherit; font-size: 15px; font-weight: 700; color: #022c12; margin: 0 0 16px; letter-spacing: -.01em; }

/* ═════════ 10-Year Table ═════ */
.cc-s9__table-wrap { border: 1.5px solid rgba(2,44,18,.1); border-radius: 14px; overflow: hidden; margin-bottom: 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cc-s9__table { width: 100%; min-width: 640px; border-collapse: collapse; }
.cc-s9__table thead { background: rgba(2,44,18,.02); }
.cc-s9__table thead tr { border-bottom: 2px solid rgba(2,44,18,.08); }
.cc-s9__table th { font-family: inherit; padding: 16px 14px 12px; text-align: center; vertical-align: bottom; }
.cc-s9__th-label { text-align: left !important; width: 90px; }
.cc-s9__th-name { display: block; font-family: inherit; font-size: 13px; font-weight: 700; color: #022c12; margin-bottom: 3px; }
.cc-s9__th-sub { display: block; font-family: inherit; font-size: 10px; font-weight: 600; color: rgba(2,44,18,.35); text-transform: uppercase; letter-spacing: .04em; }
.cc-s9__th--accent { background: rgba(2,44,18,.03); }
.cc-s9__th--accent .cc-s9__th-name { color: #022c12; }

.cc-s9__table td { font-family: inherit; font-size: 13px; color: rgba(2,44,18,.6); text-align: center; padding: 13px 14px; font-weight: 500; }
.cc-s9__table tbody tr { border-bottom: 1px solid rgba(2,44,18,.05); transition: background .1s; }
.cc-s9__table tbody tr:last-child { border-bottom: none; }
.cc-s9__table tbody tr:hover { background: rgba(2,44,18,.015); }
.cc-s9__td-label { font-family: inherit; font-size: 12px; font-weight: 700; color: rgba(2,44,18,.4); text-align: left !important; letter-spacing: .03em; }
.cc-s9__td--accent { color: #022c12; font-weight: 700; background: rgba(2,44,18,.02); }
.cc-s9__table td strong { color: #022c12; font-weight: 800; }

.cc-s9__row--highlight { background: rgba(2,44,18,.025); }
.cc-s9__row--highlight td { font-weight: 600; color: #022c12; }
.cc-s9__row--highlight .cc-s9__td--accent { background: rgba(2,44,18,.06); }

.cc-s9__row--break td { border-top: 2px solid rgba(2,44,18,.12); padding-top: 15px; font-size: 14px; }
.cc-s9__row--break .cc-s9__td--accent { background: rgba(2,44,18,.05); }

.cc-s9__table-note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 8px 0 36px; }

/* ═════════ Break-Even Bars ═════ */
.cc-s9__breakeven { display: flex; flex-direction: column; gap: 18px; margin-bottom: 36px; }
.cc-s9__be-item { display: flex; flex-direction: column; gap: 8px; }
.cc-s9__be-bar-wrap { display: flex; align-items: center; gap: 14px; }
.cc-s9__be-bar-label { font-family: inherit; font-size: 12px; font-weight: 700; color: #022c12; min-width: 150px; }
.cc-s9__be-bar-track { flex: 1; height: 28px; background: #f7f6f0; border-radius: 6px; position: relative; overflow: hidden; }
.cc-s9__be-bar-fill { height: 100%; background: linear-gradient(90deg, rgba(2,44,18,.08), rgba(2,44,18,.25)); border-radius: 6px; position: relative; display: flex; align-items: center; }
.cc-s9__be-bar-fill--long { background: linear-gradient(90deg, rgba(2,44,18,.06), rgba(2,44,18,.18)); }
.cc-s9__be-bar-fill--vlong { background: linear-gradient(90deg, rgba(2,44,18,.04), rgba(2,44,18,.12)); }
.cc-s9__be-bar-marker { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 20px; background: #022c12; border-radius: 1px; }
.cc-s9__be-bar-year { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-family: inherit; font-size: 11px; font-weight: 800; color: #022c12; }
.cc-s9__be-explain { font-family: inherit; font-size: 12px; color: rgba(2,44,18,.48); line-height: 1.55; margin: 0; padding-left: 164px; }
.cc-s9__be-explain em { font-style: normal; font-weight: 600; color: #022c12; }

/* ═════════ Hidden Costs ═════ */
.cc-s9__hidden { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 36px; }
.cc-s9__hidden-col { background: #f7f6f0; border: 1px solid rgba(2,44,18,.06); border-radius: 10px; padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.cc-s9__hidden-icon { color: rgba(2,44,18,.2); }
.cc-s9__hidden-title { font-family: inherit; font-size: 13px; font-weight: 700; color: #022c12; }
.cc-s9__hidden-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.cc-s9__hidden-list li { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.5); line-height: 1.55; padding-left: 14px; position: relative; }
.cc-s9__hidden-list li::before { content: '—'; position: absolute; left: 0; color: rgba(2,44,18,.2); }

/* ═════════ Decision Matrix ═════ */
.cc-s9__matrix { border: 1.5px solid rgba(2,44,18,.1); border-radius: 12px; overflow: hidden; margin-bottom: 24px; }
.cc-s9__matrix-row { display: grid; grid-template-columns: 1.5fr .8fr 2.2fr; align-items: center; font-family: inherit; padding: 12px 18px; gap: 14px; }
.cc-s9__matrix-row:not(:last-child) { border-bottom: 1px solid rgba(2,44,18,.05); }
.cc-s9__matrix-row--head { background: rgba(2,44,18,.02); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(2,44,18,.38); padding: 10px 18px; }
.cc-s9__matrix-row > span:first-child { font-size: 12px; color: rgba(2,44,18,.55); line-height: 1.4; }
.cc-s9__matrix-row > span:last-child { font-size: 11px; color: rgba(2,44,18,.45); line-height: 1.5; }
.cc-s9__matrix-pick { font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-radius: 6px; padding: 5px 10px; text-align: center; }
.cc-s9__pick--lasik { background: rgba(2,44,18,.08); color: #022c12; }
.cc-s9__pick--contacts { background: rgba(26,122,90,.08); color: #1a5c2a; }
.cc-s9__pick--glasses { background: rgba(45,58,72,.06); color: #2d3a48; }

/* ─ Note ─ */
.cc-s9__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }
.cc-s9__note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ─ Responsive ─ */
@media (max-width: 800px) {
  .cc-s9__hidden { grid-template-columns: 1fr; }
  .cc-s9__matrix-row { grid-template-columns: 1fr; gap: 4px; padding: 12px 14px; }
  .cc-s9__matrix-row > span:last-child { font-size: 11px; }
  .cc-s9__be-bar-label { min-width: 110px; font-size: 11px; }
  .cc-s9__be-explain { padding-left: 124px; }
}
@media (max-width: 600px) {
  .cc-s9 { padding: 40px 16px; }
  .cc-s9__title { font-size: 21px; }
  .cc-s9__table thead { display: none; }
}





























/* ═══════════════════════════════════════
   S11 — FAQ ACCORDION + SCHEMA
   9 questions, accordion interaction
   Prefix: .cc-s11
   ═══════════════════════════════════════ */

.cc-s11 { background: #f7f6f0; padding: 56px 24px; border-top: 1px solid rgba(2,44,18,.06); }
.cc-s11__inner { max-width: 1300px; margin-inline: auto; }

/* Head */
.cc-s11__tag { display: inline-block; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #022c12; background: rgba(2,44,18,.07); border-radius: 20px; padding: 4px 12px; margin-bottom: 10px; }
.cc-s11__title { font-family: inherit; font-size: 24px; font-weight: 800; color: #022c12; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.2; }
.cc-s11__lead { font-family: inherit; font-size: 14px; color: rgba(2,44,18,.58); line-height: 1.6; margin: 0 0 28px; max-width: 640px; }

/* ─ Accordion List ─ */
.cc-s11__list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }

/* ─ Q Button ─ */
.cc-s11__q { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; font-family: inherit; background: #fff; border: 1.5px solid rgba(2,44,18,.08); border-radius: 10px; padding: 16px 20px; cursor: pointer; transition: border-color .15s, background .15s; }
.cc-s11__q:hover { border-color: rgba(2,44,18,.18); }
.cc-s11__q[aria-expanded="true"] { border-color: rgba(2,44,18,.15); background: #fff; border-radius: 10px 10px 0 0; }
.cc-s11__q-num { font-family: inherit; font-size: 13px; font-weight: 800; color: rgba(2,44,18,.15); min-width: 24px; transition: color .15s; }
.cc-s11__q[aria-expanded="true"] .cc-s11__q-num { color: #022c12; }
.cc-s11__q-text { font-family: inherit; font-size: 14px; font-weight: 700; color: #022c12; line-height: 1.35; flex: 1; }
.cc-s11__q-icon { width: 18px; height: 18px; flex-shrink: 0; position: relative; }
.cc-s11__q-icon::before,
.cc-s11__q-icon::after { content: ''; position: absolute; background: rgba(2,44,18,.3); transition: transform .2s; }
.cc-s11__q-icon::before { top: 8px; left: 3px; width: 12px; height: 2px; border-radius: 1px; }
.cc-s11__q-icon::after { top: 3px; left: 8px; width: 2px; height: 12px; border-radius: 1px; }
.cc-s11__q[aria-expanded="true"] .cc-s11__q-icon::after { transform: rotate(90deg); }

/* ─ A Panel ─ */
.cc-s11__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.cc-s11__a.cc-s11--open { grid-template-rows: 1fr; }
.cc-s11__a-inner { overflow: hidden; }
.cc-s11__a-inner { padding: 0 20px; background: #fff; border: 1.5px solid rgba(2,44,18,.15); border-top: none; border-radius: 0 0 10px 10px; }
.cc-s11__a-inner p,
.cc-s11__a-inner ul { padding: 0 0 16px; margin: 0; font-family: inherit; font-size: 13px; color: rgba(2,44,18,.55); line-height: 1.7; }
.cc-s11__a-inner p:first-child { padding-top: 4px; }
.cc-s11__a-inner strong { color: #022c12; font-weight: 700; }
.cc-s11__a-inner ul { padding-left: 18px; display: flex; flex-direction: column; gap: 4px; }
.cc-s11__a-inner li { padding-left: 0; }

/* ─ Note ─ */
.cc-s11__note { font-family: inherit; font-size: 11px; color: rgba(2,44,18,.34); line-height: 1.6; margin: 0; text-align: center; }
.cc-s11__note a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* ─ Responsive ─ */
@media (max-width: 600px) {
  .cc-s11 { padding: 40px 16px; }
  .cc-s11__title { font-size: 21px; }
  .cc-s11__q { padding: 14px 16px; gap: 10px; }
  .cc-s11__q-text { font-size: 13px; }
  .cc-s11__a-inner { padding: 0 16px; }
}
