:root{--bg: #ffffff;--text: #0f172a;--muted: #475569;--muted-light: #f1f5f9;--border: #e2e8f0;--accent: #809e5f;--accent-dark: #a72838;--section-bg: #f8f9fa;--footer-bg: #1a1a1a;--footer-text: #ccc;--font-base: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--font-heading: Georgia, serif;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--maxw: 1500px;--spacing: 20px;--spacing-lg: 40px}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-base);background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--spacing)}main{padding:var(--spacing-lg) 0}h1{font-size:var(--text-3xl);line-height:1.2;margin:0 0 var(--spacing-lg);font-weight:700}h2{font-size:var(--text-2xl);margin:var(--spacing) 0;font-weight:600;color:var(--accent)}h3{font-size:var(--text-xl);margin:var(--spacing) 0 var(--spacing);font-weight:500}p{margin:var(--spacing) 0;color:var(--muted);font-size:var(--text-lg)}.section{padding:var(--spacing-lg) 0}.section-alt{background:var(--section-bg)}.btn{display:inline-block;padding:12px 24px;background:var(--accent);color:#fff;border-radius:6px;font-weight:600;text-decoration:none;transition:background .2s ease}.btn:hover{background:var(--accent-dark);opacity:.92}.site-header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:1000}.site-header .brand img{height:60px;margin-right:20px}.header-inner{max-width:var(--maxw);margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;min-width:180px}.brand img{height:28px;width:auto;display:block}.nav{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.nav a{color:var(--text);font-weight:600;font-size:14px}.nav a.active{color:var(--accent)}.lang-switch{margin-left:10px;font-size:13px;color:var(--muted)}@media(max-width:768px){.nav{display:none;flex-direction:column;gap:12px;background:#fff;position:absolute;top:60px;right:20px;padding:20px;border:1px solid var(--border);border-radius:8px;z-index:1000}.nav.open{display:flex}}.nav-toggle{display:none;background:none;border:none;cursor:pointer}.hamburger,.hamburger:before,.hamburger:after{width:24px;height:3px;background:var(--text);display:block;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute}.hamburger:before{top:-6px}.hamburger:after{bottom:-6px}@media(max-width:768px){.nav{display:none}.nav-toggle{display:block}}.grid-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--spacing-lg)}.card{border:2px solid var(--accent);border-radius:14px;padding:16px;background:#fff;text-align:center;display:flex;flex-direction:column;justify-content:flex-start}.card:hover{transform:translateY(-4px)}.hero{padding:140px 0;background:linear-gradient(135deg,#f8fafc,#e0f2fe);text-align:center}.hero h1{font-size:42px;margin-bottom:20px}.hero p{font-size:18px;color:var(--muted);max-width:600px;margin:0 auto 30px}.hero .cta{display:inline-block;background:var(--accent);color:#fff;padding:12px 24px;border-radius:6px;font-weight:600}.hero .cta:hover{opacity:.9}.footer{background:#0f172a;color:#e2e8f0;font-size:14px;padding:20px 0 0}.footer-top{padding:14px 0;border-bottom:1px solid #334155}.footer-top-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-contact,.footer-social{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:22px}.footer-contact a,.footer-social a{font-size:22px}.footer-contact a:hover,.footer-social a:hover{color:var(--accent)}.footer-columns{padding:40px 0;background:#1e293b}.footer-columns .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-columns h3{color:#fff;margin-bottom:8px}.footer-columns p{color:#cbd5e1;font-size:14px}.footer-bottom{padding:18px 0;border-top:1px solid #334155;background:#0f172a}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.footer-copy{text-align:right;min-width:160px}.footer a{color:#e2e8f0}.footer a:hover{color:var(--accent)}@media(max-width:900px){.footer-columns .grid{grid-template-columns:repeat(2,1fr)}.footer-top-inner,.footer-bottom-inner{flex-direction:column;align-items:flex-start;text-align:left}.footer-copy{text-align:center;margin-top:12px}.footer-links{justify-content:center;text-align:center}}@media(max-width:500px){.footer-columns .grid{grid-template-columns:1fr}.footer-contact,.footer-social{justify-content:center}.footer-bottom-inner{align-items:center}.footer-copy{text-align:center;width:100%}}.hero{background:url(/assets/hero-bg.png) center/cover no-repeat;padding:140px 20px;color:#fff;position:relative;text-align:center}.hero:before{content:"";position:absolute;inset:0;background:#0f172a99}.hero-inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero h1{font-size:2.75rem;line-height:1.2;margin-bottom:16px;font-weight:700}.hero-sub{font-size:1.25rem;margin-bottom:28px;color:var(--muted-light)}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-sub-wrapper{background-color:#00000080;display:inline-block;padding:12px 20px;border-radius:6px;margin-bottom:30px}.hero-sub{margin:0;color:#fff;transform:translateY(12px)}.btn.primary{background:var(--accent);color:#fff;padding:14px 26px;border-radius:8px;font-weight:600;text-transform:uppercase}.btn.primary:hover{background:#1d4ed8}.btn.secondary{background:#fff3;color:#fff;padding:14px 26px;border-radius:8px;font-weight:600;text-transform:uppercase}.btn.secondary:hover{background:#ffffff4d}.hero .hero-sub{color:var(--muted-light)}.features{margin:60px 0}.features .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.features .grid-3{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;align-items:stretch}.section-center{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.feature-card{border:2px solid var(--accent);border-radius:14px;padding:24px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%}.card-icon{font-size:40px;color:var(--accent);text-align:center;margin-bottom:12px;display:block}.feature-card:hover{transform:translateY(-4px)}.feature-card i{font-size:32px;color:#c30000;margin-bottom:12px;display:block}.feature-list-items{list-style:none;padding:0;margin:0}.feature-list-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.feature-icon i{font-size:24px;color:var(--accent)}.feature-text strong{display:block;font-weight:700}.feature-list{background:#f8fafc;padding:40px 0}.feature-list .grid-3>*{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;text-align:center;box-shadow:0 2px 4px #0000000a;transition:transform .2s ease}.feature-list .grid-3>*:hover{transform:translateY(-4px)}.feature-list .feature-icon{background:var(--accent-2);color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:22px}.feature-list h2,.feature-list .section-intro{text-align:center}.process-steps .steps{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;padding:0;gap:24px;margin:20px 0}.process-steps .step{flex:1 1 160px;max-width:200px;background:#f9fafb;border:1px solid var(--border);border-radius:12px;padding:16px;text-align:center}.process-steps .step-icon{font-size:32px;color:var(--accent);margin-bottom:10px}.steps-arrow{display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:30px 0;list-style:none;gap:20px}.step-arrow{position:relative;background:#f9fafb;border:1px solid var(--border);padding:20px 16px;border-radius:8px;text-align:center;flex:1 1 180px;max-width:220px}.step-arrow:after{content:"";position:absolute;top:50%;right:-20px;transform:translateY(-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:20px solid #f9fafb;z-index:2}.step-arrow:last-child:after{display:none}.step-icon{font-size:28px;color:var(--accent);margin-bottom:10px}.process-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.steps-title{text-align:center}.process-step{background:#fff;border:2px solid var(--accent);border-radius:8px;padding:20px;text-align:center;flex:1 1 200px;max-width:260px;box-shadow:0 2px 6px #0000000d}.step-number{background:var(--accent);color:#fff;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 10px;font-weight:700}.step-icon{font-size:26px;color:var(--accent);margin-bottom:8px}@media(max-width:1024px){.process-container{flex-wrap:wrap;gap:20px}.process-step:not(:last-child):after{display:none}}.cta-banner{background:#fff;padding:60px 0}.cta-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.cta-banner-text{flex:1 1 50%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.cta-banner-text h2{font-size:28px;margin-bottom:10px}.cta-banner-text p{color:var(--muted);margin-bottom:32px}.cta-banner-image{flex:1 1 400px;text-align:right}.cta-banner-image img{max-width:100%;height:auto;border-radius:8px}.centered{text-align:center}.service-card-list{display:flex;flex-direction:column;gap:32px}.service-card-item{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start;border:1px solid var(--border);border-radius:12px;padding:20px;background:#fff;scroll-margin-top:100px}.service-card-image{flex:0 0 400px;display:flex;align-items:center;justify-content:center}.service-card-image img{width:400px;height:400px;object-fit:cover;object-position:center;border-radius:8px}.service-card-content{flex:1;display:flex;flex-direction:column;justify-content:center}.service-card-content h3{margin:0 0 16px;font-size:24px}.service-card-content p{margin:0 0 16px;color:var(--muted)}.service-card-content a{align-self:flex-start}.service-card-text{text-align:justify}@media(max-width:768px){.service-card-item{flex-direction:column;text-align:center;padding:16px}.service-card-image{width:100%;display:flex;justify-content:center}.service-card-image img{width:100%;max-width:280px;height:auto;object-fit:cover}.service-card-text{text-align:justify;padding:0 8px}.service-card-content{width:100%}}.contact-form-wrapper{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.contact-form-left{flex:1 1 400px}.contact-form-right{flex:1 1 300px}.contact-form-right img{width:100%;height:auto;border-radius:8px;object-fit:cover}.contact-form-section{padding:2rem 0}.contact-form .form-group{margin-bottom:1.4rem}.contact-form label{display:block;font-weight:600;margin-bottom:.4rem}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid var(--border);border-radius:6px;font-size:1rem}.contact-form .btn{margin-top:1rem}.contact-success-message{margin-top:1.2rem;color:var(--accent);font-weight:700}.contact-response{margin-top:1rem;font-weight:700;color:var(--accent)}@media(max-width:768px){.contact-form-wrapper{flex-direction:column}.contact-form-right{order:-1;margin-bottom:1rem}.contact-form-left,.contact-form-right{flex:1 1 100%}}
