/* Reset and Base Styles */
*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,"Helvetica Neue",Arial,sans-serif;color:#1f2937;background-color:#ffffff}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

/* Skip Link */
.skip-link{position:absolute;top:-40px;left:6px;background:#2563eb;color:white;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link:focus{top:6px}

/* Container */
.container{max-width:1200px;margin:0 auto;padding:0 1rem}

/* Header */
.header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav-brand .logo{height:40px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{text-decoration:none;color:#374151;font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link:focus{color:#2563eb}

/* Hero Section */
.hero{padding:4rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;color:#1f2937;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{text-align:center}.hero-image img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all 0.2s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:white}.btn-primary:hover,.btn-primary:focus{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,0.4)}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover,.btn-secondary:focus{background:#2563eb;color:white;transform:translateY(-1px)}.btn-large{padding:1rem 2rem;font-size:1.125rem}

/* Features Section */
.features{padding:5rem 0;background:#ffffff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);transition:transform 0.2s ease,box-shadow 0.2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.feature-icon{margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:0.5rem}.feature-description{color:#6b7280;line-height:1.6}

/* How It Works Section */
.how-it-works{padding:5rem 0;background:#f9fafb}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#2563eb;color:white;border-radius:50%;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.step-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:0.5rem}.step-description{color:#6b7280;line-height:1.6}

/* Testimonials Section */
.testimonials{padding:5rem 0;background:#ffffff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{background:#f9fafb;padding:2rem;border-radius:12px;border-left:4px solid #2563eb}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#374151;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-info strong{color:#1f2937;display:block}.author-info span{color:#6b7280;font-size:0.875rem}

/* FAQ Section */
.faq{padding:5rem 0;background:#f9fafb}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#ffffff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.faq-question{padding:1.5rem;font-size:1.125rem;font-weight:600;color:#1f2937;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:background-color 0.2s ease}.faq-question:hover{background:#f9fafb}.faq-answer{padding:0 1.5rem 1.5rem;color:#6b7280;line-height:1.6}

/* CTA Section */
.cta-section{padding:5rem 0;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:white;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.25rem;margin-bottom:2rem;opacity:0.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-section .btn-primary{background:white;color:#2563eb}.cta-section .btn-primary:hover{background:#f3f4f6}.cta-section .btn-secondary{border-color:white;color:white}.cta-section .btn-secondary:hover{background:white;color:#2563eb}.disclaimer{font-size:0.875rem;opacity:0.8;font-style:italic}

/* Contact Section */
.contact{padding:5rem 0;background:#ffffff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-info p{color:#6b7280;line-height:1.6}.contact-form{background:#f9fafb;padding:2rem;border-radius:12px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:0.5rem}.form-group input,.form-group textarea{width:100%;padding:0.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color 0.2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.form-group textarea{resize:vertical;min-height:120px}

/* Footer */
.footer{background:#1f2937;color:#d1d5db;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand .footer-logo{height:33px;width:auto;margin-bottom:1rem}.footer-description{line-height:1.6;color:#9ca3af}.footer-links h4,.footer-contact h4{color:#ffffff;font-weight:600;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}.footer-contact p{margin-bottom:0.5rem;color:#9ca3af}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}

/* Legal Pages */
.legal-page{padding:2rem 0;min-height:70vh}.legal-page .container{max-width:800px}.legal-page h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:0.5rem}.legal-page .last-updated{color:#6b7280;margin-bottom:2rem;font-style:italic}.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.legal-page h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:0.5rem}.legal-page p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.legal-page ul{color:#6b7280;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem}.legal-page li{margin-bottom:0.5rem}

/* Responsive Design */
@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.nav-menu{display:none}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}

@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:2rem}.cta-title{font-size:2rem}.container{padding:0 0.75rem}}