.pricing-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: radial-gradient(ellipse 70% 85% at 90% 45%, rgba(47, 151, 190, .22), transparent 68%), linear-gradient(120deg, #03131e 0%, #071f2f 52%, #0b344b 100%); }
.pricing-hero::before { content: ""; position: absolute; z-index: -1; width: 680px; height: 520px; right: -150px; top: -190px; border-radius: 48% 52% 63% 37% / 56% 36% 64% 44%; background: rgba(65, 168, 203, .18); filter: blur(65px); transform: rotate(-14deg); }
.pricing-hero-glow { position: absolute; z-index: -1; width: 520px; height: 420px; left: -260px; bottom: -260px; border-radius: 50%; background: rgba(47, 151, 190, .17); filter: blur(75px); }
.pricing-hero-layout { min-height: 690px; padding-top: 92px; display: grid; grid-template-columns: 1.08fr .66fr; gap: clamp(60px, 10vw, 144px); align-items: center; }
.pricing-hero h1 { max-width: 760px; margin: 0 0 28px; font-size: clamp(4rem, 6vw, 6.2rem); line-height: .95; letter-spacing: var(--tracking-display); text-wrap: balance; }
.pricing-hero h1 em { color: #73c6e8; font-style: normal; }
.pricing-hero-copy > p { max-width: 650px; margin: 0; color: #c4d5de; font-size: var(--text-lead); }
.trial-orbit { min-height: 420px; position: relative; display: grid; place-items: center; text-align: center; }
.orbit-ring { position: absolute; width: 350px; height: 350px; border: 1px solid rgba(117, 200, 231, .24); border-radius: 50%; animation: orbit-spin 26s linear infinite; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(117, 200, 231, .13); border-radius: 50%; }
.orbit-ring::after { inset: 77px; }
.orbit-ring i { width: 9px; height: 9px; position: absolute; border-radius: 50%; background: #75c8e7; box-shadow: 0 0 0 7px rgba(117, 200, 231, .1); }
.orbit-ring i:first-child { top: 31px; left: 77px; }
.orbit-ring i:nth-child(2) { right: -4px; top: 170px; }
.orbit-ring i:last-child { left: 73px; bottom: 26px; }
.trial-core { width: 210px; height: 210px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(83, 173, 211, .35), rgba(15, 64, 89, .72)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15), 0 30px 70px rgba(0, 12, 22, .35); }
.trial-core small { color: #bddae7; font-size: var(--text-xs); font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.trial-core strong { margin: 9px 0 0; font-size: 3.1rem; line-height: 1; letter-spacing: -.04em; }
.trial-core span { color: #75c8e7; font-size: 1.15rem; font-weight: 800; }
.trial-orbit > p { max-width: 230px; position: absolute; bottom: 12px; margin: 0; color: #a9c3cf; font-size: var(--text-sm); }

.plan-landscape { overflow: hidden; background: radial-gradient(circle at 86% 8%, rgba(79, 163, 217, .12), transparent 24%), #f6fafb; }
.plans-heading { margin-bottom: clamp(48px, 6vw, 82px); display: grid; grid-template-columns: 1fr .55fr; gap: clamp(60px, 10vw, 150px); align-items: end; }
.plans-heading h2, .comparison-heading h2, .pricing-faq h2 { margin: 16px 0 0; font-size: clamp(2.65rem, 4.5vw, 4.5rem); line-height: 1.01; letter-spacing: var(--tracking-display); text-wrap: balance; }
.plans-heading > p, .comparison-heading > p { margin: 0 0 4px; color: var(--muted); font-size: var(--text-base); }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 26px); align-items: stretch; }
.plan { min-width: 0; min-height: 690px; padding: clamp(30px, 3vw, 40px); position: relative; overflow: hidden; display: grid; grid-template-rows: 158px 100px minmax(0, 1fr) 52px; border: 1px solid #cedfe8; border-radius: var(--radius-md); background: linear-gradient(155deg, rgba(223, 241, 248, .86), #fff 42%); box-shadow: 0 24px 65px rgba(20, 66, 94, .09); }
.plan::before { content: ""; width: 230px; height: 230px; position: absolute; right: -105px; top: -120px; border-radius: 50%; background: rgba(79, 163, 217, .11); }
.plan-pro { border-color: rgba(27, 109, 169, .48); background: radial-gradient(circle at 100% 0, rgba(79, 163, 217, .2), transparent 32%), linear-gradient(155deg, #e5f3f8, #fff 54%); box-shadow: 0 30px 80px rgba(27, 109, 169, .16); }
.plan-pro::after { content: ""; height: 4px; position: absolute; top: 0; right: 0; left: 0; background: linear-gradient(90deg, var(--brand), var(--sky)); }
.plan-ultimate { background: radial-gradient(circle at 100% 0, rgba(18, 62, 92, .1), transparent 32%), linear-gradient(155deg, #f2f6f7, #fff 54%); }
.plan header { position: relative; z-index: 1; }
.plan-label { min-height: 30px; padding: 5px 11px; display: inline-flex; align-items: center; border-radius: var(--radius-pill); color: var(--brand); background: rgba(27, 109, 169, .09); font-size: var(--text-xs); font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.plan-pro .plan-label { color: #fff; background: var(--brand); }
.plan h3 { margin: 21px 0 8px; color: var(--deep); font-size: 2.2rem; line-height: 1.05; letter-spacing: -.03em; }
.plan header p { margin: 0; color: var(--muted); font-size: var(--text-sm); }
.plan-price { margin: 0; padding: 28px 0 31px; display: flex; align-items: baseline; gap: 8px; }
.plan-price strong { color: var(--deep); font-size: clamp(2rem, 2.85vw, 3.05rem); line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.plan-price span { color: var(--muted); font-size: var(--text-sm); white-space: nowrap; }
.plan-includes { padding: 22px 0 30px; border-top: 1px solid var(--line); }
.plan-includes > span { color: var(--deep); font-size: var(--text-xs); font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.plan-includes ul { margin: 18px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.plan-includes li { position: relative; padding-left: 28px; color: #3d586a; font-size: var(--text-sm); }
.plan-includes li::before { content: "✓"; width: 19px; height: 19px; position: absolute; left: 0; top: 2px; display: grid; place-items: center; border-radius: 50%; color: #18746f; background: #e3f3f0; font-size: .68rem; font-weight: 900; }
.plan-action { min-height: 52px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(18, 62, 92, .28); border-radius: var(--radius-pill); color: var(--deep); background: rgba(255,255,255,.7); font-size: var(--text-sm); font-weight: 850; transition: color .2s, background-color .2s, transform .2s, box-shadow .2s; }
.plan-pro .plan-action { color: #fff; border-color: var(--brand); background: var(--brand); box-shadow: 0 14px 30px rgba(27, 109, 169, .2); }
.plan-action:hover { color: #fff; background: var(--deep); transform: translateY(-2px); box-shadow: 0 15px 34px rgba(18, 62, 92, .16); }

.comparison-section { color: #e1edf2; background: radial-gradient(circle at 84% 18%, rgba(79, 163, 217, .16), transparent 29%), #0a2b3f; }
.comparison-heading { margin-bottom: clamp(42px, 5vw, 66px); display: grid; grid-template-columns: 1fr .55fr; gap: clamp(60px, 10vw, 150px); align-items: end; }
.comparison-heading .section-label { color: #76c5e5; }
.comparison-heading h2 { max-width: 760px; color: #fff; }
.comparison-heading > p { color: #abc0cb; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md); background: rgba(255,255,255,.045); }
.comparison-controls { margin: -28px auto 14px; display: none; justify-content: flex-end; gap: 8px; }
.comparison-controls button { min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-pill); color: #dbeaf0; background: rgba(255,255,255,.07); cursor: pointer; font-size: var(--text-xs); font-weight: 800; }
.comparison-controls button:hover { color: #fff; background: rgba(255,255,255,.13); }
.comparison-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table-wrap caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.comparison-table-wrap th, .comparison-table-wrap td { padding: 22px 25px; border-bottom: 1px solid rgba(255,255,255,.11); text-align: left; }
.comparison-table-wrap tr:last-child th, .comparison-table-wrap tr:last-child td { border-bottom: 0; }
.comparison-table-wrap thead th { color: #fff; background: rgba(255,255,255,.05); font-size: var(--text-sm); }
.comparison-table-wrap tbody th { width: 28%; color: #dbeaf0; font-size: var(--text-sm); }
.comparison-table-wrap td { color: #b9ced8; font-size: var(--text-sm); }

.pricing-faq { background: #e7f2f5; }
.pricing-faq .faq-layout { align-items: start; }
.pricing-faq .faq-intro { position: sticky; top: 120px; }
.pricing-faq .faq-item { border-color: rgba(18, 62, 92, .18); }
.pricing-faq .faq-answer p { color: var(--muted); }
.pricing-closing { background: radial-gradient(circle at 75% 30%, rgba(66,160,197,.2), transparent 35%), #08283d; }
.pricing-closing .closing-actions { flex-wrap: wrap; }
.pricing-closing .button, .pricing-closing .text-link { white-space: nowrap; }
.pricing-page .footer-main h2 { font-size: var(--text-xs); line-height: 1.3; letter-spacing: .1em; }

@keyframes orbit-spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .plan { min-height: 730px; padding: 30px 27px; }
  .plan-price strong { font-size: 2.3rem; }
}

@media (max-width: 1020px) {
  .pricing-hero-layout { grid-template-columns: 1fr .58fr; gap: 40px; }
  .trial-orbit { transform: scale(.87); }
  .plans-heading, .comparison-heading { grid-template-columns: 1fr; gap: 30px; }
  .plans-heading > p, .comparison-heading > p { max-width: 680px; }
  .plan-grid { grid-template-columns: 1fr; gap: 24px; }
  .plan { min-height: 0; grid-template-rows: auto auto auto 52px; }
}

@media (max-width: 860px) {
  .pricing-hero-layout { min-height: auto; padding-block: 140px 72px; grid-template-columns: 1fr; }
  .pricing-hero-copy { max-width: 700px; }
  .trial-orbit { min-height: 350px; transform: none; }
  .pricing-faq .faq-intro { position: static; }
}

@media (max-width: 620px) {
  .pricing-hero-layout { padding-top: 124px; }
  .pricing-hero h1 { font-size: clamp(3.05rem, 14vw, 4.25rem); }
  .pricing-hero-copy > p { font-size: 1rem; }
  .trial-orbit { min-height: 310px; margin: -12px -20px 0; transform: scale(.82); }
  .plans-heading h2, .comparison-heading h2, .pricing-faq h2 { font-size: clamp(2.3rem, 11vw, 3rem); }
  .plan { padding: 29px 24px; border-radius: var(--radius-sm); }
  .plan-price strong { font-size: 2.45rem; }
  .comparison-table-wrap { margin-right: auto; border-radius: var(--radius-sm); }
  .comparison-controls { display: flex; }
  .comparison-table-wrap th, .comparison-table-wrap td { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-ring { animation: none; }
}
