.nav-current { color: #fff !important; }

.pricing-hero { position: relative; min-height: 650px; overflow: hidden; color: #f7fbff; background: var(--ink); }
.pricing-orb { position: absolute; width: 760px; height: 760px; right: -220px; top: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(39,120,255,.35), rgba(15,192,233,.07) 45%, transparent 70%); }
.pricing-hero-inner { position: relative; z-index: 2; padding-top: 200px; padding-bottom: 112px; }
.pricing-hero h1 { max-width: 920px; margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(64px, 8vw, 112px); line-height: .98; letter-spacing: -.065em; }
.pricing-hero-inner > p:not(.eyebrow) { max-width: 680px; margin: 30px 0 0; color: #b8c4d8; font-size: 19px; line-height: 1.65; }
.pricing-hero .text-link { margin-top: 35px; }

.pack-section { padding: 104px 0; background: #f7f9fc; }
.pack-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.pack-heading h2, .calculator-heading h2, .pricing-cta h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.06; letter-spacing: -.055em; }
.pack-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.pack-groups { display: grid; gap: 22px; }
.pack-group { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 46px rgba(10,27,56,.055); }
.pack-group-label { display: flex; justify-content: space-between; align-items: center; min-height: 62px; padding: 0 26px; background: #eef3fa; border-bottom: 1px solid var(--line); }
.pack-group-label span { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pack-group-label small { color: #748198; font-size: 10px; font-weight: 700; }
.pack-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pack-card { position: relative; min-height: 250px; padding: 28px; }
.pack-card + .pack-card { border-left: 1px solid var(--line); }
.pack-card-accent { background: linear-gradient(145deg, #fff, #f5f9ff); }
.pack-top { display: flex; justify-content: space-between; gap: 20px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pack-top b { color: #69778e; font-size: inherit; }
.pack-price { margin: 52px 0 4px; font-family: Manrope, sans-serif; font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.pack-rate { margin: 0; color: #78859a; font-size: 11px; }
.pack-payment { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); }
.pack-payment span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pack-payment strong { font-size: 13px; }

.calculator-section { padding: 108px 0; color: #eef5ff; background: var(--ink); }
.calculator-heading { max-width: 800px; margin-bottom: 50px; }
.calculator-heading > p:not(.eyebrow) { max-width: 690px; margin: 22px 0 0; color: #98a7bf; font-size: 15px; line-height: 1.7; }
.calculator-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 24px; align-items: start; }
.service-catalog { display: grid; gap: 15px; }
.service-category { overflow: hidden; background: #0a1730; border: 1px solid #283a57; border-radius: 18px; }
.category-title { margin: 0; padding: 20px 22px; color: var(--cyan); background: #0d1e3b; border-bottom: 1px solid #283a57; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.catalog-item { position: relative; display: grid; grid-template-columns: 25px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 80px; padding: 15px 20px; border-bottom: 1px solid #21334f; cursor: pointer; transition: background .2s; }
.catalog-item:last-child { border-bottom: 0; }
.catalog-item:hover, .catalog-item:has(.catalog-check:checked) { background: #102543; }
.catalog-check { position: absolute; opacity: 0; pointer-events: none; }
.check-ui { display: grid; place-items: center; width: 23px; height: 23px; background: #0e203e; border: 2px solid #3a4d6b; border-radius: 7px; cursor: pointer; transition: background .15s, border-color .15s; }
.catalog-check:focus-visible + .check-ui { outline: 3px solid rgba(76,151,255,.3); outline-offset: 3px; }
.catalog-check:checked + .check-ui { background: var(--blue); border-color: var(--blue); }
.catalog-check:checked + .check-ui::after { content: ""; width: 9px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-1px) rotate(-45deg); }
.service-copy { cursor: pointer; }
.service-copy strong { display: block; margin-bottom: 5px; color: #f1f5fb; font-family: Manrope, sans-serif; font-size: 13px; }
.service-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #7f90aa; font-size: 10px; }
.service-tag { padding: 3px 6px; color: #a6c9ff; background: rgba(39,120,255,.11); border: 1px solid rgba(80,150,255,.2); border-radius: 4px; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quantity-wrap { display: none; align-items: center; gap: 7px; color: #7588a5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.catalog-item:has(.catalog-check:checked) .quantity-wrap { display: flex; }
.quantity-input { width: 50px; height: 36px; padding: 5px; color: #fff; background: #0a1730; border: 1px solid #3a4d6b; border-radius: 7px; font: 700 12px Inter, sans-serif; text-align: center; }

.estimate-panel { position: sticky; top: 94px; padding: 27px; color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.estimate-kicker { margin: 0 0 18px; color: #60708a; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.credit-total { display: flex; justify-content: space-between; align-items: end; padding: 20px; background: #f0f6ff; border-radius: 13px; }
.credit-total span { color: #66748c; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.credit-total strong { color: var(--blue); font-family: Manrope, sans-serif; font-size: 42px; line-height: .9; letter-spacing: -.05em; }
.estimate-empty { margin: 16px 0; padding: 26px 16px; color: #7a8799; background: #f7f9fc; border-radius: 11px; font-size: 12px; text-align: center; }
.selected-summary, .pack-recommendation { margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.selected-summary > p, .pack-recommendation > p { margin: 0 0 11px; color: #69778d; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.selected-summary ul, .pack-recommendation ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.selected-summary li, .pack-recommendation li { display: flex; justify-content: space-between; gap: 14px; color: #26334a; font-size: 10px; line-height: 1.4; }
.selected-summary li span:last-child, .pack-recommendation li span:last-child { flex: 0 0 auto; font-weight: 800; }
.coverage-line { display: flex; justify-content: space-between; margin-top: 10px; color: #788498; font-size: 9px; }
.coverage-line strong { color: #344159; }
.investment-total { display: flex; justify-content: space-between; align-items: end; gap: 15px; margin-top: 18px; padding: 17px; color: #fff; background: linear-gradient(135deg, #1f6ff0, #4389ff); border-radius: 12px; }
.investment-total span { max-width: 90px; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.investment-total strong { font-family: Manrope, sans-serif; font-size: 27px; letter-spacing: -.04em; }
.installment-summary { margin-top: 10px; padding: 11px; color: #2865be; background: #eef5ff; border-radius: 9px; font-size: 9px; font-weight: 700; line-height: 1.5; text-align: center; }
.estimate-disclaimer { margin: 16px 0; color: #7b8798; font-size: 9px; line-height: 1.5; text-align: center; }
.estimate-panel .button { width: 100%; min-height: 52px; }
.copy-estimate, .reset-estimate { width: 100%; padding: 10px; color: #5f6d83; background: none; border: 0; cursor: pointer; font: 700 10px Inter, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.copy-estimate { margin-top: 8px; color: var(--blue); text-decoration: none; }
.copy-estimate:disabled { color: #aab2bf; cursor: not-allowed; }
.reset-estimate:hover { color: var(--ink); }
.calculator-note { display: grid; grid-template-columns: 110px 1fr; gap: 25px; margin-top: 22px; padding: 23px 26px; color: #9dacc2; background: #0a1730; border: 1px solid #283a57; border-radius: 15px; }
.calculator-note span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calculator-note p { margin: 0; font-size: 11px; line-height: 1.65; }

.pricing-cta { position: relative; overflow: hidden; padding: 108px 0; color: #f7fbff; background: linear-gradient(135deg, #155ad3, #287fff 55%, #0bb8df); }
.pricing-cta::before { content: ""; position: absolute; width: 580px; height: 580px; right: -170px; top: -300px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.04), 0 0 0 150px rgba(255,255,255,.025); }
.pricing-cta-inner { position: relative; z-index: 2; max-width: 850px; margin-inline: auto; text-align: center; }
.pricing-cta .eyebrow { justify-content: center; color: #d8edff; }
.pricing-cta .eyebrow > span { background: var(--lime); }
.pricing-cta-inner > p:not(.eyebrow) { margin: 24px auto 32px; color: #e7f2ff; font-size: 16px; }

@media (max-width: 980px) {
  .calculator-layout { grid-template-columns: 1fr; }
  .estimate-panel { position: static; }
}

@media (max-width: 800px) {
  .pricing-hero { min-height: auto; }
  .pricing-hero-inner { padding-top: 160px; padding-bottom: 90px; }
  .pricing-hero h1 { font-size: clamp(58px, 17vw, 86px); }
  .pack-section, .calculator-section { padding: 84px 0; }
  .pack-heading { grid-template-columns: 1fr; gap: 20px; }
  .pack-grid { grid-template-columns: 1fr; }
  .pack-card + .pack-card { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 540px) {
  .pack-group-label { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .pack-card { min-height: 230px; padding: 24px; }
  .catalog-item { grid-template-columns: 23px 1fr; padding: 15px 16px; }
  .quantity-wrap { grid-column: 2; justify-self: start; }
  .calculator-note { grid-template-columns: 1fr; gap: 9px; }
  .pricing-cta { padding: 88px 0; }
}
