.pricing-hero{padding:calc(var(--nav-h, 68px) + clamp(36px,5vw,64px)) 0 clamp(32px,4vw,48px);text-align:center;position:relative}.pricing-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:linear-gradient(180deg,var(--bg-deep, #F2F5FD) 0%,var(--bg-void, #FAFBFF) 100%);z-index:0}.pricing-hero .container{position:relative;z-index:1}.pricing-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2, #2D6FEF);margin-bottom:20px}.pricing-eyebrow:before{content:"";width:20px;height:1.5px;background:var(--accent-2, #2D6FEF);border-radius:2px}.pricing-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:12px}.pricing-title em{font-style:italic;color:var(--accent-2, #2D6FEF)}.pricing-subtitle{font-size:clamp(14px,1.2vw,16px);color:var(--text-secondary);max-width:520px;margin:0 auto 28px;line-height:1.65}.trial-pill{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border-subtle, rgba(0,0,0,.07));border-radius:100px;padding:10px 24px;box-shadow:0 2px 12px #0e1b3d0a;margin-bottom:48px}.trial-pill-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;flex-shrink:0}.trial-pill-text{font-size:13.5px;color:var(--text-secondary)}.trial-pill-text strong{color:var(--text-primary);font-weight:600}.trial-pill-link{font-size:13px;font-weight:600;color:var(--accent-2, #2D6FEF);white-space:nowrap;display:inline-flex;align-items:center;gap:4px;transition:gap .22s cubic-bezier(.4,0,.2,1)}.trial-pill-link:hover{gap:8px}.trial-pill-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:820px;margin:0 auto 56px}.plan-card{background:#fff;border:1px solid var(--border-subtle, rgba(0,0,0,.07));border-radius:var(--radius-md, 14px);padding:32px 28px;display:flex;flex-direction:column;transition:box-shadow .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1)}.plan-card:hover{box-shadow:0 8px 32px #0e1b3d14;transform:translateY(-3px)}.plan-card.featured{border-color:var(--accent-2, #2D6FEF);box-shadow:0 0 0 1px var(--accent-2, #2D6FEF),0 4px 20px #2d6fef1a}.plan-badge{display:inline-flex;align-self:flex-start;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:16px}.plan-badge-blue{background:#2d6fef1a;color:var(--accent-2-ink)}.plan-badge-dark{background:var(--text-primary);color:#fff}.plan-name{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--text-primary);margin-bottom:6px}.plan-desc{font-size:14px;color:var(--text-secondary);line-height:1.55;margin-bottom:20px}.plan-price{margin-bottom:24px}.plan-price-main{font-family:var(--font-display);font-size:32px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.plan-price-unit{font-size:14px;font-weight:400;color:var(--text-muted)}.plan-price-note{font-size:12px;color:var(--text-muted);margin-top:4px}.plan-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;flex:1}.plan-feature{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--text-secondary)}.plan-feature-check{width:18px;height:18px;border-radius:50%;background:#2d6fef1a;display:grid;place-items:center;flex-shrink:0;margin-top:1px}.plan-feature-check svg{width:10px;height:10px;stroke:var(--accent-2, #2D6FEF);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.plan-cta{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:14px;font-weight:700;padding:12px 24px;border-radius:100px;transition:all .22s cubic-bezier(.4,0,.2,1)}.plan-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.plan-cta-primary{background:var(--accent-2, #2D6FEF);color:#fff}.plan-cta-primary:hover{background:#1d5de0;transform:translateY(-2px);box-shadow:0 8px 24px #2d6fef4d}.plan-cta-outline{border:1px solid var(--border-subtle, rgba(0,0,0,.07));color:var(--text-primary)}.plan-cta-outline:hover{border-color:#00000026;background:#00000005}.pricing-section-header{text-align:center;margin-bottom:36px}.pricing-section-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2, #2D6FEF);margin-bottom:10px}.pricing-section-title{font-family:var(--font-display);font-size:clamp(22px,2.5vw,30px);font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.cap-card{background:#fff;border:1px solid var(--border-subtle, rgba(0,0,0,.07));border-radius:var(--radius-md, 14px);padding:24px 20px;transition:box-shadow .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cap-card:hover{box-shadow:0 6px 24px #0e1b3d12;transform:translateY(-2px)}.cap-card-icon{width:40px;height:40px;border-radius:10px;background:#2d6fef14;display:grid;place-items:center;margin-bottom:14px}.cap-card-icon svg{width:20px;height:20px;stroke:var(--accent-2, #2D6FEF);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cap-card-name{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.cap-card-desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;flex:1}.how-section{padding:clamp(40px,5vw,64px) 0}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:0 auto}.how-step{text-align:center}.how-step-num{width:36px;height:36px;border-radius:50%;background:#2d6fef1a;display:grid;place-items:center;margin:0 auto 14px;font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--accent-2, #2D6FEF)}.how-step-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.how-step-desc{font-size:13px;color:var(--text-secondary);line-height:1.55}.volume-note{text-align:center;padding:clamp(24px,3vw,40px) 0}.volume-note-inner{display:inline-flex;align-items:center;gap:14px;background:linear-gradient(135deg,#2d6fef0f,#2d6fef05);border:1px solid rgba(45,111,239,.12);border-radius:var(--radius-md, 14px);padding:20px 32px}.volume-note-icon{width:40px;height:40px;border-radius:10px;background:#2d6fef1a;display:grid;place-items:center;flex-shrink:0}.volume-note-icon svg{width:20px;height:20px;stroke:var(--accent-2, #2D6FEF);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.volume-note-text{text-align:left}.volume-note-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.volume-note-desc{font-size:13px;color:var(--text-secondary)}.volume-note-cta{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--accent-2, #2D6FEF);white-space:nowrap;flex-shrink:0;transition:gap .22s cubic-bezier(.4,0,.2,1)}.volume-note-cta:hover{gap:10px}.volume-note-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pricing-cta{text-align:center;padding:clamp(32px,5vw,56px) 0 clamp(48px,6vw,72px)}.pricing-cta-title{font-family:var(--font-display);font-size:clamp(24px,3.5vw,40px);font-weight:800;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:12px}.pricing-cta-sub{font-size:15px;color:var(--text-secondary);max-width:480px;margin:0 auto 32px;line-height:1.6}.pricing-cta-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}html.js-enhance .pricing-fade-up{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}html.js-enhance .pricing-fade-up.visible{opacity:1;transform:translateY(0)}.pricing-fade-up-delay-1{transition-delay:.08s}.pricing-fade-up-delay-2{transition-delay:.16s}@media(prefers-reduced-motion:reduce){html.js-enhance .pricing-fade-up{opacity:1;transform:none;transition:none}}@media(max-width:900px){.plan-cards{grid-template-columns:1fr;max-width:480px}.cap-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.cap-grid{grid-template-columns:1fr}.trial-pill{flex-wrap:wrap;justify-content:center;border-radius:var(--radius-md, 14px);padding:16px 20px}.trial-pill-dot{display:none}.trial-pill-text{text-align:center}.trial-pill-link{margin-top:4px;width:100%;justify-content:center}.volume-note-inner{flex-direction:column;text-align:center;padding:24px 20px}.volume-note-text{text-align:center}}@media(max-width:480px){.pricing-cta-actions{flex-direction:column;align-items:center}}
