.pro-page {
    background: #f8fafc;
    padding: 40px 0 48px;
}

.pro-page .pro-page__inner { width: min(960px, calc(100% - 40px)); max-width: 960px; }
.pro-intro { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 28px; }
.pro-intro h1 { width: 100%; max-width: none; margin: 0 auto; color: var(--brand-blue-deep); font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.2; letter-spacing: -.035em; }
.pro-intro p { width: 100%; max-width: none; margin: 12px auto 0; text-align: center; color: var(--text-secondary); font-size: 1rem; }
.pro-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.pro-plan { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; color: var(--brand-blue-deep); }
.pro-plan--premium { background: #0a3f7a; border-color: #0a3f7a; color: white; box-shadow: 0 8px 24px #0a3f7a14; }
.pro-plan__heading h2 { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0; color: inherit; font-size: 1.25rem; }
.pro-label { padding: 3px 10px; border-radius: 8px; background: white; color: var(--brand-blue); font-size: 1rem; }
.pro-plan .pro-plan__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin: 22px 0; color: inherit; }
.pro-plan__price strong { color: inherit; font-size: 2.75rem; line-height: 1.15; letter-spacing: -.05em; }
.pro-plan__price > span { font-size: 1rem; }
.pro-plan__features { display: grid; gap: 14px; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pro-plan--premium .pro-plan__features { border-color: #ffffff30; }
.pro-plan__features li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; }
.pro-plan__features .icon { flex: 0 0 20px; width: 20px; height: 24px; padding: 0; border: 0; border-radius: 0; background: none; color: #0b806b; }
.pro-plan--premium .pro-plan__features .icon { color: #8ee7c9; }
.pro-plan__actions { margin-top: auto; }
.pro-button { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 12px 16px; background: var(--brand-blue-soft); border: 1px solid var(--line); border-radius: 10px; font-weight: 700; text-align: center; }
.pro-button:hover { background: #dceafb; }
.pro-plan .pro-plan__availability { margin: 0 0 10px; color: inherit; font-size: .875rem; font-weight: 700; }
.pro-store-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.pro-store-links a { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 53px; padding: 0; border-radius: 6px; line-height: 0; }
.pro-store-links img { display: block; width: auto; height: 40px; }
/* The official Google asset includes vertical clear space around the badge. */
.pro-store-links .pro-store-links__google img { height: 53px; }
.pro-plan__coming { margin: 12px 0 0; color: #d3e2f2; font-size: .875rem; }
.pro-price-note { max-width: 760px; margin: 24px auto 0; text-align: center; color: var(--text-secondary); font-size: .875rem; }
.pro-faq { max-width: 760px; margin: 40px auto 0; border: 1px solid var(--line); border-radius: 16px; background: white; }
.pro-faq h2 { margin: 0; padding: 28px 28px 16px; color: var(--brand-blue-deep); font-size: 1.375rem; line-height: 1.3; }
.pro-faq__items { padding: 0 28px 12px; }
.pro-faq details + details { border-top: 1px solid var(--line); }
.pro-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--brand-blue-deep); font-weight: 600; cursor: pointer; list-style: none; }
.pro-faq summary::-webkit-details-marker { display: none; }
.pro-faq summary::marker { content: ''; }
.pro-faq summary:hover { color: #1764aa; }
.pro-faq__toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--brand-blue-soft); color: var(--brand-blue); font-size: 1.25rem; font-weight: 400; }
.pro-faq__toggle::before { content: '+'; }
.pro-faq details[open] .pro-faq__toggle::before { content: '−'; }
.pro-faq details p { max-width: 62ch; margin: 0; padding: 0 40px 24px 0; color: var(--text-secondary); font-size: 1rem; line-height: 1.7; }
.pro-help { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; border-top: 1px solid var(--line); padding: 20px 28px; border-radius: 0 0 16px 16px; background: #f3f7fb; font-size: .875rem; color: var(--brand-blue); }
.pro-help__contact { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-weight: 700; }
.pro-help__legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; color: var(--text-secondary); }
.pro-help__legal a { display: inline-flex; align-items: center; min-height: 44px; }
.pro-help a:hover { text-decoration: underline; }
.pro-page a:focus-visible, .pro-page summary:focus-visible { outline: 3px solid #ce2828; outline-offset: 5px; }
.pro-plan--premium a:focus-visible { outline-color: #8ee7c9; }
@media (max-width: 700px) {
    .pro-intro { margin-bottom: 28px; }
    .pro-plans { grid-template-columns: 1fr; }
    .pro-plan--premium { grid-row: 1; }
    .pro-faq { margin-top: 32px; }
    .pro-faq h2 { padding: 24px 20px 12px; }
    .pro-faq__items { padding: 0 20px 8px; }
    .pro-faq details p { padding-right: 0; }
    .pro-price-note { text-align: left; }
    .pro-help { align-items: flex-start; flex-direction: column; gap: 4px; padding: 16px 20px; }
}
