: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{align-items:center;display:flex}.page-logo-img{filter:brightness(0)invert();width:auto;height:36px;display:block}.page-nav ul{gap:2rem;display:flex}.page-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:6px;display:none;position:relative}.page-hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.page-hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.page-hamburger.active span:nth-child(2){opacity:0}.page-hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.page-nav-overlay{z-index:998;opacity:0;background:#00000080;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.page-nav-overlay.active{opacity:1;display:block}.page-nav{transition:transform .35s cubic-bezier(.4,0,.2,1)}.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:inherit;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}.footer-nav{flex:2;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.footer-nav-col h4{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;border-bottom:2px solid #2563eb4d;margin-bottom:.85rem;padding-bottom:.5rem;font-size:.8rem}.footer-nav-col ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-nav-col a{color:#ffffffb3;font-size:.85rem;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.footer-nav-col a:hover{color:#fff;padding-left:4px}.footer-nav-sub{margin-top:.25rem;padding-left:.75rem}.footer-nav-sub li{list-style:none}.footer-nav-sub a{color:#ffffff8c;font-size:.78rem}.footer-nav-sub a:hover{color:#ffffffe6}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.faq-section{background:var(--bg-white);padding:6rem 0 4rem}.faq-section .section-title{margin-bottom:3rem}.faq-category{max-width:800px;margin:0 auto 3rem}.faq-category-title{color:var(--primary);border-bottom:2px solid var(--accent);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.3rem;display:inline-block}.accordion{flex-direction:column;gap:.75rem;display:flex}.accordion-item{border:1px solid var(--border-light);transition:var(--transition);background:var(--bg-white);border-radius:6px;overflow:hidden}.accordion-item:hover{border-color:var(--accent)}.accordion-header{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--text-dark);text-align:left;transition:var(--transition);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.accordion-header:hover{color:var(--accent)}.accordion-icon{color:var(--text-light);flex-shrink:0;transition:transform .3s}.accordion-item.active .accordion-icon{color:var(--accent);transform:rotate(180deg)}.accordion-content{max-height:0;padding:0 1.5rem;transition:max-height .35s,padding .35s;overflow:hidden}.accordion-item.active .accordion-content{max-height:600px;padding:0 1.5rem 1.5rem}.accordion-content p{color:var(--text-light);margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.accordion-content ul{margin-bottom:.75rem;padding-left:1.5rem;list-style:outside}.accordion-content li{color:var(--text-light);margin-bottom:.3rem;font-size:.95rem;line-height:1.7}.accordion-content strong{color:var(--text-dark)}.faq-cta{text-align:center;background:var(--bg-gray);border-radius:8px;max-width:600px;margin:3rem auto;padding:2rem}.faq-cta p{color:var(--text-light);font-size:1.1rem}.faq-cta a{color:var(--accent);font-weight:600;text-decoration:underline}.faq-cta a:hover{color:var(--accent-hover)}.sitemap-section{background:var(--bg-white,#fff);padding:4rem 0}.sitemap-title{font-family:var(--font-heading,"Outfit", sans-serif);color:var(--text-dark,#1e293b);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.sitemap-intro{text-align:center;color:var(--text-light,#64748b);margin-bottom:3rem;font-size:1rem}.sitemap-tree{max-width:900px;margin:0 auto}.sitemap-level{margin-bottom:0}.sitemap-connector-vertical{background:var(--border-light,#e2e8f0);width:2px;height:30px;margin:0 auto}.sitemap-group{margin-bottom:2rem}.sitemap-group-title{font-family:var(--font-body,"Inter", sans-serif);text-transform:uppercase;letter-spacing:1px;color:var(--text-light,#64748b);border-left:3px solid var(--accent,#2563eb);margin-bottom:1rem;padding-left:.5rem;font-size:.8rem;font-weight:600}.sitemap-node{background:var(--bg-white,#fff);border:1px solid var(--border-light,#e2e8f0);color:var(--text-dark,#1e293b);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;margin:.3rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.sitemap-node:hover{border-color:var(--accent,#2563eb);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1f}.sitemap-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sitemap-label{font-weight:600}.sitemap-url{color:var(--text-light,#64748b);opacity:.7;font-family:monospace;font-size:.75rem}.sitemap-home{background:linear-gradient(135deg, var(--primary,#0a1128) 0%, #1a2747 100%);color:#fff;border-color:var(--primary,#0a1128);padding:1rem 1.5rem;font-size:1rem}.sitemap-home .sitemap-url{color:#ffffff80}.sitemap-home:hover{border-color:var(--accent,#2563eb);box-shadow:0 8px 20px #2563eb40}.sitemap-area{color:var(--accent,#2563eb);background:#2563eb0d;border-color:#2563eb33}.sitemap-brand{color:var(--primary,#0a1128);background:#0a11280a;border-color:#0a112826;padding:.5rem .85rem;font-size:.85rem}.sitemap-tab{background:var(--bg-gray,#f8fafc);border-color:var(--border-light,#e2e8f0);color:var(--text-light,#64748b);border-radius:6px;padding:.4rem .75rem;font-size:.8rem}.sitemap-tab:hover{color:var(--accent,#2563eb)}.sitemap-anchor{color:#b47324;background:#e59c3c0f;border-color:#e59c3c33}.sitemap-info{color:#15803d;background:#22c55e0d;border-color:#22c55e33}.sitemap-children{border-left:2px dashed var(--border-light,#e2e8f0);flex-wrap:wrap;gap:.5rem;margin-left:1rem;padding-left:1.5rem;display:flex}.sitemap-areas-grid{grid-template-columns:1fr;gap:1rem;display:grid}.sitemap-branch{position:relative}.sitemap-sublevel{border-left:2px solid var(--border-light,#e2e8f0);margin-left:.75rem;padding-left:1.5rem}.sitemap-tabs{flex-wrap:wrap;gap:.4rem;padding-top:.5rem;padding-bottom:.5rem;display:flex}.sitemap-legend{border-top:1px solid var(--border-light,#e2e8f0);flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.legend-item{color:var(--text-light,#64748b);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.legend-dot{border:1px solid;border-radius:4px;width:14px;height:14px}.legend-home{background:#0a1128;border-color:#0a1128}.legend-area{background:#2563eb1a;border-color:#2563eb4d}.legend-brand{background:#0a11280f;border-color:#0a112826}.legend-tab{background:#f8fafc;border-color:#e2e8f0}.legend-anchor{background:#e59c3c1a;border-color:#e59c3c4d}@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}.footer-nav{grid-template-columns:repeat(2,1fr)}.page-hamburger{display:flex}.page-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#0a1128fa;flex-direction:column;width:280px;height:100vh;padding:6rem 2rem 2rem;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000004d}.page-nav.open{transform:translate(0)}.page-nav ul{flex-direction:column;gap:0}.page-nav li{border-bottom:1px solid #ffffff14}.page-nav a{padding:1rem 0;font-size:1rem;display:block;color:#ffffffd9!important}.page-nav a:hover,.page-nav a.active{color:#fff!important}.page-header-inner{padding:0 1.5rem}}@media (width<=600px){.icon-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.area-hero-title{font-size:2.5rem}.sitemap-children{margin-left:.5rem;padding-left:.5rem}.sitemap-sublevel{margin-left:.5rem;padding-left:.75rem}.sitemap-tabs{gap:.3rem}.sitemap-node{padding:.5rem .75rem;font-size:.8rem}.sitemap-legend{flex-direction:column;align-items:center;gap:.75rem}.footer-nav{grid-template-columns:repeat(2,1fr);gap:1.25rem}}
