@keyframes home-fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes home-fadeLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes home-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes home-gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes home-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes home-countUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes home-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@keyframes home-backdropIn{0%{opacity:0}to{opacity:1}}@keyframes home-modalIn{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.home-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(36px)}.home-reveal.visible{opacity:1;transform:translateY(0)}.home-reveal-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-30px)}.home-reveal-left.visible{opacity:1;transform:translate(0)}.home-reveal-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(30px)}.home-reveal-right.visible{opacity:1;transform:translate(0)}.home-delay-1{transition-delay:.1s}.home-delay-2{transition-delay:.2s}.home-delay-3{transition-delay:.3s}.home-delay-4{transition-delay:.4s}.home-delay-5{transition-delay:.5s}.home-delay-6{transition-delay:.6s}.home-hero{background:linear-gradient(135deg,#0a2a3a 0%,#0d4a6b 55%,#1565c0 100%) 0 0/200% 200%;align-items:center;min-height:92vh;animation:10s infinite home-gradientShift;display:flex;position:relative;overflow:hidden}.home-hero-bg{opacity:.12;background:url(/images/hero.png) 50%/cover no-repeat;position:absolute;inset:0}.home-hero:before{content:"";border:90px solid #ffffff0a;border-radius:50%;width:650px;height:650px;animation:9s ease-in-out infinite home-float;position:absolute;top:-160px;right:-160px}.home-hero:after{content:"";background:#f3702112;border-radius:50%;width:450px;height:450px;animation:11s ease-in-out infinite reverse home-float;position:absolute;bottom:-120px;left:-120px}.home-hero-inner{z-index:2;max-width:820px;padding:100px 0;animation:1s both home-fadeUp;position:relative}.home-hero-badge{color:#fff;letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f linear-gradient(90deg,#ffffff0f 0%,#ffffff24 50%,#ffffff0f 100%) 0 0/400px 100%;border:1px solid #ffffff38;border-radius:30px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 20px;font-size:11px;font-weight:700;animation:3.5s linear infinite home-shimmer;display:inline-flex}.home-hero-title{text-transform:uppercase;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.12;color:#fff!important}.home-hero-title span{color:#f37021}.home-hero-desc{color:#fffc;max-width:600px;margin-bottom:40px;font-size:1.1rem;line-height:1.85}.home-hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:64px;display:flex}.home-btn-primary{color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#f37021;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.home-btn-primary:after{content:"";background:linear-gradient(120deg,#0000,#ffffff38,#0000);width:60%;height:100%;transition:left .45s;position:absolute;top:0;left:-100%}.home-btn-primary:hover:after{left:160%}.home-btn-primary:hover{background:#d4601a;transform:translateY(-2px);box-shadow:0 10px 28px #f3702173}.home-btn-outline{color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:0 0;border:2px solid #ffffff73;border-radius:50px;align-items:center;gap:8px;padding:13px 32px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.home-btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.home-hero-stats{border-top:1px solid #ffffff24;flex-wrap:wrap;gap:48px;padding-top:36px;display:flex}.home-hero-stat{animation:.7s both home-countUp}.home-hero-stat:first-child{animation-delay:.4s}.home-hero-stat:nth-child(2){animation-delay:.55s}.home-hero-stat:nth-child(3){animation-delay:.7s}.home-hero-stat:nth-child(4){animation-delay:.85s}.home-hero-stat-num{color:#f37021;margin-bottom:4px;font-size:1.9rem;font-weight:900;line-height:1}.home-hero-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.home-intro{background:#fff;padding:80px 0}.home-intro-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.home-intro-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#f37021;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-block}.home-intro-title{margin-bottom:18px;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800;line-height:1.3;color:#0d4a6b!important}.home-intro-text{color:#64748b;margin-bottom:28px;font-size:1rem;line-height:1.9}.home-intro-btn{color:#fff;text-transform:uppercase;letter-spacing:1.5px;background:#0d4a6b;border-radius:50px;align-items:center;gap:8px;padding:13px 30px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.home-intro-btn:hover{background:#0a2a3a;transform:translateY(-2px);box-shadow:0 8px 24px #0d4a6b4d}.home-intro-btn-arrow{transition:transform .3s;display:inline-block}.home-intro-btn:hover .home-intro-btn-arrow{transform:translate(5px)}.home-intro-visual{background:linear-gradient(135deg,#eaf4fb 0%,#d0e8f5 100%);border-left:5px solid #0d4a6b;border-radius:20px;padding:44px 36px;position:relative;overflow:hidden}.home-intro-visual:after{content:"";background:#0d4a6b0f;border-radius:50%;width:180px;height:180px;animation:7s ease-in-out infinite home-float;position:absolute;bottom:-50px;right:-50px}.home-intro-visual-title{color:#0d4a6b;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:.82rem;font-weight:700}.home-checklist{flex-direction:column;gap:14px;padding:0;list-style:none;display:flex}.home-checklist li{color:#1e293b;align-items:center;gap:12px;font-size:.95rem;font-weight:500;transition:transform .2s;display:flex}.home-checklist li:hover{transform:translate(4px)}.home-check-icon{color:#fff;background:#0d4a6b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:flex;position:relative}.home-check-icon:after{content:"";border:2px solid #0d4a6b;border-radius:50%;animation:2.5s ease-out infinite home-pulse;position:absolute;inset:0}.home-services{background:#f8fafc;padding:90px 0}.home-section-header{text-align:center;margin-bottom:56px}.home-section-tag{letter-spacing:2.5px;text-transform:uppercase;color:#f37021;margin-bottom:10px;font-size:11px;font-weight:700;display:inline-block}.home-section-title{margin-bottom:12px;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:800;color:#0d4a6b!important}.home-section-desc{color:#64748b;max-width:520px;margin-inline:auto;font-size:1rem;line-height:1.8}.home-services-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.home-service-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;flex-direction:column;padding:32px 24px;text-decoration:none;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f}.home-service-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#0d4a6b,#f37021);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.home-service-card:hover{border-color:#0d4a6b26;transform:translateY(-8px);box-shadow:0 20px 50px #0d4a6b21}.home-service-card:hover:before{transform:scaleX(1)}.home-service-icon{background:linear-gradient(135deg,#eaf4fb,#d0e8f5);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;font-size:24px;transition:all .3s;display:flex}.home-service-card:hover .home-service-icon{background:linear-gradient(135deg,#0d4a6b,#1565c0);transform:scale(1.08)}.home-service-title{color:#0d4a6b;margin-bottom:8px;font-size:1rem;font-weight:700;line-height:1.3}.home-service-desc{color:#64748b;flex-grow:1;margin-bottom:18px;font-size:.85rem;line-height:1.7}.home-service-cta{text-transform:uppercase;letter-spacing:1px;color:#0d4a6b;align-items:center;gap:6px;font-size:11px;font-weight:700;transition:gap .3s,color .3s;display:inline-flex}.home-service-card:hover .home-service-cta{color:#f37021;gap:10px}.home-service-arrow{font-size:13px;transition:transform .3s}.home-service-card:hover .home-service-arrow{transform:translate(4px)}.home-why{background:#fff;padding:90px 0}.home-why-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.home-why-features{grid-template-columns:1fr 1fr;gap:20px;display:grid}.home-why-feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px 20px;transition:all .35s;position:relative;overflow:hidden}.home-why-feature:before{content:"";transform-origin:0;background:linear-gradient(90deg,#0d4a6b,#f37021);height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.home-why-feature:hover{background:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #0d4a6b1a}.home-why-feature:hover:before{transform:scaleX(1)}.home-why-feature-icon{margin-bottom:10px;font-size:1.8rem;display:block}.home-why-feature-title{color:#0d4a6b;margin-bottom:6px;font-size:.92rem;font-weight:700}.home-why-feature-text{color:#64748b;font-size:.82rem;line-height:1.65}.home-cta{background:#f8fafc;padding:90px 0}.home-cta-box{background:linear-gradient(135deg,#0a2a3a 0%,#0d4a6b 60%,#1565c0 100%);border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:70px 60px;display:grid;position:relative;overflow:hidden}.home-cta-box:before{content:"";background:#ffffff0a;border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite home-float;position:absolute;top:-80px;right:220px}.home-cta-box:after{content:"";background:#f3702114;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-60px;right:-60px}.home-cta-text{z-index:1;position:relative}.home-cta-title{margin-bottom:12px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#fff!important}.home-cta-desc{color:#ffffffbf;max-width:500px;font-size:.97rem;line-height:1.75}.home-cta-actions{z-index:1;flex-direction:column;flex-shrink:0;gap:12px;display:flex;position:relative}@media (max-width:1200px){.home-services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.home-services-grid{grid-template-columns:repeat(2,1fr)}.home-intro-inner,.home-why-inner{grid-template-columns:1fr;gap:40px}.home-cta-box{text-align:center;grid-template-columns:1fr;padding:50px 36px}.home-cta-actions{flex-direction:row;justify-content:center}}@media (max-width:768px){.home-hero-inner{padding:70px 0}.home-hero-stats{gap:24px}.home-hero-actions{flex-direction:column}.home-btn-primary,.home-btn-outline{justify-content:center;width:100%}.home-services-grid,.home-why-features{grid-template-columns:1fr}.home-services,.home-cta{padding:70px 0}}
