/* Pricing page (rebuilt on landing.css stack) */
.pricing-hero { padding: 140px 0 44px; }
.pricing-hero .eyebrow { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.68); margin: 0 0 14px; font-weight: 600; }
.pricing-hero h1 { font-size: clamp(38px, 5vw, 56px); font-weight: 800; margin: 0 0 16px; color: #ffffff; }
.pricing-hero .lede { font-size: 18px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); max-width: 640px; margin: 0; }

.pricing-terms-note { margin: 18px 2px 0; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, 0.76); max-width: 760px; }
.pricing-inline-notice { margin: 22px 0 0; padding: 12px 16px; border-radius: 10px; font-size: 14px; line-height: 1.55; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.82); max-width: 640px; }
.pricing-inline-notice[data-tone="success"] { border-color: rgba(107, 207, 156, 0.45); background: rgba(107, 207, 156, 0.08); }
.pricing-inline-notice[data-tone="error"] { border-color: rgba(255, 138, 128, 0.45); background: rgba(255, 138, 128, 0.08); }
.plan-cta { position: relative; }
.plan-cta:focus-visible { outline: 2px solid rgba(50, 197, 253, 0.6); outline-offset: 3px; }
.plan-cta.is-loading { pointer-events: none; opacity: 0.75; }
.plan-cta.is-loading::after { content: ""; display: inline-block; width: 14px; height: 14px; margin-left: 10px; border-radius: 50%; border: 2px solid currentColor; border-right-color: transparent; animation: plan-cta-spin 0.7s linear infinite; vertical-align: -2px; }
@keyframes plan-cta-spin { to { transform: rotate(360deg); } }
.plan-cta[aria-disabled="true"] { pointer-events: none; opacity: 0.45; }

.pricing-plans { padding: 12px 0 64px; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 860px) { .plans-grid { grid-template-columns: 1fr; } }
.plan-card { position: relative; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 30px 30px 28px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)); display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.plan-card.featured { border-color: rgba(50, 197, 253, 0.45); background: linear-gradient(180deg, rgba(50, 197, 253, 0.07), rgba(50, 197, 253, 0.02)); }
.plan-pill { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; padding: 5px 12px; border-radius: 999px; background: #32c5fd; color: #04222e; margin-bottom: 18px; }
.plan-pill.quiet { background: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.78); }
.plan-card h3 { margin: 0 0 10px; font-size: 21px; font-weight: 700; color: #ffffff; }
.plan-price { font-size: clamp(30px, 4vw, 40px); font-weight: 800; color: #ffffff; line-height: 1.1; white-space: nowrap; }
.plan-price small { font-size: 16px; font-weight: 500; color: rgba(255, 255, 255, 0.55); }
.plan-note { margin: 8px 0 0; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.74); }
.plan-card ul { margin: 20px 0 26px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.plan-card ul li { position: relative; padding-left: 24px; font-size: 16px; line-height: 1.55; color: rgba(255, 255, 255, 0.82); }
.plan-card ul li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 7px; border-left: 2px solid #32c5fd; border-bottom: 2px solid #32c5fd; transform: rotate(-45deg); }
.plan-card .button { margin-top: auto; }

.enterprise-row { margin-top: 24px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.enterprise-row h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; color: #ffffff; }
.enterprise-row p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.76); max-width: 600px; }

.pricing-section { padding: 56px 0 64px; position: relative; }
.pricing-section::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(1120px, calc(100% - 40px)); height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16) 18%, rgba(255, 255, 255, 0.16) 82%, transparent); }
.pricing-section .eyebrow { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.68); margin: 0 0 12px; font-weight: 600; }
.pricing-section h2 { font-size: clamp(26px, 3.2vw, 34px); font-weight: 800; margin: 0 0 12px; color: #ffffff; }
.pricing-section .section-intro { font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, 0.76); max-width: 680px; margin: 0 0 32px; }

.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 860px) { .credits-grid { grid-template-columns: 1fr; } }
table.spec { width: 100%; border-collapse: collapse; font-size: 16px; }
table.spec th { text-align: left; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.68); padding: 0 0 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
table.spec td { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.82); }
table.spec td:last-child, table.spec th:last-child { text-align: right; }
.topup-card { border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 26px 28px; }
.topup-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 700; color: #ffffff; }
.topup-card > p { margin: 0 0 16px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.76); }
.topup-card .small { margin: 12px 0 0; font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, 0.72); }

.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.faq-list details:first-of-type { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 2px; font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.88); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 20px; font-weight: 400; color: rgba(255, 255, 255, 0.45); flex: none; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list .faq-body { padding: 0 2px 20px; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, 0.76); max-width: 760px; }
.pricing-more { margin: 28px 0 0; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, 0.76); }
.pricing-more a { color: #32c5fd; }
.pricing-more a:hover { text-decoration: underline; }

.plan-savings { margin: 8px 0 0; font-size: 14px; line-height: 1.55; font-weight: 700; color: #6bcf9c; }
.credit-rules { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.credit-rules li { position: relative; padding-left: 18px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.78); }
.credit-rules li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #32c5fd; }
.topups-shell { margin-top: 24px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 26px 28px; }
.topups-shell h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; color: #ffffff; }
.topups-shell > p { margin: 0 0 18px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.76); }
.topup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .topup-grid { grid-template-columns: 1fr; } }
.topup-mini { position: relative; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 18px 18px 16px; background: rgba(255, 255, 255, 0.02); }
.topup-mini .t-title { font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.82); }
.topup-mini .t-price { font-size: 26px; font-weight: 800; color: #ffffff; margin: 4px 0 6px; }
.topup-mini .t-copy { font-size: 16px; line-height: 1.55; color: rgba(255, 255, 255, 0.74); }
.topup-badge { position: absolute; top: 14px; right: 14px; font-size: 13px; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: rgba(50, 197, 253, 0.15); color: #32c5fd; }
.compare-card { border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; overflow: hidden; }
.compare-scroll { overflow-x: auto; overscroll-behavior-x: contain; touch-action: pan-x; }
table.compare { width: 100%; border-collapse: collapse; font-size: 16px; min-width: 680px; }
table.compare thead th { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.68); padding: 16px 18px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); text-align: center; }
table.compare thead th:first-child { text-align: left; }
table.compare thead th.is-featured { color: #32c5fd; }
table.compare tbody th { text-align: left; font-weight: 500; color: rgba(255, 255, 255, 0.82); padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
table.compare tbody td { text-align: center; color: rgba(255, 255, 255, 0.78); padding: 14px 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
table.compare td.is-featured { background: rgba(50, 197, 253, 0.05); }
table.compare tbody tr:last-child th, table.compare tbody tr:last-child td { border-bottom: 0; }
.compare .mark.yes { color: #6bcf9c; font-weight: 700; }
.compare .mark.no { color: rgba(255, 255, 255, 0.3); }
.pricing-final { text-align: center; }
.pricing-final .section-intro { margin-left: auto; margin-right: auto; }
.final-actions { display: flex; gap: 14px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }
