

.w4r-v251-main .w4r-v23-hero{
  padding:44px 0 60px;
  background:
    radial-gradient(circle at 75% 36%,rgba(61,143,255,.17),transparent 34%),
    linear-gradient(180deg,#f7fbff 0%,#fff 88%);
}
.w4r-v251-main .w4r-v23-hero-grid{
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  gap:28px;
  align-items:center;
}
.w4r-v251-main .w4r-hero-copy{position:relative;z-index:3}
.w4r-v251-main .w4r-hero h1{max-width:620px}
.w4r-v251-main .w4r-v251-hero-art{
  position:relative;
  width:100%;
  max-width:790px;
  margin:0;
  justify-self:end;
  overflow:visible;
}
.w4r-v251-main .w4r-v251-art-stage{
  position:relative;
  width:100%;
  aspect-ratio:1402/1122;
}
.w4r-v251-main .w4r-v251-art-stage:before{
  content:"";
  position:absolute;
  inset:17% 8% 6% 15%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(35,124,255,.17),rgba(35,124,255,0) 70%);
  filter:blur(30px);
  pointer-events:none;
}
.w4r-v251-main .w4r-v251-art-base{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 54px rgba(33,83,145,.12));
}


.w4r-v251-main .w4r-v251-profile-overlay{
  position:absolute;
  z-index:4;
  left:2.5%;
  top:31.5%;
  width:31.2%;
  min-height:37.5%;
  padding:18px 18px 16px;
  border:1px solid rgba(145,185,232,.82);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(250,253,255,.985),rgba(239,247,255,.975));
  box-shadow:0 18px 42px rgba(41,91,151,.13),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(12px);
}
.w4r-v251-main .w4r-v251-profile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:11px;border-bottom:1px solid #dce8f4}
.w4r-v251-main .w4r-v251-profile-head strong{color:#102f57;font-size:16px;letter-spacing:-.02em}
.w4r-v251-main .w4r-v251-status{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#dbf7e8;color:#0e8a5a;font-size:9.5px;font-weight:800}
.w4r-v251-main .w4r-v251-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#18b875}
.w4r-v251-main .w4r-v251-profile-rows{display:grid;gap:9px;margin-top:12px}
.w4r-v251-main .w4r-v251-profile-row{display:grid;grid-template-columns:82px 1fr;gap:9px;align-items:start;font-size:10.5px;line-height:1.35}
.w4r-v251-main .w4r-v251-profile-row span{color:#6f86a0;font-weight:700}
.w4r-v251-main .w4r-v251-profile-row b{color:#173b66;font-weight:800}


.w4r-v251-main .w4r-v251-logo-plate{
  position:absolute;
  z-index:5;
  left:41.2%;
  top:61.2%;
  width:13.0%;
  height:9.5%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22%;
  background:linear-gradient(145deg,#073579 0%,#0954bd 56%,#063679 100%);
  box-shadow:inset 0 0 0 1px rgba(133,200,255,.42),inset 0 8px 18px rgba(91,170,255,.15),0 0 20px rgba(34,143,255,.22);
  transform:perspective(700px) rotateY(-2deg) rotateX(1deg);
}
.w4r-v251-main .w4r-v251-logo-plate img{
  display:block;
  width:68%;
  height:68%;
  object-fit:contain;
  filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(138,210,255,.78));
}
.w4r-v251-main .w4r-v251-art-note{
  position:absolute;
  z-index:6;
  right:5.5%;
  bottom:5.5%;
  padding:6px 9px;
  border:1px solid rgba(214,229,244,.9);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#688098;
  font-size:8.5px;
  font-weight:750;
  letter-spacing:.02em;
  backdrop-filter:blur(8px);
}
@media(max-width:1199px){
  .w4r-v251-main .w4r-v23-hero-grid{grid-template-columns:1fr 1fr;gap:24px}
  .w4r-v251-main .w4r-v251-hero-art{max-width:690px}
  .w4r-v251-main .w4r-v251-profile-overlay{padding:14px 14px 13px;border-radius:18px}
  .w4r-v251-main .w4r-v251-profile-head strong{font-size:14px}
  .w4r-v251-main .w4r-v251-profile-row{grid-template-columns:70px 1fr;font-size:9.5px}
}
@media(max-width:991px){
  .w4r-v251-main .w4r-v23-hero-grid{grid-template-columns:1fr;gap:22px}
  .w4r-v251-main .w4r-v251-hero-art{justify-self:center;max-width:760px;margin:6px auto 0}
}
@media(max-width:767px){
  .w4r-v251-main .w4r-v23-hero{padding-top:32px}
  .w4r-v251-main .w4r-v251-hero-art{max-width:100%}
  .w4r-v251-main .w4r-v251-profile-overlay{left:2.8%;top:31.5%;width:31%;padding:8px 8px 7px;border-radius:12px}
  .w4r-v251-main .w4r-v251-profile-head{padding-bottom:5px}
  .w4r-v251-main .w4r-v251-profile-head strong{font-size:9px}
  .w4r-v251-main .w4r-v251-status{padding:3px 5px;font-size:6px;gap:3px}.w4r-v251-main .w4r-v251-status:before{width:4px;height:4px}
  .w4r-v251-main .w4r-v251-profile-rows{gap:4px;margin-top:6px}
  .w4r-v251-main .w4r-v251-profile-row{grid-template-columns:39px 1fr;gap:4px;font-size:6px}
  .w4r-v251-main .w4r-v251-art-note{display:none}
}
