.pricing-page{font-family:Outfit,sans-serif;background:#f8fafc;color:#0b2613;-webkit-font-smoothing:antialiased;min-height:100vh;--deep-forest:#0b2613;--primary:#22c55e;--slate-content:#475569}.pp-hero{padding:8rem 0 4rem;text-align:center}.pp-container{max-width:68rem;margin:0 auto;padding:0 1.5rem}.pp-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;border-radius:9999px;background:white;color:#0b2613;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,.02)}.pp-hero-title{font-size:3.75rem;font-weight:900;letter-spacing:-.03em;margin-bottom:1.25rem;line-height:1.1;color:#0b2613}.pp-hero-title .accent{color:#22c55e}.pp-hero-sub{font-size:1.25rem;font-weight:500;color:#64748b;max-width:36rem;margin:0 auto;line-height:1.75}.pp-products-wrapper{display:flex;flex-direction:column;margin-bottom:6rem;gap:2rem}.pp-product-section{display:flex;flex-direction:column;gap:3rem;padding:3rem;border-radius:2rem;background:#ffffff;border:1px solid rgba(0,0,0,.03);box-shadow:0 4px 20px -5px rgba(0,0,0,.03);transition:transform .3s ease,box-shadow .3s ease}.pp-product-section:hover{transform:translateY(-4px);box-shadow:0 12px 40px -10px rgba(0,0,0,.06)}@media (min-width:768px){.pp-product-section{flex-direction:row;align-items:center;gap:0;padding:4rem 5rem}}.pp-product-left{flex:1}@media (min-width:768px){.pp-product-left{padding-right:4rem}}.pp-product-name{font-size:2.25rem;font-weight:900;color:#0b2613;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1}.pp-product-desc{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;max-width:28rem;font-weight:400}.pp-product-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.25rem;border-radius:9999px;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;letter-spacing:.02em}.pp-product-cta .material-symbols-outlined{font-size:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.pp-product-cta:hover .material-symbols-outlined{transform:translateX(4px)}.pp-product-cta.default{background:white;color:#0b2613;border:1px solid rgba(0,0,0,.15)}.pp-product-cta.default:hover{background:#f8fafc;border-color:rgba(0,0,0,.3)}.pp-product-cta.primary{background:#0b2613;color:white;border:none;box-shadow:0 4px 15px rgba(11,38,19,.15)}.pp-product-cta.primary:hover{background:#1a3824;box-shadow:0 8px 25px rgba(11,38,19,.25)}.pp-product-right{flex:1.2;background:transparent;padding:0;border:none;border-radius:0}@media (min-width:768px){.pp-product-right{padding-left:4rem;border-left:1px solid rgba(0,0,0,.06)}}.pp-product-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.05)}.pp-product-price .amount{font-size:3.5rem;font-weight:900;color:#0b2613;letter-spacing:-.04em;line-height:1}.pp-product-price .period{color:#94a3b8;font-weight:600;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.pp-product-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.pp-product-features li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;font-weight:500;color:#475569;line-height:1.5}.pp-product-features .material-symbols-outlined.check{font-size:1.25rem;color:#22c55e;margin-top:.1rem;background:rgba(34,197,94,.1);border-radius:50%;padding:2px}.pp-faq{padding:6rem 0;background:transparent}.pp-faq-title{text-align:center;font-size:2.5rem;font-weight:900;color:#0b2613;margin-bottom:4rem;letter-spacing:-.02em}.pp-faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column}.pp-faq-item{border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden;cursor:pointer}.pp-faq-item:first-child{border-top:1px solid rgba(0,0,0,.08)}.pp-faq-item h4{padding:1.5rem 0;font-size:1.125rem;font-weight:700;color:#0b2613;display:flex;justify-content:space-between;align-items:center}.pp-faq-item h4 span{transition:transform .3s;color:#64748b}.pp-faq-item.open h4 span{transform:rotate(180deg)}.pp-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.pp-faq-item.open .pp-faq-answer{max-height:300px;padding:0 0 1.5rem}.pp-faq-answer p{color:#64748b;font-size:1rem;line-height:1.6}