*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #d4af37;--color-primary-dark: #b8941f;--color-secondary: #c41e3a;--color-dark: #1a1a1a;--color-darker: #0d0d0d;--color-light: #ffffff;--color-gray: #666666;--color-gray-light: #f5f5f5;--color-border: #e0e0e0;--font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif}body{font-family:var(--font-system);overflow-x:clip;color:var(--color-dark);line-height:1.6}html{scroll-behavior:smooth}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2b2a2a50,#0007);z-index:2}.hero-content{position:relative;z-index:3;max-width:900px;padding:2rem;color:#fff}.hero-headline{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff}.hero-headline span{color:#fff}.hero-subtext{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#f0f0f0;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:linear-gradient(135deg,#d4af37,#f4d03f);color:#1a1a1a;font-size:1.125rem;font-weight:700;padding:1rem 3rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #d4af3766;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-2px);background:#d4af37;box-shadow:0 12px 32px #d4af3780}.social-proof-section{padding:4rem 2rem;background:var(--color-light)}.container{max-width:1200px;margin:0 auto}.section-headline{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-dark);letter-spacing:-.02em}.badges-container{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-gray-light);border-radius:8px;font-weight:600;color:var(--color-dark);font-size:.95rem}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}.testimonial-card{background:var(--color-light);padding:1.5rem;border-radius:12px;border:1px solid var(--color-border);box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.testimonial-quote{font-size:1rem;line-height:1.6;color:var(--color-dark);margin-bottom:1rem}.testimonial-author{font-weight:600;color:var(--color-secondary);font-size:.95rem}.faq-section{padding:4rem 2rem;background:var(--color-gray-light)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--color-light);border-radius:8px;margin-bottom:1rem;overflow:hidden;border:1px solid var(--color-border)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:var(--color-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease;font-family:var(--font-system)}.faq-question:hover{background:var(--color-gray-light)}.faq-icon{font-size:1.5rem;color:var(--color-primary);transition:transform .3s ease}.faq-icon.open{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--color-gray);line-height:1.7;font-size:1rem}.faq-answer.hidden{display:none}.footer{background:var(--color-darker);color:#fffc;padding:3rem 2rem 2rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-link{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.footer-link:hover{color:var(--color-light)}.footer-disclaimer{max-width:800px;margin:0 auto 1.5rem;text-align:center;font-size:.875rem;line-height:1.6;color:#fff9}.footer-copyright{text-align:center;font-size:.875rem;color:#ffffff80}@media(min-width:768px){.hero-headline{font-size:4rem}.hero-subtext{font-size:1.375rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.section-headline{font-size:3rem}}@media(min-width:1024px){.hero-headline{font-size:4.5rem}.social-proof-section,.faq-section{padding:5rem 2rem}.footer{padding:4rem 2rem 2rem}}
