.premium-page[data-astro-cid-jancnwit]{padding-top:100px}.premium-hero[data-astro-cid-jancnwit]{text-align:center;padding:80px 0 60px}.premium-badge[data-astro-cid-jancnwit]{display:inline-block;padding:6px 20px;background:var(--gradient-primary);border-radius:var(--radius-full);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px}.premium-hero[data-astro-cid-jancnwit] h1[data-astro-cid-jancnwit]{font-size:clamp(2.2rem,5vw,3.5rem);margin-bottom:20px}.premium-subtitle[data-astro-cid-jancnwit]{color:var(--text-secondary);font-size:1.15rem;max-width:600px;margin:0 auto;line-height:1.7}.features-section[data-astro-cid-jancnwit]{padding:60px 0}.features-grid[data-astro-cid-jancnwit]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card[data-astro-cid-jancnwit]{padding:32px;transition:transform .3s var(--ease-spring),box-shadow .3s ease;position:relative;overflow:hidden}.feature-card[data-astro-cid-jancnwit]:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:transparent;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .3s ease;pointer-events:none}.feature-card[data-astro-cid-jancnwit]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #b794f61f}.feature-card[data-astro-cid-jancnwit]:hover:before{background:var(--gradient-primary)}.feature-icon[data-astro-cid-jancnwit]{font-size:2rem;margin-bottom:16px}.feature-card[data-astro-cid-jancnwit] h3[data-astro-cid-jancnwit]{font-size:1.2rem;margin-bottom:10px}.feature-card[data-astro-cid-jancnwit] p[data-astro-cid-jancnwit]{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.pricing-section[data-astro-cid-jancnwit]{padding:80px 0;text-align:center}.price-card[data-astro-cid-jancnwit]{max-width:400px;margin:0 auto;padding:48px 40px;text-align:center}.price-tag[data-astro-cid-jancnwit]{display:flex;align-items:flex-start;justify-content:center;gap:4px}.price-dollar[data-astro-cid-jancnwit]{font-size:1.5rem;font-weight:600;color:var(--text-secondary);margin-top:8px}.price-amount[data-astro-cid-jancnwit]{font-size:4rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.price-label[data-astro-cid-jancnwit]{color:var(--text-secondary);font-size:1rem;margin-top:4px}.price-desc[data-astro-cid-jancnwit]{color:var(--text-muted);font-size:.9rem;margin-top:8px;margin-bottom:32px}.price-features[data-astro-cid-jancnwit]{text-align:left;display:flex;flex-direction:column;gap:12px}.price-feature[data-astro-cid-jancnwit]{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--text-secondary)}.price-feature[data-astro-cid-jancnwit] span[data-astro-cid-jancnwit]{color:#4ade80;font-weight:700}.signup-section[data-astro-cid-jancnwit]{padding:80px 0;text-align:center}.signup-section[data-astro-cid-jancnwit] h2[data-astro-cid-jancnwit]{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:12px}.signup-subtitle[data-astro-cid-jancnwit]{color:var(--text-secondary);margin-bottom:32px}.signup-form[data-astro-cid-jancnwit]{max-width:480px;margin:0 auto}.input-group[data-astro-cid-jancnwit]{display:flex;gap:12px}.glass-input[data-astro-cid-jancnwit]{flex:1;padding:14px 20px;background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-full);font-size:.95rem;color:var(--text-primary);outline:none;backdrop-filter:blur(10px);transition:border-color .3s ease}.glass-input[data-astro-cid-jancnwit]:focus{border-color:#b794f666}.glass-input[data-astro-cid-jancnwit]::placeholder{color:var(--text-muted)}.form-message[data-astro-cid-jancnwit]{display:none;margin-top:16px;padding:10px 16px;border-radius:var(--radius-md);font-size:.85rem}.form-message[data-astro-cid-jancnwit].success{background:#4ade801a;color:#4ade80;border:1px solid rgba(74,222,128,.2)}.form-message[data-astro-cid-jancnwit].error{background:#fb71851a;color:#fb7185;border:1px solid rgba(251,113,133,.2)}.faq-section[data-astro-cid-jancnwit]{padding:80px 0}.faq-section[data-astro-cid-jancnwit] h2[data-astro-cid-jancnwit]{font-size:clamp(1.8rem,4vw,2.5rem);text-align:center;margin-bottom:40px}.faq-list[data-astro-cid-jancnwit]{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item[data-astro-cid-jancnwit]{overflow:hidden}.faq-trigger[data-astro-cid-jancnwit]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;font-size:1rem;font-weight:500;text-align:left}.faq-arrow[data-astro-cid-jancnwit]{font-size:1.4rem;transition:transform .3s ease}.faq-item[data-astro-cid-jancnwit].open .faq-arrow[data-astro-cid-jancnwit]{transform:rotate(180deg)}.faq-answer[data-astro-cid-jancnwit]{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item[data-astro-cid-jancnwit].open .faq-answer[data-astro-cid-jancnwit]{max-height:200px;padding:0 24px 20px}.faq-answer[data-astro-cid-jancnwit] p[data-astro-cid-jancnwit]{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.animate-on-scroll[data-astro-cid-jancnwit]{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease-out-expo),transform .8s var(--ease-out-expo)}.animate-on-scroll[data-astro-cid-jancnwit].animate-in{opacity:1;transform:translateY(0)}@media(max-width:768px){.features-grid[data-astro-cid-jancnwit]{grid-template-columns:1fr}.input-group[data-astro-cid-jancnwit]{flex-direction:column}}@media(max-width:1024px){.features-grid[data-astro-cid-jancnwit]{grid-template-columns:repeat(2,1fr)}}
