
/* =========================================================================
   YUVAU V1 — SOLUTION EXPERIENCES (REPLACEMENT)
   One compact system for:
   Get Found / Get Demand / Convert / Retain & Grow / Measure
   ========================================================================= */

.yv-solution-experience{
  --sx-blue:#1557E8;
  --sx-blue2:#4F91FF;
  --sx-magenta:#E83CF0;
  --sx-yellow:#1557E8;
  --sx-ink:#081A35;
  --sx-muted:#60728D;
  --sx-line:rgba(21,87,232,.12);
  --sx-chip:rgba(255,255,255,.56);
  --sx-chip-strong:rgba(255,255,255,.64);
  color:var(--sx-ink);
  overflow:clip;
}

.yv-solution-experience,
.yv-solution-experience *{box-sizing:border-box}

.yv-solution-experience a{text-decoration:none}
.yv-solution-experience .yv-container{
  width:min(1200px,calc(100% - 64px));
  margin-inline:auto;
}

.yv-sx__glass{
  border:1px solid rgba(255,255,255,.82);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(237,246,255,.50) 56%,rgba(251,237,255,.30));
  box-shadow:0 18px 50px rgba(28,83,157,.09),inset 0 1px rgba(255,255,255,.95);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  backdrop-filter:blur(18px) saturate(145%);
}

/* ---------------- Hero ---------------- */

.yv-sx__hero{padding:28px 0 62px}
.yv-sx__hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:18px;
}

.yv-sx__hero-copy{
  min-height:500px;
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.yv-sx__eyebrow,
.yv-sx__kicker{
  background:linear-gradient(100deg,#1557E8 0%,#4F91FF 48%,#E83CF0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
  font-size:10px;
  line-height:1.2;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:900;
}

.yv-sx__hero-title{
  max-width:660px;
  margin:13px 0 18px;
  font-size:clamp(48px,5vw,76px);
  line-height:.95;
  letter-spacing:-.058em;
  font-weight:900;
}

.yv-sx__hero-lead{
  max-width:560px;
  margin:0;
  color:var(--sx-muted);
  font-size:16px;
  line-height:1.62;
}

.yv-sx__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.yv-sx__btn{
  min-height:46px;
  padding:12px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(21,87,232,.14);
  font-size:12px;
  font-weight:900;
}

.yv-sx__btn--primary{
  color:#fff!important;
  background:linear-gradient(105deg,#1557E8,#4F91FF 60%,#E83CF0);
  box-shadow:0 10px 25px rgba(21,87,232,.16);
}

.yv-sx__btn--secondary{
  color:var(--sx-ink)!important;
  background:var(--sx-chip-strong);
  border-color:var(--sx-line);
}

.yv-sx__hero-visual{
  min-height:500px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.yv-sx__visual{
  width:min(560px,100%);
  min-height:460px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.yv-sx__visual-scene{
  position:absolute;
  inset:0;
  z-index:2;
}

.yv-sx__visual-word{
  position:absolute;
  z-index:5;
  left:0;
  right:0;
  top:46%;
  text-align:center;
  transform:translateY(-50%);
  font-size:clamp(20px,2.25vw,31px);
  line-height:1;
  letter-spacing:.12em;
  font-weight:900;
  pointer-events:none;
}

.yv-sx__visual-note{
  position:absolute;
  left:9%;
  right:9%;
  bottom:7%;
  z-index:6;
  padding:9px 13px;
  border:1px solid rgba(21,87,232,.10);
  border-radius:999px;
  background:rgba(255,255,255,.60);
  color:var(--sx-muted);
  font-size:9px;
  line-height:1.4;
  text-align:center;
}

/* ---------------- Shared visual language ---------------- */

.sx-orb{
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid rgba(21,87,232,.14);
  border-radius:50%;
  transform:translate(-50%,-50%);
}

.sx-node{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:1px solid rgba(255,255,255,.88);
  background:rgba(255,255,255,.74);
  box-shadow:0 14px 26px rgba(28,83,157,.08);
  animation:sxFloat 4.4s ease-in-out infinite;
}

.sx-node strong{font-size:11px;font-weight:900;color:var(--sx-ink)}
.sx-node small{font-size:8px;font-weight:800;color:var(--sx-muted)}

.sx-pulse{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--sx-magenta);
  box-shadow:0 0 0 6px rgba(232,60,240,.10),0 0 25px rgba(232,60,240,.30);
}

.sx-route{
  position:absolute;
  height:2px;
  background:linear-gradient(90deg,#1557E8,#4F91FF,#E83CF0);
  transform-origin:left center;
  opacity:.36;
}

/* ---------------- Get Found / visibility ---------------- */

.yv-sx--get-found .yv-sx__visual-word{color:var(--sx-blue)}

.sx-search-ui{
  position:absolute;
  top:10px;
  left:50%;
  width:84%;
  height:54px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 15px;
  border:1px solid rgba(21,87,232,.15);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 26px rgba(28,83,157,.07);
  color:#63758f;
  font-size:11px;
  font-weight:800;
}

.sx-search-ui i{width:9px;height:9px;border-radius:50%;background:var(--sx-blue);box-shadow:0 0 0 5px rgba(21,87,232,.08)}
.sx-search-ui b{margin-left:auto;color:var(--sx-blue);font-size:18px}

.sx-search-grid{
  position:absolute;
  inset:92px 7% 28px;
}

.sx-search-grid:before{
  content:"";
  position:absolute;
  left:13%;
  right:13%;
  top:48%;
  height:1px;
  background:linear-gradient(90deg,transparent,#1557E8,#E83CF0,transparent);
}

.sx-search-grid:after{
  content:"";
  position:absolute;
  left:48%;
  top:11%;
  bottom:9%;
  width:1px;
  background:linear-gradient(180deg,transparent,#4F91FF,#E83CF0,transparent);
}

.sx-discovery-node{
  width:112px;
  height:74px;
  border-radius:18px;
}

.sx-discovery-node:after{
  /* The bare colour dot is replaced by the shared icon tile. */
  content:none;
}

/* Balanced quadrants: left column = how search reads you, right = how you appear. */
.sx-discovery-node--1{left:6%;top:19%;color:var(--sx-blue)}
.sx-discovery-node--2{left:6%;bottom:19%;color:var(--sx-blue2);animation-delay:.35s}
.sx-discovery-node--3{right:6%;top:19%;color:var(--sx-magenta);animation-delay:.7s}
.sx-discovery-node--4{right:6%;bottom:19%;color:#7E49EC;animation-delay:1.05s}

.sx-discovery-signal{
  position:absolute;
  left:10%;
  top:49%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--sx-magenta);
  box-shadow:0 0 0 5px rgba(232,60,240,.10);
  animation:sxSearchSignal 4.8s linear infinite;
}

/* ---------------- Get Demand / signal ---------------- */

.yv-sx--get-demand .yv-sx__visual-word{color:var(--sx-magenta)}

.sx-demand-orbit{
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid rgba(21,87,232,.12);
  border-radius:50%;
  transform:translate(-50%,-50%);
  animation:sxRotate 18s linear infinite;
}

/* Rings are derived from the same radius the nodes use, so nodes sit ON the ring.
   Extra scene height + a slightly tighter radius keep the lowest node clear of
   the caption bar at the bottom of the visual. */
.yv-sx--get-demand .yv-sx__visual{min-height:520px}
[data-sx-kind="get-demand"]{--sx-r:clamp(108px,22vw,146px)}
.sx-demand-orbit--1{width:calc(var(--sx-r) * 1.16);height:calc(var(--sx-r) * 1.16)}
.sx-demand-orbit--2{width:calc(var(--sx-r) * 2);height:calc(var(--sx-r) * 2);animation-direction:reverse;animation-duration:24s}

.sx-demand-core{
  position:absolute;
  left:50%;
  top:50%;
  width:116px;
  height:116px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(244,238,255,.68));
  border:1px solid rgba(21,87,232,.16);
  box-shadow:0 18px 40px rgba(28,83,157,.08);
  z-index:5;
  animation:sxCorePulse 4.5s ease-in-out infinite;
}

.sx-demand-core b{font-size:17px;letter-spacing:.08em;color:var(--sx-magenta)}
.sx-demand-core small{margin-top:4px;font-size:8px;color:var(--sx-muted);letter-spacing:.16em;font-weight:900}

/* Six channel nodes placed geometrically on the orbit: centre the node, rotate
   to its angle, push out by the radius, counter-rotate so the label stays level.
   (Previously four nodes were hand-placed at the corners, off the rings.) */
.sx-demand-node{
  width:78px;height:78px;border-radius:50%;font-size:9px;gap:4px;
  left:50%;top:50%;color:var(--sx-c,var(--sx-blue));
  transform:translate(-50%,-50%) rotate(var(--sx-a,0deg)) translate(0,calc(var(--sx-r) * -1)) rotate(calc(var(--sx-a,0deg) * -1));
}
.sx-demand-node small{font-size:8px;color:var(--sx-muted)}

.sx-demand-signal{
  position:absolute;z-index:6;left:50%;top:50%;width:9px;height:9px;border-radius:50%;
  background:var(--sx-magenta);box-shadow:0 0 0 5px rgba(232,60,240,.12);
  transform:translate(-50%,-50%) rotate(0deg) translate(0,calc(var(--sx-r) * -1));
  animation:sxDemandOrbit 11s linear infinite;
}
@keyframes sxDemandOrbit{
  from{transform:translate(-50%,-50%) rotate(0deg) translate(0,calc(var(--sx-r) * -1))}
  to{transform:translate(-50%,-50%) rotate(360deg) translate(0,calc(var(--sx-r) * -1))}
}

/* Shared icon tile — one visual language across every scene. */
.sx-ico{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:currentColor;flex:0 0 auto}
.sx-ico svg{width:15px;height:15px;color:#fff;display:block}
.sx-demand-node .sx-ico{width:29px;height:29px;border-radius:10px}
.sx-demand-node .sx-ico svg{width:16px;height:16px}

/* ---------------- Convert / flow ---------------- */

.yv-sx--convert .yv-sx__visual-word{color:#315EB9}

.sx-funnel{
  position:absolute;
  left:50%;
  top:10%;
  width:72%;
  transform:translateX(-50%);
  display:grid;
  gap:10px;
}

.sx-funnel-row{
  height:56px;
  margin:auto;
  border:2px solid var(--sx-blue);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.74);
  font-size:10px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(28,83,157,.05);
}

.sx-funnel-row:nth-child(1){width:100%}
.sx-funnel-row:nth-child(2){width:82%;border-color:#4F91FF}
.sx-funnel-row:nth-child(3){width:64%;border-color:#E83CF0}
.sx-funnel-row:nth-child(4){width:46%;border-color:#7E49EC}

.sx-funnel-flow{
  position:absolute;
  left:50%;
  top:16%;
  bottom:19%;
  width:2px;
  transform:translateX(-50%);
  background:linear-gradient(180deg,#1557E8,#4F91FF,#E83CF0,#7E49EC);
  opacity:.3;
}

.sx-funnel-flow:after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:var(--sx-magenta);
  box-shadow:0 0 0 5px rgba(232,60,240,.10);
  animation:sxDrop 4.3s linear infinite;
}

.sx-funnel-core{
  position:absolute;
  left:50%;
  bottom:5%;
  transform:translateX(-50%);
  padding:9px 16px;
  border:1px solid rgba(21,87,232,.10);
  border-radius:999px;
  background:rgba(255,255,255,.70);
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}

/* ---------------- Retain & Grow / lifecycle ---------------- */

.yv-sx--retain-grow .yv-sx__visual-word{color:#315EB9}

.sx-lifecycle{
  position:absolute;
  inset:9%;
  border-radius:50%;
  border:1px solid rgba(21,87,232,.14);
}

.sx-lifecycle:before,
.sx-lifecycle:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(232,60,240,.09);
}

.sx-lifecycle:before{width:78%;height:78%}
.sx-lifecycle:after{width:54%;height:54%}

.sx-life-core{
  position:absolute;
  left:50%;
  top:50%;
  width:108px;
  height:108px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,246,255,.7));
  border:1px solid rgba(21,87,232,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  z-index:5;
  animation:sxCorePulse 4.5s ease-in-out infinite;
}

.sx-life-node{
  width:76px;
  height:76px;
  border-radius:50%;
  z-index:6;
  font-size:9px;
}

.sx-life-node--1{left:10%;top:41%}
.sx-life-node--2{left:39%;top:7%;animation-delay:.45s}
.sx-life-node--3{right:8%;top:39%;animation-delay:.9s}
.sx-life-node--4{left:39%;bottom:7%;animation-delay:1.35s}

.sx-life-signal{
  position:absolute;
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--sx-magenta);
  box-shadow:0 0 0 6px rgba(232,60,240,.10);
  animation:sxLifecycle 5.2s linear infinite;
}

/* ---------------- Measure / intelligence ---------------- */

.yv-sx--measure .yv-sx__visual-word{color:#315EB9}

.sx-measure-scene{
  position:absolute;
  inset:8%;
  border-radius:24px;
  overflow:hidden;
}

.sx-measure-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(21,87,232,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(21,87,232,.05) 1px,transparent 1px);
  background-size:34px 34px;
  border-radius:24px;
}

.sx-bars{
  position:absolute;
  left:10%;
  right:10%;
  bottom:20%;
  height:58%;
  display:flex;
  align-items:flex-end;
  gap:10px;
}

.sx-bar{
  flex:1;
  min-width:0;
  border-radius:10px 10px 3px 3px;
  background:linear-gradient(180deg,#4F91FF,#1557E8);
  transform-origin:bottom center;
  animation:sxBar 3.8s ease-in-out infinite;
}

.sx-bar:nth-child(2){height:35%;animation-delay:.18s}
.sx-bar:nth-child(3){height:52%;animation-delay:.36s}
.sx-bar:nth-child(4){height:46%;animation-delay:.54s}
.sx-bar:nth-child(5){height:66%;animation-delay:.72s}
.sx-bar:nth-child(6){height:58%;animation-delay:.90s}
.sx-bar:nth-child(7){height:86%;animation-delay:1.08s}

.sx-measure-line{
  position:absolute;
  left:9%;
  right:10%;
  top:28%;
  height:2px;
  background:linear-gradient(90deg,#1557E8,#4F91FF,#E83CF0);
  transform:rotate(-8deg);
  transform-origin:left center;
  opacity:.42;
}

.sx-measure-core{
  position:absolute;
  left:50%;
  top:47%;
  transform:translate(-50%,-50%);
  padding:11px 16px;
  border:1px solid rgba(21,87,232,.10);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
}

/* ---------------- Sections ---------------- */

.yv-sx__section{
  padding:68px 0;
  border-top:1px solid var(--sx-line);
}

.yv-sx__section--problem{padding-top:60px;padding-bottom:64px}

.yv-sx__problem-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(240px,.7fr);
  gap:64px;
  align-items:end;
}

.yv-sx__problem-title{
  max-width:900px;
  margin:10px 0 0;
  font-size:clamp(36px,3.1vw,52px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:820;
}

.yv-sx__problem-support{
  max-width:330px;
  justify-self:end;
}

.yv-sx__problem-rule{
  width:58px;
  height:3px;
  margin-bottom:14px;
  border-radius:999px;
  background:linear-gradient(90deg,#1557E8,#E83CF0);
}

.yv-sx__problem-support p{
  margin:0;
  color:var(--sx-muted);
  font-size:13px;
  line-height:1.72;
}

.yv-sx__section-title{
  max-width:820px;
  margin:10px 0 22px;
  font-size:clamp(40px,3.8vw,58px);
  line-height:1.0;
  letter-spacing:-.048em;
  font-weight:850;
}

.yv-sx__section-title span,
.yv-sx__feature h2 span,
.yv-sx__cta h2 span{
  background-image:linear-gradient(96deg,#1557E8,#4F91FF 48%,#E83CF0);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.yv-sx__journey{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.yv-sx__journey-line{
  position:absolute;
  left:8%;
  right:8%;
  top:50%;
  height:2px;
  background:linear-gradient(90deg,#1557E8,#E83CF0);
  opacity:.24;
}

.yv-sx__journey-line:after{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:10px;
  height:10px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:#1557E8;
  box-shadow:0 0 0 6px rgba(21,87,232,.08);
  animation:sxJourney 5s linear infinite;
}

.yv-sx__journey-step{
  position:relative;
  z-index:1;
  min-height:150px;
  padding:22px;
  border:1px solid var(--sx-line);
  border-radius:18px;
  background:rgba(255,255,255,.48);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

.yv-sx__journey-num{
  font-size:11px;
  font-weight:900;
  color:var(--sx-magenta);
}

.yv-sx__journey-step h3{
  margin:42px 0 0;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:850;
}

.yv-sx__card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}

.yv-sx__card{
  min-height:220px;
  padding:26px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--sx-line);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(238,247,255,.40) 60%,rgba(251,238,255,.24));
  box-shadow:0 14px 32px rgba(28,83,157,.06);
  transition:transform .25s ease,border-color .25s ease;
}

.yv-sx__card:hover{
  transform:translateY(-4px);
  border-color:rgba(21,87,232,.20);
}

.yv-sx__card-num{
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
  background:linear-gradient(90deg,#1557E8,#E83CF0);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.yv-sx__card h3{
  margin:24px 0 9px;
  font-size:22px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:850;
}

.yv-sx__card p{
  max-width:54ch;
  margin:0;
  color:var(--sx-muted);
  font-size:13px;
  line-height:1.67;
}

.yv-sx__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:15px;
}

.yv-sx__tags span{
  padding:6px 9px;
  border:1px solid var(--sx-line);
  border-radius:999px;
  background:var(--sx-chip);
  color:var(--sx-muted);
  font-size:9px;
  font-weight:850;
}

.yv-sx__feature{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.85fr);
  gap:28px;
  padding:32px;
}

.yv-sx__feature h2{
  margin:10px 0 0;
  max-width:690px;
  font-size:clamp(36px,3.6vw,54px);
  line-height:1;
  letter-spacing:-.048em;
  font-weight:850;
}

.yv-sx__feature p{
  margin:0;
  align-self:end;
  color:var(--sx-muted);
  font-size:13px;
  line-height:1.72;
}

.yv-sx__related{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}

.yv-sx__related-card{
  display:block;
  padding:18px;
  border:1px solid var(--sx-line);
  border-radius:17px;
  background:rgba(255,255,255,.48);
  transition:transform .25s ease,border-color .25s ease;
}

.yv-sx__related-card:hover{
  transform:translateY(-3px);
  border-color:rgba(21,87,232,.22);
}

.yv-sx__related-card small{
  display:block;
  color:var(--sx-magenta);
  font-size:10px;
  font-weight:900;
}

.yv-sx__related-card strong{
  display:block;
  margin-top:18px;
  color:var(--sx-ink);
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.yv-sx__related-card span{
  display:block;
  margin-top:7px;
  color:var(--sx-muted);
  font-size:10px;
  line-height:1.5;
}

.yv-sx__cta{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:24px;
  padding:32px;
  align-items:end;
}

.yv-sx__cta h2{
  max-width:720px;
  margin:10px 0 0;
  font-size:clamp(38px,4.2vw,60px);
  line-height:.99;
  letter-spacing:-.05em;
  font-weight:850;
}

.yv-sx__cta p{
  margin:0;
  color:var(--sx-muted);
  font-size:13px;
  line-height:1.7;
}

/* ---------------- Motion ---------------- */

/* Uses the independent `translate` property so it cannot overwrite the
   transform that positions nodes radially on their orbit. */
@keyframes sxFloat{
  0%,100%{translate:0 0}
  50%{translate:0 -7px}
}

/* The big word behind each scene must not fight the scene's own labels. */
.yv-sx--get-demand .yv-sx__visual-word{display:none}       /* core already reads DEMAND / ENGINE */
.yv-sx--convert .yv-sx__visual-word{z-index:1;opacity:.28} /* faint watermark behind the funnel */
/* Keep the word inside the gap between the two node columns so it never
   collides with the cards on either side. */
/* Sits in the clear band BETWEEN the two rows of cards (their true midpoint),
   so the word stays large instead of being shrunk to squeeze past them. */
.yv-sx--get-found .yv-sx__visual-word{top:56%;left:50%;right:auto;width:max-content;max-width:52%;transform:translate(-50%,-50%);font-size:clamp(16px,1.9vw,26px)}
@media(max-width:760px){
  /* Smaller cards pushed further apart — at this width the two rows were
     actually overlapping each other. */
  .sx-discovery-node{width:96px;height:60px}
  .sx-discovery-node--1,.sx-discovery-node--3{top:9%}
  .sx-discovery-node--2,.sx-discovery-node--4{bottom:9%}
  /* Too little room between the columns for the word here; the four labelled
     cards and the caption already carry the meaning. */
  .yv-sx--get-found .yv-sx__visual-word{display:none}
}

@keyframes sxCorePulse{
  0%,100%{transform:translate(-50%,-50%) scale(.97);opacity:.78}
  50%{transform:translate(-50%,-50%) scale(1.03);opacity:1}
}

@keyframes sxRotate{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

@keyframes sxSearchSignal{
  0%{left:10%;top:49%}
  25%{left:48%;top:25%}
  50%{left:86%;top:49%}
  75%{left:52%;top:73%}
  100%{left:10%;top:49%}
}

@keyframes sxDrop{
  0%{top:0}
  100%{top:100%}
}

@keyframes sxLifecycle{
  0%{left:13%;top:47%}
  25%{left:42%;top:13%}
  50%{left:84%;top:47%}
  75%{left:42%;top:84%}
  100%{left:13%;top:47%}
}

@keyframes sxBar{
  0%,100%{transform:scaleY(.92)}
  50%{transform:scaleY(1.05)}
}

@keyframes sxJourney{
  0%{left:0}
  100%{left:100%}
}
/* ---------------- Dark mode ---------------- */

:root[data-theme="dark"] .yv-solution-experience
{
  --sx-ink:#E7F0FF;
  --sx-muted:#AEBED4;
  --sx-line:rgba(111,166,255,.17);
  --sx-chip:rgba(8,27,57,.52);
  --sx-chip-strong:rgba(8,27,57,.60);
}
:root[data-theme="dark"] .yv-solution-experience .yv-sx__glass,
.dark-theme .yv-solution-experience .yv-sx__glass
{
  background:linear-gradient(135deg,rgba(9,31,64,.76),rgba(8,27,57,.54) 56%,rgba(55,19,66,.36));
  border-color:rgba(111,166,255,.20);
  box-shadow:0 22px 55px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.07);
}
:root[data-theme="dark"] .yv-solution-experience .sx-node,
.dark-theme .yv-solution-experience .sx-node,
:root[data-theme="dark"] .yv-solution-experience .sx-demand-core,
.dark-theme .yv-solution-experience .sx-demand-core,
:root[data-theme="dark"] .yv-solution-experience .sx-life-core,
.dark-theme .yv-solution-experience .sx-life-core,
:root[data-theme="dark"] .yv-solution-experience .sx-funnel-row,
.dark-theme .yv-solution-experience .sx-funnel-row,
:root[data-theme="dark"] .yv-solution-experience .sx-measure-core,
.dark-theme .yv-solution-experience .sx-measure-core,
:root[data-theme="dark"] .yv-solution-experience .sx-search-ui,
.dark-theme .yv-solution-experience .sx-search-ui
{
  background:rgba(8,27,57,.60);
  border-color:rgba(111,166,255,.18);
}
:root[data-theme="dark"] .yv-solution-experience .yv-sx__related-card,
.dark-theme .yv-solution-experience .yv-sx__related-card,
:root[data-theme="dark"] .yv-solution-experience .yv-sx__journey-step,
.dark-theme .yv-solution-experience .yv-sx__journey-step,
:root[data-theme="dark"] .yv-solution-experience .yv-sx__card,
.dark-theme .yv-solution-experience .yv-sx__card
{
  background:rgba(8,27,57,.48);
  border-color:rgba(111,166,255,.15);
}
:root[data-theme="dark"] .yv-solution-experience .yv-sx__related-card strong,
.dark-theme .yv-solution-experience .yv-sx__related-card strong
{
  color:#E7F0FF;
}

@media(max-width:900px){
  .yv-solution-experience .yv-container{
    width:min(100%,calc(100% - 32px));
  }

  .yv-sx__hero-grid,
  .yv-sx__feature,
  .yv-sx__cta{
    grid-template-columns:1fr;
  }

  .yv-sx__hero-copy,
  .yv-sx__hero-visual{
    min-height:auto;
  }

  .yv-sx__hero-visual{
    min-height:460px;
  }

  .yv-sx__problem-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .yv-sx__problem-support{
    justify-self:start;
    max-width:620px;
  }

  .yv-sx__journey{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .yv-sx__journey-line{
    display:none;
  }

  .yv-sx__card-grid{
    grid-template-columns:1fr;
  }

  .yv-sx__related{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .yv-solution-experience .yv-container{
    width:calc(100% - 20px);
  }

  .yv-sx__hero{
    padding:16px 0 46px;
  }

  .yv-sx__hero-copy{
    padding:24px;
  }

  .yv-sx__hero-title{
    font-size:clamp(42px,11.5vw,58px);
  }

  .yv-sx__hero-lead{
    font-size:15px;
  }

  .yv-sx__hero-visual{
    min-height:340px;
  }

  .yv-sx__visual{
    min-height:320px;
  }

  .yv-sx__visual-note{
    left:6%;
    right:6%;
    bottom:4%;
    font-size:8px;
  }

  .yv-sx__section{
    padding:56px 0;
  }

  .yv-sx__problem-title{
    font-size:clamp(32px,9.5vw,48px);
  }

  .yv-sx__section-title{
    font-size:clamp(38px,10.5vw,54px);
  }

  .yv-sx__journey{
    grid-template-columns:1fr;
  }

  .yv-sx__journey-step{
    min-height:120px;
  }

  .yv-sx__journey-step h3{
    margin-top:22px;
  }

  .yv-sx__related{
    grid-template-columns:1fr;
  }

  .yv-sx__card,
  .yv-sx__feature,
  .yv-sx__cta{
    padding:22px;
  }

  /* Sizes stay derived from --sx-r so the nodes keep sitting on the ring. */
  .sx-demand-orbit--2{
    width:calc(var(--sx-r) * 2);
    height:calc(var(--sx-r) * 2);
  }

  .sx-demand-orbit--1{
    width:calc(var(--sx-r) * 1.16);
    height:calc(var(--sx-r) * 1.16);
  }

  /* `scale` (not `transform`) — a bare transform here erased the radial
     placement and stacked every node in the centre. */
  .sx-node{
    scale:.92;
  }

  .sx-funnel{
    width:78%;
  }
}

@media(prefers-reduced-motion:reduce){
  .yv-solution-experience *,
  .yv-solution-experience *::before,
  .yv-solution-experience *::after{
    animation:none!important;
    transition:none!important;
  }
}

.sx-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s ease;
}
.sx-reveal.is-visible{
  opacity:1;
  transform:none;
}


/* Fix B: on variants that render a centred scene core, the big word becomes a
   watermark BEHIND the scene so it no longer collides with the core label.
   Get Found has no centre core, so its word (base z-index:5) stays on top. */
.yv-sx--get-demand .yv-sx__visual-word,
.yv-sx--convert .yv-sx__visual-word,
.yv-sx--retain-grow .yv-sx__visual-word,
.yv-sx--measure .yv-sx__visual-word{
  z-index:1;
  opacity:.12;
  font-size:clamp(34px,4.6vw,58px);
}


/* Fix A: on mobile the hero grid stacks and loses its centred min-height, so the
   heading must clear the fixed floating header. */
@media (max-width: 900px) {
  .yv-sx__hero { padding-top: 104px; }
}

/* Dark: floating note over the hero visual (light panel with no dark twin). */
:root[data-theme="dark"] .yv-solution-experience .yv-sx__visual-note,
.dark-theme .yv-solution-experience .yv-sx__visual-note{
  background:rgba(8,27,57,.72);
  border-color:rgba(111,166,255,.18);
}
