.pricing-hero{text-align:center;max-width:800px;margin:0 auto;padding:4rem 1.5rem 2rem}.pricing-hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.pricing-hero .gradient-text{background:linear-gradient(90deg,#ff6038 0% 35%,#d9587a 42%,#7c5bbf 50%,#3aadba 58%,#20d4bc 65% 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pricing-hero p{color:var(--gray-500);max-width:560px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.tier-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:grid}.tier-card{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1.5px solid #0000000f;border-radius:20px;flex-direction:column;padding:2rem 1.5rem;transition:all .25s;display:flex;position:relative}.tier-card:hover{box-shadow:0 12px 40px #00000014}.tier-card-accent{border-radius:2px;height:4px;margin-bottom:1.25rem}.tier-card--selected{border:2px solid color-mix(in srgb, var(--tier-color,#ff6038) 60%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--tier-color,#ff6038) 4%, white), #ffffffe6);box-shadow:0 12px 36px color-mix(in srgb, var(--tier-color,#ff6038) 18%, transparent)}.tier-card--selected:hover{box-shadow:0 18px 50px color-mix(in srgb, var(--tier-color,#ff6038) 26%, transparent)}.tier-card--selected .tier-card-accent{height:8px;margin-bottom:1.05rem}.tier-card:not(.tier-card--selected):not(.tier-card--current):not(.tier-card--unavailable):hover{border-color:color-mix(in srgb, var(--tier-color,#94a3b8) 55%, transparent);box-shadow:0 16px 40px color-mix(in srgb, var(--tier-color,#94a3b8) 18%, transparent), 0 4px 12px #0f172a0a;cursor:pointer}.tier-card--current:hover,.tier-card--unavailable:hover{cursor:default;transform:none;box-shadow:0 4px 12px #0000000a}.tier-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--orange);color:#fff;border-radius:999px;width:fit-content;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.tier-card-name{color:var(--gray-900);margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.tier-card-tagline{color:var(--gray-500);min-height:2.5em;margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.tier-card-price{margin-bottom:.25rem}.tier-price-amount{color:var(--gray-900);letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.tier-card--selected .tier-price-amount{color:var(--tier-color,var(--orange))}.tier-price-interval{color:var(--gray-500);font-size:.9rem;font-weight:500}.tier-card-billing-line{color:var(--gray-500);min-height:1.2em;margin-top:.25rem;margin-bottom:1rem;font-size:.85rem}.tier-interval-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;grid-template-columns:1fr 1fr;gap:0;margin:0 0 1.25rem;padding:3px;display:grid}.tier-interval-segment{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.3rem;padding:.45rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .18s,background .18s,box-shadow .18s;display:inline-flex}.tier-interval-segment:hover:not(.active){color:var(--gray-900)}.tier-interval-segment.active{color:var(--gray-900);background:#fff;box-shadow:0 2px 6px #0f172a14,0 0 0 1px #0f172a0a}.tier-interval-segment:focus-visible{outline:2px solid var(--tier-color,var(--orange));outline-offset:1px}.tier-interval-save{color:var(--orange);letter-spacing:.02em;font-size:.68rem;font-weight:700}.tier-card-features{flex:1;margin:1rem 0 1.5rem;padding:0;font-size:.85rem;list-style:none}.tier-card-features li{color:var(--gray-600,#4b5563);align-items:flex-start;gap:.5rem;padding:.3rem 0;display:flex}.tier-card-features li:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2320d4bc' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") 50%/contain no-repeat;width:16px;min-width:16px;height:16px;margin-top:2px;display:inline-block}.tier-card-cta{width:100%;color:var(--gray-700,#374151);cursor:pointer;background:#0000000a;border:1.5px solid #00000014;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.tier-card-cta:hover{background:#00000014;transform:translateY(-1px)}.tier-card--selected .tier-card-cta{color:#fff;background:var(--tier-color,var(--orange));border-color:var(--tier-color,var(--orange))}.tier-card--selected .tier-card-cta:hover{filter:brightness(.92);box-shadow:0 4px 12px color-mix(in srgb, var(--tier-color,var(--orange)) 35%, transparent)}.tier-card-cta:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.pricing-subscriber-banner{color:#155e75;background:#ecfeff;border:1px solid #a5f3fc;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:720px;margin:0 auto 2rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.pricing-subscriber-banner .btn{flex:none}.tier-card--current{border:2px solid #ff6038;box-shadow:0 6px 18px #ff60382e}.tier-badge--current{color:#fff;background:#ff6038}.tier-card-cta--current,.tier-card-cta--unavailable{color:#64748b;cursor:not-allowed;opacity:1;background:#f1f5f9;border:1px solid #cbd5e1}.tier-card-cta--current:hover,.tier-card-cta--unavailable:hover{box-shadow:none;background:#f1f5f9;transform:none}.tier-card--unavailable{opacity:.85}.tier-card-skip-trial{text-align:center;color:var(--gray-500,#64748b);margin-top:.5rem;padding:.25rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:block}.tier-card-skip-trial:hover,.tier-card-skip-trial:focus{color:#ff6038;outline:none;text-decoration:underline}.tier-card-skip-trial.loading{opacity:.6;pointer-events:none}@media (width<=600px){.pricing-subscriber-banner{text-align:center;flex-direction:column}}.included-section{text-align:center;max-width:960px;margin:4rem auto 0;padding:0 1.5rem}.included-section h2{color:var(--gray-900);margin-bottom:2rem;font-size:1.6rem;font-weight:700}.included-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.included-item{text-align:center;padding:1.25rem 1rem}.included-icon{margin-bottom:.5rem;font-size:1.75rem}.included-item h3{color:var(--gray-900);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.included-item p{color:var(--gray-500);font-size:.82rem;line-height:1.5}.addon-section{text-align:center;max-width:960px;margin:4rem auto 3rem;padding:0 1.5rem}.addon-section h2{color:var(--gray-900);margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.addon-subtitle{color:var(--gray-500);max-width:520px;margin:0 auto 2rem;font-size:.95rem;line-height:1.6}.addon-single{justify-content:center;display:flex}.addon-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffffb3;border:1.5px solid #0000000f;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:1.5rem 2rem;transition:all .2s;display:flex}.addon-card:hover{border-color:#ff603833;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.addon-amount{color:var(--orange);margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.addon-desc{color:var(--gray-500);flex:1;margin-bottom:1rem;font-size:.8rem;line-height:1.4}.addon-buy-btn{color:var(--orange);cursor:pointer;background:#ff60380f;border:1.5px solid #ff603833;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.addon-buy-btn:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.pricing-faq{max-width:680px;margin:4rem auto 3rem;padding:0 1.5rem}.pricing-faq h2{color:var(--gray-900);text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1.5px solid #0000000f;border-radius:14px;transition:border-color .2s;overflow:hidden}.faq-item[open]{border-color:#0000001a}.faq-item summary{color:var(--gray-900);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") 50%/contain no-repeat;width:18px;min-width:18px;height:18px;transition:transform .2s;display:inline-block}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-item summary:hover{color:var(--orange)}.faq-item p{color:var(--gray-600,#4b5563);margin:0;padding:0 1.25rem 1rem;font-size:.88rem;line-height:1.7}.pricing-trust{max-width:680px;margin:0 auto 4rem;padding:0 1.5rem}.trust-items{color:var(--gray-500);flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.82rem;display:flex}.trust-item{align-items:center;gap:.35rem;display:flex}.trust-item svg{color:var(--teal);flex-shrink:0}.cost-usage-bar{background:var(--gray-50);color:var(--gray-500);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.cost-usage-bar .usage-track{background:var(--gray-200);border-radius:3px;flex:1;min-width:80px;height:6px;overflow:hidden}.cost-usage-bar .usage-fill{border-radius:3px;height:100%;transition:width .3s}.cost-usage-bar .usage-fill.green{background:#22c55e}.cost-usage-bar .usage-fill.amber{background:#f59e0b}.cost-usage-bar .usage-fill.red{background:#ef4444}.usage-topup-link{color:var(--orange);white-space:nowrap;font-size:.75rem;font-weight:600;text-decoration:none}.usage-topup-link:hover{text-decoration:underline}.trial-banner{color:var(--gray-700,#374151);background:#20d4bc14;border:1px solid #20d4bc33;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.trial-banner a{color:var(--orange);font-weight:600;text-decoration:none}.trial-banner a:hover{text-decoration:underline}@media (width<=900px){.tier-grid{grid-template-columns:repeat(2,1fr);max-width:640px}.tier-card--recommended{grid-column:span 2;justify-self:center;max-width:400px}.included-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.tier-grid{grid-template-columns:1fr;max-width:400px}.tier-card--recommended{grid-column:span 1;max-width:none}.included-grid{grid-template-columns:1fr}.trust-items{flex-direction:column;align-items:center;gap:.75rem}}
