:root{--bol-navy: #0a1628;--bol-navy-light: #122a4a;--bol-navy-dark: #060d18;--bol-gold: #d4a853;--bol-gold-light: #e8c170;--bol-gold-dark: #b8922d;--bol-white: #ffffff;--bol-off-white: #f8f9fa;--bol-gray-light: #f1f5f9;--bol-gray: #94a3b8;--bol-gray-dark: #64748b;--bol-text: #1e293b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--bol-text);line-height:1.6;overflow-x:hidden;background:var(--bol-white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;transition:all .3s ease}.bol-services-hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.bol-services-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.bol-services-hero-img{width:100%;height:100%;object-fit:cover;object-position:center}.bol-services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(165deg,#0a1628e0,#0a1628bf,#0a1628d9)}.bol-services-hero-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 50% 30%,rgba(212,168,83,.08) 0%,transparent 50%);pointer-events:none}.bol-services-hero-overlay:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:220px;background:linear-gradient(to top,var(--bol-white) 0%,rgba(255,255,255,.95) 15%,rgba(255,255,255,.7) 35%,rgba(255,255,255,.4) 55%,rgba(255,255,255,.15) 75%,transparent 100%);pointer-events:none}.bol-services-hero-container{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:140px 40px 100px}.bol-services-hero-badge{display:inline-block;margin-bottom:24px;opacity:0;transform:translateY(20px);animation:bol-fadeUp .8s ease forwards .1s}.bol-services-hero-badge span{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--bol-gold)}.bol-services-hero-title{font-size:clamp(40px,6vw,60px);font-weight:600;color:var(--bol-white);line-height:1.15;margin-bottom:24px;opacity:0;transform:translateY(20px);animation:bol-fadeUp .8s ease forwards .2s}.bol-services-hero-title span{color:var(--bol-gold);font-style:italic;font-weight:500}.bol-services-hero-subtitle{font-size:18px;font-weight:400;color:var(--bol-gray);max-width:560px;margin:0 auto 50px;line-height:1.7;opacity:0;transform:translateY(20px);animation:bol-fadeUp .8s ease forwards .35s}.bol-services-hero-scroll{display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;animation:bol-fadeUp .8s ease forwards .5s}.bol-services-hero-scroll span{font-size:12px;font-weight:500;color:var(--bol-gray);text-transform:uppercase;letter-spacing:1px}.bol-services-hero-scroll svg{width:20px;height:20px;color:var(--bol-gold);animation:bol-bounce 2s ease-in-out infinite}.bol-services-overview{padding:80px 0 100px;background:var(--bol-white)}.bol-services-overview-container{max-width:1200px;margin:0 auto;padding:0 40px}.bol-services-overview-header{text-align:center;margin-bottom:60px}.bol-services-overview-title{font-size:clamp(28px,4vw,38px);font-weight:600;color:var(--bol-navy);margin-bottom:12px}.bol-services-overview-text{font-size:17px;font-weight:400;color:var(--bol-gray-dark);max-width:500px;margin:0 auto}.bol-services-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bol-service-card{background:var(--bol-off-white);border:1px solid rgba(148,163,184,.15);padding:36px 32px;display:flex;flex-direction:column;transition:all .4s ease;position:relative}.bol-service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--bol-gold),var(--bol-gold-light));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.bol-service-card:hover{background:var(--bol-white);box-shadow:0 20px 50px #0a16281a;transform:translateY(-8px)}.bol-service-card:hover:before{transform:scaleX(1)}.bol-service-card-icon{width:56px;height:56px;background:#d4a8531a;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .4s ease}.bol-service-card:hover .bol-service-card-icon{background:var(--bol-gold)}.bol-service-card-icon svg{width:26px;height:26px;color:var(--bol-gold);transition:all .4s ease}.bol-service-card:hover .bol-service-card-icon svg{color:var(--bol-navy)}.bol-service-card-title{font-size:20px;font-weight:600;color:var(--bol-navy);margin-bottom:10px}.bol-service-card-desc{font-size:14px;font-weight:400;color:var(--bol-gray-dark);line-height:1.6;flex:1;margin-bottom:20px}.bol-service-card-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--bol-gold)}.bol-service-card-link svg{width:16px;height:16px;transition:transform .3s ease}.bol-service-card:hover .bol-service-card-link svg{transform:translate(4px)}.bol-service-detail{padding:100px 0;position:relative;overflow:hidden}.bol-service-detail--light{background:var(--bol-off-white)}.bol-service-detail--dark{background:linear-gradient(45deg,#020406,#0a1628)}.bol-service-detail-container{max-width:1200px;margin:0 auto;padding:0 40px}.bol-service-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.bol-service-detail-layout--reverse{direction:rtl}.bol-service-detail-layout--reverse>*{direction:ltr}.bol-service-detail-badge{display:inline-block;margin-bottom:16px}.bol-service-detail-badge span{font-size:14px;font-weight:700;color:var(--bol-gold);opacity:.5}.bol-service-detail--light .bol-service-detail-title{color:var(--bol-navy)}.bol-service-detail--dark .bol-service-detail-title{color:var(--bol-white)}.bol-service-detail-title{font-size:clamp(32px,4vw,42px);font-weight:600;line-height:1.2;margin-bottom:20px}.bol-service-detail--light .bol-service-detail-intro{color:var(--bol-gray-dark)}.bol-service-detail--dark .bol-service-detail-intro{color:var(--bol-gray)}.bol-service-detail-intro{font-size:17px;font-weight:400;line-height:1.7;margin-bottom:32px}.bol-service-detail-features{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.bol-service-detail-feature{display:flex;align-items:flex-start;gap:14px}.bol-service-detail-feature svg{width:20px;height:20px;color:var(--bol-gold);flex-shrink:0;margin-top:2px}.bol-service-detail--light .bol-service-detail-feature span{color:var(--bol-text)}.bol-service-detail--dark .bol-service-detail-feature span{color:#ffffffd9}.bol-service-detail-feature span{font-size:15px;font-weight:400;line-height:1.5}.bol-service-detail-btn{display:inline-flex;align-items:center;gap:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;padding:16px 28px;position:relative;overflow:hidden}.bol-service-detail--light .bol-service-detail-btn{background:var(--bol-navy);color:var(--bol-white)}.bol-service-detail--dark .bol-service-detail-btn{background:var(--bol-gold);color:var(--bol-navy)}.bol-service-detail-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .4s ease;z-index:0}.bol-service-detail--light .bol-service-detail-btn:before{background:var(--bol-gold);transform:translate(-100%)}.bol-service-detail--dark .bol-service-detail-btn:before{background:var(--bol-gold-light);transform:translate(-100%)}.bol-service-detail-btn span,.bol-service-detail-btn svg{position:relative;z-index:1}.bol-service-detail-btn:hover:before{transform:translate(0)}.bol-service-detail--light .bol-service-detail-btn:hover{color:var(--bol-navy)}.bol-service-detail-btn svg{width:18px;height:18px;transition:transform .3s ease}.bol-service-detail-btn:hover svg{transform:translate(4px)}.bol-service-detail-image{position:relative}.bol-service-detail-image img{width:100%;height:420px;object-fit:cover}.bol-service-detail-image-accent{position:absolute;z-index:-1}.bol-service-detail--light .bol-service-detail-image-accent{bottom:-16px;right:-16px;width:100%;height:100%;border:2px solid var(--bol-gold)}.bol-service-detail--dark .bol-service-detail-image-accent{top:-16px;left:-16px;width:100%;height:100%;border:2px solid rgba(212,168,83,.4)}.bol-service-detail-layout--reverse .bol-service-detail--light .bol-service-detail-image-accent{right:auto;left:-16px}.bol-service-detail-layout--reverse .bol-service-detail--dark .bol-service-detail-image-accent{left:auto;right:-16px}.bol-services-why{padding:90px 0;background:var(--bol-gray-light)}.bol-services-why-container{max-width:1100px;margin:0 auto;padding:0 40px}.bol-services-why-header{text-align:center;margin-bottom:50px}.bol-services-why-title{font-size:clamp(26px,3.5vw,34px);font-weight:600;color:var(--bol-navy)}.bol-services-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.bol-services-why-item{text-align:center}.bol-services-why-icon{width:60px;height:60px;background:var(--bol-white);border:1px solid rgba(148,163,184,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:all .3s ease}.bol-services-why-item:hover .bol-services-why-icon{background:var(--bol-gold);border-color:var(--bol-gold)}.bol-services-why-icon svg{width:26px;height:26px;color:var(--bol-gold);transition:all .3s ease}.bol-services-why-item:hover .bol-services-why-icon svg{color:var(--bol-navy)}.bol-services-why-item-title{font-size:17px;font-weight:600;color:var(--bol-navy);margin-bottom:8px}.bol-services-why-item-text{font-size:14px;font-weight:400;color:var(--bol-gray-dark);line-height:1.6}.bol-services-cta{padding:80px 0;background:linear-gradient(45deg,#020406,#0a1628)}.bol-services-cta-container{max-width:1000px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:50px}.bol-services-cta-title{font-size:clamp(26px,3.5vw,34px);font-weight:600;color:var(--bol-white);margin-bottom:10px}.bol-services-cta-text{font-size:16px;font-weight:400;color:var(--bol-gray)}.bol-services-cta-buttons{display:flex;gap:16px;flex-shrink:0}.bol-services-cta-btn{display:inline-flex;align-items:center;gap:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:600;padding:18px 28px;white-space:nowrap;position:relative;overflow:hidden}.bol-services-cta-btn--primary{background:var(--bol-gold);color:var(--bol-navy)}.bol-services-cta-btn--primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bol-gold-light);transform:translate(-100%);transition:transform .4s ease;z-index:0}.bol-services-cta-btn--primary span,.bol-services-cta-btn--primary svg{position:relative;z-index:1}.bol-services-cta-btn--primary:hover:before{transform:translate(0)}.bol-services-cta-btn--primary:hover svg{transform:translate(4px)}.bol-services-cta-btn--primary svg{width:18px;height:18px;transition:transform .3s ease}.bol-services-cta-btn--secondary{background:transparent;color:var(--bol-white);border:1px solid rgba(255,255,255,.25)}.bol-services-cta-btn--secondary:hover{background:#ffffff0d;border-color:#fff6}.bol-services-cta-btn--secondary svg{width:18px;height:18px}@keyframes bol-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bol-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(8px)}60%{transform:translateY(4px)}}@media(max-width:1024px){.bol-services-overview-grid{grid-template-columns:repeat(2,1fr)}.bol-service-detail-layout{grid-template-columns:1fr;gap:50px}.bol-service-detail-layout--reverse{direction:ltr}.bol-service-detail-image{order:-1;max-width:500px;margin:0 auto}.bol-service-detail--light .bol-service-detail-image-accent,.bol-service-detail--dark .bol-service-detail-image-accent{inset:auto -12px -12px auto}.bol-services-why-grid{grid-template-columns:repeat(2,1fr);gap:40px}.bol-services-cta-container{flex-direction:column;text-align:center}.bol-services-cta-buttons{flex-direction:column;width:100%;max-width:320px}.bol-services-cta-btn{justify-content:center}}@media(max-width:768px){.bol-services-hero{min-height:75vh}.bol-services-hero-container{padding:120px 24px 80px}.bol-services-overview{padding:60px 0 80px}.bol-services-overview-container{padding:0 24px}.bol-services-overview-grid{grid-template-columns:1fr;gap:20px}.bol-service-card{padding:28px 24px}.bol-service-detail{padding:80px 0}.bol-service-detail-container{padding:0 24px}.bol-service-detail-image img{height:320px}.bol-services-why{padding:70px 0}.bol-services-why-container{padding:0 24px}.bol-services-why-grid{grid-template-columns:1fr 1fr;gap:32px}.bol-services-cta{padding:60px 0}.bol-services-cta-container{padding:0 24px}}@media(max-width:480px){.bol-services-hero{min-height:70vh}.bol-services-hero-container{padding:100px 16px 70px}.bol-services-hero-subtitle{font-size:16px}.bol-services-hero-scroll{display:none}.bol-services-overview-container,.bol-service-detail-container,.bol-services-why-container,.bol-services-cta-container{padding:0 16px}.bol-service-card{padding:24px 20px}.bol-service-card-icon{width:48px;height:48px}.bol-service-card-icon svg{width:22px;height:22px}.bol-service-card-title{font-size:18px}.bol-service-detail-image img{height:260px}.bol-service-detail-image-accent{display:none}.bol-service-detail-btn{width:100%;justify-content:center;padding:16px 24px}.bol-services-why-grid{grid-template-columns:1fr;gap:28px}.bol-services-why-icon{width:52px;height:52px}.bol-services-cta-title{font-size:24px}.bol-services-cta-btn{padding:16px 24px;font-size:14px}}
