:root{--red:#ed1c24;--red-dark:#c41820;--dark:#1a1a2e;--dark-alt:#16213e;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--transition:all .3s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--white);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--gray{background:var(--gray-50)}.section--dark{background:var(--dark);color:var(--white)}.section--red{background:var(--red);color:var(--white)}.section-title{color:var(--gray-900);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.section--dark .section-title,.section--red .section-title{color:var(--white)}.section-subtitle{color:var(--gray-500);max-width:640px;margin-bottom:3rem;font-size:1.125rem}.section--dark .section-subtitle{color:var(--gray-400)}.text-center{text-align:center}.text-center .section-subtitle{margin-left:auto;margin-right:auto}.btn{cursor:pointer;transition:var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font-sans);letter-spacing:.01em;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;display:inline-flex}.btn--primary{background:var(--red);color:var(--white)}.btn--primary:hover{background:var(--red-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{border:2px solid var(--white);color:var(--white);background:0 0}.btn--outline:hover{background:var(--white);color:var(--dark)}.btn--outline-dark{border:2px solid var(--red);color:var(--red);background:0 0}.btn--outline-dark:hover{background:var(--red);color:var(--white)}.btn--white{background:var(--white);color:var(--red)}.btn--white:hover{background:var(--gray-100);transform:translateY(-1px)}.btn--lg{padding:1rem 2.25rem;font-size:1.05rem}.header{z-index:1000;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:0}.header__top{background:var(--dark);color:var(--gray-300);padding:.5rem 0;font-size:.85rem}.header__top-inner{justify-content:space-between;align-items:center;display:flex}.header__top a{color:var(--gray-300);transition:color .2s}.header__top a:hover{color:var(--white)}.header__main{padding:.75rem 0}.header__main-inner{justify-content:space-between;align-items:center;display:flex}.header__logo{align-items:center;gap:.75rem;display:flex}.header__logo img{width:auto;height:50px}.header__logo-text{color:var(--dark);font-size:1.25rem;font-weight:800;line-height:1.1}.header__logo-text small{color:var(--gray-500);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:400;display:block}.nav{align-items:center;gap:.25rem;display:flex}.nav__item{position:relative}.nav__link{color:var(--gray-700);transition:var(--transition);cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;display:block}.nav__link:hover,.nav__link--active{color:var(--red);background:var(--gray-50)}.nav__dropdown{background:var(--white);border:1px solid var(--gray-200);min-width:220px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:var(--transition);z-index:100;border-radius:8px;padding:.5rem 0;position:absolute;top:100%;left:0;transform:translateY(8px)}.nav__item:hover .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown a{color:var(--gray-700);transition:var(--transition);padding:.5rem 1.25rem;font-size:.9rem;display:block}.nav__dropdown a:hover{color:var(--red);background:var(--gray-50)}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.mobile-toggle span{background:var(--gray-800);width:24px;height:2px;transition:var(--transition);border-radius:2px;display:block}@media (width<=960px){.mobile-toggle{display:flex}.nav{background:var(--white);border-top:1px solid var(--gray-200);box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.nav--open{display:flex}.nav__dropdown{opacity:1;visibility:visible;box-shadow:none;min-width:unset;border:none;padding-left:1rem;display:none;position:static;transform:none}.nav__item:hover .nav__dropdown,.nav__item--open .nav__dropdown{display:block}.header__top{display:none}}.hero{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-alt) 100%);color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";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");position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero__tag{color:var(--red);letter-spacing:.05em;text-transform:uppercase;background:#ed1c2426;border-radius:20px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:3.25rem;font-weight:800;line-height:1.1}.hero h1 span{color:var(--red)}.hero p{color:var(--gray-400);max-width:520px;margin-bottom:2rem;font-size:1.15rem}.hero__buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero__image{justify-content:center;align-items:center;display:flex}.hero__image img{filter:drop-shadow(0 20px 40px #0000004d);max-height:400px}@media (width<=768px){.hero{padding:3rem 0}.hero__inner{text-align:center;grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.25rem}.hero__buttons{justify-content:center}.hero__image{order:-1}.hero__image img{max-height:250px}}.stats{background:var(--red);padding:3rem 0}.stats__grid{text-align:center;color:var(--white);grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stats__number{margin-bottom:.25rem;font-size:3rem;font-weight:800;line-height:1}.stats__label{opacity:.9;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}@media (width<=768px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats__number{font-size:2.25rem}}.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--4{grid-template-columns:repeat(4,1fr)}@media (width<=960px){.card-grid--3,.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.card-grid--3,.card-grid--4{grid-template-columns:1fr}}.card{background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);border-radius:12px;overflow:hidden}.card:hover{box-shadow:var(--shadow-xl);border-color:var(--gray-300);transform:translateY(-4px)}.card__image{aspect-ratio:1;background:var(--gray-50);justify-content:center;align-items:center;padding:1.5rem;display:flex}.card__image img{object-fit:contain;max-height:160px}.card__body{padding:1.25rem}.card__title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.card__text{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.card__link{color:var(--red);transition:var(--transition);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.card__link:hover{gap:.5rem}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.two-col--reverse{direction:rtl}.two-col--reverse>*{direction:ltr}@media (width<=768px){.two-col,.two-col--reverse{direction:ltr;grid-template-columns:1fr;gap:2rem}}.two-col__image{box-shadow:var(--shadow-lg);border-radius:12px;overflow:hidden}.two-col__image img{object-fit:cover;width:100%;height:100%}.service-card{background:var(--white);border:1px solid var(--gray-200);transition:var(--transition);border-radius:12px;padding:2rem}.service-card:hover{box-shadow:var(--shadow-xl);border-color:var(--red);transform:translateY(-4px)}.service-card__icon{width:56px;height:56px;color:var(--red);background:#ed1c241a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.service-card__title{color:var(--gray-900);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.service-card__text{color:var(--gray-500);font-size:.95rem;line-height:1.6}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--gray-200);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline__item{padding-bottom:2.5rem;padding-left:2rem;position:relative}.timeline__item:before{content:"";background:var(--red);border:3px solid var(--white);width:14px;height:14px;box-shadow:0 0 0 2px var(--red);border-radius:50%;position:absolute;top:.25rem;left:-2rem;transform:translate(-6px)}.timeline__year{color:var(--red);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.timeline__title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.timeline__text{color:var(--gray-600);font-size:.95rem;line-height:1.7}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--gray-700);margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-300);width:100%;font-size:.95rem;font-family:var(--font-sans);color:var(--gray-800);transition:var(--transition);background:var(--white);border-radius:8px;padding:.75rem 1rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #ed1c241a}.form-group textarea{resize:vertical;min-height:140px}.footer{background:var(--dark);color:var(--gray-400);padding:4rem 0 0}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (width<=768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}}.footer__brand p{margin-top:1rem;font-size:.9rem;line-height:1.7}.footer__heading{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.footer ul li{margin-bottom:.5rem}.footer ul a{color:var(--gray-400);font-size:.9rem;transition:color .2s}.footer ul a:hover{color:var(--white)}.footer__contact-item{align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.85rem;display:flex}@media (width<=600px){.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.page-banner{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-alt) 100%);color:var(--white);text-align:center;padding:4rem 0}.page-banner h1{margin-bottom:.75rem;font-size:2.75rem;font-weight:800}.page-banner p{color:var(--gray-400);max-width:600px;margin:0 auto;font-size:1.15rem}@media (width<=768px){.page-banner{padding:2.5rem 0}.page-banner h1{font-size:2rem}}.check-list{list-style:none}.check-list li{color:var(--gray-700);margin-bottom:.75rem;padding-left:1.75rem;font-size:.95rem;position:relative}.check-list li:before{content:"";background:var(--red);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:50%;width:16px;height:16px;position:absolute;top:.35rem;left:0}.brand-grid{flex-wrap:wrap;gap:.75rem;display:flex}.brand-tag{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-700);transition:var(--transition);border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;display:inline-block}.brand-tag:hover{border-color:var(--red);color:var(--red);background:#ed1c240d}.cta{text-align:center;padding:5rem 0}.cta h2{margin-bottom:1rem;font-size:2.25rem;font-weight:800}.cta p{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.map-wrapper{box-shadow:var(--shadow-lg);border-radius:12px;height:350px;overflow:hidden}.map-wrapper iframe{border:none;width:100%;height:100%}.iso-badge{color:var(--red);background:#ed1c241a;border-radius:6px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.fade-in{animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
