.aew-section{
  --aew-blue:#1E63FF;
  --aew-blue-light:#4D8DFF;
  --aew-blue-secondary:#123D8D;
  --aew-red:#E32028;
  --aew-red-dark:#8F0F14;
  --aew-white:#fff;
  --aew-gray-white:#F4F6F9;
  --aew-gray-line:#D9DEE8;
  --aew-bg1:#0A1F44;
  --aew-bg2:#071835;
  --aew-dark:#061431;
  --aew-text:#0A1F44;
  --aew-muted:#7A8599;
  --aew-float-y:8px;
  --aew-columns:3;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:125px 24px 150px;
  color:var(--aew-white);
  font-family:Montserrat,Poppins,Arial,sans-serif;
  background:
    radial-gradient(circle at 18% 8%,rgba(77,141,255,.22),transparent 25%),
    radial-gradient(circle at 86% 24%,rgba(30,99,255,.18),transparent 26%),
    radial-gradient(circle at 74% 88%,rgba(227,32,40,.10),transparent 31%),
    linear-gradient(135deg,var(--aew-bg1) 0%,var(--aew-blue-secondary) 45%,var(--aew-bg2) 100%);
}
.aew-section *{box-sizing:border-box}
.aew-container{position:relative;z-index:5;width:100%;max-width:1320px;margin:0 auto}
.aew-layer{position:absolute;pointer-events:none;z-index:1}
.aew-top-transition{left:-8%;right:-8%;top:-62px;height:94px;background:var(--aew-gray-white);border-radius:0 0 50% 50%/0 0 62% 62%;box-shadow:0 10px 0 rgba(255,255,255,.72),0 20px 38px rgba(10,31,68,.22);z-index:3}
.aew-top-transition:after{content:"";position:absolute;left:4%;right:4%;bottom:-12px;height:18px;border-radius:50%;background:rgba(255,255,255,.72);filter:blur(7px)}
.aew-top-glow{left:14%;right:14%;top:48px;height:4px;background:linear-gradient(90deg,transparent,rgba(77,141,255,.2),var(--aew-blue),rgba(77,141,255,.18),transparent);box-shadow:0 0 22px rgba(30,99,255,.75),0 0 50px rgba(30,99,255,.22);opacity:.9;z-index:2}
.aew-top-circle{width:300px;height:300px;left:-105px;top:28px;border-radius:50%;border:1px solid rgba(244,246,249,.45);background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,0));box-shadow:0 0 80px rgba(30,99,255,.28) inset,0 0 0 34px rgba(255,255,255,.025)}
.aew-rings{width:520px;height:520px;right:-155px;top:80px;border-radius:50%;border:1px solid rgba(77,141,255,.16);box-shadow:inset 0 0 0 34px rgba(77,141,255,.05),inset 0 0 0 68px rgba(77,141,255,.04),inset 0 0 0 102px rgba(77,141,255,.03),inset 0 0 0 136px rgba(77,141,255,.025)}
.aew-dots{width:150px;height:150px;background-image:radial-gradient(rgba(244,246,249,.42) 1.8px,transparent 1.8px);background-size:18px 18px;opacity:.55}
.aew-dots-left{left:42px;top:70px}.aew-dots-right{right:44px;bottom:58px}
.aew-bottom-wave{left:-8%;right:-8%;bottom:-135px;height:300px;background:var(--aew-gray-white);border-radius:50% 50% 0 0/42% 42% 0 0;box-shadow:0 -10px 0 rgba(255,255,255,.75),0 -22px 50px rgba(0,0,0,.16);z-index:3}
.aew-bottom-wave:before{content:"";position:absolute;left:6%;right:6%;top:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.70);filter:blur(7px)}
.aew-red-corner{right:-128px;bottom:-82px;width:350px;height:230px;border-radius:100% 0 0 0;background:linear-gradient(135deg,transparent 0 42%,rgba(227,32,40,.72) 43%,var(--aew-red-dark) 100%);z-index:4;filter:drop-shadow(0 -18px 35px rgba(227,32,40,.18));opacity:.85}
.aew-red-corner:after{content:"";position:absolute;left:40px;top:45px;width:11px;height:11px;background:var(--aew-red);transform:rotate(45deg);box-shadow:0 0 18px rgba(227,32,40,.9)}
.aew-header{text-align:center;margin-bottom:70px;position:relative;z-index:6}
.aew-eyebrow{display:flex;align-items:center;justify-content:center;gap:20px;color:var(--aew-white);font-size:16px;letter-spacing:8px;text-transform:uppercase;font-weight:500;text-shadow:0 0 18px rgba(255,255,255,.28);opacity:.98}
.aew-eyebrow span{display:block;width:62px;height:2px;background:linear-gradient(90deg,transparent,rgba(244,246,249,.9),transparent)}
.aew-title{margin:22px 0 0;font-size:72px;line-height:1.03;font-weight:900;letter-spacing:-2px;text-shadow:0 16px 30px rgba(0,0,0,.24)}
.aew-title-white{color:var(--aew-white)}
.aew-title-red{color:var(--aew-red)}
.aew-title-divider{width:300px;height:3px;margin:33px auto 0;background:linear-gradient(90deg,transparent,var(--aew-blue) 20%,var(--aew-blue) 48%,var(--aew-red) 52%,rgba(227,32,40,.2),transparent);border-radius:20px;position:relative;box-shadow:0 0 24px rgba(30,99,255,.46)}
.aew-title-divider i{position:absolute;left:50%;top:50%;width:15px;height:15px;transform:translate(-50%,-50%) rotate(45deg);border-radius:2px;background:linear-gradient(135deg,#fff,var(--aew-blue-light));box-shadow:0 0 18px rgba(77,141,255,.95),0 0 0 9px rgba(30,99,255,.08)}
.aew-steps{display:grid;grid-template-columns:repeat(var(--aew-columns,3),minmax(0,1fr));gap:70px;align-items:start;position:relative;z-index:5}
.aew-step{position:relative;min-width:0;animation-delay:var(--aew-delay)}
.aew-icon-area{height:192px;position:relative;display:flex;justify-content:center;align-items:flex-start}
.aew-icon-circle{width:150px;height:150px;border-radius:50%;background:var(--aew-white);display:flex;align-items:center;justify-content:center;position:relative;z-index:3;box-shadow:0 22px 48px rgba(0,0,0,.26),0 0 35px rgba(30,99,255,.20),inset 0 0 0 1px var(--aew-gray-line)}
.aew-icon-circle svg,.aew-icon-circle i{font-size:42px;width:42px;height:42px;color:var(--aew-blue);fill:var(--aew-blue)}
.aew-orbit{position:absolute;top:-12px;left:50%;width:176px;height:176px;transform:translateX(-50%);border-radius:50%;border:3px solid transparent;border-left-color:var(--aew-red);border-top-color:var(--aew-red);z-index:2}
.aew-orbit span{position:absolute;right:29px;top:5px;width:14px;height:14px;border-radius:50%;background:var(--aew-red);box-shadow:0 0 18px rgba(227,32,40,.95)}
.aew-badge{position:absolute;top:-8px;right:calc(50% - 82px);width:54px;height:54px;border-radius:50%;background:linear-gradient(180deg,var(--aew-red),var(--aew-red-dark));border:5px solid var(--aew-white);z-index:6;display:flex;align-items:center;justify-content:center;color:var(--aew-white);font-weight:900;font-size:22px;box-shadow:0 10px 22px rgba(0,0,0,.25),0 0 24px rgba(227,32,40,.55)}
.aew-drop-line{position:absolute;top:149px;left:50%;height:72px;width:2px;background:linear-gradient(var(--aew-red),rgba(227,32,40,0));z-index:1}
.aew-drop-line span{position:absolute;left:50%;top:33px;transform:translateX(-50%);width:15px;height:15px;border-radius:50%;background:var(--aew-red);box-shadow:0 0 22px rgba(227,32,40,.9)}
.aew-connector{position:absolute;top:72px;right:-82px;width:96px;height:32px;z-index:5}
.aew-connector span{display:block;width:100%;height:100%;border-bottom:3px solid var(--aew-red);border-radius:0 0 50% 50%;filter:drop-shadow(0 0 10px rgba(227,32,40,.65));position:relative}
.aew-connector span:after{content:"";position:absolute;left:45%;bottom:-9px;width:15px;height:15px;background:var(--aew-red);border:3px solid var(--aew-bg1);border-radius:50%;box-shadow:0 0 18px rgba(227,32,40,.8)}
.aew-card{background:var(--aew-white);border:1px solid var(--aew-gray-line);border-radius:20px;padding:40px 42px 46px;min-height:255px;box-shadow:0 24px 60px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.7) inset;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.aew-card:before{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:linear-gradient(90deg,var(--aew-red),var(--aew-blue));box-shadow:0 -8px 25px rgba(30,99,255,.18)}
.aew-card:hover{transform:translateY(-10px);box-shadow:0 30px 75px rgba(0,0,0,.24),0 0 34px rgba(30,99,255,.18);border-color:rgba(77,141,255,.45)}
.aew-card-title{margin:0;color:var(--aew-text);font-size:30px;line-height:1.16;font-weight:900;letter-spacing:-.4px}
.aew-card-line{width:56px;height:4px;background:linear-gradient(90deg,var(--aew-red),rgba(227,32,40,.2));border-radius:20px;margin:26px auto 20px}
.aew-card-text{margin:0;color:#31405d;font-size:20px;line-height:1.6;font-weight:400}
.aew-card{text-align:center}
.aew-bottom-box{width:min(690px,100%);margin:72px auto 0;border:1px solid rgba(77,141,255,.42);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(244,246,249,.92));box-shadow:0 0 45px rgba(30,99,255,.26),inset 0 0 0 1px rgba(255,255,255,.65);display:flex;align-items:center;gap:30px;padding:28px 54px;position:relative;z-index:6;color:var(--aew-text)}
.aew-bottom-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--aew-white),var(--aew-gray-white));border:1px solid var(--aew-gray-line);box-shadow:0 0 28px rgba(30,99,255,.26)}
.aew-bottom-icon svg,.aew-bottom-icon i{font-size:32px;width:32px;height:32px;color:var(--aew-blue);fill:var(--aew-blue)}
.aew-bottom-sep{height:54px;width:1px;background:rgba(10,31,68,.18)}
.aew-bottom-content{font-size:24px;line-height:1.45;color:var(--aew-text)}
.aew-bottom-content strong{display:block;color:var(--aew-text);font-weight:900}
.aew-animate .aew-orbit{animation:aewSpin 5.5s linear infinite}
.aew-animate .aew-step{opacity:0;transform:translateY(34px)}
.aew-animate.aew-in-view .aew-step{animation:aewFadeUp .8s ease both,aewFloat 5.8s ease-in-out infinite;animation-delay:var(--aew-delay),calc(var(--aew-delay) + .9s)}
.aew-animate .aew-icon-circle{animation:aewPulse 3.8s ease-in-out infinite}
.aew-animate .aew-title-divider i{animation:aewDotPulse 2.2s ease-in-out infinite}
.aew-animate .aew-connector span:after{animation:aewConnectorPulse 2.6s ease-in-out infinite}
.aew-animate .aew-top-glow{animation:aewGlow 3.8s ease-in-out infinite}
.aew-animate .aew-bottom-box{animation:aewSoftFloat 5.6s ease-in-out infinite}
@keyframes aewSpin{from{transform:translateX(-50%) rotate(0)}to{transform:translateX(-50%) rotate(360deg)}}
@keyframes aewFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(calc(var(--aew-float-y) * -1))}}
@keyframes aewFadeUp{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}
@keyframes aewPulse{0%,100%{box-shadow:0 22px 48px rgba(0,0,0,.26),0 0 28px rgba(30,99,255,.18),inset 0 0 0 1px var(--aew-gray-line)}50%{box-shadow:0 28px 62px rgba(0,0,0,.30),0 0 50px rgba(30,99,255,.33),inset 0 0 0 1px var(--aew-gray-line)}}
@keyframes aewDotPulse{0%,100%{transform:translate(-50%,-50%) rotate(45deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(45deg) scale(1.32)}}
@keyframes aewConnectorPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.20)}}
@keyframes aewGlow{0%,100%{opacity:.55}50%{opacity:1}}
@keyframes aewSoftFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.aew-count-1 .aew-connector,.aew-count-4 .aew-connector,.aew-count-5 .aew-connector,.aew-count-6 .aew-connector,.aew-count-7 .aew-connector,.aew-count-8 .aew-connector,.aew-count-9 .aew-connector{display:none}
.aew-count-4 .aew-steps,.aew-count-5 .aew-steps,.aew-count-6 .aew-steps,.aew-count-7 .aew-steps,.aew-count-8 .aew-steps,.aew-count-9 .aew-steps{row-gap:58px}
@media (max-width:1200px){.aew-title{font-size:58px}.aew-steps{gap:36px}.aew-card{padding:34px 28px 40px}.aew-card-title{font-size:25px}.aew-card-text{font-size:18px}.aew-connector{right:-58px;width:70px}}
@media (max-width:991px){.aew-section{padding:95px 22px 120px}.aew-top-transition{height:72px;top:-52px}.aew-top-glow{height:70px}.aew-title{font-size:48px}.aew-eyebrow{font-size:13px;letter-spacing:5px}.aew-steps{grid-template-columns:1fr;max-width:560px;margin:0 auto;gap:52px}.aew-icon-area{height:170px}.aew-connector{display:none}.aew-card{min-height:auto}.aew-rings{opacity:.45}.aew-bottom-box{margin-top:52px}.aew-bottom-wave{height:230px;bottom:-115px}.aew-red-corner{width:260px;height:170px}}
@media (max-width:767px){.aew-section{padding:84px 18px 106px}.aew-top-transition{height:58px;top:-42px}.aew-top-glow{height:56px;top:38px}.aew-title{font-size:38px;letter-spacing:-1px}.aew-eyebrow{gap:10px;font-size:11px;letter-spacing:3px}.aew-eyebrow span{width:34px}.aew-header{margin-bottom:48px}.aew-title-divider{width:190px;margin-top:22px}.aew-icon-circle{width:118px;height:118px}.aew-icon-circle svg,.aew-icon-circle i{font-size:32px;width:32px;height:32px}.aew-orbit{width:142px;height:142px}.aew-badge{width:45px;height:45px;font-size:17px;right:calc(50% - 66px);border-width:4px}.aew-drop-line{top:118px}.aew-icon-area{height:148px}.aew-card{border-radius:18px;padding:30px 26px 36px}.aew-card-title{font-size:24px}.aew-card-line{margin:22px auto}.aew-card-text{font-size:17px}.aew-bottom-box{padding:24px;gap:18px;align-items:flex-start}.aew-bottom-icon{width:56px;height:56px;flex:0 0 56px}.aew-bottom-sep{display:none}.aew-bottom-content{font-size:18px}.aew-dots-left{left:20px;top:30px}.aew-dots-right{right:25px;bottom:25px}.aew-top-circle{width:180px;height:180px}.aew-red-corner{right:-150px}}
@media (max-width:480px){.aew-top-transition{height:46px;top:-33px}.aew-title{font-size:32px}.aew-eyebrow{letter-spacing:2px;line-height:1.5;flex-wrap:wrap}.aew-card-title{font-size:22px}.aew-bottom-box{flex-direction:column;text-align:left}.aew-bottom-content{font-size:17px}.aew-bottom-wave{height:190px}.aew-red-corner{width:230px;height:145px}}
@media (prefers-reduced-motion:reduce){.aew-animate .aew-orbit,.aew-animate .aew-step,.aew-animate .aew-icon-circle,.aew-animate .aew-title-divider i,.aew-animate .aew-connector span:after,.aew-animate .aew-top-glow,.aew-animate .aew-bottom-box{animation:none!important}.aew-animate .aew-step{opacity:1;transform:none}.aew-card{transition:none}}
