:root{--blue-primary:#0099d4;--blue-dark:#006fa1;--blue-deeper:#004f78;--text-dark:#1a1a2e;--text-mid:#4a4a6a;--text-light:#f0f8ff;--white:#ffffff;--section-pad:80px 0;--section-pad-sm:60px 0;--border-radius:8px;--shadow-card:0 4px 20px rgba(0,100,160,.12);--transition:all .3s ease}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--text-dark);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto}a{text-decoration:none}.section-title{font-size:2rem;font-weight:700;color:var(--blue-dark);margin-bottom:1rem;position:relative;padding-bottom:.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--blue-primary);border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}.section-lead{font-size:1.125rem;color:var(--text-mid);max-width:760px}.text-center .section-lead{margin-left:auto;margin-right:auto}.bg-light-blue{background-color:#f0f8fd}.bg-white{background-color:var(--white)}#mainNav{background:linear-gradient(135deg,var(--blue-deeper) 0%,var(--blue-primary) 100%);padding:0;transition:var(--transition);z-index:1050}#mainNav.scrolled{box-shadow:0 2px 20px rgba(0,80,140,.3)}.navbar-brand{display:flex;align-items:center;padding:10px 0}.logo-wrap{display:flex;align-items:center;gap:12px}.logo-text{font-size:1.75rem;font-weight:800;color:var(--white);letter-spacing:2px;text-transform:uppercase;line-height:1}.logo-tagline{font-size:.65rem;color:rgba(255,255,255,.75);letter-spacing:1.5px;text-transform:uppercase;line-height:1}.logo-bg{background:linear-gradient(135deg,var(--blue-deeper),var(--blue-primary));border-radius:var(--border-radius);padding:8px 14px;border:2px solid rgba(255,255,255,.3)}.navbar-nav .nav-link{color:rgba(255,255,255,.85)!important;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;padding:1.5rem .85rem!important;transition:var(--transition);position:relative}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:12px;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--white);transition:width .3s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--white)!important}.navbar-nav .nav-link:hover::after,.navbar-nav .nav-link.active::after{width:70%}.navbar-toggler{border-color:rgba(255,255,255,.4);color:var(--white)}.navbar-toggler-icon{filter:invert(1)}#heroCarousel{margin-top:0}.carousel-item{height:100vh;min-height:560px;max-height:800px;position:relative;overflow:hidden}.carousel-item img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.55)}.carousel-caption-custom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--white);width:90%;max-width:860px;z-index:10}.carousel-caption-custom .hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:1rem;display:block}.carousel-caption-custom h1{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem;text-shadow:0 2px 12px rgba(0,0,0,.4)}.carousel-caption-custom .hero-sub{font-size:1.2rem;line-height:1.7;margin-bottom:1rem;color:rgba(255,255,255,.9)}.carousel-caption-custom .hero-line{font-size:.95rem;letter-spacing:1px;color:rgba(255,255,255,.75);margin-bottom:2rem;font-style:italic}.carousel-caption-custom .btn-hero-primary{background:var(--white);color:var(--blue-dark);font-weight:700;padding:.75rem 2rem;border-radius:50px;margin:.4rem;font-size:.9rem;letter-spacing:.5px;border:2px solid var(--white);transition:var(--transition)}.carousel-caption-custom .btn-hero-primary:hover{background:transparent;color:var(--white)}.carousel-caption-custom .btn-hero-outline{background:transparent;color:var(--white);font-weight:600;padding:.73rem 2rem;border-radius:50px;margin:.4rem;font-size:.9rem;letter-spacing:.5px;border:2px solid rgba(255,255,255,.7);transition:var(--transition)}.carousel-caption-custom .btn-hero-outline:hover{background:var(--white);color:var(--blue-dark);border-color:var(--white)}.carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;background-color:rgba(255,255,255,.5);border:none;margin:0 5px}.carousel-indicators .active{background-color:var(--white);width:28px;border-radius:5px}#about{padding:var(--section-pad)}.about-badge{display:inline-block;background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:1.25rem}.about-body{font-size:1.05rem;color:var(--text-mid);line-height:1.8}.heritage-list{list-style:none;padding:0;margin:1.5rem 0}.heritage-list li{padding:.5rem 0 .5rem 2rem;position:relative;color:var(--text-mid);font-size:1rem}.heritage-list li::before{content:'\2713';position:absolute;left:0;color:var(--blue-primary);font-weight:700;font-size:1.1rem}.heritage-stat{background:linear-gradient(135deg,var(--blue-deeper) 0%,var(--blue-primary) 100%);border-radius:var(--border-radius);color:var(--white);padding:2.5rem 2rem;text-align:center;height:100%}.heritage-stat .stat-number{font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.heritage-stat .stat-label{font-size:.95rem;opacity:.85;line-height:1.4}#services{padding:var(--section-pad)}.service-card{background:var(--white);border-radius:var(--border-radius);padding:2rem;height:100%;box-shadow:var(--shadow-card);border-top:4px solid var(--blue-primary);transition:var(--transition)}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,100,160,.18)}.service-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--white);font-size:1.4rem}.service-card h4{font-size:1.15rem;font-weight:700;color:var(--blue-dark);margin-bottom:.5rem}.service-card p{color:var(--text-mid);font-size:.95rem;margin-bottom:1rem}.service-card ul{list-style:none;padding:0;margin:0}.service-card ul li{color:var(--text-mid);font-size:.9rem;padding:.3rem 0 .3rem 1.5rem;position:relative}.service-card ul li::before{content:'\203A';position:absolute;left:0;color:var(--blue-primary);font-weight:700;font-size:1.2rem;line-height:1.3}#approach{padding:var(--section-pad)}.approach-step{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.step-number{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));border-radius:50%;color:var(--white);font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center}.step-content h5{font-size:1.05rem;font-weight:700;color:var(--blue-dark);margin-bottom:.35rem}.step-content p,.step-content ul{color:var(--text-mid);font-size:.95rem;margin:0}.step-content ul{padding-left:1.2rem}.approach-note{background:var(--blue-primary);color:var(--white);border-radius:var(--border-radius);padding:1.5rem 2rem;font-size:1rem;margin-top:1rem;font-style:italic}#sectors{padding:var(--section-pad)}.sector-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:2px solid var(--blue-primary);color:var(--blue-dark);font-weight:600;font-size:.9rem;padding:.6rem 1.2rem;border-radius:50px;margin:.4rem;transition:var(--transition)}.sector-tag:hover{background:var(--blue-primary);color:var(--white)}.sector-tag .dot{width:8px;height:8px;border-radius:50%;background:var(--blue-primary);transition:var(--transition)}.sector-tag:hover .dot{background:var(--white)}.sector-image-grid img{border-radius:var(--border-radius);object-fit:cover;width:100%}#expect{padding:var(--section-pad)}.expect-item{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.expect-icon{flex-shrink:0;width:44px;height:44px;background:rgba(0,153,212,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blue-primary);font-size:1.1rem;font-weight:700}.expect-item h6{font-weight:700;color:var(--blue-dark);font-size:1rem;margin-bottom:.2rem}.expect-item p{color:var(--text-mid);font-size:.92rem;margin:0}#results{padding:var(--section-pad);background:linear-gradient(135deg,var(--blue-deeper) 0%,var(--blue-primary) 100%);color:var(--white)}#results .section-title{color:var(--white)}#results .section-title::after{background:rgba(255,255,255,.6)}.result-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius);padding:1.75rem;height:100%;backdrop-filter:blur(4px);transition:var(--transition)}.result-card:hover{background:rgba(255,255,255,.2);transform:translateY(-4px)}.result-card .result-icon{font-size:2rem;margin-bottom:.75rem}.result-card h5{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.result-card p{font-size:.88rem;color:rgba(255,255,255,.8);margin:0}#cta{padding:var(--section-pad);background:#f0f8fd}.cta-box{background:var(--white);border-radius:12px;padding:3rem;box-shadow:0 8px 40px rgba(0,100,160,.12);text-align:center}.cta-box h2{font-size:2.25rem;font-weight:800;color:var(--blue-dark);margin-bottom:1rem}.cta-box p{color:var(--text-mid);font-size:1.05rem;max-width:620px;margin:0 auto 2rem}.cta-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;margin-bottom:2rem;color:var(--text-mid)}.cta-list li{font-size:.95rem;display:flex;align-items:center;gap:.5rem}.cta-list li::before{content:'\2714';color:var(--blue-primary);font-weight:700}.btn-primary-csa{background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));color:var(--white);border:none;font-weight:700;padding:.85rem 2.25rem;border-radius:50px;font-size:.95rem;letter-spacing:.5px;transition:var(--transition);display:inline-block;margin:.4rem}.btn-primary-csa:hover{background:linear-gradient(135deg,var(--blue-dark),var(--blue-deeper));color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,100,160,.3)}.btn-outline-csa{background:transparent;color:var(--blue-dark);border:2px solid var(--blue-primary);font-weight:600;padding:.83rem 2.25rem;border-radius:50px;font-size:.95rem;transition:var(--transition);display:inline-block;margin:.4rem}.btn-outline-csa:hover{background:var(--blue-primary);color:var(--white)}#footer{background:var(--blue-deeper);color:rgba(255,255,255,.85);padding:60px 0 30px}.footer-logo-text{font-size:1.6rem;font-weight:800;color:var(--white);letter-spacing:2px}.footer-tagline{font-size:.85rem;color:rgba(255,255,255,.6);margin-top:.25rem}.footer-statement{font-size:.95rem;color:rgba(255,255,255,.7);line-height:1.7;margin-top:1rem}.footer-heading{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue-primary);margin-bottom:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:rgba(255,255,255,.75);font-size:.92rem}.footer-contact-item .contact-icon{width:34px;height:34px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--blue-primary)}.footer-divider{border-color:rgba(255,255,255,.12);margin:2rem 0 1.5rem}.footer-bottom{font-size:.8rem;color:rgba(255,255,255,.45)}.social-link{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.6);font-size:.88rem;transition:var(--transition);border:1px solid rgba(255,255,255,.2);padding:5px 14px;border-radius:50px}.social-link:hover{color:var(--white);border-color:var(--blue-primary);background:rgba(255,255,255,.08)}@media (max-width:1199.98px){.carousel-caption-custom h1{font-size:2.5rem}.heritage-stat .stat-number{font-size:2.8rem}}@media (max-width:991.98px){#mainNav .navbar-collapse{background:linear-gradient(180deg,var(--blue-deeper),var(--blue-dark));padding:1rem;margin-top:.5rem;border-radius:0 0 var(--border-radius) var(--border-radius)}.navbar-nav .nav-link{padding:.65rem .75rem!important}.navbar-nav .nav-link::after{display:none}.carousel-item{height:80vh;min-height:480px}.carousel-caption-custom h1{font-size:2.1rem}.carousel-caption-custom .hero-sub{font-size:1.05rem}:root{--section-pad:60px 0;--section-pad-sm:48px 0}.section-title{font-size:1.75rem}.heritage-stat{margin-bottom:1rem}#services .col-xl-3{margin-bottom:1.5rem}.approach-img-col{margin-top:2rem}#footer .col-md-4{margin-bottom:2rem}}@media (max-width:767.98px){.carousel-item{height:92vh;min-height:420px}.carousel-caption-custom{width:95%}.carousel-caption-custom h1{font-size:1.65rem;line-height:1.3}.carousel-caption-custom .hero-sub{font-size:.95rem;display:none}.carousel-caption-custom .hero-line{display:none}.carousel-caption-custom .btn-hero-primary,.carousel-caption-custom .btn-hero-outline{font-size:.82rem;padding:.6rem 1.4rem}:root{--section-pad:48px 0}.section-title{font-size:1.55rem}.section-lead{font-size:1rem}.about-badge{font-size:.68rem}.heritage-stat{padding:1.75rem 1.25rem;margin-bottom:1rem}.heritage-stat .stat-number{font-size:2.5rem}.service-card{padding:1.5rem}.approach-step{gap:1rem}.step-number{width:42px;height:42px;font-size:1.1rem}.sector-tag{font-size:.82rem;padding:.5rem 1rem}.cta-box{padding:2rem 1.25rem}.cta-box h2{font-size:1.65rem}.cta-list{flex-direction:column;align-items:center;gap:.5rem}#footer{padding:48px 0 24px}.footer-logo-text{font-size:1.3rem}}@media (max-width:575.98px){.logo-text{font-size:1.4rem}.carousel-item{height:100svh;min-height:400px}.carousel-caption-custom h1{font-size:1.4rem}.carousel-indicators{bottom:8px}.carousel-indicators [data-bs-target]{width:8px;height:8px}.carousel-indicators .active{width:22px}:root{--section-pad:40px 0}.section-title{font-size:1.35rem}.section-title::after{width:44px;height:3px}.expect-icon{width:38px;height:38px;font-size:.95rem}#results .col-md-6{margin-bottom:1rem}.result-card{padding:1.25rem}.btn-primary-csa,.btn-outline-csa{display:block;width:100%;max-width:280px;margin:.35rem auto}.footer-contact-item{font-size:.85rem}.footer-bottom{text-align:center}.footer-bottom .text-md-end{text-align:center!important}}