/* AnoProxy Solutions Hero v71 */
.solutions-hero-v71{
  position:relative;
  overflow:hidden;
  padding:44px 0 56px;
  background:
    radial-gradient(circle at 76% 22%,rgba(102,145,255,.14),transparent 30%),
    radial-gradient(circle at 18% 18%,rgba(73,132,255,.07),transparent 28%),
    linear-gradient(180deg,#f9fbff 0%,#f3f7ff 100%);
}
.solutions-grid-bg-v71{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(109,145,205,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(109,145,205,.07) 1px,transparent 1px);
  background-size:30px 30px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.08));
  pointer-events:none;
}
.solutions-hero-inner-v71{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(640px,1.28fr);
  gap:54px;
  align-items:center;
}
.solutions-copy-v71{max-width:600px;padding-left:2px}
.solutions-eyebrow-v71{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  color:#2f6cf6;
  font:700 13px/1 "Plus Jakarta Sans","Noto Sans SC",sans-serif;
  letter-spacing:.12em;
}
.solutions-copy-v71 h1{
  margin:16px 0 18px;
  color:#12264b;
  font-size:clamp(54px,5.2vw,78px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:700;
}
.solutions-copy-v71 h1 em{
  font-style:normal;
  background:linear-gradient(90deg,#2c68f3,#4e7dfd 48%,#6f63ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.solutions-copy-v71>p{
  max-width:560px;
  margin:0;
  color:#617797;
  font-size:18px;
  line-height:1.9;
}
.solutions-benefits-v71{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.solutions-benefits-v71 article{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:68px;
  padding:8px 0;
  border-bottom:1px solid rgba(200,214,237,.55);
}
.solutions-benefits-v71 article:last-child{border-bottom:0}
.benefit-icon-v71{
  flex:0 0 54px;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(145deg,#2b7bff,#4d62f3);
  box-shadow:0 14px 26px rgba(47,108,246,.18);
}
.benefit-icon-v71 svg{width:25px;height:25px}
.solutions-benefits-v71 b{display:block;color:#17305b;font-size:18px;line-height:1.3}
.solutions-benefits-v71 small{display:block;margin-top:5px;color:#788aa7;font-size:13px;line-height:1.5}
.solutions-actions-v71{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.solutions-primary-v71,.solutions-secondary-v71{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-width:210px;
  min-height:54px;
  padding:0 24px;
  border-radius:16px;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  line-height:1;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.solutions-primary-v71{color:#fff;background:linear-gradient(135deg,#2878ff,#4f5ff2);box-shadow:0 16px 30px rgba(40,104,233,.18)}
.solutions-secondary-v71{color:#1b3158;background:rgba(255,255,255,.88);border:1px solid #d4e1f3;box-shadow:0 12px 24px rgba(50,81,140,.06)}
.solutions-primary-v71:hover,.solutions-secondary-v71:hover{transform:translateY(-2px)}
.solutions-primary-v71 i,.solutions-secondary-v71 i{font-style:normal}

.solutions-visual-v71{min-width:0}
.solution-stage-v71{
  position:relative;
  aspect-ratio:860/620;
  min-height:560px;
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(195,213,241,.72);
  background:
    radial-gradient(circle at 50% 44%,rgba(99,151,255,.16),transparent 26%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,247,255,.92));
  box-shadow:0 34px 84px rgba(38,77,149,.12),inset 0 1px 0 rgba(255,255,255,.96);
  isolation:isolate;
}
.solution-stage-v71::before{
  content:"";
  position:absolute;
  left:-10%;right:-10%;bottom:-34%;
  height:74%;
  border-radius:50%;
  background:radial-gradient(circle at 50% 20%,rgba(94,148,255,.18),rgba(118,157,222,.04) 42%,transparent 70%);
  transform:perspective(900px) rotateX(62deg);
  z-index:0;
}
.solution-stage-v71::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 92% 4%,rgba(119,118,255,.11),transparent 26%);
  pointer-events:none;
}
.solution-lines-v71{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.solution-route-set-v71 path{
  fill:none;
  stroke:url(#solutionLineV71);
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-dasharray:9 8;
  filter:url(#solutionGlowV71);
  animation:solutionFlowV71 8s linear infinite;
}
.solution-route-set-v71 path:nth-child(2n){animation-delay:-2.5s}
.solution-route-set-v71 path:nth-child(3n){animation-delay:-5s}
.solution-dot-set-v71 circle{fill:#fff;stroke:#2f75f5;stroke-width:2.4;filter:url(#solutionGlowV71)}
@keyframes solutionFlowV71{to{stroke-dashoffset:-160}}
.solution-capability-v71{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:190px;
  padding:14px 16px;
  border-radius:20px;
  border:1px solid rgba(203,219,244,.86);
  background:rgba(255,255,255,.93);
  box-shadow:0 16px 34px rgba(45,83,154,.10);
  backdrop-filter:blur(10px);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.solution-capability-v71:hover{transform:translateY(-3px);border-color:#b9d0f7;box-shadow:0 22px 40px rgba(45,83,154,.14)}
.solution-capability-v71>span{
  flex:0 0 48px;
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:16px;
  color:#2f6cf6;
  background:linear-gradient(180deg,#f4f8ff,#eaf2ff);
  border:1px solid #d9e6fa;
}
.solution-capability-v71 svg{width:25px;height:25px}
.solution-capability-v71 b{display:block;color:#17305b;font-size:16px}
.solution-capability-v71 small{display:block;margin-top:4px;color:#7c8da8;font-size:12px}
.cap-limit{left:8%;top:6%}.cap-efficiency{right:7%;top:6%}.cap-privacy{left:1.5%;top:30%}.cap-coverage{right:1.5%;top:30%}
.solution-core-v71{
  position:absolute;
  left:50%;top:48%;
  width:220px;height:220px;
  transform:translate(-50%,-50%);
  z-index:3;
}
.solution-ring-v71{
  position:absolute;
  left:50%;top:50%;
  border-radius:50%;
  border:1px solid rgba(95,145,237,.32);
  transform:translate(-50%,-50%) rotateX(58deg);
}
.ring-one{width:360px;height:164px;animation:ringRotateV71 15s linear infinite}
.ring-two{width:290px;height:126px;animation:ringRotateV71 12s linear infinite reverse}
.ring-three{width:230px;height:98px;animation:ringRotateV71 10s linear infinite}
@keyframes ringRotateV71{to{transform:translate(-50%,-50%) rotateX(58deg) rotateZ(360deg)}}
.solution-logo-v71{
  position:absolute;
  left:50%;top:42%;
  width:146px;height:146px;
  transform:translate(-50%,-50%) rotate(-5deg);
  display:grid;place-items:center;
  border-radius:34px;
  background:linear-gradient(145deg,#1678ff,#244fdf 55%,#5d4df0);
  box-shadow:0 34px 56px rgba(43,100,220,.26),inset 0 1px 1px rgba(255,255,255,.32);
}
.solution-logo-v71::after{
  content:"";
  position:absolute;
  left:50%;top:116%;
  width:200px;height:72px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(44,108,239,.28),transparent 68%);
  filter:blur(8px);
}
.solution-logo-v71 img{width:78px;height:78px;object-fit:contain;filter:brightness(0) invert(1)}
.solution-use-v71{
  position:absolute;
  z-index:4;
  display:grid;
  justify-items:center;
  gap:6px;
  width:138px;
  color:#17305b;
  text-decoration:none;
  text-align:center;
  transition:transform .22s ease;
}
.solution-use-v71:hover{transform:translateY(-4px)}
.solution-use-v71>span{
  width:88px;height:70px;
  display:grid;place-items:center;
  border-radius:24px;
  color:#2e70f5;
  background:linear-gradient(180deg,#ffffff,#edf4ff);
  border:1px solid #d3e2f8;
  box-shadow:0 18px 34px rgba(47,93,178,.12);
}
.solution-use-v71 svg{width:34px;height:34px}
.solution-use-v71 b{font-size:15px}.solution-use-v71 small{color:#7b8ca7;font-size:11px;line-height:1.4}
.use-data{left:9%;bottom:7%}.use-commerce{left:27%;bottom:1.5%}.use-social{left:46%;bottom:-.5%}.use-mobile{right:19%;bottom:2%}.use-brand{right:3%;bottom:14%}

@media(max-width:1300px){
  .solutions-hero-inner-v71{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:34px}
  .solutions-copy-v71 h1{font-size:58px}
  .solution-capability-v71{min-width:172px;padding:12px 14px}
  .solution-capability-v71 b{font-size:15px}
}
@media(max-width:1060px){
  .solutions-hero-inner-v71{grid-template-columns:1fr}
  .solutions-copy-v71{max-width:760px}
  .solution-stage-v71{max-width:860px;margin:0 auto}
}
@media(max-width:760px){
  .solutions-hero-v71{padding:28px 0 42px}
  .solutions-copy-v71 h1{font-size:44px;line-height:1.08}
  .solutions-copy-v71>p{font-size:16px}
  .solutions-actions-v71 a{width:100%}
  .solution-stage-v71{min-height:680px;aspect-ratio:auto;border-radius:26px}
  .solution-capability-v71{min-width:0;width:44%;padding:10px;gap:8px;border-radius:16px}
  .solution-capability-v71>span{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .solution-capability-v71 b{font-size:13px}.solution-capability-v71 small{font-size:10px}
  .cap-limit{left:4%;top:3%}.cap-efficiency{right:4%;top:3%}.cap-privacy{left:4%;top:17%}.cap-coverage{right:4%;top:17%}
  .solution-core-v71{top:49%;transform:translate(-50%,-50%) scale(.84)}
  .solution-use-v71{width:28%}.solution-use-v71>span{width:64px;height:54px;border-radius:18px}.solution-use-v71 svg{width:26px;height:26px}
  .use-data{left:2%;bottom:16%}.use-commerce{left:20%;bottom:2%}.use-social{left:38%;bottom:10%}.use-mobile{right:18%;bottom:2%}.use-brand{right:1%;bottom:17%}
}
