:root{--primary:#0a1128;--accent:#2563eb;--accent-hover:#1d4ed8;--orange:#e59c3c;--orange-hover:#c8842a;--text-dark:#1e293b;--text-light:#64748b;--bg-white:#fff;--bg-gray:#f8fafc;--border-light:#e2e8f0;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition:all .3s cubic-bezier(.25, .8, .25, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-white);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.15}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.page-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1128f5;border-bottom:1px solid #ffffff14;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.page-header-inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 3rem;display:flex}.page-logo{font-family:var(--font-heading);letter-spacing:2px;color:#fff;font-size:1.6rem;font-weight:800}.page-logo span{color:var(--accent)}.page-nav ul{gap:2rem;display:flex}.page-nav a{color:#ffffffbf;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:500}.page-nav a:hover,.page-nav a.active{color:#fff}.back-btn{color:#ffffffb3;transition:var(--transition);border:1px solid #fff3;border-radius:4px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.back-btn:hover{color:#fff;background:#ffffff0d;border-color:#fff}.area-hero{grid-template-columns:1fr 1fr;min-height:420px;margin-top:66px;display:grid;position:relative;overflow:hidden}.hero-left{background:var(--accent);z-index:2;flex-direction:column;justify-content:center;padding:4rem 4rem 4rem 5rem;display:flex;position:relative}.hero-left:after{content:"";background:var(--accent);z-index:3;border-radius:0 50% 50% 0/0 100% 100% 0;width:160px;position:absolute;top:0;bottom:0;right:-80px}.hero-breadcrumb{text-transform:uppercase;letter-spacing:2px;color:#ffffffb3;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:flex}.hero-breadcrumb a{color:#ffffffb3}.hero-breadcrumb a:hover{color:#fff}.area-hero-title{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.area-hero-subtitle{color:#fffc;max-width:400px;font-size:1.1rem;font-weight:300}.hero-right{background:#0a1f4e;position:relative;overflow:hidden}.hero-right img{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform 6s;transform:scale(1.05)}.hero-right img:hover{transform:scale(1)}.welcome-section{text-align:center;padding:5rem 0 3rem}.welcome-title{color:var(--orange);margin-bottom:1rem;font-size:2rem}.welcome-desc{color:var(--text-light);max-width:720px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8}.welcome-sub{color:var(--accent);margin-bottom:3rem;font-size:1.1rem;font-weight:600}.icon-grid-section{background:var(--bg-white);padding:2rem 0 6rem}.icon-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2rem;max-width:900px;margin:0 auto;display:grid}.icon-item{text-align:center;cursor:pointer;transition:var(--transition);flex-direction:column;align-items:center;display:flex}.icon-item:hover{transform:translateY(-6px)}.icon-circle{background:var(--bg-gray);border:2px solid var(--border-light);width:110px;height:110px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex;position:relative;overflow:hidden}.icon-item:hover .icon-circle{background:var(--accent);border-color:var(--accent);box-shadow:0 10px 30px #2563eb4d}.icon-circle svg{width:52px;height:52px;color:var(--accent);transition:var(--transition)}.icon-item:hover .icon-circle svg{color:#fff}.icon-label{color:var(--text-dark);max-width:130px;font-size:.95rem;font-weight:500;line-height:1.4}.icon-circle.orange svg{color:var(--orange)}.icon-item:hover .icon-circle.orange{background:var(--orange);border-color:var(--orange);box-shadow:0 10px 30px #e59c3c4d}.icon-item:hover .icon-circle.orange svg{color:#fff}.services-section{background:var(--bg-gray);padding:6rem 0}.services-section-title{color:var(--primary);text-align:center;margin-bottom:.75rem;font-size:2rem}.services-section-sub{text-align:center;color:var(--text-light);margin-bottom:4rem;font-size:1rem}.service-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}.service-row:last-child{margin-bottom:0}.service-row.reverse{direction:rtl}.service-row.reverse>*{direction:ltr}.service-img-wrap{box-shadow:var(--shadow-md);border-radius:10px;overflow:hidden}.service-img{object-fit:cover;width:100%;height:320px;transition:transform .6s}.service-img-wrap:hover .service-img{transform:scale(1.05)}.service-tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.service-title{color:var(--primary);margin-bottom:1rem;font-size:1.75rem}.service-text{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.service-features{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.service-features li{color:var(--text-dark);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.service-features li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.btn{cursor:pointer;transition:var(--transition);font-size:.9rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:var(--orange-hover);transform:translateY(-2px)}.stats-bar{background:var(--primary);justify-content:center;padding:3.5rem 0;display:flex}.stats-inner{align-items:center;gap:5rem;display:flex}.stat-item{text-align:center;color:#fff}.stat-num{font-family:var(--font-heading);color:var(--accent);font-size:2.5rem;font-weight:800;display:block}.stat-txt{color:#ffffffb3;margin-top:.25rem;font-size:.9rem;font-weight:400}.stat-divider{background:#ffffff26;width:1px;height:50px}.cta-section{background:var(--bg-white);text-align:center;padding:6rem 0}.cta-title{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.cta-desc{color:var(--text-light);max-width:550px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.cta-actions{justify-content:center;gap:1rem;display:flex}.btn-outline{border:1.5px solid var(--border-light);color:var(--text-dark);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.page-footer{background:var(--primary);color:#fff;padding:3.5rem 0 2rem}.footer-inner{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2.5rem;display:flex}.footer-brand h2{letter-spacing:2px;margin-bottom:.25rem;font-size:1.5rem}.footer-brand p{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.footer-links h4{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;margin-bottom:1rem;font-size:.85rem}.footer-links ul{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#fffc;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-contact p{color:#fffc;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.footer-bottom{text-align:center;color:#fff6;padding-top:2rem;font-size:.85rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=992px){.area-hero{grid-template-columns:1fr}.hero-left{padding:3rem 2rem}.hero-left:after{display:none}.hero-right{height:300px}.icon-grid{grid-template-columns:repeat(2,1fr)}.service-row{grid-template-columns:1fr}.service-row.reverse{direction:ltr}.stats-inner{flex-wrap:wrap;gap:2.5rem}}@media (width<=600px){.icon-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.area-hero-title{font-size:2.5rem}.page-header-inner{padding:0 1.5rem}.page-nav{display:none}}
