*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--red:#D00000;--orange:#E85D04;--amber:#FAA307;--yellow:#FFBA08;--dark:#1a1a1a;--dark2:#2d2d2d;--light:#f6f6f6;--white:#fff;--r-sm:8px;--r:16px;--r-lg:24px;--r-xl:32px;--r-full:50px;--shadow:0 8px 32px rgba(208,0,0,.12);--shadow-lg:0 16px 48px rgba(208,0,0,.2);--t:.3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',sans-serif;color:var(--dark);background:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}a,button,input,select,textarea{min-height:44px}button{font-family:inherit}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.15}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.25}h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600}p{font-size:1rem;line-height:1.75}
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--red);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--r-full);z-index:9999;font-weight:600;transition:top var(--t)}.skip-link:focus{top:1rem}
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(26,26,26,.96);backdrop-filter:blur(12px);border-bottom:2px solid var(--red)}nav{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.5px;min-height:unset}.logo span{color:var(--amber)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:rgba(255,255,255,.85);font-weight:500;font-size:.95rem;transition:color var(--t);padding:.5rem 0;border-bottom:2px solid transparent;min-height:unset}.nav-links a:hover,.nav-links a:focus{color:var(--amber);border-color:var(--amber)}.nav-cta{background:var(--red) !important;color:var(--white) !important;padding:.55rem 1.4rem !important;border-radius:var(--r-full) !important;border:none !important;font-weight:700 !important;transition:background var(--t),transform var(--t) !important}.nav-cta:hover{background:var(--orange) !important;transform:translateY(-2px);border-color:transparent !important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;border:none;background:none;min-height:44px;align-items:center;justify-content:center}.hamburger span{width:24px;height:2px;background:var(--white);border-radius:2px;transition:var(--t);display:block}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:70px;left:0;width:100%;background:var(--dark);padding:1rem 1.5rem 1.5rem;z-index:998;border-bottom:2px solid var(--red);flex-direction:column;gap:.25rem}.mobile-menu.open{display:flex}.mobile-menu a{color:rgba(255,255,255,.85);padding:.75rem 1rem;border-radius:var(--r);font-weight:500;display:flex;align-items:center;min-height:44px;transition:background var(--t),color var(--t)}.mobile-menu a:hover{background:rgba(208,0,0,.2);color:var(--white)}.mobile-menu .m-cta{background:var(--red);color:var(--white) !important;margin-top:.5rem;justify-content:center;font-weight:700;border-radius:var(--r-full)}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(208,0,0,.88) 0%,rgba(232,93,4,.78) 45%,rgba(26,26,26,.82) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 5rem;width:100%}.hero-text{max-width:700px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,186,8,.18);border:1px solid var(--yellow);color:var(--yellow);padding:.35rem 1rem;border-radius:var(--r-full);font-size:.8rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase;min-height:unset}.hero h1{color:var(--white);margin-bottom:1.25rem}.hero h1 span{color:var(--yellow)}.hero p{color:rgba(255,255,255,.9);font-size:1.15rem;margin-bottom:2rem;max-width:580px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--amber);color:var(--dark);padding:.85rem 2rem;border-radius:var(--r-full);font-weight:700;font-size:1rem;transition:background var(--t),transform var(--t),box-shadow var(--t);border:none;cursor:pointer;min-height:44px}.btn-primary:hover{background:var(--yellow);transform:translateY(-3px);box-shadow:0 8px 24px rgba(250,163,7,.4)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white);padding:.85rem 2rem;border-radius:var(--r-full);font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.5);transition:border-color var(--t),background var(--t);min-height:44px;cursor:pointer}.btn-secondary:hover{border-color:var(--white);background:rgba(255,255,255,.1)}.hero-stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);flex-wrap:wrap}.stat-item{text-align:left}.stat-num{font-size:2.2rem;font-weight:800;color:var(--yellow);line-height:1}.stat-label{font-size:.82rem;color:rgba(255,255,255,.7);margin-top:.2rem}.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.scroll-hint span{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.55)}.scroll-dot{width:30px;height:50px;border:2px solid rgba(255,255,255,.4);border-radius:15px;display:flex;justify-content:center;padding-top:8px}.scroll-dot::before{content:'';width:4px;height:8px;background:var(--amber);border-radius:2px;animation:scrollAnim 1.6s infinite}@keyframes scrollAnim{0%{transform:translateY(0);opacity:1}100%{transform:translateY(12px);opacity:0}}
section{padding:5rem 1.5rem}.container{max-width:1200px;margin:0 auto}.section-tag{display:inline-block;background:linear-gradient(135deg,var(--red),var(--orange));color:var(--white);padding:.3rem 1rem;border-radius:var(--r-full);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;min-height:unset}.section-title{margin-bottom:.75rem}.section-title span{color:var(--red)}.section-sub{color:#555;font-size:1.05rem;max-width:560px;line-height:1.7}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split-section.rev .split-image{order:2}.split-section.rev .split-content{order:1}.split-image{border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.split-image img{width:100%;height:430px;object-fit:cover;border-radius:var(--r-xl);transition:transform .6s ease}.split-image:hover img{transform:scale(1.04)}.split-accent{position:absolute;bottom:-12px;right:-12px;width:60%;height:60%;border:3px solid var(--amber);border-radius:var(--r-xl);z-index:-1;opacity:.35}.split-content{padding:1rem 0}.split-content .section-sub{max-width:100%;margin-bottom:1.75rem}.feature-list{list-style:none;margin-top:1rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;font-size:.95rem;color:#444}.feature-icon{width:22px;height:22px;background:linear-gradient(135deg,var(--red),var(--orange));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.2rem}.feature-icon::after{content:'✓';color:var(--white);font-size:.6rem;font-weight:700}
#about{background:var(--light)}
#services{background:var(--white)}.services-intro{text-align:center;margin-bottom:3.5rem}.services-intro .section-sub{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:var(--r-lg);padding:2rem 2rem 2rem 2.25rem;box-shadow:0 4px 24px rgba(0,0,0,.07);border:1px solid rgba(208,0,0,.08);transition:transform var(--t),box-shadow var(--t);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--red),var(--orange))}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--red),var(--orange));border-radius:var(--r);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.service-card h3{margin-bottom:.65rem;font-size:1.15rem}.service-card p{color:#666;font-size:.93rem;line-height:1.7}
#why-us{background:linear-gradient(135deg,var(--dark) 0%,var(--dark2) 100%);color:var(--white)}.why-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-image{border-radius:var(--r-xl);overflow:hidden;position:relative}.why-image img{width:100%;height:520px;object-fit:cover;display:block}.why-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(208,0,0,.25),transparent);border-radius:var(--r-xl)}.why-content .section-title{color:var(--white)}.why-content .section-sub{color:rgba(255,255,255,.72);max-width:100%}.why-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.why-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:rgba(255,255,255,.05);border-radius:var(--r);border:1px solid rgba(255,255,255,.08);transition:background var(--t)}.why-item:hover{background:rgba(208,0,0,.15)}.why-icon{width:46px;height:46px;min-width:46px;border-radius:var(--r-sm);background:linear-gradient(135deg,var(--red),var(--orange));display:flex;align-items:center;justify-content:center;font-size:1.2rem}.why-item h4{color:var(--white);font-size:.98rem;font-weight:600;margin-bottom:.2rem}.why-item p{color:rgba(255,255,255,.62);font-size:.88rem;line-height:1.6}
#process{background:var(--light)}.process-intro{text-align:center;margin-bottom:3.5rem}.process-intro .section-sub{margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.process-grid::before{content:'';position:absolute;top:38px;left:12.5%;width:75%;height:2px;background:linear-gradient(90deg,var(--red),var(--orange),var(--amber));z-index:0}.process-step{text-align:center;padding:2rem 1.25rem 1.75rem;background:var(--white);border-radius:var(--r-lg);box-shadow:0 4px 16px rgba(0,0,0,.06);position:relative;z-index:1;transition:transform var(--t)}.process-step:hover{transform:translateY(-5px)}.step-num{width:56px;height:56px;background:linear-gradient(135deg,var(--red),var(--orange));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:var(--white);margin:0 auto 1.25rem;border:3px solid var(--white);box-shadow:0 0 0 3px var(--red)}.process-step h3{font-size:.98rem;margin-bottom:.5rem}.process-step p{font-size:.86rem;color:#666;line-height:1.6}
#contact{background:var(--white)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;align-items:start}.contact-info p{color:#555;margin-bottom:2rem;font-size:.98rem}.contact-items{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem}.c-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,rgba(208,0,0,.1),rgba(232,93,4,.1));border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.contact-item p,.contact-item a{font-size:.95rem;color:#444;min-height:unset}.contact-item a:hover{color:var(--red)}.contact-form-box{background:var(--light);padding:2.5rem;border-radius:var(--r-xl);box-shadow:0 4px 24px rgba(0,0,0,.06)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.86rem;font-weight:600;color:var(--dark);margin-bottom:.4rem;min-height:unset}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;border:1.5px solid #ddd;border-radius:var(--r);font-size:.95rem;font-family:inherit;color:var(--dark);background:var(--white);transition:border-color var(--t),box-shadow var(--t);min-height:44px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(208,0,0,.1)}.form-group textarea{min-height:120px;resize:vertical}.form-consent{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.form-consent input[type=checkbox]{width:18px;height:18px;min-height:unset;margin-top:3px;accent-color:var(--red);flex-shrink:0;cursor:pointer}.form-consent label{font-size:.84rem;color:#555;min-height:unset}.form-consent a{color:var(--red)}.btn-submit{width:100%;background:linear-gradient(135deg,var(--red),var(--orange));color:var(--white);border:none;padding:1rem;border-radius:var(--r-full);font-weight:700;font-size:1rem;cursor:pointer;transition:opacity var(--t),transform var(--t);min-height:44px}.btn-submit:hover{opacity:.9;transform:translateY(-2px)}.form-msg{padding:.75rem 1rem;border-radius:var(--r);margin-bottom:1rem;font-size:.9rem;display:none}.form-msg.success{background:#d4edda;color:#155724;display:block;border-left:3px solid #28a745}.form-msg.error{background:#f8d7da;color:#721c24;display:block;border-left:3px solid #dc3545}.honeypot{display:none !important;visibility:hidden}
footer{background:var(--dark);color:rgba(255,255,255,.82);padding:4.5rem 1.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:3rem}.footer-brand .footer-logo{font-size:1.4rem;font-weight:800;color:var(--white);min-height:unset}.footer-logo span{color:var(--amber)}.footer-brand p{color:rgba(255,255,255,.55);font-size:.88rem;margin-top:.85rem;line-height:1.75;max-width:260px}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--amber);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.55rem}.footer-col ul li a{color:rgba(255,255,255,.6);font-size:.88rem;transition:color var(--t);min-height:unset}.footer-col ul li a:hover{color:var(--amber)}.footer-contact-text{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.85}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.83rem;color:rgba(255,255,255,.45)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.83rem;color:rgba(255,255,255,.45);transition:color var(--t);min-height:unset}.footer-legal a:hover{color:var(--amber)}
.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;min-height:unset;background:linear-gradient(135deg,var(--red),var(--orange));color:var(--white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;opacity:0;visibility:hidden;transition:opacity var(--t),visibility var(--t),transform var(--t);z-index:999;box-shadow:var(--shadow)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.page-hero{background:linear-gradient(135deg,var(--dark) 0%,var(--dark2) 60%,rgba(208,0,0,.25) 100%);padding:7.5rem 1.5rem 4.5rem;text-align:center}.page-hero h1{color:var(--white)}.page-hero h1 span{color:var(--yellow)}.page-hero p{color:rgba(255,255,255,.72);max-width:600px;margin:1rem auto 0}.breadcrumb{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.25rem;flex-wrap:wrap}.breadcrumb a{color:var(--amber);font-size:.85rem;min-height:unset}.breadcrumb .sep{color:rgba(255,255,255,.3);font-size:.85rem}.breadcrumb .current{color:rgba(255,255,255,.65);font-size:.85rem}
.legal-section{padding:4rem 1.5rem}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.35rem;color:var(--red);margin:2.25rem 0 .65rem;padding-bottom:.4rem;border-bottom:1px solid rgba(208,0,0,.15)}.legal-content h3{font-size:1.05rem;color:var(--dark);margin:1.5rem 0 .5rem}.legal-content p{color:#444;margin-bottom:.9rem;font-size:.97rem}.legal-content ul{padding-left:1.5rem;margin-bottom:1rem;color:#444}.legal-content ul li{margin-bottom:.4rem;font-size:.97rem}
.apply-section{padding:4rem 1.5rem;background:var(--light)}.apply-box{background:var(--white);border-radius:var(--r-xl);padding:3rem;box-shadow:0 8px 40px rgba(0,0,0,.08);max-width:860px;margin:0 auto}.apply-box>p{color:#666;margin-bottom:2rem;font-size:.97rem}.f-section-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--red);margin:2rem 0 1rem;padding-bottom:.4rem;border-bottom:1px solid rgba(208,0,0,.15)}.file-drop{border:2px dashed #ddd;border-radius:var(--r);padding:1.75rem;text-align:center;cursor:pointer;transition:border-color var(--t),background var(--t);min-height:unset}.file-drop:hover,.file-drop:focus-within{border-color:var(--red);background:rgba(208,0,0,.03)}.file-drop p{color:#888;font-size:.9rem;pointer-events:none}.file-drop small{color:#bbb;font-size:.78rem;display:block;margin-top:.25rem}.file-drop input[type=file]{opacity:0;position:absolute;pointer-events:none}
.error-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:radial-gradient(ellipse at top,rgba(208,0,0,.06) 0%,transparent 60%)}.error-content{max-width:560px}.error-num{font-size:clamp(7rem,22vw,12rem);font-weight:900;line-height:1;color:transparent;-webkit-text-stroke:3px var(--red);background:linear-gradient(135deg,var(--red),var(--orange),var(--amber));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.error-content h2{margin-bottom:.75rem}.error-content p{color:#666;margin-bottom:2rem}.error-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--red);padding:.75rem 1.75rem;border-radius:var(--r-full);font-weight:600;border:2px solid var(--red);transition:background var(--t),color var(--t);min-height:44px;font-size:.95rem;cursor:pointer}.btn-outline:hover{background:var(--red);color:var(--white)}
*:focus-visible{outline:3px solid var(--amber);outline-offset:2px}
.gradient-text{background:linear-gradient(135deg,var(--red),var(--orange),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
@media(max-width:1200px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:1024px){.split-section,.why-wrapper{grid-template-columns:1fr;gap:2.5rem}.split-section.rev .split-image{order:unset}.split-section.rev .split-content{order:unset}.split-image img{height:320px}.why-image img{height:360px}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid::before{display:none}.services-grid{grid-template-columns:1fr}.contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:768px){nav .nav-links{display:none}.hamburger{display:flex}.hero-stats{gap:2rem}.hero p{font-size:1rem}.why-wrapper{gap:2rem}.apply-box{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-content{padding:7rem 1.5rem 4rem}}
@media(max-width:480px){section{padding:3.5rem 1.25rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}.stat-num{font-size:1.8rem}.hero-actions{flex-direction:column;align-items:flex-start}.btn-primary,.btn-secondary{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{justify-content:center}.error-links{flex-direction:column;align-items:center}.contact-form-box{padding:1.5rem}.apply-box{padding:1.5rem 1rem}}
@media print{header,footer,.back-to-top,.hamburger,.mobile-menu,.hero-scroll,.scroll-hint,.nav-cta,.hero-actions{display:none !important}body{font-size:12pt;color:#000;background:#fff}h1,h2,h3{color:#000}a{color:#000}.hero{min-height:auto;padding:2rem 1rem}.hero-overlay{display:none}.hero h1,.hero p{color:#000 !important}section{padding:1.5rem 1rem;page-break-inside:avoid}.service-card,.why-item,.process-step{box-shadow:none;border:1px solid #ddd}}