.hero{padding:10rem 0 6rem;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(0,82,204,.05) 0%,transparent 50%);position:relative}.hero-title{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:850;color:var(--text);letter-spacing:-.04em;line-height:1.1;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.hero-sub{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.hero-trust{font-size:.9rem;color:var(--text-light);font-weight:600}.pricing-section{padding:4rem 0 8rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #091e421f;border-color:var(--blue)}.pricing-card.popular{transform:scale(1.05);border-color:var(--blue);box-shadow:0 10px 30px #0052cc1a;z-index:2}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;padding:.25rem 1rem;border-radius:100px;font-size:.75rem;font-weight:800}.plan-tag{font-size:.825rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.plan-name{font-size:1.125rem;font-weight:600;color:var(--text-muted);margin-bottom:1.5rem;min-height:3rem}.price-block{margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.price-period{font-size:1rem;color:var(--text-light);font-weight:500}.price-text{font-size:1.5rem;font-weight:700;color:var(--text)}.plan-desc{font-size:.925rem;color:var(--text-muted);margin-bottom:2rem}.card-divider{height:1px;background:var(--bg-grey);margin:0 -2.5rem 2rem}.features-list{margin-bottom:auto}.features-list li{display:flex;gap:.75rem;margin-bottom:1rem;font-size:.875rem;color:var(--text);line-height:1.4}.check-icon{color:var(--green);font-weight:700;font-style:normal}.plan-footer-note,.plan-footer-notes-item{padding-left:10px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.plan-footer-note.team{border-left:2px solid #36B37E}.plan-footer-note.work{border-left:2px solid var(--blue)}.plan-footer-note.enterprise{border-left:2px solid #172B4D}.plan-footer-notes{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.pricing-trust-list{display:flex;justify-content:center;gap:2rem;margin-top:4rem;flex-wrap:wrap}.trust-badge-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-muted);background:#fff;padding:.75rem 1.5rem;border-radius:100px;border:1px solid var(--border);box-shadow:0 2px 8px #0000000d}.trust-badge-item span{color:var(--green)}.faq-section{background:linear-gradient(180deg,#f4f5f7,#eef1f6);padding:6rem 0 7rem;position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:-200px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(0,82,204,.06) 0%,transparent 70%);pointer-events:none}.faq-section:after{content:"";position:absolute;bottom:-200px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(54,179,126,.05) 0%,transparent 70%);pointer-events:none}.faq-list{margin-top:3rem;max-width:780px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:0}.faq-item{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(223,225,230,.6);border-radius:16px;margin-bottom:12px;overflow:hidden;position:relative;animation:faqSlideIn .5s cubic-bezier(.4,0,.2,1) both;transition:border-color .35s,box-shadow .35s,background .35s}@keyframes faqSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item:nth-child(1){animation-delay:.05s}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-item:nth-child(4){animation-delay:.2s}.faq-item:nth-child(5){animation-delay:.25s}.faq-item:nth-child(6){animation-delay:.3s}.faq-item:nth-child(7){animation-delay:.35s}.faq-item:nth-child(8){animation-delay:.4s}.faq-item:nth-child(9){animation-delay:.45s}.faq-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#0052cc,#36b37e);border-radius:3px 0 0 3px;opacity:0;transform:scaleY(0);transform-origin:center;transition:opacity .3s,transform .4s cubic-bezier(.4,0,.2,1)}.faq-item:hover:before,.faq-item.active:before{opacity:1;transform:scaleY(1)}.faq-item:hover{border-color:#0052cc26;box-shadow:0 4px 24px #0052cc14,0 1px 3px #0000000a;background:#ffffffeb}.faq-item.active{border-color:#0052cc33;box-shadow:0 8px 32px #0052cc1a,0 2px 6px #0000000a;background:#fff}.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.35rem 1.75rem;font-family:var(--font-main);font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .25s;position:relative;z-index:1}.faq-question:hover,.faq-question.open{color:var(--blue)}.faq-icon{width:28px;height:28px;border-radius:8px;background:#ebf2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .35s cubic-bezier(.4,0,.2,1)}.faq-icon svg{width:14px;height:14px;stroke:var(--blue);stroke-width:2.5;fill:none;transition:transform .35s cubic-bezier(.4,0,.2,1)}.faq-question.open .faq-icon{background:var(--blue);box-shadow:0 2px 12px #0052cc40}.faq-question.open .faq-icon svg{stroke:#fff;transform:rotate(180deg)}.faq-answer{font-size:.925rem;color:#42526e;line-height:1.8;padding:0 1.75rem;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),padding .45s cubic-bezier(.4,0,.2,1),opacity .35s ease;opacity:0;position:relative}.faq-answer:before{content:"";position:absolute;top:0;left:1.75rem;right:1.75rem;height:1px;background:linear-gradient(90deg,transparent,rgba(0,82,204,.12),transparent)}.faq-answer.open{max-height:250px;padding:1rem 1.75rem 1.5rem;opacity:1}.faq-number{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#ebf2ff,#d6e4ff);color:var(--blue);font-size:.75rem;font-weight:700;margin-right:12px;flex-shrink:0;transition:all .3s}.faq-item.active .faq-number{background:linear-gradient(135deg,var(--blue),#1A6CCC);color:#fff;box-shadow:0 2px 8px #0052cc33}.faq-q-text{flex:1}.cta-section{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 50%,#1A6CCC 100%);padding:6rem 0;text-align:center}.cta-section p,.cta-desc{font-size:1rem;color:#fffc;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem}.cta-trust-note{font-size:.82rem;color:#ffffffa6;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-fine-print{font-size:.82rem;color:#ffffffa6;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-fine-print span{display:flex;align-items:center;gap:.3rem}@media(max-width:960px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pricing-card.popular{transform:none}.comparison-table{font-size:.82rem;display:block;overflow-x:auto}}@media(max-width:768px){.faq-question{padding:1.1rem 1.25rem;font-size:.9rem}.faq-answer.open{padding:.75rem 1.25rem 1.25rem}.faq-number{width:22px;height:22px;font-size:.7rem;margin-right:8px}}@media(max-width:640px){.hero{padding:8rem 0 4rem}.cta-btns{flex-direction:column;align-items:center}}
