.pricing-page { background: #fff; }
.pricing-page .main-nav [aria-current="page"] { color: var(--lime); }
.pricing-hero { position: relative; overflow: hidden; padding: 118px 0 40px; color: white; }
.pricing-hero > .container { position: relative; }
.breadcrumbs { display: flex; gap: 12px; color: #afc1e9; font-size: 14px; margin-bottom: 32px; }
.breadcrumbs a { text-underline-offset: 4px; }
.pricing-intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.pricing-intro .eyebrow { margin-bottom: 16px; }
.pricing-intro h1 { margin: 0; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.05; }
.pricing-intro h1 em { color: var(--lime); font-style: normal; }
.pricing-intro-copy p { max-width: 490px; color: #d1dcf4; font-size: 17px; }
.pricing-intro-copy .text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; color: white; text-underline-offset: 5px; }
.pricing-arrow-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 1px solid #ffc4d2; border-radius: 50%; color: var(--pink); background: #fff1f5; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.pricing-arrow-icon svg { display: block; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pricing-intro-copy .text-link:hover .pricing-arrow-icon, .price-addons-footer .text-link:hover .pricing-arrow-icon { border-color: var(--pink); background: #ffe0e9; transform: translateX(2px); }
.pricing-summary { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-top: 26px; color: #bdc9e7; font-size: 14px; }
.pricing-summary p { max-width: 650px; margin: 0; }
.pricing-summary strong { color: white; font-weight: 600; }
.pricing-summary a { max-width: 300px; color: #dce7ff; text-underline-offset: 4px; }
.pricing-options { padding: 40px 0 64px; background: #f5f7fb; }
.pricing-options .price-addons { margin: 0; padding: 0; border: 0; }
.pricing-options .price-addons-intro p, .pricing-options .price-addon p, .pricing-options .price-addon small, .pricing-options .price-addons-footer p { color: #53617e; }
.pricing-options .price-addon { background: white; border-color: #dbe3ef; }
.pricing-options .price-addon h4 { color: var(--ink); }
.pricing-options .price-addon > strong, .pricing-options .text-link { color: var(--navy-700); }
/* Light-surface palette; the interaction itself is shared with the homepage. */
.pricing-options .price-addon {
  --addon-hover-bg: #f5f8ff;
  --addon-hover-shadow: 0 12px 26px #173d8314, 0 0 0 1px #739bec1a;
}
.comparison-section { background: white; }
.comparison-section h2 { font-size: clamp(32px, 3.6vw, 52px); line-height: 1.08; }
.comparison-section .section-heading { grid-template-columns: 1fr 1fr; }
.comparison-toolbar { margin-bottom: 20px; }
.comparison-toolbar nav { display: flex; flex-wrap: wrap; gap: 8px; }
.comparison-toolbar nav a { padding: 10px 15px; border-radius: 999px; background: #edf2fa; text-decoration: none; color: var(--navy-700); font-size: 14px; font-weight: 650; }
.comparison-toolbar nav a:hover { background: #dfeafa; }
.mobile-plan-picker { display: none; }
.table-scroll-hint { display: none; color: var(--muted); font-size: 14px; }
.comparison-scroll { border: 1px solid #d9e2ee; border-radius: 20px; overflow: auto; }
.comparison-sticky-head { position: fixed; z-index: 12; overflow: hidden; background: var(--navy-800); box-shadow: 0 5px 14px #071c5826; pointer-events: none; }
.comparison-sticky-head[hidden] { display: none; }
.comparison-sticky-head .comparison-table { margin: 0; }
.comparison-table { border-collapse: separate; border-spacing: 0; table-layout: fixed; width: 100%; min-width: 960px; font-size: 15px; line-height: 1.5; }
.comparison-table th, .comparison-table td { text-align: left; vertical-align: middle; padding: 18px 16px; border-right: 1px solid #e2e8f1; border-bottom: 1px solid #e2e8f1; overflow-wrap: anywhere; }
.comparison-table tr > :last-child { border-right: 0; }
.comparison-table thead th { color: white; background: var(--navy-800); font-size: 15px; font-weight: 750; }
.comparison-table thead th:first-child { width: 30%; }
.comparison-table tbody th { font-weight: 600; }
.comparison-table tbody tr > :first-child { background: #f8fafd; }
.comparison-table tbody tr:hover > * { background: #eff5ff; }
.comparison-table tbody td { color: #344363; }
.comparison-table td[colspan] { padding: 20px 16px; background: #eaf0fb !important; }
.comparison-table h3 { display: inline; font-size: 19px; margin: 0 10px 0 0; }
.comparison-table .primechanie { display: block; margin-top: 5px; color: #64718a; font-size: 14px; font-weight: 400; }
.comparison-table td[colspan] .primechanie { display: inline; }
.comparison-table sup { margin-left: 4px; font-size: 14px; }
.comparison-table sup a { color: #175be8; text-decoration: none; }
.table-check { color: #518706; font-weight: 800; }
.table-muted { color: #768197; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.pricing-account-note { margin: 24px 0 0; padding: 20px 24px; border-left: 3px solid var(--lime); border-radius: 0 12px 12px 0; background: #f2f7eb; font-size: 15px; }
.pricing-account-note a { color: var(--navy-700); }
.tariff-footnotes { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 14px; margin-top: 40px; }
.tariff-footnotes h3 { grid-column: 1 / -1; margin: 0 0 8px; font-size: 26px; }
.tariff-footnotes p { position: relative; margin: 0; color: #586580; font-size: 14px; line-height: 1.65; }
.tariff-footnotes a { color: var(--navy-700); text-underline-offset: 3px; }
.tariff-footnotes strong { color: var(--navy-800); }
.tariff-footnotes [id], #base-services, #extra-services { scroll-margin-top: 105px; }
.tariff-source { margin: 28px 0 0; font-size: 14px; color: var(--muted); }
.pricing-consult { padding-top: 0; }
.pricing-consult-card { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; padding: 48px; background: var(--navy-800); color: white; border-radius: 24px; }
.pricing-consult h2 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.1; margin-bottom: 20px; }
.pricing-consult p:not(.eyebrow) { margin: 0; color: #bfceed; }
.pricing-consult-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.pricing-consult-actions > a:not(.button) { font-size: 24px; font-weight: 700; text-decoration: none; }
.pricing-consult-actions > span { color: #bfceed; font-size: 14px; }
@media (max-width: 1100px) {
  .pricing-intro { gap: 32px; }
  .table-scroll-hint { display: block; }
  .comparison-table tr:not(:has([colspan])) > :first-child { position: sticky; left: 0; z-index: 1; box-shadow: 5px 0 12px #051d4e08; }
  .pricing-consult-card { gap: 32px; padding: 36px; }
}
@media (max-width: 860px) {
  .pricing-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .pricing-intro h1 br { display: none; }
  .pricing-intro-copy p { max-width: 620px; margin-bottom: 8px; }
  .pricing-summary { flex-direction: column; gap: 14px; }
  .pricing-summary a { max-width: none; }
  .comparison-section .section-heading { grid-template-columns: 1fr; }
  .pricing-consult-card { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .pricing-hero { padding: 102px 0 30px; }
  .breadcrumbs { margin-bottom: 28px; }
  .pricing-intro h1 { font-size: 38px; }
  .pricing-intro h1 br { display: initial; }
  .pricing-options { padding: 30px 0 40px; }
  .pricing-enhanced .mobile-plan-picker { position: sticky; top: var(--pricing-header-height, 75px); z-index: 13; display: grid; gap: 8px; margin: 0 0 16px; padding: 12px 0; background: white; box-shadow: 0 5px 0 white; font-size: 14px; color: #4d5f80; font-weight: 600; }
  .mobile-plan-picker select { width: 100%; min-height: 48px; padding: 10px 12px; font: inherit; font-size: 16px; color: var(--navy-800); border: 1px solid #b8c9e6; border-radius: 10px; background: white; }
  .pricing-enhanced .table-scroll-hint { display: none; }
  .pricing-enhanced .comparison-table { min-width: 0; font-size: 14px; }
  .pricing-enhanced .comparison-table th, .pricing-enhanced .comparison-table td { padding: 15px 12px; }
  .pricing-enhanced .comparison-table thead th:first-child { width: 54%; }
  .pricing-enhanced .comparison-table tr > :first-child { position: static; box-shadow: none; }
  .pricing-enhanced .comparison-table tr > :not(:first-child) { display: none; }
  .pricing-enhanced [data-plan="base"] tr > :nth-child(2),
  .pricing-enhanced [data-plan="extended"] tr > :nth-child(3),
  .pricing-enhanced [data-plan="unlimited"] tr > :nth-child(4),
  .pricing-enhanced [data-plan="corporate"] tr > :nth-child(5) { display: table-cell; border-right: 0; }
  .pricing-enhanced .comparison-table td[colspan] { display: table-cell; }
  .comparison-table h3 { font-size: 17px; }
  #base-services, #extra-services { scroll-margin-top: 220px; }
  .tariff-footnotes { grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }
  .pricing-account-note { padding: 18px; }
  .pricing-consult-card { padding: 28px 22px; gap: 28px; }
  .pricing-consult-actions .button { width: 100%; }
}
