*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:80px}
:root{--primary:#1a3a5c;--primary-light:#2563eb;--accent:#10b981;--dark:#0f172a;--gray:#64748b;--light:#f8fafc;--white:#ffffff;--shadow:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 25px -5px rgba(0,0,0,0.1);--radius:12px}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--dark);line-height:1.7}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.section-title{font-size:2.2rem;color:var(--primary);margin-bottom:16px;text-align:center}
.section-title+p,.section-title~.contact-form-subtitle{text-align:center;color:var(--gray);max-width:640px;margin:0 auto 40px}
.header{background:rgba(255,255,255,.97);backdrop-filter:blur(10px);box-shadow:0 1px 3px rgba(0,0,0,.08);position:sticky;top:0;z-index:100;transition:box-shadow .3s}
.header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.logo{font-size:1.5rem;font-weight:800;color:var(--primary);text-decoration:none;letter-spacing:-.5px}
.nav{display:flex;gap:8px}
.nav a{text-decoration:none;color:var(--gray);font-weight:500;font-size:.9rem;padding:6px 14px;border-radius:6px;transition:color .2s,background .2s}
.nav a:hover,.nav a.active{color:var(--primary-light);background:rgba(37,99,235,.06)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--dark);transition:transform .3s}
.hero{background:linear-gradient(135deg,var(--primary) 0%,#1e3a5f 50%,var(--primary-light) 100%);color:var(--white);padding:100px 0 80px;position:relative;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.hero-content{text-align:left}
.hero h1{font-size:3.2rem;margin-bottom:20px;line-height:1.15;font-weight:800;letter-spacing:-.5px}
.hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:36px;line-height:1.7;max-width:500px}
.hero-image{border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.hero-image img{width:100%;height:auto;display:block;object-fit:cover;min-height:300px}
.btn{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .25s;cursor:pointer;border:none;font-size:.95rem}
.btn-lg{padding:16px 40px;font-size:1.05rem}
.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 4px 14px rgba(16,185,129,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.4)}
.btn-outline{background:transparent;color:var(--primary-light);border:2px solid var(--primary-light);padding:12px 28px}
.btn-outline:hover{background:var(--primary-light);color:var(--white)}
.btn-secondary{background:transparent;color:var(--gray);border:1px solid var(--gray)}
.btn-secondary:hover{background:var(--light);color:var(--dark)}
.stats-bar{background:linear-gradient(135deg,var(--dark) 0%,#1e293b 100%);padding:50px 0;position:relative}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.stat-number{font-size:2.8rem;font-weight:800;color:var(--white);letter-spacing:-1px;line-height:1}
.stat-label{font-size:.9rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1px;font-weight:500}
.about-section{padding:100px 0;background:var(--white)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-text h2{font-size:2.2rem;color:var(--primary);margin-bottom:20px;line-height:1.25}
.about-text p{color:var(--gray);font-size:1.05rem;line-height:1.9;margin-bottom:28px}
.about-image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}
.about-image img{width:100%;height:auto;display:block;object-fit:cover}
.how-section{padding:100px 0;background:var(--light)}
.how-grid{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:48px}
.how-step{text-align:center;flex:1;max-width:280px;padding:0 20px}
.how-step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary-light),var(--primary));color:var(--white);font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 15px rgba(37,99,235,.3)}
.how-step h3{font-size:1.15rem;color:var(--primary);margin-bottom:10px}
.how-step p{color:var(--gray);font-size:.93rem;line-height:1.7}
.how-connector{width:60px;height:2px;background:linear-gradient(90deg,var(--primary-light),var(--accent));margin-top:28px;flex-shrink:0}
.product-section{padding:100px 0;background:var(--white)}
.product-text{color:var(--gray);font-size:1.05rem;max-width:780px;line-height:1.8;margin:0 auto 32px;text-align:center}
.product-features{list-style:none;max-width:780px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.product-features li{padding:14px 18px;background:var(--light);border-radius:10px;font-size:.95rem;color:var(--dark);position:relative;padding-left:40px;transition:transform .2s,box-shadow .2s}
.product-features li:hover{transform:translateX(4px);box-shadow:var(--shadow)}
.product-features li::before{content:"✓";position:absolute;left:16px;color:var(--accent);font-weight:700;font-size:1.1rem}
.benefits-section{padding:100px 0;background:var(--light)}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.benefit-card{background:var(--white);padding:36px 28px;border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;text-align:center}
.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.benefit-icon{width:48px;height:48px;margin:0 auto 16px;color:var(--primary-light)}
.benefit-card h3{font-size:1.1rem;color:var(--primary);margin-bottom:10px}
.benefit-card p{color:var(--gray);font-size:.9rem;line-height:1.7}
.features{padding:100px 0;background:var(--white)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feature-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;overflow:hidden;border:1px solid rgba(0,0,0,.04)}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.feature-img{width:100%;height:200px;overflow:hidden}
.feature-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.feature-card:hover .feature-img img{transform:scale(1.05)}
.feature-icon{margin:20px 28px 0}
.feature-card h3{font-size:1.15rem;color:var(--primary);margin:14px 28px 8px}
.feature-card p{color:var(--gray);font-size:.93rem;line-height:1.7;padding:0 28px 28px}
.gallery-section{padding:100px 0;background:var(--light)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.gallery-item{border-radius:var(--radius);overflow:hidden;position:relative;aspect-ratio:4/3}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 50%);opacity:0;transition:opacity .3s}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item:hover::after{opacity:1}
.testimonials-section{padding:100px 0;background:var(--white)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}
.testimonial-card{background:var(--light);padding:36px 28px;border-radius:var(--radius);position:relative;transition:transform .25s}
.testimonial-card:hover{transform:translateY(-4px)}
.testimonial-card::before{content:'"';position:absolute;top:16px;right:24px;font-size:4rem;color:var(--primary-light);opacity:.1;font-family:Georgia,serif;line-height:1}
.testimonial-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:14px;letter-spacing:2px}
.testimonial-text{color:var(--gray);font-size:.95rem;line-height:1.7;margin-bottom:20px;font-style:italic}
.testimonial-author{display:flex;flex-direction:column;gap:2px}
.testimonial-author strong{color:var(--dark);font-size:.95rem}
.testimonial-author span{color:var(--gray);font-size:.8rem}
.faq-section{padding:100px 0;background:var(--light)}
.faq-list{max-width:760px;margin:48px auto 0;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow .2s}
.faq-item:hover{box-shadow:var(--shadow-lg)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--dark);text-align:left;font-family:inherit;gap:16px;transition:color .2s}
.faq-question:hover{color:var(--primary-light)}
.faq-icon{font-size:1.4rem;color:var(--primary-light);transition:transform .3s;flex-shrink:0;font-weight:300}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{padding:0 24px 20px;color:var(--gray);font-size:.95rem;line-height:1.8}
.contact-form-section{padding:100px 0;background:var(--white)}
.contact-form-subtitle{text-align:center;color:var(--gray);margin-bottom:40px;font-size:1.05rem}
.contact-form{max-width:640px;margin:0 auto;background:var(--light);padding:40px;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-group label{font-size:.85rem;font-weight:600;color:var(--dark)}
.form-group input{padding:14px 18px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;outline:none;background:var(--white)}
.form-group input:focus{border-color:var(--primary-light);box-shadow:0 0 0 4px rgba(37,99,235,.08)}
.btn-submit{width:100%;margin-top:12px;padding:16px;font-size:1.05rem}
.cta-section{padding:100px 0;text-align:center;background:linear-gradient(135deg,var(--primary) 0%,#1e40af 50%,var(--primary-light) 100%);color:var(--white);position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E")}
.cta-section h2{font-size:2.4rem;margin-bottom:16px;color:var(--white);position:relative}
.cta-section p{color:rgba(255,255,255,.85);max-width:560px;margin:0 auto 32px;font-size:1.1rem;position:relative}
.cta-section .btn{position:relative}
.footer{background:var(--dark);color:rgba(255,255,255,.7);padding:60px 0 0}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand .logo{color:var(--white);font-size:1.4rem}
.footer-brand p{margin-top:10px;font-size:.9rem;line-height:1.6}
.footer-contact h4{color:var(--white);font-size:1rem;margin-bottom:12px}
.footer-contact p{font-size:.85rem;line-height:1.7}
.footer-contact a{color:rgba(255,255,255,.6);text-decoration:none}
.footer-contact a:hover{color:var(--accent)}
.footer-links,.footer-legal{display:flex;flex-direction:column;gap:10px}
.footer-links a,.footer-legal a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.9rem;transition:color .2s}
.footer-links a:hover,.footer-legal a:hover{color:var(--accent)}
.footer-bottom{text-align:center;padding:24px 0;font-size:.85rem}
.legal-page{padding:60px 0 80px}
.legal-page h1{font-size:2.2rem;color:var(--primary);margin-bottom:20px}
.legal-intro{font-size:1.05rem;color:var(--gray);margin-bottom:40px;line-height:1.8;max-width:800px}
.legal-section{margin-bottom:36px}
.legal-section h2{font-size:1.4rem;color:var(--primary);margin-bottom:12px}
.legal-section p{color:var(--gray);font-size:.95rem;line-height:1.8;max-width:800px}
.thank-you-page{padding:100px 0;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}
.thank-you-page .container{max-width:600px}
.thank-you-icon{width:80px;height:80px;border-radius:50%;background:var(--accent);color:var(--white);font-size:2.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.thank-you-page h1{font-size:2.2rem;color:var(--primary);margin-bottom:16px}
.thank-you-page p{color:var(--gray);font-size:1.1rem;margin-bottom:32px;line-height:1.7}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark);color:var(--white);padding:20px 0;z-index:9999;box-shadow:0 -4px 12px rgba(0,0,0,.15);display:none}
.cookie-banner.active{display:block}
.cookie-banner-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.cookie-banner-inner p{font-size:.9rem;margin:0;flex:1;min-width:200px}
.cookie-banner-inner a{color:var(--accent);text-decoration:underline}
.cookie-banner-buttons{display:flex;gap:10px;flex-shrink:0}
.cookie-accept,.cookie-reject{padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;font-size:.9rem;border:none}
.cookie-accept{background:var(--accent);color:var(--white)}
.cookie-reject{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.3)}
.cookie-reject:hover{background:rgba(255,255,255,.1)}
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
.breadcrumb{background:var(--light);padding:10px 0;font-size:.85rem;color:var(--gray)}
.breadcrumb a{color:var(--primary-light);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb-sep{margin:0 8px;color:var(--gray);opacity:.5}
.breadcrumb span[aria-current]{color:var(--dark);font-weight:500}
@media(max-width:1024px){
  .hero-container{grid-template-columns:1fr;text-align:center}
  .hero-content{text-align:center}
  .hero-subtitle{margin-left:auto;margin-right:auto}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .how-grid{flex-direction:column;align-items:center}
  .how-connector{width:2px;height:30px;margin:0}
}
@media(max-width:768px){
  .nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:20px;box-shadow:var(--shadow-lg);gap:4px}
  .nav.active{display:flex}
  .nav-toggle{display:flex}
  .hero{padding:60px 0}
  .hero h1{font-size:2.2rem}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .features-grid,.testimonials-grid,.benefits-grid,.gallery-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;gap:32px}
  .form-row{grid-template-columns:1fr}
  .product-features{grid-template-columns:1fr}
  .cookie-banner-inner{flex-direction:column;text-align:center}
  .cta-section h2{font-size:1.8rem}
}