.faq{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.faq{margin-bottom:2rem;padding-block:2rem}}.faq{max-width:56.25rem;margin-inline:auto}.faq h2{text-align:center}.faq .faq-subtitle{text-align:center;color:#aaa;margin-bottom:2.5rem;font-size:1rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#ffffff0d;border:1px solid #d4af3733;border-radius:1rem;transition:border-color .3s,box-shadow .3s;overflow:hidden}.faq-item.open{border-color:#d4af37;box-shadow:0 1.25rem 2.5rem #0006}.faq-question{cursor:pointer;color:#fff;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:1.25rem;font-size:1rem;font-weight:600;display:flex}.faq-question .icon{color:#d4af37;font-size:1.5rem;line-height:1}.faq-answer{opacity:0;max-height:0;transition:all .3s;overflow:hidden}.faq-answer p{color:#aaa;padding:0 1.25rem 1.25rem;font-size:.875rem;line-height:1.6}.faq-item.open .faq-answer{opacity:1;max-height:12.5rem}
.features{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.features{margin-bottom:2rem;padding-block:2rem}}.features{text-align:center}.features .subtitle{color:#aaa;margin-bottom:2rem;font-size:1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:1000px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.features-grid{grid-template-columns:1fr}}.features-card{text-align:left;background:#ffffff0d;border:1px solid #d4af3733;border-radius:.75rem;padding:1.5rem;transition:all .25s}.features-card h3{color:#d4af37;margin-bottom:.625rem;font-size:1.125rem}.features-card p{color:#aaa;font-size:.875rem;line-height:1.6}.features-card:hover{border-color:#d4af37;transform:translateY(-4px);box-shadow:0 1.25rem 2.5rem #0006}.features-price{color:#aaa;font-size:1rem}.features-price strong{color:#00ff9d;font-weight:600}
.final-cta{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.final-cta{margin-bottom:2rem;padding-block:2rem}}.final-cta{text-align:center}.final-cta p{color:#aaa;max-width:520px;margin:0 auto 1.5rem;font-size:1rem}.final-cta .btn-gold{width:fit-content;margin-top:1rem;text-decoration:none;display:inline-block}
.hero{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.hero{margin-bottom:2rem;padding-block:2rem}}.hero{grid-template-columns:1fr;gap:3rem;display:grid}.hero .hero-content{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.hero h1{margin-bottom:1rem}.hero .hero-tagline{color:#fff;font-size:1.25rem;font-weight:600}@media (max-width:650px){.hero .hero-tagline{font-size:1rem}}.hero .hero-features{color:#aaa;font-size:1rem}@media (max-width:650px){.hero .hero-features{font-size:.875rem}}.hero .hero-actions{display:flex}.hero .hero-actions .btn-gold{width:fit-content;margin-inline:auto;text-decoration:none}.hero .hero-video{border-radius:1.5rem;max-width:56.25rem;margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 1.25rem 2.5rem #0006}.hero .hero-video video{border-radius:inherit;width:100%;height:auto;display:block}
.how-it-works{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.how-it-works{margin-bottom:2rem;padding-block:2rem}}.how-it-works{text-align:center}.how-it-works .subtitle{color:#aaa;margin-bottom:2rem;font-size:1rem}.how-it-works .steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1000px){.how-it-works .steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.how-it-works .steps{grid-template-columns:1fr}}.how-it-works .step-card{background:#ffffff0d;border:1px solid #d4af3733;border-radius:1.25rem;padding:2rem;transition:transform .2s,border-color .2s}.how-it-works .step-card:hover{border-color:#d4af37;transform:translateY(-4px)}.how-it-works .step-card:hover .icon-wrapper{box-shadow:0 0 20px #d4af3799}.how-it-works .step-card .icon-wrapper{color:#d4af37;background:#d4af3726;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin:0 auto 1rem;transition:box-shadow .2s;display:flex}.how-it-works .step-card .step-number{color:#d4af37;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:inline-block}.how-it-works .step-card h3{color:#fff;margin-bottom:.75rem}.how-it-works .step-card p{color:#aaa;font-size:1rem;line-height:1.6}
.showcase{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.showcase{margin-bottom:2rem;padding-block:2rem}}.showcase{text-align:center}.showcase .showcase-subtitle{color:#aaa;margin-bottom:2rem}.showcase .showcase-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:1.25rem;display:grid}@media (max-width:1000px){.showcase .showcase-grid{gap:1rem}}@media (max-width:650px){.showcase .showcase-grid{gap:.75rem}}.showcase .showcase-grid .showcase-card{cursor:pointer;border-radius:1rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 1.25rem 2.5rem #0006}@media (max-width:1000px){.showcase .showcase-grid .showcase-card{border-radius:.75rem}}@media (max-width:650px){.showcase .showcase-grid .showcase-card{border-radius:.5rem}}.showcase .showcase-grid .showcase-card:hover{transform:scale(1.03)}.showcase .showcase-grid .showcase-card img{object-fit:cover;width:100%;height:100%}.showcase .showcase-grid .showcase-card .caption{color:#fff;text-align:center;background:#0009;padding:.5rem;font-size:.875rem;position:absolute;bottom:0;left:0;right:0}@media (max-width:1000px){.showcase .showcase-grid .showcase-card .caption{font-size:.75rem}}@media (max-width:650px){.showcase .showcase-grid .showcase-card .caption{font-size:.625rem}}.showcase .showcase-grid .size-1x1{grid-area:span 1/span 1}.showcase .showcase-grid .size-2x1{grid-area:span 1/span 2}.showcase .showcase-grid .size-1x2{grid-area:span 2/span 1}.showcase .showcase-grid .size-2x2{grid-area:span 2/span 2}.showcase .showcase-grid .size-3x1{grid-area:span 1/span 3}.showcase .showcase-grid .size-3x2{grid-area:span 2/span 3}.showcase .showcase-grid .size-4x1{grid-area:span 1/span 4}.showcase .lightbox{z-index:10;cursor:zoom-out;background:#0a1f1ae6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.showcase .lightbox-content{cursor:auto;max-width:90%;max-height:90%;position:relative;overflow:auto}.showcase .lightbox-content img{border-radius:1rem}.showcase .lightbox-content .caption{color:#fff;text-align:center;margin-top:.5rem;font-size:1rem}.showcase .lightbox-content .close-btn{color:#aaa;cursor:pointer;background:0 0;border:none;font-size:2.25rem;line-height:1.5rem;position:absolute;top:.75rem;right:.75rem}
.testimonials{margin-bottom:4rem;padding-block:3rem}@media (max-width:650px){.testimonials{margin-bottom:2rem;padding-block:2rem}}.testimonials{text-align:center}.testimonials .subtitle{color:#aaa;margin-bottom:2rem;font-size:1rem}.testimonials .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:1000px){.testimonials .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.testimonials .testimonials-grid{grid-template-columns:1fr}}.testimonials .testimonial-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;background:#ffffff0a;border:1px solid #d4af37;border-radius:1.5rem;padding:1.25rem;transition:all .3s;box-shadow:0 0 0 1px #ffd70033}.testimonials .testimonial-card:hover{transform:translateY(-6px)}.testimonials .testimonial-card .card-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.testimonials .testimonial-card .card-header img{border-radius:50%}.testimonials .testimonial-card .card-header .name{color:#fff;font-weight:600}.testimonials .testimonial-card .card-header .role{color:#aaa;font-size:.75rem}.testimonials .testimonial-card .text{color:#aaa;font-size:.875rem;line-height:1.6}
