:root{--red:#e31e24;--red-dark:#b8151b;--navy:#0a1428;--ink:#0f1116;--off:#fafafa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--off);color:var(--ink);font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.icon{width:1.1rem;height:1.1rem;display:block}.container,.wide-container,.narrow-container{width:min(100% - 40px,1280px);margin-inline:auto}.wide-container{max-width:1024px}.narrow-container{max-width:768px}.center{text-align:center}.site-header{position:fixed;z-index:50;inset:0 0 auto;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);transition:box-shadow .3s ease,background .3s ease}.site-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 2px 18px rgba(10,20,40,.06)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand-link{display:flex;align-items:center}.brand-logo{height:40px;width:auto;display:block}.social-links{display:flex;gap:10px}.social-button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(15,17,22,.1);display:grid;place-items:center;color:rgba(15,17,22,.7);transition:.25s ease}.social-button:hover{color:var(--red);border-color:rgba(227,30,36,.4);background:rgba(227,30,36,.05)}.banner-section{position:relative;width:100%;padding-top:72px;background:#0a1428}.banner-inner{position:relative;width:100%;height:86vh;overflow:hidden;background-position:50% 31%;background-size:cover;background-repeat:no-repeat}.hero-shade,.hero-radial{position:absolute;inset:0;pointer-events:none}.hero-shade{background:linear-gradient(180deg,rgba(8,13,25,.45) 0%,rgba(8,13,25,.55) 45%,rgba(8,13,25,.85) 100%)}.hero-radial{background:radial-gradient(ellipse at center,transparent 0%,rgba(8,13,25,.55) 80%)}.hero-content{position:relative;z-index:2;height:100%;display:grid;place-items:center;padding-inline:20px}.hero-copy{max-width:1000px;text-align:center;display:flex;flex-direction:column;align-items:center}.display-title,.section-title{font-family:"Bebas Neue","Poppins",sans-serif;letter-spacing:.02em}.display-title{font-size:clamp(3rem,7vw,5.5rem);line-height:1;margin:0;color:white;font-weight:400}.display-title span,.since-badge span{color:#ff3b41}.since-badge{margin-top:24px;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border-radius:999px;padding:8px 19px;color:#fff;box-shadow:0 10px 30px -12px rgba(0,0,0,.5)}.since-badge i{width:6px;height:6px;background:#ff3b41;border-radius:50%}.since-badge strong{font-size:12px;letter-spacing:.28em;text-transform:uppercase}.hero-actions{margin-top:34px;display:flex;gap:16px}.round-action{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;transition:.25s ease}.round-action .icon{width:21px;height:21px}.round-action.primary{background:var(--red);box-shadow:0 18px 40px -12px rgba(227,30,36,.65)}.round-action.primary:hover,.pill-button.primary:hover{background:var(--red-dark)}.round-action.secondary{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.round-action.secondary:hover{background:rgba(255,255,255,.22)}.section{padding:60px 0}.white-section{background:#fff}.services-section{background:var(--off);border-block:1px solid rgba(0,0,0,.05)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.eyebrow span{width:32px;height:1px;background:var(--red)}.section-title{font-size:clamp(2.5rem,5vw,3.25rem);font-weight:400;line-height:1.02;color:var(--navy);margin:42px 0 20px}.narrow-container p{font-size:16px;line-height:1.75;color:rgba(15,17,22,.7);margin:18px 0 0}.narrow-container .muted-note{margin-top:30px;font-size:14px;color:rgba(15,17,22,.55);font-style:italic}.service-grid{margin-top:52px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{min-height:170px;padding:28px 20px;border-radius:16px;border:1px solid rgba(0,0,0,.05);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.3s ease}.service-card:hover{border-color:rgba(227,30,36,.25);box-shadow:0 18px 40px -24px rgba(10,20,40,.25);transform:translateY(-2px)}.service-icon{width:56px;height:56px;border-radius:16px;background:var(--off);border:1px solid rgba(0,0,0,.05);display:grid;place-items:center;color:var(--red);transition:.25s ease}.service-icon .icon{width:24px;height:24px}.service-card:hover .service-icon{background:var(--red);color:#fff;border-color:var(--red)}.service-card h3{font-size:15px;line-height:1.4;color:var(--navy);margin:16px 0 0}.contact-actions{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.pill-button{height:48px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:14px;transition:.25s ease}.pill-button.primary{background:var(--red);color:#fff;box-shadow:0 18px 40px -14px rgba(227,30,36,.6)}.pill-button.outline{border:1px solid rgba(10,20,40,.15);color:var(--navy)}.pill-button.outline:hover{border-color:rgba(227,30,36,.5);color:var(--red)}.site-footer{background:#070e1d;color:rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.05)}.footer-inner{min-height:88px;padding-block:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-inner>span{font-size:12.5px;color:rgba(255,255,255,.6)}.footer-socials{display:flex;gap:12px}.footer-socials a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:rgba(255,255,255,.8);transition:.25s ease}.footer-socials a:hover{background:var(--red);color:#fff}.rise{animation:riseIn .8s ease-out both}.delay-one{animation-delay:.12s}.delay-two{animation-delay:.2s}@keyframes riseIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media(max-width:767px){.container,.wide-container,.narrow-container{width:min(100% - 40px,1280px)}.brand-logo{height:36px}.display-title{font-size:clamp(2.4rem,11vw,4rem)}.since-badge{margin-top:20px;padding:7px 15px}.since-badge strong{font-size:10px;letter-spacing:.22em}.hero-actions{margin-top:28px}.round-action{width:48px;height:48px}.section{padding:56px 0}.section-title{margin-top:38px}.service-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:46px}.service-card{min-height:150px;padding:24px 14px}.service-icon{width:48px;height:48px}.service-icon .icon{width:21px;height:21px}.service-card h3{font-size:14px}.footer-inner{flex-direction:column;justify-content:center;text-align:center;padding-block:24px}.footer-socials{order:1}.footer-inner>span{order:2}}@media(max-width:600px){.banner-inner{height:50vh;background-size:cover;background-position:30% center}.hero-content{padding-inline:20px}}@media(max-width:420px){.contact-actions{align-items:stretch;flex-direction:column}.pill-button{justify-content:center;width:100%}}