/* Sassy-inspired split composition, using RateWise typography and Admin icons. */
.rw-pricing-page { background: #fff; color: #172b49; }
.rprice-intro { position: relative; overflow: hidden; padding: 148px 0 54px; text-align: center; background: radial-gradient(ellipse at 50% 5%, #e7eeff 0, #f8faff 44%, #fff 76%); }
.rprice-eyebrow { display: inline-flex; padding: 7px 14px; border: 1px solid #b5c8f4; border-radius: 11px; color: #1459d9; font-size: 13px; font-weight: 800; background: #f5f8ff; }
.rprice-intro h1 { margin: 21px auto 18px; max-width: 1000px; font-size: clamp(36px,4.3vw,64px); font-weight: 800; line-height: 1.12; letter-spacing: -.045em; color: #10213b; }
.rprice-intro h1 span { color: #1459d9; }
.rprice-intro p { color: #586880; font-size: 17px; line-height: 1.7; }
.rprice-compare-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0; margin-top: 12px; font-size: 13px; font-weight: 800; color: #1459d9; }
.rprice-plans { padding: 10px 0 64px; }
.rprice-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); gap: 26px; }
.rprice-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: #f4f6ff; border: 1px solid #d9dfea; border-radius: 28px; overflow: hidden; }
.rprice-card { min-width: 0; display: flex; flex-direction: column; padding: 36px 28px 30px; }
.rprice-pair .rprice-card + .rprice-card { border-left: 1px solid #d9dfea; }
.rprice-tag { align-self: flex-start; padding: 6px 11px; border: 1px solid #aebfee; border-radius: 10px; color: #144fc1; font-size: 11px; line-height: 1.5; font-weight: 800; }
.rprice-card h2 { margin: 22px 0 18px; color: #10213b; font-size: clamp(28px,2.5vw,38px); line-height: 1.15; font-weight: 800; letter-spacing: -.035em; scroll-margin-top: 100px; }
.rprice-description { font-size: 15px; color: #546179; line-height: 1.75; min-height: 74px; }
.rprice-price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 10px; row-gap: 2px; margin: 26px 0 31px; }
.rprice-price strong { font-size: clamp(36px,3.55vw,52px); font-weight: 800; letter-spacing: -.055em; line-height: 1.12; color: #10213b; white-space: nowrap; }
.rprice-price > span { font-size: 12px; font-weight: 700; color: #546179; white-space: nowrap; }
.rprice-highlights { display: grid; gap: 21px; padding-bottom: 26px; border-bottom: 1px solid #d9dfea; }
.rprice-highlight { display: flex; align-items: center; gap: 13px; }
.rprice-highlight .rw-flow-icon { width: 48px; height: 48px; border-radius: 13px; }
.rprice-highlight .rw-flow-icon svg { width: 25px; height: 25px; }
.rprice-highlight strong { display: block; font-size: 16px; line-height: 1.35; letter-spacing: -.02em; color: #10213b; }
.rprice-highlight p { margin-top: 4px; font-size: 12px; color: #546179; line-height: 1.6; }
.rprice-card h3 { margin: 24px 0 16px; font-size: 18px; font-weight: 800; letter-spacing: -.025em; }
.rprice-features { display: grid; align-content: start; gap: 13px; margin: 0; padding: 0; }
.rprice-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.65; }
.rprice-check { display: inline-flex; flex: none; align-items: center; justify-content: center; width: 20px; height: 20px; border: 1px solid #cbd8f8; border-radius: 50%; color: #1459d9; font-size: 12px; font-weight: 800; }
.rprice-limit { margin: auto 0 19px; padding-top: 26px; font-size: 12px; color: #546179; line-height: 1.7; min-height: 63px; }
.rprice-card .rprice-cta { display: flex; justify-content: space-between; width: 100%; min-height: 54px; padding: 14px 17px; font-size: 13px; border-radius: 13px; border: 1px solid #1459d9; background: linear-gradient(110deg,#1459d9,#3869e0); color: #fff; box-shadow: 0 8px 26px -16px #1459d9; }
.rprice-card .rprice-cta:hover { background: #1048b2; color: #fff; text-decoration: none; transform: translateY(-2px); }
.rprice-card--premium { border: 1px solid #8ca9f6; border-radius: 28px; color: #fff; background: linear-gradient(140deg,#4964ca 0%,#194dce 37%,#1244c2 63%,#335ad1 100%); box-shadow: 0 22px 60px -38px #1244c2; }
.rprice-card--premium .rprice-tag { background: #173980; border-color: #709bff; color: #fff; }
.rprice-card--premium :is(h2,h3,.rprice-price strong,.rprice-highlight strong) { color: #fff; }
.rprice-card--premium :is(.rprice-description,.rprice-price>span,.rprice-highlight p,.rprice-limit) { color: #f1f5ff; }
.rprice-card--premium .rprice-highlights { border-color: #ffffff40; }
.rprice-card--premium .rprice-check { color: #fff; border-color: #ffffff6b; }
.rprice-card--premium .rprice-cta { color: #1459d9; background: #fff; border-color: #fff; box-shadow: 0 12px 26px -18px #062361; }
.rprice-card--premium .rprice-cta:hover { color: #1048b2; background: #ecf2ff; }
.rprice-footnote { text-align: center; max-width: 850px; margin: 24px auto 0; font-size: 12px; color: #586880; line-height: 1.7; }
.rprice-comparison { padding: 66px 0 70px; background: linear-gradient(#f8faff,#fff); scroll-margin-top: 56px; }
.rprice-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 30px; }
.rprice-section-head h2 { font-size: clamp(28px,3vw,40px); line-height: 1.18; letter-spacing: -.04em; color: #10213b; margin-top: 12px; }
.rprice-section-head p { color: #586880; font-size: 14px; line-height: 1.7; }
.rprice-table-scroll { overflow-x: auto; border: 1px solid #d9dfea; border-radius: 22px; background: #fff; }
.rprice-table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: 13px; }
.rprice-table caption { text-align: left; }
.rprice-table th,.rprice-table td { padding: 18px 20px; border-bottom: 1px solid #e4eaf4; text-align: center; }
.rprice-table th:first-child { width: 47%; text-align: left; }
.rprice-table thead { color: #10213b; background: #edf2ff; font-size: 14px; }
.rprice-table thead th { font-weight: 800; }
.rprice-table tbody th { font-weight: 500; color: #3f526d; }
.rprice-table tbody tr:last-child > * { border-bottom: 0; }
.rprice-table td:last-child { background: #f6f8ff; }
.rprice-table thead th:last-child { color: #fff; background: #1459d9; }
.rprice-yes { display: inline-flex; width: 24px; height: 24px; justify-content: center; align-items: center; background: #eaf1ff; color: #1459d9; border-radius: 50%; font-size: 16px; font-weight: 800; }
.rprice-no { color: #6a7990; font-size: 18px; }
.rprice-table-note { margin-top: 16px; color: #586880; font-size: 12px; line-height: 1.7; }
.rprice-faq { padding: 28px 0 76px; }
.rprice-faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; align-items: start; }
.rprice-faq details { border: 1px solid #d9e2f0; border-radius: 17px; background: #f7f9fe; }
.rprice-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 20px 22px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; color: #172b49; }
.rprice-faq summary::-webkit-details-marker { display: none; }
.rprice-faq summary::after { content: '+'; font-size: 24px; color: #1459d9; font-weight: 400; }
.rprice-faq details[open] summary::after { content: '−'; }
.rprice-faq details p { padding: 0 22px 22px; color: #546179; font-size: 13px; line-height: 1.85; }
.rprice-closing { padding-bottom: 76px; }
.rprice-closing-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px; border-radius: 25px; border: 1px solid #d9e2f0; background: radial-gradient(ellipse at 100% 0,#e1eaff,#f3f6ff 65%); }
.rprice-closing-panel h2 { margin: 18px 0 12px; font-size: 30px; line-height: 1.2; letter-spacing: -.035em; }
.rprice-closing-panel p { font-size: 14px; color: #546179; }
.rprice-closing-actions { display: grid; gap: 17px; flex: none; text-align: center; font-size: 12px; font-weight: 800; }
.rprice-closing-actions .btn { min-height: 52px; gap: 20px; border-radius: 12px; background: #1459d9; color: #fff; }
.rw-pricing-page :is(a,summary,.rprice-table-scroll):focus-visible { outline: 3px solid #1459d9; outline-offset: 4px; }
.rw-pricing-page .rprice-card--premium a:focus-visible { outline-color: #fff; }
@media(min-width:1500px) { .rprice-card { padding: 42px 36px 34px; } .rprice-features li { font-size: 14px; } }
@media(max-width:1099px) and (min-width:821px) { .rprice-layout { gap: 16px; } .rprice-card { padding: 28px 20px 24px; } .rprice-description { min-height: 99px; } .rprice-tag { font-size: 10px; padding-inline: 8px; } .rprice-highlight { gap: 10px; } .rprice-highlight .rw-flow-icon { width: 40px; height: 40px; } .rprice-highlight strong { font-size: 13px; } }
@media(max-width:820px) { .rprice-intro { padding: 122px 0 36px; } .rprice-layout { grid-template-columns: 1fr; gap: 20px; } .rprice-pair { grid-template-columns: 1fr; } .rprice-pair .rprice-card + .rprice-card { border-left: 0; border-top: 1px solid #d9dfea; } .rprice-card { padding: 30px; } .rprice-card h2 { font-size: 34px; } .rprice-description { min-height: 0; max-width: 540px; font-size: 15px; } .rprice-price { margin-top: 24px; } .rprice-price strong { font-size: 48px; } .rprice-highlights { grid-template-columns: 1fr 1fr; } .rprice-features { grid-template-columns: 1fr 1fr; gap: 14px 24px; } .rprice-features li { font-size: 13px; } .rprice-limit { min-height: 0; } .rprice-card .rprice-cta { justify-content: center; gap: 16px; } .rprice-section-head { display: block; } .rprice-section-head > p { margin-top: 16px; } .rprice-faq-grid { grid-template-columns: 1fr; } .rprice-closing-panel { display: block; padding: 30px; } .rprice-closing-actions { justify-content: start; margin-top: 24px; } }
@media(max-width:479px) { .rprice-intro { padding-top: 114px; } .rprice-intro h1 { font-size: clamp(30px,8vw,38px); } .rprice-intro p { font-size: 14px; padding-inline: 4px; } .rprice-intro p br { display: none; } .rprice-card { padding: 28px 22px; } .rprice-card h2 { font-size: 32px; } .rprice-description { font-size: 15px; } .rprice-price strong { font-size: 44px; } .rprice-highlights,.rprice-features { grid-template-columns: 1fr; } .rprice-layout,.rprice-pair,.rprice-card--premium { border-radius: 23px; } .rprice-section-head h2 { font-size: 30px; } .rprice-comparison { padding-block: 48px; } .rprice-table th,.rprice-table td { padding: 15px; } .rprice-faq { padding-bottom: 48px; } .rprice-faq summary { font-size: 13px; padding: 18px; } .rprice-closing-panel { padding: 24px; } .rprice-closing-panel h2 { font-size: 27px; } .rprice-closing-panel p { line-height: 1.8; } .rprice-closing-actions { justify-content: stretch; } }
@media(prefers-reduced-motion:reduce) { .rprice-card .rprice-cta { transition: none; } .rprice-card .rprice-cta:hover { transform: none; } }

.rprice-mobile-hint { display: none; }
@media(max-width:679px) { .rprice-mobile-hint { display: block; margin-bottom: 12px; font-size: 12px; line-height: 1.7; color: #1459d9; } }

/* One selected package: price + included features + blue monthly summary. */
.rprice-plans--selectable { padding-top: 128px; scroll-margin-top: 76px; }
.rprice-selector-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.rprice-selector-bar h1 { margin-top: 14px; color: #10213b; font-size: clamp(36px,3.5vw,52px); line-height: 1.15; letter-spacing: -.04em; font-weight: 800; }
.rprice-selector { display: flex; align-items: center; gap: 10px; }
.rprice-selector[hidden], .rprice-plan-panel[hidden] { display: none !important; }
.rprice-selector button { min-height: 52px; min-width: 128px; padding: 13px 24px; border: 2px solid #1459d9; border-radius: 13px; background: #fff; color: #1459d9; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.rprice-selector button:hover { background: #eef3ff; }
.rprice-selector button[aria-selected="true"] { color: #fff; background: linear-gradient(115deg,#1459d9,#536fd9); box-shadow: 0 9px 26px -18px #1459d9; }
.rprice-selector button:focus-visible { outline: 3px solid #1459d9; outline-offset: 4px; }
.rprice-selector-intro { margin: 18px 0 36px; font-size: 14px; color: #586880; line-height: 1.8; }
.rprice-plan-panel { scroll-margin-top: 90px; }
.rprice-plan-panel:focus-visible { outline: 3px solid #1459d9; outline-offset: 5px; border-radius: 28px; }
.rprice-plan-panel + .rprice-plan-panel:not([hidden]) { margin-top: 24px; }
.rprice-plans[data-price-ready] .rprice-plan-panel { margin-top: 0; }
.rprice-plan-panel .rprice-layout { min-height: 680px; }
.rprice-plan-panel .rprice-card { padding: 36px 28px; }
.rprice-overview .rprice-description { min-height: 0; }
.rprice-overview .rprice-price { margin-block: 30px 18px; }
.rprice-overview .rprice-highlights { border-bottom: 0; padding-bottom: 28px; gap: 24px; }
.rprice-overview .rprice-cta { margin-top: auto; }
.rprice-details .rprice-detail-kicker { color: #546179; font-size: 11px; line-height: 1.6; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.rprice-details h3 { font-size: 26px; line-height: 1.25; margin: 24px 0 24px; }
.rprice-details .rprice-features { gap: 19px; }
.rprice-details .rprice-limit { margin-bottom: 0; padding-top: 30px; }
.rprice-details .rprice-compare-link { font-size: 12px; margin-top: 10px; }
.rprice-summary h3 { font-size: clamp(25px,2.5vw,34px); line-height: 1.2; margin: 24px 0 0; }
.rprice-quota { margin-top: 30px; display: flex; flex-direction: column; gap: 6px; color: #fff; }
.rprice-quota strong { font-size: clamp(56px,5.6vw,78px); font-weight: 800; letter-spacing: -.055em; line-height: 1.1; }
.rprice-quota > span { font-size: 14px; font-weight: 700; }
.rprice-summary-copy { margin-block: 23px 30px; color: #f1f5ff; font-size: 14px; line-height: 1.8; }
.rprice-summary .rprice-highlights { border-bottom: 0; padding-bottom: 32px; gap: 25px; }
.rprice-summary .rprice-cta { margin-top: auto; }
@media(max-width:1099px) and (min-width:821px) {
 .rprice-plan-panel .rprice-card { padding: 28px 20px; }
 .rprice-plan-panel .rprice-overview h2 { font-size: 27px; }
 .rprice-details .rprice-features li { font-size: 13px; }
 .rprice-selector button { min-width: 108px; padding-inline: 15px; }
}
@media(max-width:820px) {
 .rprice-plans--selectable { padding-top: 105px; }
 .rprice-selector-bar { display: block; position: sticky; top: 72px; z-index: 10; background: rgba(255,255,255,.97); padding-block: 10px 16px; }
 html[data-compact="true"] .rprice-selector-bar { top: 56px; }
 .rprice-selector-bar .rprice-eyebrow { display: none; }
 .rprice-selector-bar h1 { margin: 0 0 15px; font-size: 32px; }
 .rprice-selector { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
 .rprice-selector button { min-width: 0; min-height: 48px; padding: 10px 8px; font-size: 14px; }
 .rprice-selector-intro { margin: 8px 0 24px; font-size: 13px; }
 .rprice-plan-panel .rprice-layout { min-height: 0; }
 .rprice-plan-panel .rprice-card { padding: 28px; }
 .rprice-plan-panel :is(.rprice-highlights,.rprice-features) { grid-template-columns: 1fr; }
 .rprice-plan-panel .rprice-cta { margin-top: 12px; }
 .rprice-plan-panel h2 { margin-top: 18px; }
 .rprice-details h3 { margin: 14px 0 22px; }
 .rprice-summary h3 { font-size: 30px; }
 .rprice-plan-panel + .rprice-plan-panel:not([hidden]) { margin-top: 0; }
}
@media(max-width:479px) {
 .rprice-selector button { font-size: 12px; padding-inline: 4px; border-radius: 11px; }
 .rprice-selector-bar h1 { font-size: 30px; }
 .rprice-plan-panel .rprice-card { padding: 26px 22px; }
 .rprice-plan-panel .rprice-overview h2 { font-size: 30px; }
 .rprice-quota strong { font-size: 64px; }
 .rprice-plan-panel .rprice-features li { font-size: 14px; }
}
@media(prefers-reduced-motion:reduce) { .rprice-selector button { transition: none; } }
