:root{--navy:#0a1628;--navy-light:#132238;--blue:#1e6fd9;--blue-light:#3b8ef0;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#64748b;--gray-800:#1e293b;--shadow:0 4px 24px #0a162814;--shadow-lg:0 12px 40px #0a16281f;--radius:8px;--radius-lg:12px;--header-h:72px;--max-w:1200px;--transition:.2s ease}main{min-height:calc(100vh - var(--header-h) - 200px)}.section{padding:4rem 1.5rem}.section-alt{background:var(--gray-50)}.container{max-width:var(--max-w);margin:0 auto}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.35rem,2.5vw,1.75rem)}.section-header p{color:var(--gray-600);max-width:560px;margin:0 auto}.btn{border-radius:var(--radius);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-light)}.btn-outline{color:var(--white);background:0 0;border:2px solid #fff6}.btn-outline:hover{border-color:var(--white);background:#ffffff0f}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light)}.btn-full{width:100%}.site-header{z-index:100;height:var(--header-h);background:var(--navy);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.header-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:1.5rem;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.75rem;line-height:1.2;text-decoration:none;display:flex}.logo-img{object-fit:contain;border-radius:6px;flex-shrink:0;width:48px;height:48px}.logo-text{flex-direction:column;display:flex}.logo-main{color:var(--white);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.logo-sub{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.nav-main{align-items:center;gap:.25rem;display:flex}.nav-main a{color:#ffffffd9;border-radius:var(--radius);transition:color var(--transition), background var(--transition);padding:.5rem .85rem;font-size:.9rem;font-weight:500}.nav-main a:hover,.nav-main a.active{color:var(--white);background:#ffffff14}.header-actions{align-items:center;gap:.75rem;display:flex}.btn-whatsapp{color:var(--white);border-radius:var(--radius);transition:background var(--transition);background:#25d366;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-whatsapp:hover{background:#20bd5a}.btn-whatsapp svg{flex-shrink:0;width:18px;height:18px}.nav-toggle{border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #fff3;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.nav-toggle span{background:var(--white);border-radius:1px;height:2px;display:block}section.hero{background:var(--navy);border:none;align-items:stretch;height:clamp(680px,94vh,920px);min-height:clamp(680px,94vh,920px);padding:0;display:flex;position:relative;overflow:hidden}.hero-bg-wrap{z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-bg-slide{opacity:0;pointer-events:none;transition:opacity 1.2s;position:absolute;inset:0}.hero-bg-slide.is-active{opacity:1}.hero-bg-img{object-fit:cover;object-position:center}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0a162826 0%,#0a162840 45%,#0a16288c 75%,#0a1628c7 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:var(--max-w);flex-direction:column;flex:1;justify-content:space-between;height:100%;min-height:clamp(680px,94vh,920px);margin:0 auto;padding:clamp(2.75rem,6vw,4.5rem) 1.5rem clamp(2.5rem,5vw,3.5rem);display:flex;position:relative}.hero-top h1{color:var(--white);text-shadow:0 2px 24px #00000059;max-width:760px;margin:0;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:700;line-height:1.2}.hero-bottom{flex-direction:column;gap:1.75rem;width:100%;margin-top:auto;padding-top:2rem;display:flex}.hero-lead.hero-typewriter{color:#ffffff7a;max-width:680px;min-height:3.4em;margin:0;font-size:clamp(.95rem,2vw,1.08rem);line-height:1.7}.hero-typewriter-text{white-space:pre-wrap}.hero-cursor{color:#ffffff8c;margin-left:1px;font-weight:300;animation:.85s step-end infinite hero-cursor-blink;display:inline-block}.hero-cursor.is-done{opacity:.35;animation:1.4s step-end infinite hero-cursor-blink}@keyframes hero-cursor-blink{50%{opacity:0}}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-hero{background:var(--navy);text-align:center;border-bottom:none;padding:3rem 1.5rem}.page-hero h1{color:var(--white);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem)}.page-hero p{color:#ffffffbf;max-width:560px;margin:0 auto;font-size:1rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow);padding:1.75rem 1rem}.stat-value{color:var(--blue);margin-bottom:.35rem;font-size:1.75rem;font-weight:700}.stat-label{color:var(--gray-600);font-size:.9rem;font-weight:500}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:box-shadow var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg)}.card-img{background-position:50%;background-size:cover;height:160px}.card-body{padding:1.5rem}.card-body h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem}.card-body p{color:var(--gray-600);font-size:.9rem}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.feature-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;width:100%;min-height:280px}.feature-text h2{color:var(--navy);margin-bottom:1rem;font-size:1.5rem}.feature-text p{color:var(--gray-600);margin-bottom:1rem}.feature-list li{color:var(--gray-600);margin-bottom:.5rem;padding-left:1.25rem;font-size:.95rem;list-style:none;position:relative}.feature-list li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.ref-list{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ref-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--navy);padding:1.25rem 1.5rem;font-weight:600}.ref-item span{color:var(--gray-600);margin-top:.25rem;font-size:.85rem;font-weight:400;display:block}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);height:100%;padding:2rem}.service-card h3{color:var(--navy);border-bottom:2px solid var(--blue);margin-bottom:.75rem;padding-bottom:.75rem;font-size:1.15rem;display:inline-block}.service-card p{color:var(--gray-600);font-size:.95rem}.about-content p{color:var(--gray-600);margin-bottom:1.25rem;font-size:1.05rem}.about-content h2{color:var(--navy);margin:2rem 0 1rem;font-size:1.35rem}.about-content-spaced{margin-top:3rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.value-box{background:var(--gray-50);border-radius:var(--radius);border-left:4px solid var(--blue);padding:1.5rem}.value-box h3{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.value-box p{color:var(--gray-600);margin:0;font-size:.9rem}.ref-page-grid{gap:1.5rem;display:grid}.ref-page-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);border-left:4px solid var(--blue);padding:2rem}.ref-page-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.2rem}.ref-page-card p{color:var(--gray-600);font-size:.95rem}.link-more{color:var(--blue);margin-top:2rem;font-size:.95rem;font-weight:600;display:inline-block}.link-more:hover{color:var(--blue-light)}section.cta-band{background:var(--navy);text-align:center;border:none;border-radius:0;margin:0;padding:3.5rem 1.5rem}section.cta-band h2{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.25rem,2.5vw,1.65rem)}section.cta-band p{color:#ffffffc7;max-width:520px;margin:0 auto 1.5rem}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.contact-info-block{background:var(--navy);color:var(--white);border-radius:var(--radius-lg);padding:2rem}.contact-info-block h2{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.contact-item{margin-bottom:1.25rem}.contact-item strong{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:.25rem;font-size:.8rem;display:block}.contact-item a,.contact-item p{color:var(--white);font-size:1rem;text-decoration:none}.contact-item a:hover{color:var(--blue-light)}.contact-form-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.contact-form-wrap h2{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem}.contact-form-lead{color:var(--gray-600);margin:0 0 1.25rem;font-size:.925rem;line-height:1.65}.form-error{color:#b91c1c;border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;margin:0 0 1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--gray-800);margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);width:100%;transition:border-color var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--blue);outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-hint{color:var(--gray-600);text-align:center;margin-top:.75rem;font-size:.85rem}.map-embed{border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--gray-100);margin-top:2.5rem;overflow:hidden;box-shadow:0 4px 24px #0a16280f}.map-embed iframe{border:0;width:100%;height:380px;display:block}.map-embed-link{text-align:center;color:var(--blue);background:var(--white);border-top:1px solid var(--gray-200);padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:block}.map-embed-link:hover{color:var(--blue-light);background:var(--gray-50)}footer.site-footer{background:var(--navy);color:#ffffffbf;margin-top:0;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:var(--max-w);margin:0 auto}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;display:grid}.footer-region-links{margin:0;padding:0;list-style:none}.footer-region-links li+li{margin-top:.4rem}.footer-region-links a{color:#ffffffb3;transition:color var(--transition);font-size:.875rem;text-decoration:none;display:block}.footer-region-links a:hover{color:var(--white)}.district-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;margin-bottom:2.5rem;display:grid}.district-media{border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow);background:var(--gray-100);overflow:hidden}.district-image{object-fit:cover;width:100%;height:auto;max-height:420px;display:block}.district-intro{color:var(--gray-600);margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.district-content h2{color:var(--navy);margin:0 0 1rem;font-size:1.2rem}.district-services-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.district-services-list li{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.1rem}.district-services-list strong{color:var(--navy);margin-bottom:.35rem;font-size:.95rem;display:block}.district-services-list span{color:var(--gray-600);font-size:.9rem;line-height:1.55;display:block}.district-form-block{max-width:640px;margin:0 auto}.footer-brand .logo-main{color:var(--white);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:block}.footer-brand .logo-main--brand{letter-spacing:.06em;text-shadow:0 0 20px #3b8ef059}.footer-brand p{color:#ffffffb3;font-size:.9rem;line-height:1.6}.footer-col h4{text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:1rem;font-size:.85rem}.footer-col a,.footer-col p{color:#ffffffb3;transition:color var(--transition);margin-bottom:.5rem;font-size:.9rem;text-decoration:none;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;color:#ffffff80;padding-top:1.5rem;font-size:.85rem}.gallery-slider{width:100vw;max-width:100vw;margin-top:2.5rem;margin-left:calc(50% - 50vw);padding:.5rem 0;position:relative;overflow:hidden}.gallery-slider:before,.gallery-slider:after{content:"";z-index:2;pointer-events:none;width:72px;position:absolute;top:0;bottom:0}.gallery-slider:before{background:linear-gradient(to right, var(--gray-50) 0%, transparent 100%);left:0}.gallery-slider:after{background:linear-gradient(to left, var(--gray-50) 0%, transparent 100%);right:0}.gallery-track{gap:1rem;width:max-content;animation:80s linear infinite gallery-scroll;display:flex}.gallery-slider:hover .gallery-track{animation-play-state:paused}.gallery-item{border-radius:var(--radius-lg);border:1px solid var(--gray-200);width:300px;height:200px;box-shadow:var(--shadow);flex-shrink:0;margin:0;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%}@keyframes gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.feature-split,.services-grid,.values-grid,.contact-grid,.district-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-toggle{display:flex}.nav-main{top:var(--header-h);background:var(--navy);opacity:0;visibility:hidden;transition:transform var(--transition), opacity var(--transition), visibility var(--transition);flex-direction:column;padding:1rem;position:fixed;left:0;right:0;transform:translateY(-100%)}.nav-main.is-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-main a{width:100%;padding:.85rem 1rem}.header-actions .btn-whatsapp span,.logo-sub{display:none}section.hero{height:600px;min-height:600px}.hero-content{min-height:600px}.hero-bottom{gap:1.25rem;padding-top:1.5rem}.ref-list,.footer-grid{grid-template-columns:1fr}.gallery-item{width:260px;height:170px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){.hero-bg-slide{transition:none}.hero-bg-slide:not(.is-active),.hero-cursor{display:none}.gallery-track{width:100%;max-width:var(--max-w);flex-wrap:wrap;justify-content:center;margin:0 auto;animation:none}.gallery-slider{width:100%;margin-left:0}.gallery-slider:before,.gallery-slider:after,.gallery-item[aria-hidden=true]{display:none}}
section.hero.hero--premium{height:auto;min-height:92vh;margin-top:calc(-1 * var(--header-h,72px));padding-top:var(--header-h,72px);background:var(--navy);border:none;display:block;position:relative;overflow:hidden}.hero--premium .hero-bg-wrap{z-index:0;position:absolute;inset:0}.hero--premium .hero-bg-img{object-fit:cover;object-position:right center}.hero-overlay--cinematic{z-index:1;pointer-events:none;background:linear-gradient(105deg,#0a1628e0 0%,#0a1628b8 28%,#0a162885 52%,#0a162838 78%,#0a16280f 100%);position:absolute;inset:0}.hero-shell{z-index:2;min-height:calc(92vh - var(--header-h,72px));max-width:var(--max-w,1200px);flex-direction:column;justify-content:space-between;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.hero-main{flex:1;grid-template-columns:minmax(0,540px) minmax(0,1fr);align-items:center;gap:2rem;padding:clamp(2.5rem,6vh,4.5rem) 0 clamp(1.5rem,3vh,2rem);display:grid}.hero-copy{flex-direction:column;gap:0;max-width:540px;display:flex}.hero-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#4da3ff;background:linear-gradient(90deg,#e85d4c,#4da3ff 45%,#1e6fd9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.25rem;font-size:.72rem;font-weight:700;display:inline-block}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.hero-eyebrow{color:#4da3ff;-webkit-text-fill-color:unset}}.hero-copy h1{letter-spacing:-.03em;color:var(--white);text-shadow:0 4px 32px #00000059;max-width:12ch;margin:0 0 1.35rem;font-size:clamp(2.35rem,5.5vw,3.65rem);font-weight:800;line-height:1.08}.hero-desc{color:#ffffffb8;max-width:520px;margin:0 0 2rem;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.75}.hero--premium .hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-hero-primary{color:var(--white);border-radius:var(--radius,8px);background:linear-gradient(135deg,#1e6fd9 0%,#2580ef 100%);border:1px solid #ffffff1f;align-items:center;gap:.65rem;padding:.95rem 1.65rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 4px 20px #1e6fd973,0 0 0 1px #1e6fd933}.btn-hero-primary:hover{background:linear-gradient(135deg,#2580ef 0%,#3b8ef0 100%);transform:translateY(-1px);box-shadow:0 8px 28px #1e6fd98c,0 0 0 1px #4da3ff59}.btn-hero-arrow{width:18px;height:18px;transition:transform .2s}.btn-hero-primary:hover .btn-hero-arrow{transform:translate(3px)}.btn-hero-secondary{color:var(--white);border-radius:var(--radius,8px);background:0 0;border:1.5px solid #ffffff8c;justify-content:center;align-items:center;padding:.95rem 1.65rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.btn-hero-secondary:hover{background:#ffffff1a;border-color:#ffffffd9;transform:translateY(-1px)}.hero-visual-spacer{min-height:1px}.hero-stats-bar{margin:0 -1.5rem;padding:0 1.5rem 1.5rem}.hero-stats-inner{border-radius:var(--radius-lg,12px);-webkit-backdrop-filter:blur(14px);background:#0a162873;border:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden;box-shadow:0 8px 32px #0003}.hero-stat-item{background:#ffffff08;align-items:center;gap:1rem;padding:1.25rem 1.35rem;transition:background .2s;display:flex}.hero-stat-item:hover{background:#ffffff0f}.hero-stat-icon{width:44px;height:44px;color:var(--blue-light,#3b8ef0);background:#1e6fd926;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-stat-icon svg{width:24px;height:24px}.hero-stat-text strong{color:var(--white);margin-bottom:.2rem;font-size:1.15rem;font-weight:700;line-height:1.2;display:block}.hero-stat-text span{color:#ffffff94;font-size:.8rem;line-height:1.3;display:block}.site-header.site-header--premium{z-index:200;height:var(--header-h,72px);-webkit-backdrop-filter:blur(16px)saturate(140%);background:#0a1628c7;border-bottom:1px solid #ffffff14;position:sticky;top:0;box-shadow:0 4px 24px #0000001f}.site-header--premium .nav-main a{transition:color .2s,background .2s;position:relative}.site-header--premium .nav-main a:after{content:"";background:var(--blue-light,#3b8ef0);border-radius:1px;height:2px;transition:transform .25s;position:absolute;bottom:.35rem;left:.85rem;right:.85rem;transform:scaleX(0)}.site-header--premium .nav-main a:hover:after,.site-header--premium .nav-main a.active:after{transform:scaleX(1)}.site-header--premium .nav-main a.active{color:var(--white);background:#ffffff0f}.logo-text--fiber{isolation:isolate;border:1px solid #3b8ef059;border-radius:10px;padding:.5rem .9rem .55rem;position:relative;overflow:hidden;box-shadow:0 0 24px #00b4ff2e,0 0 48px #8a2be214,inset 0 1px #ffffff1f}.logo-text--fiber:before{content:"";z-index:0;background:linear-gradient(125deg,#0a1628eb 0%,#1e6fd973 22%,#00d4ff59 45%,#9333ea47 62%,#10b9814d 82%,#1e6fd966 100%) 0 0/220% 220%;animation:7s ease-in-out infinite logo-fiber-shimmer;position:absolute;inset:0}.logo-text--fiber:after{content:"";z-index:0;opacity:.55;pointer-events:none;background:repeating-linear-gradient(105deg,#0000 0 14px,#00ffff12 14px 15px),repeating-linear-gradient(-12deg,#0000 0 20px,#3b8ef00d 20px 21px);animation:12s linear infinite logo-fiber-lines;position:absolute;inset:-40% -20%}.logo-text--fiber .logo-main,.logo-text--fiber .logo-sub{z-index:1;position:relative}.logo-text--fiber .logo-main{letter-spacing:.06em;text-shadow:0 0 12px #00d4ff73,0 0 24px #3b8ef040}.logo-text--fiber .logo-sub{color:#ffffffe0;text-shadow:0 0 8px #00d4ff33}@keyframes logo-fiber-shimmer{0%,to{background-position:0%}50%{background-position:100%}}@keyframes logo-fiber-lines{0%{transform:translate(0)translateY(0)}to{transform:translate(28px)translateY(6px)}}@media (prefers-reduced-motion:reduce){.logo-text--fiber:before,.logo-text--fiber:after{animation:none}}@media (max-width:768px){.logo-text--fiber{padding:.4rem .65rem .45rem}.logo-text--fiber .logo-main{font-size:1rem}}@media (max-width:992px){.hero-main{text-align:center;grid-template-columns:1fr;padding-top:2rem}.hero-copy{align-items:center;max-width:100%;margin:0 auto}.hero-copy h1{max-width:100%}.hero-desc{margin-left:auto;margin-right:auto}.hero--premium .hero-actions{justify-content:center}.hero-visual-spacer{display:none}.hero--premium .hero-bg-img{object-position:70% center}.hero-stats-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){section.hero.hero--premium{min-height:auto;margin-top:calc(-1 * var(--header-h,72px))}.hero-shell{min-height:calc(100vh - var(--header-h,72px))}.hero-overlay--cinematic{background:linear-gradient(#0a1628d1 0%,#0a1628a6 45%,#0a162859 100%)}.hero--premium .hero-bg-img{object-position:center 30%}.hero-eyebrow{letter-spacing:.16em;font-size:.65rem}.hero-copy h1{font-size:clamp(1.85rem,8vw,2.5rem)}.hero--premium .hero-actions{flex-direction:column;width:100%}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}.hero-stats-inner{grid-template-columns:1fr}.hero-stat-item{padding:1rem 1.15rem}}@media (max-width:480px){.hero-stat-icon{width:40px;height:40px}.hero-stat-icon svg{width:22px;height:22px}}
.services-section{background:var(--gray-50,#f8fafc);padding:clamp(4rem,8vw,5.5rem) 1.5rem}.services-section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.services-section-header h2{letter-spacing:-.03em;color:var(--navy,#0a1628);margin:0 0 .85rem;font-size:clamp(1.65rem,3.2vw,2.15rem);font-weight:700;line-height:1.2}.services-section-header p{color:var(--gray-600,#64748b);margin:0;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.65}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.service-card-premium{background:var(--white,#fff);border:1px solid var(--gray-200,#e2e8f0);border-radius:var(--radius-lg,12px);flex-direction:column;align-items:flex-start;padding:1.75rem 1.65rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 2px 12px #0a16280a}.service-card-premium:hover{border-color:#1e6fd938;transform:translateY(-4px);box-shadow:0 12px 32px #0a162814,0 0 0 1px #1e6fd90f}.service-card-icon{width:52px;height:52px;color:var(--blue,#1e6fd9);background:linear-gradient(145deg,#1e6fd91f 0%,#1e6fd90d 100%);border:1px solid #1e6fd91f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card-icon svg{width:26px;height:26px}.service-card-premium h3{letter-spacing:-.02em;color:var(--navy,#0a1628);margin:0 0 .65rem;font-size:1.1rem;font-weight:700;line-height:1.3}.service-card-premium p{color:var(--gray-600,#64748b);margin:0;font-size:.925rem;line-height:1.65}.services-section-link{color:var(--blue,#1e6fd9);align-items:center;gap:.45rem;margin-top:2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.services-section-link:hover{color:var(--blue-light,#3b8ef0);gap:.65rem}.service-regions-block{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin:2.5rem 0 2rem;padding:1.75rem 1.5rem}.service-regions-block h3{color:var(--navy,#0a1628);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.service-regions-block>p{color:var(--gray-600,#64748b);margin:0 0 1rem;font-size:.9rem}.service-regions-list{grid-template-columns:repeat(3,1fr);gap:.5rem 1rem;margin:0;padding:0;list-style:none;display:grid}.service-regions-list a{color:var(--blue,#1e6fd9);font-size:.9rem;font-weight:600;text-decoration:none}.service-regions-list a:hover{color:var(--blue-light,#3b8ef0);text-decoration:underline}.services-section .gallery-slider{margin-top:0}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.service-regions-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.service-regions-list{grid-template-columns:1fr}.services-section-header{text-align:left;margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.service-card-premium{padding:1.5rem 1.35rem}}@media (prefers-reduced-motion:reduce){.service-card-premium{transition:border-color .2s,box-shadow .2s}.service-card-premium:hover{transform:none}}
.dashboard-layout{background:var(--gray-50);min-height:100vh;display:flex}.dashboard-sidebar{background:var(--navy);width:260px;color:var(--white);flex-direction:column;flex-shrink:0;padding:1.5rem 0;display:flex}.dashboard-sidebar-brand{border-bottom:1px solid #ffffff14;margin-bottom:1rem;padding:0 1.25rem 1.5rem}.dashboard-sidebar-brand strong{font-size:1rem;display:block}.dashboard-sidebar-brand span{color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.dashboard-nav{flex:1;padding:0 .75rem}.dashboard-nav a{border-radius:var(--radius);color:#fffc;transition:background var(--transition), color var(--transition);margin-bottom:.25rem;padding:.65rem .75rem;font-size:.9rem;display:block}.dashboard-nav a:hover,.dashboard-nav a.active{color:var(--white);background:#ffffff14}.dashboard-nav a.muted{color:var(--gray-400);pointer-events:none;margin-top:1rem;font-size:.8rem}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-topbar{background:var(--white);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.dashboard-topbar h1{color:var(--navy);font-size:1.15rem}.dashboard-content{flex:1;padding:1.5rem}.dashboard-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.dashboard-card h2{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.dashboard-card p{color:var(--gray-600);font-size:.9rem}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:1rem;display:grid}.dashboard-stat{background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200);padding:1.25rem}.dashboard-stat strong{color:var(--blue);margin-bottom:.25rem;font-size:1.5rem;display:block}.dashboard-stat span{color:var(--gray-600);font-size:.85rem}@media (max-width:768px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%}}

