:root{--clr-brand: #1a5276;--clr-brand-dark: #0e3453;--clr-accent: #e67e22;--clr-accent-dark: #ca6f1e;--clr-bg: #ffffff;--clr-surface: #f4f7fb;--clr-surface-2: #eaf0f8;--clr-text: #1a202c;--clr-text-muted: #4a5568;--clr-border: #dce3ed;--site-max: 1120px;--site-gutter: clamp(20px, 5vw, 60px);--section-y: clamp(64px, 9vw, 112px);--radius: 8px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--shadow-card-hover: 0 8px 28px rgba(0, 0, 0, .14);font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--clr-text);background:var(--clr-bg)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}address{font-style:normal}button,input{font:inherit}.container{max-width:var(--site-max);margin-inline:auto;padding-inline:var(--site-gutter)}.section{padding-block:var(--section-y)}h1,h2,h3,h4{margin:0;line-height:1.15}h1{font-size:clamp(36px,6vw,64px);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(28px,4vw,44px);font-weight:700;letter-spacing:-.01em}h3{font-size:clamp(20px,2.5vw,26px);font-weight:700}h4{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--clr-text-muted)}p{margin:0}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-accent);margin-bottom:12px}.section-sub{margin-top:16px;max-width:680px;font-size:18px;color:var(--clr-text-muted)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-size:16px;font-weight:700;cursor:pointer;transition:background .18s,color .18s,transform .12s,box-shadow .18s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--clr-accent);color:#fff;box-shadow:0 4px 16px #e67e224d}.btn-primary:hover{background:var(--clr-accent-dark);box-shadow:0 6px 20px #e67e2266}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.btn-outline:hover{background:#ffffff1f;border-color:#fff}.btn-outline-dark{background:transparent;color:var(--clr-brand);border:2px solid var(--clr-brand)}.btn-outline-dark:hover{background:var(--clr-brand);color:#fff}.site-header{position:sticky;top:0;z-index:100;background:var(--clr-brand);box-shadow:0 2px 16px #0000002e}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:10px;gap:24px}.logo-link{display:flex;align-items:center}.logo{height:56px;width:auto;object-fit:contain}.main-nav{display:flex;align-items:center;gap:8px}.main-nav a{color:#ffffffd9;font-size:15px;font-weight:500;padding:8px 14px;border-radius:6px;transition:color .15s,background .15s}.main-nav a:hover{color:#fff;background:#ffffff1a}.main-nav .nav-cta{background:var(--clr-accent);color:#fff!important;font-weight:700;padding:8px 18px;border-radius:var(--radius)}.main-nav .nav-cta:hover{background:var(--clr-accent-dark)}@media(max-width:768px){.main-nav a:not(.nav-cta):not(:last-of-type){display:none}.main-nav{gap:4px}.logo{height:44px}}.hero{position:relative;min-height:clamp(480px,60vh,680px);display:flex;align-items:center;overflow:hidden;padding-block:80px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 40%;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0e3453e0,#0e3453b8,#0e345366)}.hero-content{position:relative;z-index:1;max-width:680px}.hero h1{color:#fff;margin-bottom:20px}.hero .eyebrow{color:var(--clr-accent)}.hero-sub{font-size:clamp(16px,2vw,19px);color:#ffffffe0;max-width:560px;margin-bottom:36px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}@media(max-width:520px){.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center}}.trust-bar{background:var(--clr-brand-dark);padding-block:18px}.trust-bar-inner{display:flex;flex-wrap:wrap;gap:8px 32px;justify-content:center}.trust-item{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:14px;font-weight:500}.trust-icon{width:22px;height:22px;background:var(--clr-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;font-weight:900;flex-shrink:0}.services{background:var(--clr-surface)}.services .container>h2{margin-top:8px;color:var(--clr-brand)}.services-grid{margin-top:56px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.service-card{background:var(--clr-bg);border-radius:calc(var(--radius) * 1.5);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .22s,transform .22s;display:flex;flex-direction:column}.service-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.service-img-wrap{overflow:hidden;aspect-ratio:16 / 9}.service-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.service-card:hover .service-img{transform:scale(1.04)}.service-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:12px}.service-body h3{color:var(--clr-brand)}.service-body p{font-size:15px;color:var(--clr-text-muted)}.service-list{margin-top:4px;display:flex;flex-direction:column;gap:6px}.service-list li{padding-left:18px;position:relative;font-size:14px;color:var(--clr-text-muted)}.service-list li:before{content:"✓";position:absolute;left:0;color:var(--clr-accent);font-weight:900;font-size:12px;top:2px}.about{background:var(--clr-bg)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-image img{width:100%;border-radius:calc(var(--radius) * 2);box-shadow:0 12px 40px #0000001f;object-fit:cover;aspect-ratio:4/3}.about-content{display:flex;flex-direction:column;gap:20px}.about-content h2{color:var(--clr-brand)}.about-content p{font-size:17px;color:var(--clr-text-muted);line-height:1.7}.about-list{display:flex;flex-direction:column;gap:10px}.about-list li{padding-left:24px;position:relative;font-size:15px;font-weight:500;color:var(--clr-text)}.about-list li:before{content:"✓";position:absolute;left:0;color:var(--clr-accent);font-weight:900}@media(max-width:768px){.about-inner{grid-template-columns:1fr;gap:36px}.about-image{order:-1}}.cta-banner{background:linear-gradient(135deg,var(--clr-brand) 0%,var(--clr-brand-dark) 100%);padding-block:clamp(48px,7vw,80px)}.cta-banner-inner{display:flex;flex-wrap:wrap;gap:32px;align-items:center;justify-content:space-between}.cta-banner h2{color:#fff}.cta-banner p{color:#fffc;font-size:18px;margin-top:8px}.cta-banner-actions{display:flex;flex-wrap:wrap;gap:14px;flex-shrink:0}@media(max-width:640px){.cta-banner-inner{flex-direction:column}.cta-banner-actions{width:100%}.cta-banner-actions .btn{flex:1;justify-content:center}}.contact{background:var(--clr-surface)}.contact h2{color:var(--clr-brand);margin-top:8px}.contact-grid{margin-top:52px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.contact-card{background:var(--clr-bg);border-radius:calc(var(--radius) * 1.5);padding:28px 24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s}.contact-card:hover{box-shadow:var(--shadow-card-hover)}.contact-icon{font-size:28px;line-height:1}.contact-card h3{color:var(--clr-brand);font-size:18px;margin-top:4px}.contact-card p{font-size:14px;color:var(--clr-text-muted)}.contact-card address{font-size:15px;line-height:1.7;color:var(--clr-text)}.contact-link{font-size:14px;color:var(--clr-brand);font-weight:500;text-decoration:underline;text-underline-offset:3px;transition:color .15s;margin-top:4px}.contact-link:hover{color:var(--clr-accent)}.contact-link-bold{font-size:17px;font-weight:700}.site-footer{background:var(--clr-brand-dark);color:#fffc}.footer-inner{display:flex;flex-wrap:wrap;gap:48px;padding-block:56px 48px;justify-content:space-between}.footer-brand{display:flex;flex-direction:column;gap:14px;max-width:240px}.footer-logo{height:52px;width:auto;object-fit:contain}.footer-tagline{font-size:14px;color:#fff9}.footer-links{display:flex;flex-wrap:wrap;gap:48px}.footer-col h4{color:#ffffff80;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col li{font-size:14px;color:#ffffffb3}.footer-col a{transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:18px}.footer-bottom-inner{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;font-size:13px;color:#ffffff80}.footer-bottom nav{display:flex;gap:20px}.footer-bottom nav a{transition:color .15s}.footer-bottom nav a:hover{color:#fff}@media(max-width:640px){.footer-inner{flex-direction:column;gap:32px}.footer-brand{max-width:100%}}.legal-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--clr-bg)}.legal-page{flex:1;width:min(760px,calc(100% - 48px));margin:0 auto;padding-block:56px}.legal-page h1{font-size:clamp(32px,5vw,52px);color:var(--clr-brand);margin-bottom:36px}.legal-page h2{font-size:22px;color:var(--clr-brand);margin-top:36px;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--clr-border)}.legal-page h3{font-size:17px;font-weight:600;color:var(--clr-text);margin-top:20px;margin-bottom:8px}.legal-page p{font-size:15px;color:var(--clr-text-muted);line-height:1.75;margin-bottom:12px}.legal-page a{color:var(--clr-brand);text-decoration:underline;text-underline-offset:3px}.legal-page a:hover{color:var(--clr-accent)}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--clr-brand);font-size:14px;font-weight:600;text-decoration:none;margin-bottom:32px;padding:8px 14px;background:var(--clr-surface);border-radius:6px;transition:background .15s}.back-link:hover{background:var(--clr-surface-2)}.legal-shell .site-footer{width:100%}.consent-shell{position:fixed;right:20px;bottom:20px;z-index:50;width:min(440px,calc(100vw - 40px))}.consent-panel{display:grid;gap:16px;padding:18px;border:1px solid var(--clr-border);border-radius:var(--radius);background:#fff;box-shadow:0 18px 60px #0000002e}.consent-title{margin:0 0 6px;font-size:17px;font-weight:800}.consent-copy{margin:0;font-size:14px;line-height:1.5;color:var(--clr-text-muted)}.consent-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.consent-actions button{border:1px solid var(--clr-brand);border-radius:6px;background:var(--clr-brand);color:#fff;padding:10px 14px;cursor:pointer;font-size:14px;font-weight:600}.consent-actions button:first-child{background:#fff;color:var(--clr-brand)}.consent-placeholder{padding:18px;border:1px dashed var(--clr-border);border-radius:var(--radius);background:var(--clr-surface)}.consent-placeholder p{margin:6px 0 0;font-size:15px}.consent-placeholder button{margin-top:12px;border:1px solid var(--clr-brand);border-radius:6px;background:var(--clr-brand);color:#fff;padding:10px 12px;cursor:pointer}@media(max-width:520px){.consent-shell{right:12px;bottom:12px;width:calc(100vw - 24px)}.consent-actions{justify-content:stretch}.consent-actions button{flex:1 1 100%}}
