/* Reset and base styles */
*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%}body{font-family:ui-sans-serif,-apple-system,"Segoe UI",Roboto,Inter,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#374151;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}h1,h2,h3{line-height:1.2;margin-bottom:0.5em}h1{font-size:2.5rem;font-weight:700;color:#111827}h2{font-size:2rem;font-weight:600;color:#111827}h3{font-size:1.5rem;font-weight:600;color:#1f2937}p{margin-bottom:1em}

/* 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}

/* Layout */
.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:50}.nav{padding:1rem 0}.nav .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;width:auto}.nav-menu{list-style:none;display:flex;gap:2rem}.nav-menu a{text-decoration:none;color:#4b5563;font-weight:500;transition:color 0.2s}.nav-menu a:hover{color:#2563eb}

/* Hero */
.hero{padding:4rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{font-size:3rem;margin-bottom:1.5rem}.hero-content p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem}.hero-image img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1)}

/* Buttons */
.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.2s;border:none;cursor:pointer}.btn-primary{background:#2563eb;color:white}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:white}.btn-small{padding:0.5rem 1rem;font-size:0.875rem}

/* Features */
.features{padding:5rem 0}.features .container{text-align:center}.section-intro{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto 3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);transition:transform 0.2s}.feature-card:hover{transform:translateY(-4px)}.feature-card img{border-radius:8px;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;font-size:0.95rem}

/* About */
.about{padding:5rem 0;background:#f9fafb}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{margin-bottom:1.5rem}.about-text p{margin-bottom:1.5rem;color:#4b5563}.disclaimer{font-size:0.875rem;color:#6b7280;font-style:italic}.about-image img{border-radius:12px}

/* Testimonials */
.testimonials{padding:5rem 0}.testimonials .container{text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.testimonial{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.testimonial img{margin:0 auto 1rem}.testimonial p{font-style:italic;color:#4b5563;margin-bottom:1rem}.testimonial cite{font-weight:600;color:#1f2937;font-style:normal}

/* CTA */
.cta{padding:5rem 0;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:white;text-align:center}.cta h2{color:white;margin-bottom:1rem}.cta p{color:#dbeafe;margin-bottom:2rem}.cta .btn-primary{background:white;color:#2563eb}.cta .btn-primary:hover{background:#f1f5f9}

/* FAQ */
.faq{padding:5rem 0}.faq .container{text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;text-align:left}.faq-item{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.faq-item h3{margin-bottom:1rem;color:#1f2937}.faq-item p{color:#6b7280}

/* Contact */
.contact{padding:5rem 0;background:#f9fafb}.contact .container{max-width:600px;text-align:center}.contact-form{margin-top:3rem;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:0.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.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)}.contact-form .btn{margin-top:1rem}

/* Footer */
.footer{background:#1f2937;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr auto;gap:3rem;margin-bottom:2rem}.footer-brand img{margin-bottom:1rem}.footer-brand p{color:#9ca3af}.footer-links ul{list-style:none;display:flex;gap:2rem}.footer-links a{color:#d1d5db;text-decoration:none}.footer-links a:hover{color:white}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;text-align:center;color:#9ca3af}

/* Cookie notice */
.cookie-notice{position:fixed;bottom:0;left:0;right:0;background:#1f2937;color:white;padding:1rem;display:flex;justify-content:space-between;align-items:center;z-index:100}.cookie-notice.hidden{display:none}.cookie-notice p{margin:0}.cookie-notice a{color:#60a5fa}

/* Legal pages */
.legal-page{padding:3rem 0;min-height:70vh}.legal-page .container{max-width:800px}.legal-page h1{margin-bottom:2rem}.legal-page section{margin-bottom:3rem}.legal-page h2{margin-bottom:1rem;border-bottom:2px solid #e5e7eb;padding-bottom:0.5rem}.legal-page h3{margin-bottom:0.75rem;margin-top:1.5rem}.legal-page ul{margin-left:1.5rem;margin-bottom:1rem}.legal-page li{margin-bottom:0.5rem}

/* Responsive */
@media (max-width:768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.25rem}.hero-cta{justify-content:center;flex-wrap:wrap}.about-content{grid-template-columns:1fr}.nav-menu{display:none}.feature-grid{grid-template-columns:1fr}.testimonial-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-links ul{justify-content:center;flex-wrap:wrap}.cookie-notice{flex-direction:column;gap:1rem;text-align:center}}

@media (max-width:480px){.hero{padding:2rem 0}.hero-content h1{font-size:1.875rem}.features,.about,.testimonials,.cta,.faq,.contact{padding:3rem 0}.container{padding:0 0.75rem}}

@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}