/* Pricing: transparent packaging, readable controls and progressive disclosure. */
.pricing-page .hero { padding-bottom: 54px; }
.pricing-anchor { display: block; height: 0; scroll-margin-top: 90px; }
.pricing-page .hero-inner { max-width: 940px; }
.pricing-page .hero h1 { font-size: clamp(42px, 5.5vw, 76px); max-width: 900px; }
.pricing-page .hero p { max-width: 660px; }
.pricing-hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pricing-hero-note { display: block; font-size: 13px; color: var(--muted); margin-top: 16px; }
.pricing-page .hero .vat-note { max-width: 760px; margin: 20px auto 0; font-size: 14px; line-height: 1.65; color: #485c64; }
.vat-note strong { display: block; }
.vat-note a { color: #176b65; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.pricing-page #tax { scroll-margin-top: 100px; }
.pricing-page .price-formula { padding-bottom: 70px; }
.pricing-page .price-desc { color: rgba(255,255,255,.78); font-size: 14px; }
.pricing-page .price small { color: rgba(255,255,255,.72); }
.pricing-page .price-kicker { font-size: 11px; }
.pricing-page .calculator { padding-top: 76px; }
.pricing-page .calc-grid { align-items: start; gap: 54px; }
.pricing-page .calc-copy { position: sticky; top: 116px; }
.pricing-page .included { gap: 13px; }
.pricing-page .included span { font-size: 15px; line-height: 1.5; }
.pricing-page .calc-card { background: #fff; border-color: #d9e3e6; box-shadow: 0 16px 50px rgba(17,47,54,.09); }
.pricing-page .addon-option { align-items: flex-start; transition: border-color .2s, background .2s; }
.pricing-page .addon-option:has(input:checked) { border-color: var(--teal); background: #effaf6; }
.pricing-page .addon-option input { flex: 0 0 auto; margin-top: 2px; }
.pricing-page .addon-option small { font-size: 13px; line-height: 1.5; }
.pricing-page .addon-option b { white-space: nowrap; font-size: 13px; }
.pricing-page .calc-breakdown { line-height: 1.6; font-size: 13px; }
.pricing-page .result-note { color: #586779; font-size: 12px; }
.pricing-page .featured .result-note { color: #c3d7d2; }
.pricing-page .result-value { font-variant-numeric: tabular-nums; font-size: clamp(25px, 3vw, 34px); }
.pricing-page input[type=range] { min-height: 30px; }
.pricing-page .range-labels { color: #5d6f7a; }
.pricing-page .calc-result { scroll-margin-top: 100px; }
.calc-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.pricing-page .plan-note { padding: 16px 18px; margin-top: 24px; border-left: 3px solid var(--teal); background: #f2f7f6; color: #485c64; font-size: 14px; line-height: 1.65; }
.pricing-page .plan-note a { color: #176b65; text-decoration: underline; text-underline-offset: 3px; }
.pricing-packages { padding: 80px 40px; background: #f3f7f6; }
.pricing-section-head { max-width: 730px; margin-bottom: 34px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { display: flex; flex-direction: column; gap: 16px; padding: 30px; border-radius: 20px; background: #fff; border: 1px solid #dce7e4; }
.package-card:first-child { background: #0e3033; border-color: #174247; color: #fff; box-shadow: 0 18px 40px #0e303318; }
.package-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: #eaf6f2; color: #116c62; font-size: 20px; font-weight: 700; }
.package-card:first-child .package-icon { background: #ffffff0d; color: #8cedc3; }
.package-card h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; line-height: 1.12; }
.package-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #526770; }
.package-card:first-child p { color: #c2d6d2; }
.package-price { margin: 0; font-size: 31px; font-weight: 800; letter-spacing: -.04em; }
.package-price small { font-size: 13px; font-weight: 500; letter-spacing: 0; }
.package-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid #dce7e4; color: #136e64; font-weight: 700; font-size: 14px; }
.package-card:first-child a { color: #8cedc3; border-color: #ffffff26; }
.package-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.feature-coverage { padding: 90px 40px; background: #fff; }
.coverage-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.coverage-heading .pricing-section-head { margin-bottom: 0; }
.coverage-toolbar { display: flex; gap: 8px; flex-shrink: 0; }
.coverage-toolbar[hidden] { display: none; }
.coverage-toolbar button { background: #f1f6f4; border: 1px solid #dae5e1; border-radius: 8px; min-height: 42px; padding: 8px 13px; cursor: pointer; font-size: 13px; color: #174d46; font-weight: 650; }
.coverage-toolbar button:hover { background: #e5f1ec; }
.coverage-group { border: 1px solid #dbe5e1; border-radius: 16px; margin-top: 12px; overflow: hidden; scroll-margin-top: 90px; }
.coverage-group > summary { list-style: none; display: flex; align-items: center; gap: 16px; padding: 23px 26px; cursor: pointer; background: #f7faf9; }
.coverage-group > summary::-webkit-details-marker { display: none; }
.coverage-group > summary::after { content: '+'; margin-left: auto; font-size: 26px; color: #207464; line-height: 1; font-weight: 500; }
.coverage-group[open] > summary::after { content: '−'; }
.coverage-index { display: grid; place-items: center; border: 1px solid #ccded6; color: #25755f; border-radius: 50%; width: 31px; height: 31px; flex: 0 0 auto; font-size: 11px; font-weight: 700; }
.coverage-group > summary h3 { font-size: 19px; margin: 0; letter-spacing: -.02em; line-height: 1.25; }
.coverage-group > summary p { font-size: 13px; margin: 5px 0 0; line-height: 1.4; color: #536c65; }
.coverage-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.coverage-table th { text-align: left; }
.coverage-table thead th { padding: 14px 24px; background: #edf4f1; color: #536c65; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.coverage-table thead th:first-child { width: 37%; }
.coverage-table thead th:nth-child(2) { width: 24%; }
.coverage-table tbody th, .coverage-table td { padding: 18px 24px; border-top: 1px solid #e3ebe7; vertical-align: top; font-size: 14px; line-height: 1.55; }
.coverage-table tbody th { font-weight: 650; color: #173a37; }
.coverage-table td { color: #50655f; }
.coverage-table td small { display: block; margin-top: 4px; font-size: 12px; }
.access-badge { display: inline-block; background: #eaf6f0; color: #176b4e; border: 1px solid #cbe6d9; padding: 4px 8px; font-size: 12px; font-weight: 650; border-radius: 6px; }
.access-badge.metered { background: #f0f0fc; border-color: #deddf2; color: #4b457b; }
.access-badge.request { background: #fff6e8; border-color: #eddfc2; color: #775629; }
.coverage-footnote { font-size: 13px; color: #596e66; line-height: 1.65; margin-top: 22px; }
.coverage-footnote a { text-decoration: underline; color: #176b58; text-underline-offset: 3px; }
.pricing-page .ai-pricing { background: #0e292d; }
.pricing-page .ai-packs { gap: 16px; }
.pricing-page .pack-rate { color: #b3c9c3; font-size: 13px; }
.pricing-page .ai-head .sub { color: #c5d9d3; }
.pricing-page .pack-price { color: #c5d9d3; }
.pricing-page .credit-costs { grid-template-columns: repeat(3,1fr); }
.pricing-page .credit-cost { background: #15373a; }
.pricing-page .credit-cost span { font-size: 13px; color: #d0e2dc; }
.pricing-page .credit-cost strong { font-size: 14px; }
.pricing-page .ai-calc-copy .sub { font-size: 15px; }
.pricing-page .ai-example { color: #5c716b; font-size: 13px; }
.pricing-page .ai-link { color: #1b7460; }
.pricing-page .ai-result strong { font-size: 20px; line-height: 1.25; overflow-wrap: anywhere; }
.pricing-page .ai-pricing-note { font-size: 13px; line-height: 1.65; color: #bfd6cc; margin: 0 0 28px; }
.pricing-page .ai-pricing-note a { color: #9ae9c5; text-decoration: underline; text-underline-offset: 3px; }
.pricing-page .faq-a { font-size: 15px; }
.pricing-page .faq-q { min-height: 64px; gap: 24px; line-height: 1.5; }
.pricing-page .faq-q::after { flex-shrink: 0; }
.pricing-page .faq-item:has(summary) .faq-a { display: block; }
.pricing-page details.faq-item .faq-q { list-style: none; }
.pricing-page details.faq-item .faq-q::-webkit-details-marker { display: none; }
.pricing-page details.faq-item[open] .faq-q::after { content: '−'; }
.pricing-page .cta .sub { color: #d2e2dc; }
@media(max-width:1000px) { .package-card { padding: 24px; } .coverage-heading { align-items: start; flex-direction: column; gap: 20px; } .pricing-page .calc-grid { gap: 32px; } }
@media(max-width:820px) { .pricing-packages, .feature-coverage { padding: 64px 22px; } .package-grid { grid-template-columns: 1fr; } .package-card { gap: 13px; } .pricing-page .calc-copy { position: static; } .coverage-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); } .coverage-table, .coverage-table tbody { display: block; } .coverage-table tr { display: grid; grid-template-columns: 1fr; border-top: 1px solid #e3ebe7; padding: 20px 22px; gap: 9px; } .coverage-table tbody th, .coverage-table td { display: block; padding: 0; border: 0; } .coverage-table tbody th { font-size: 16px; } .coverage-table td:last-child { padding-top: 2px; } .coverage-group > summary { padding: 20px; gap: 12px; } .coverage-group > summary h3 { font-size: 18px; } .pricing-page .credit-costs { grid-template-columns: repeat(2,1fr); } }
@media(max-width:520px) { .pricing-page .hero h1 { font-size: 43px; } .pricing-page .addon-option { display: grid; grid-template-columns: 18px 1fr; } .pricing-page .addon-option b { grid-column: 2; } .pricing-page .calc-top { gap: 14px; } .pricing-page .seat-readout { white-space: nowrap; } .pricing-page .credit-costs { grid-template-columns: 1fr; } .pricing-page .price small { display: block; margin-top: 12px; } .pricing-page .ai-control-top { align-items: start; } .pricing-page .doc-readout { white-space: nowrap; } .coverage-group > summary h3 { font-size: 17px; } }
@media(prefers-reduced-motion:reduce) { .pricing-page html { scroll-behavior: auto; } .pricing-page *, .pricing-page *::before, .pricing-page *::after { transition: none !important; animation: none !important; } }
@media print { .coverage-group > :not(summary) { display: block !important; } .coverage-toolbar, .pricing-hero-actions { display: none !important; } .coverage-group { break-inside: avoid; } }
