.price-chart{max-width:1200px;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;align-items:center;margin:5vh auto 0;padding:3rem 2rem;background:hsla(0,0%,100%,.85);border-radius:1.5rem;box-shadow:0 4px 14px rgba(0,0,0,.12);transform:scale(.94);transform-origin:top center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=dark] .price-chart{background:rgba(22,16,32,.72);border-radius:1.5rem;box-shadow:0 4px 18px rgba(0,0,0,.55)}.price-chart__intro{text-align:center;max-width:900px}.price-muted{margin:0;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#pricing-heading{text-align:center}.price-intro{margin-top:.5rem;color:#4b5563;max-width:60ch}.price-chart__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.bundle{background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(124,58,237,.06));border-radius:16px;padding:2.75rem 2rem 2rem;box-shadow:0 4px 16px rgba(168,85,247,.14);display:flex;flex-direction:column;gap:1rem;align-items:flex-start;position:relative;transition:all .3s ease;border:1px solid rgba(168,85,247,.28)}.bundle:focus-within,.bundle:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(168,85,247,.22);border-color:rgba(168,85,247,.45);background:linear-gradient(135deg,rgba(168,85,247,.12),rgba(124,58,237,.09))}.bundle--popular{background:linear-gradient(135deg,rgba(168,85,247,.18),rgba(124,58,237,.12));border:2px solid rgba(168,85,247,.4);box-shadow:0 8px 24px rgba(168,85,247,.22);padding-top:3rem}.bundle--popular:hover{box-shadow:0 16px 40px rgba(168,85,247,.3)}.bundle__badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;padding:.35rem .75rem;border-radius:999px;font-weight:700;font-size:.75rem;letter-spacing:.02em;box-shadow:0 4px 12px rgba(168,85,247,.35)}.bundle__title{margin:0;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bundle__subtitle{margin:0;color:#6b7280;font-size:.95rem;font-weight:500}.bundle__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.bundle__price-from{font-size:.85rem;color:#6b7280;font-weight:600}.bundle__price-amount{font-size:2rem;font-weight:600;background:linear-gradient(135deg,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bundle__promo-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;padding:.35rem .6rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.05em;box-shadow:0 4px 14px rgba(239,68,68,.35);z-index:2}.bundle__price-original{position:relative;display:inline-block}.bundle__price-original:after{content:"";position:absolute;left:0;top:50%;height:2px;background:linear-gradient(90deg,#ef4444,#f97316);width:0;transform:translateY(-50%);animation:bundle-strike .7s ease forwards}.bundle__price-discounted{opacity:0;transform:scale(.85);animation:bundle-discount-reveal .7s ease forwards;animation-delay:.15s;background:none;color:#dc2626;-webkit-text-fill-color:#dc2626}@keyframes bundle-strike{to{width:100%}}@keyframes bundle-discount-reveal{to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.bundle__price-original:after{width:100%;animation:none}.bundle__price-discounted{opacity:1;transform:none;animation:none}.bundle__price-original{text-decoration:line-through}}.bundle__price-suffix{color:#6b7280;font-size:.875rem;font-weight:500}.bundle__features{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem;width:100%}.bundle__features li{padding-left:1.5rem;position:relative;color:#374151;font-size:.95rem;line-height:1.5}.bundle__features li:before{content:"✓";position:absolute;left:0;color:#a855f7;font-weight:700;font-size:1rem}.bundle__cta{margin-top:auto;width:100%;display:flex;justify-content:flex-start;font-weight:500}.section-wrapper:has(.price-chart){width:90%;margin-bottom:20vh}@media (max-width:768px){.section-wrapper:has(.price-chart){width:80%}.price-chart{padding:2rem 1.5rem}}@media (max-width:960px){.price-chart__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.price-chart__grid{grid-template-columns:1fr}.price-chart{padding:1.5rem 1rem}.bundle__badge{top:10px;right:10px;font-size:.7rem;padding:.3rem .5rem}.bundle__title{font-size:1.125rem}.bundle__subtitle{font-size:.875rem}.bundle__price-amount{font-size:1.75rem}.bundle__price-suffix{font-size:.813rem}.bundle__features li{padding-left:1.25rem;font-size:.875rem}.bundle__features li:before{font-size:.875rem}}[data-theme=dark] .bundle{background:linear-gradient(135deg,rgba(168,85,247,.12),rgba(124,58,237,.08) 50%,rgba(59,130,246,.12));border:1px solid rgba(168,85,247,.3);box-shadow:0 8px 24px rgba(168,85,247,.2)}[data-theme=dark] .bundle:hover{background:linear-gradient(135deg,rgba(168,85,247,.18),rgba(124,58,237,.12) 50%,rgba(59,130,246,.18));border-color:rgba(168,85,247,.5);box-shadow:0 16px 40px rgba(168,85,247,.3)}[data-theme=dark] .bundle--popular{background:linear-gradient(135deg,rgba(168,85,247,.2),rgba(124,58,237,.15) 50%,rgba(59,130,246,.2));border:2px solid rgba(168,85,247,.4);box-shadow:0 12px 32px rgba(168,85,247,.3)}[data-theme=dark] .bundle--popular:hover{box-shadow:0 20px 48px rgba(168,85,247,.4)}[data-theme=dark] .bundle__badge{background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 4px 16px rgba(168,85,247,.4)}[data-theme=dark] .bundle__title{background:linear-gradient(135deg,#c084fc,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .bundle__price-from,[data-theme=dark] .bundle__subtitle{color:#9ca3af}[data-theme=dark] .bundle__price-amount{background:linear-gradient(135deg,#c084fc,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .bundle__price-original{color:#9ca3af}[data-theme=dark] .bundle__promo-badge{background:#dc2626;box-shadow:0 4px 14px rgba(220,38,38,.5)}[data-theme=dark] .bundle__price-original:after{background:#dc2626}[data-theme=dark] .bundle__price-discounted{background:none;color:#dc2626;-webkit-text-fill-color:#dc2626}.bundle__price-original{font-size:1.25rem;background:none;color:#6b7280;-webkit-text-fill-color:#6b7280;opacity:.85}.bundle__price-discounted{font-size:2.15rem;font-weight:700}@media (prefers-reduced-motion:reduce){.bundle__price-discounted{font-size:2.15rem}}[data-theme=dark] .bundle__price-suffix{color:#9ca3af}[data-theme=dark] .bundle__features li{color:#d1d5db}[data-theme=dark] .bundle__features li:before{color:#c084fc}[data-theme=dark] .price-chart__intro,[data-theme=dark] .price-chart__intro .muted,[data-theme=dark] .price-intro{color:#9ca3af}[data-theme=dark] #pricing-heading{background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .price-chart .get-quote-button{color:#fff;box-shadow:0 6px 18px rgba(168,85,247,.4)}[data-theme=dark] .price-chart .get-quote-button:hover{box-shadow:0 8px 24px rgba(168,85,247,.5)}.price-chart .get-quote-button{padding:.5rem 1.05rem;font-size:.8rem;border-radius:1.1rem;background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 3px 10px rgba(168,85,247,.35);font-weight:600}.price-chart .get-quote-button:hover{background:linear-gradient(135deg,#c084fc,#a855f7);transform:translateY(-2px)}.price-chart .get-quote-button:focus-visible{outline:2px solid #7c3aed;outline-offset:3px}[data-theme=dark] .price-chart .get-quote-button{background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 3px 12px rgba(168,85,247,.45)}[data-theme=dark] .price-chart .get-quote-button:hover{background:linear-gradient(135deg,#c084fc,#a855f7)}