html{scroll-behavior:smooth}body{margin:0;background:#f5f5f7}

#yd-site{
  --bg:#f5f5f7;
  --surface:#ffffff;
  --text:#111114;
  --muted:#696971;
  --line:rgba(17,17,20,.10);
  --accent:#6c5ce7;
  --accent2:#2d8cff;
  --mint:#39d5b0;
  position:relative;
  overflow:clip;
  background:
    radial-gradient(circle at 80% 1%,rgba(108,92,231,.12),transparent 22rem),
    radial-gradient(circle at 5% 18%,rgba(45,140,255,.08),transparent 26rem),
    var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
#yd-site *,#yd-site *:before,#yd-site *:after{box-sizing:border-box}
#yd-site a{color:inherit;text-decoration:none}
#yd-site button,#yd-site input,#yd-site textarea,#yd-site select{font:inherit}
#yd-site ::selection{background:#111;color:#fff}

.yd-progress{position:fixed;z-index:100;top:0;left:0;right:0;height:3px;background:transparent}
.yd-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2),var(--mint))}
.yd-pointer{
  position:fixed;z-index:0;width:460px;height:460px;border-radius:50%;
  transform:translate(-50%,-50%);pointer-events:none;opacity:0;
  background:radial-gradient(circle,rgba(108,92,231,.11),rgba(45,140,255,.04) 42%,transparent 70%);
  filter:blur(8px);transition:opacity .4s ease
}
#yd-site:hover .yd-pointer{opacity:1}
.yd-noise{
  position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.028;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")
}

.yd-nav{
  position:fixed;z-index:80;top:16px;left:50%;transform:translateX(-50%);
  width:min(1180px,calc(100% - 36px));min-height:68px;
  display:grid;grid-template-columns:1fr auto;align-items:center;
  padding:9px 10px 9px 15px;border:none rgba(255,255,255,.78);
  border-radius:22px;background:rgba(250,250,252,.73);
  backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);
  box-shadow:0 12px 38px rgba(30,30,45,.08);
  transition:top .3s ease,width .3s ease,box-shadow .3s ease
}
.yd-nav.yd-scrolled{top:9px;width:min(1080px,calc(100% - 24px));box-shadow:0 16px 45px rgba(30,30,45,.13)}
.yd-brand{display:inline-flex;align-items:center;gap:10px;width:max-content}
.yd-nav-actions{display:flex;align-items:center;gap:10px}
.yd-nav-social{display:flex;align-items:center;gap:8px}
.yd-social-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:14px;flex-shrink:0;
  background:#fff;color:#4b4f5f;box-shadow:0 2px 8px rgba(30,30,45,.06);
  transition:transform .25s ease,box-shadow .25s ease,color .25s ease,background .25s ease
}
.yd-social-btn svg{width:19px;height:19px}
.yd-social-btn span{font-size:15px;font-weight:800;letter-spacing:-.02em}
.yd-social-btn:hover{
  color:#fff;transform:translateY(-2px);
  background:linear-gradient(135deg,#6c5ce7,#2d8cff);
  box-shadow:0 10px 22px rgba(80,93,230,.28)
}
.yd-brand-mark{
  width:38px;height:38px;display:grid;place-items:center;border-radius:12px;
  color:#fff;background:#111;font-weight:800
}
.yd-brand strong,.yd-brand small{display:block}
.yd-brand strong{font-size:14px;letter-spacing:-.02em}
.yd-brand small{margin-top:2px;color:#8c8c94;font-size:9px}
.yd-links{display:flex;gap:27px;color:#505058;font-size:13px}
.yd-links a{position:relative;padding:8px 0}
.yd-links a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:currentColor;transition:right .25s ease}
.yd-links a:hover:after{right:0}

.yd-button{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;
  min-height:54px;padding:0 21px;border:0;border-radius:16px;font-size:14px;font-weight:720;
  cursor:pointer;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,background .25s ease
}
.yd-button:before{
  content:"";position:absolute;width:90px;height:90px;border-radius:50%;
  background:rgba(255,255,255,.22);transform:translate(-170%,90%);
  transition:transform .55s cubic-bezier(.2,.8,.2,1)
}
.yd-button:hover:before{transform:translate(180%,-80%)}
.yd-button:hover{transform:translateY(-3px)}
.yd-button-dark{color:#fff!important;background:#111;box-shadow:0 14px 28px rgba(17,17,20,.15)}
.yd-button-dark:hover{background:#29292f;box-shadow:0 18px 36px rgba(17,17,20,.23)}
.yd-button-accent{
  color:#fff!important;background:linear-gradient(135deg,#6c5ce7,#2d8cff);
  box-shadow:0 18px 35px rgba(80,93,230,.25)
}
.yd-button-accent:hover{box-shadow:0 23px 46px rgba(80,93,230,.36)}
.yd-text-link{display:inline-flex;align-items:center;gap:13px;padding:16px 2px;font-size:14px;font-weight:700}
.yd-text-link span{font-size:18px;transition:transform .25s ease}
.yd-text-link:hover span{transform:translateY(4px)}
.yd-text-link-dark{border-bottom:1px solid var(--line)}

.yd-hero{
  position:relative;z-index:1;width:min(1360px,calc(100% - 44px));min-height:100svh;
  margin:0 auto;padding:145px 20px 88px;
  display:grid;grid-template-columns:1.22fr .78fr;gap:clamp(42px,6vw,90px);align-items:center
}
.yd-hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.yd-orb{position:absolute;border-radius:50%;filter:blur(2px);animation:ydOrb 10s ease-in-out infinite}
.yd-orb-one{width:430px;height:430px;right:6%;top:12%;background:radial-gradient(circle,rgba(108,92,231,.20),transparent 67%)}
.yd-orb-two{width:350px;height:350px;left:-8%;bottom:-8%;background:radial-gradient(circle,rgba(45,140,255,.15),transparent 67%);animation-delay:-4s}
.yd-gridlines{
  position:absolute;inset:0;opacity:.34;
  background-image:linear-gradient(rgba(17,17,20,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,20,.035) 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(to bottom,transparent 2%,black 20%,black 70%,transparent 96%)
}
.yd-hero-copy{position:relative;z-index:2;min-width:0}
.yd-badge{
  display:inline-flex;align-items:center;gap:9px;width:max-content;padding:9px 12px;
  margin-bottom:25px;border:none var(--line);border-radius:999px;background:rgba(255,255,255,.72);
  box-shadow:0 10px 25px rgba(30,30,45,.055);color:#4e4e56;font-size:12px;font-weight:650
}
.yd-badge-dot{position:relative;width:8px;height:8px;border-radius:50%;background:#3bcf9c}
.yd-badge-dot:after{content:"";position:absolute;inset:-4px;border:none rgba(59,207,156,.4);border-radius:50%;animation:ydPulse 1.8s infinite}
.yd-hero-title{margin:0;font-size:clamp(46px,5.4vw,80px);line-height:.98;letter-spacing:-.055em;font-weight:780}
.yd-line{display:block;width:max-content;max-width:100%}
.yd-line-gradient{
  color:transparent;background:linear-gradient(90deg,#17171b 0%,#705fe2 40%,#338bf3 75%,#2abf9f 100%);
  -webkit-background-clip:text;background-clip:text
}
.yd-hero-text{max-width:670px;margin:29px 0 0;color:var(--muted);font-size:clamp(17px,1.45vw,22px);line-height:1.5;letter-spacing:-.02em}
.yd-hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}
.yd-hero-note{display:flex;align-items:flex-start;gap:9px;max-width:560px;margin-top:25px;color:#85858d;font-size:12px;line-height:1.45}
.yd-hero-note span{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:#e8e6ff;color:#6250d6;font-size:10px}

.yd-portrait-stage{position:relative;z-index:2;min-height:680px;display:grid;place-items:center;perspective:1400px}
.yd-portrait-halo{
  position:absolute;width:580px;height:580px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.8),rgba(108,92,231,.18) 36%,rgba(45,140,255,.08) 55%,transparent 72%);
  animation:ydHalo 7s ease-in-out infinite
}
.yd-portrait-frame{
  position:relative;width:min(460px,83%);height:610px;overflow:hidden;border-radius:44px;
  border:none rgba(255,255,255,.85);background:#c9c9ce;
  box-shadow:0 45px 100px rgba(40,40,65,.20),inset 0 1px 0 rgba(255,255,255,.8);
  transform-style:preserve-3d;transition:transform .18s ease-out
}
.yd-portrait-frame:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 48%,rgba(8,8,13,.58) 100%)
}
.yd-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;filter:saturate(.9) contrast(1.03)}
.yd-photo-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;align-items:end;justify-content:space-between;color:#fff}
.yd-photo-caption strong{font-size:21px;letter-spacing:-.04em}
.yd-photo-caption span{max-width:120px;text-align:right;color:rgba(255,255,255,.72);font-size:10px;line-height:1.35}
.yd-float-card{
  position:absolute;z-index:4;display:flex;align-items:center;gap:11px;padding:13px 15px;
  border:none rgba(255,255,255,.86);border-radius:18px;background:rgba(255,255,255,.78);
  box-shadow:0 20px 45px rgba(35,35,55,.14);backdrop-filter:blur(20px);animation:ydFloat 5s ease-in-out infinite
}
.yd-float-card small,.yd-float-card strong{display:block}
.yd-float-card small{color:#87878f;font-size:9px}
.yd-float-card strong{margin-top:2px;font-size:12px;white-space:nowrap}
.yd-float-one{left:-6%;top:18%}
.yd-float-two{right:-2%;top:43%;animation-delay:-1.8s}
.yd-float-three{left:2%;bottom:11%;animation-delay:-3.4s}
.yd-float-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;color:#fff;background:linear-gradient(135deg,#6c5ce7,#2d8cff)}
.yd-status-dot{width:13px;height:13px;border:4px solid #dcfff3;border-radius:50%;background:#35c997;box-shadow:0 0 0 1px rgba(53,201,151,.18)}
.yd-mini-chart{display:flex;align-items:flex-end;gap:3px;width:39px;height:34px}
.yd-mini-chart i{flex:1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#8c78ff,#4b76ea)}
.yd-mini-chart i:nth-child(1){height:33%}.yd-mini-chart i:nth-child(2){height:50%}.yd-mini-chart i:nth-child(3){height:43%}.yd-mini-chart i:nth-child(4){height:70%}.yd-mini-chart i:nth-child(5){height:92%}
.yd-scroll{
  position:absolute;left:20px;bottom:25px;display:flex;align-items:center;gap:12px;
  color:#97979f;font-size:9px;text-transform:uppercase;letter-spacing:.17em;
  transform:rotate(-90deg) translateX(100%);transform-origin:left bottom
}
.yd-scroll i{position:relative;width:50px;height:1px;overflow:hidden;background:#c8c8cd}
.yd-scroll i:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:#111;animation:ydScroll 2s ease-in-out infinite}

.yd-marquee{position:relative;z-index:2;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.48);padding:18px 0}
.yd-marquee-track{display:flex;width:max-content;align-items:center;gap:27px;animation:ydMarquee 28s linear infinite}
.yd-marquee span{font-size:13px;font-weight:720;color:#4e4e55}
.yd-marquee i{font-style:normal;color:#806bfa;font-size:11px}

.yd-section{position:relative;z-index:2;width:min(1240px,calc(100% - 44px));margin:0 auto;padding:125px 0}
.yd-wide{position:relative;z-index:2;width:min(1340px,calc(100% - 28px));margin:70px auto;border-radius:44px}
.yd-kicker{margin:0 0 17px;color:#6e5de1;font-size:11px;font-weight:780;text-transform:uppercase;letter-spacing:.17em}
.yd-kicker-light{color:#a99cff}
.yd-heading h2,.yd-approach h2,.yd-transparency h2,.yd-audit h2,.yd-about h2,.yd-contact h2{
  margin:0;font-size:clamp(40px,5vw,70px);line-height:1.02;letter-spacing:-.057em;font-weight:750
}
.yd-heading-row{display:grid;grid-template-columns:1.35fr .65fr;align-items:end;gap:70px}
.yd-heading-row>p{max-width:420px;margin:0 0 8px;color:var(--muted);font-size:15px;line-height:1.55}

.yd-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:55px}
.yd-problem-card{
  position:relative;min-height:350px;display:flex;flex-direction:column;justify-content:flex-end;
  padding:25px;border:none var(--line);border-radius:28px;background:rgba(255,255,255,.72);overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease
}
.yd-problem-card:hover{transform:translateY(-8px);box-shadow:0 26px 50px rgba(35,35,55,.10)}
.yd-card-number{position:absolute;left:25px;top:23px;color:#aaaab2;font-size:10px}
.yd-problem-card h3{margin:0 0 9px;font-size:22px;letter-spacing:-.04em}
.yd-problem-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.yd-problem-visual{position:absolute;top:63px;left:50%;transform:translateX(-50%);width:150px;height:130px;display:grid;place-items:center}
.yd-empty-ring{position:absolute;width:112px;height:112px;border:none rgba(17,17,20,.10);border-radius:50%;box-shadow:0 0 0 18px rgba(17,17,20,.025)}
.yd-problem-visual b{font-size:43px;color:#c1c1c7}
.yd-coins{align-items:end;grid-template-columns:repeat(3,36px);gap:8px}
.yd-coins i{display:block;border-radius:10px 10px 6px 6px;background:linear-gradient(180deg,#b9aaff,#7360df)}
.yd-coins i:nth-child(1){height:38px;opacity:.5}.yd-coins i:nth-child(2){height:65px;opacity:.7}.yd-coins i:nth-child(3){height:100px}
.yd-mess{display:block}
.yd-mess i{position:absolute;height:15px;border-radius:999px;background:linear-gradient(90deg,#d9d9df,#b7b7c0)}
.yd-mess i:nth-child(1){width:110px;top:12px;left:18px;transform:rotate(8deg)}
.yd-mess i:nth-child(2){width:85px;top:48px;left:43px;transform:rotate(-10deg)}
.yd-mess i:nth-child(3){width:118px;top:82px;left:10px;transform:rotate(5deg)}
.yd-mess i:nth-child(4){width:64px;top:115px;left:55px;transform:rotate(-5deg)}
.yd-problem-card-accent{color:#fff;background:linear-gradient(145deg,#6d5be4,#2d8cff);border-color:rgba(255,255,255,.25)}
.yd-problem-card-accent p{color:rgba(255,255,255,.72)}
.yd-problem-card-accent .yd-card-number{color:rgba(255,255,255,.55)}
.yd-arrow-loop{position:absolute;right:-28px;top:38px;width:180px;height:180px;display:grid;place-items:center;border:none rgba(255,255,255,.18);border-radius:50%;font-size:58px;color:rgba(255,255,255,.78);animation:ydRotate 14s linear infinite}

.yd-approach{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.yd-approach-copy>p:not(.yd-kicker){max-width:590px;margin:27px 0 22px;color:var(--muted);font-size:17px;line-height:1.62}
.yd-funnel{
  position:relative;min-height:500px;padding:42px;border:none rgba(255,255,255,.8);border-radius:36px;
  background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(244,243,255,.72));
  box-shadow:0 35px 75px rgba(40,40,65,.13);overflow:hidden
}
.yd-funnel-glow{position:absolute;width:320px;height:320px;right:-120px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(108,92,231,.24),transparent 68%)}
.yd-funnel-row{position:relative;z-index:2;margin-bottom:26px}
.yd-funnel-label{display:block;margin-bottom:9px;color:#707078;font-size:11px;font-weight:650}
.yd-funnel-bar{height:34px;border-radius:12px;background:rgba(17,17,20,.045);overflow:hidden}
.yd-funnel-bar i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c6bdff,#7d6ae8);transition:width 1.2s cubic-bezier(.2,.8,.2,1)}
.yd-funnel.yd-visible .yd-funnel-bar i{width:var(--size)}
.yd-funnel-bar-accent i{background:linear-gradient(90deg,#5f4bdd,#2d8cff,#38c9a7)}
.yd-funnel-caption{position:absolute;left:42px;right:42px;bottom:34px;display:flex;justify-content:space-between;align-items:end;padding-top:22px;border-top:1px solid var(--line)}
.yd-funnel-caption span{color:#8d8d95;font-size:11px}
.yd-funnel-caption strong{font-size:19px;letter-spacing:-.03em}

.yd-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:55px}
.yd-price-card{
  position:relative;min-height:600px;display:flex;flex-direction:column;padding:28px;border:none var(--line);border-radius:30px;
  background:rgba(255,255,255,.74);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease
}
.yd-price-card:before{
  content:"";position:absolute;left:var(--mx,50%);top:var(--my,50%);width:230px;height:230px;border-radius:50%;
  transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(108,92,231,.12),transparent 70%);opacity:0;transition:opacity .25s
}
.yd-price-card:hover:before{opacity:1}
.yd-price-card:hover{transform:translateY(-8px);box-shadow:0 28px 55px rgba(35,35,55,.11)}
.yd-price-card-main{color:#fff;background:#111114;border-color:#111114;transform:translateY(-12px);box-shadow:0 30px 70px rgba(17,17,20,.18)}
.yd-price-card-main:hover{transform:translateY(-20px)}
.yd-popular{position:absolute;right:20px;top:18px;padding:7px 10px;border-radius:999px;color:#dcd8ff;background:rgba(130,105,255,.18);font-size:9px;font-weight:700}
.yd-price-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}
.yd-service-icon{display:grid;place-items:center;width:44px;height:44px;color:#fff;font-size:18px}
.yd-price-card-main .yd-service-icon{color:#111;background:#fff}
.yd-price-tag{padding:7px 9px;border-radius:999px;color:#777780;background:rgba(17,17,20,.055);font-size:9px;font-weight:650}
.yd-price-card-main .yd-price-tag{color:rgba(255,255,255,.63);background:rgba(255,255,255,.08)}
.yd-price-card h3{position:relative;z-index:2;margin:0 0 17px;font-size:28px;letter-spacing:-.045em}
.yd-price{position:relative;z-index:2;display:flex;align-items:baseline;gap:7px}
.yd-price small{color:#92929a;font-size:12px}.yd-price strong{font-size:37px;letter-spacing:-.05em}.yd-price em{font-style:normal;color:#9b9ba3;font-size:10px}
.yd-price-card>p{position:relative;z-index:2;min-height:68px;margin:19px 0 25px;color:var(--muted);font-size:13px;line-height:1.55}
.yd-price-card-main>p{color:rgba(255,255,255,.58)}
.yd-price-card ul{position:relative;z-index:2;display:grid;gap:12px;margin:0;padding:22px 0 26px;border-top:1px solid var(--line);list-style:none}
.yd-price-card-main ul{border-color:rgba(255,255,255,.10)}
.yd-price-card li{position:relative;padding-left:21px;color:#55555d;font-size:12px}
.yd-price-card-main li{color:rgba(255,255,255,.68)}
.yd-price-card li:before{content:"✓";position:absolute;left:0;color:#6754dc;font-weight:800}
.yd-price-card-main li:before{color:#9e8cff}
.yd-price-card>a{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:16px 0;border-top:1px solid var(--line);font-size:13px;font-weight:700}
.yd-price-card-main>a{border-color:rgba(255,255,255,.12)}

.yd-transparency{
  min-height:650px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:82px;
  overflow:hidden;color:#fff;background:#111114
}
.yd-transparency-glow{
  position:absolute;width:600px;height:600px;right:-180px;top:-230px;border-radius:50%;
  background:radial-gradient(circle,rgba(108,92,231,.38),rgba(45,140,255,.12) 40%,transparent 68%);
  animation:ydHalo 8s ease-in-out infinite
}
.yd-transparency-copy,.yd-transparency-panel{position:relative;z-index:2}
.yd-transparency-copy>p:last-child{max-width:540px;margin:24px 0 0;color:rgba(255,255,255,.56);font-size:16px;line-height:1.55}
.yd-transparency-panel{padding:34px;border:none rgba(255,255,255,.11);border-radius:28px;background:rgba(255,255,255,.055);backdrop-filter:blur(16px)}
.yd-transparency-panel>p{margin:0 0 28px;color:rgba(255,255,255,.72);font-size:21px;line-height:1.5}
.yd-transparency-panel strong{color:#fff}
.yd-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.yd-check-grid span{padding:13px 14px;border-radius:13px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.68);font-size:11px}

.yd-process-wrap{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:65px}
.yd-process-line{position:absolute;left:7%;right:7%;top:41px;height:1px;background:var(--line)}
.yd-process-line span{display:block;width:0;height:100%;background:linear-gradient(90deg,#6c5ce7,#2d8cff,#39d5b0);transition:width 1.6s cubic-bezier(.2,.8,.2,1)}
.yd-process-wrap.yd-visible .yd-process-line span{width:100%}
.yd-step{position:relative;padding-right:15px}
.yd-step-num{display:block;color:#aaaab2;font-size:10px;margin-bottom:15px}
.yd-step-icon{
  position:relative;z-index:2;width:54px;height:54px;display:grid;place-items:center;margin-bottom:30px;
  border:none var(--line);border-radius:50%;background:var(--bg);box-shadow:0 0 0 10px var(--bg);
  font-size:18px;transition:transform .3s ease,color .3s ease,background .3s ease
}
.yd-step:hover .yd-step-icon{transform:scale(1.1);color:#fff;background:#111}
.yd-step h3{margin:0 0 9px;font-size:22px;letter-spacing:-.04em}
.yd-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}

.yd-case-stack{display:grid;gap:90px;margin-top:60px}
.yd-case{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.yd-case-reverse .yd-case-visual{order:2}
.yd-case-visual{position:relative;min-height:500px;display:grid;place-items:center;padding:45px;border-radius:36px;overflow:hidden}
.yd-case-visual-one{background:linear-gradient(145deg,#d5ceff,#8d78f2 58%,#6754d3)}
.yd-case-visual-two{background:linear-gradient(145deg,#d1edff,#5da4fa 58%,#2e70d7)}
.yd-case-index{position:absolute;left:27px;bottom:23px;color:rgba(255,255,255,.65);font-size:11px;font-weight:750;letter-spacing:.12em}
.yd-browser{width:88%;min-height:315px;overflow:hidden;border:none rgba(255,255,255,.75);border-radius:23px;background:rgba(255,255,255,.84);box-shadow:0 35px 75px rgba(56,38,139,.25);transform:rotate(-4deg);transition:transform .5s ease}
.yd-case:hover .yd-browser{transform:rotate(0) translateY(-8px) scale(1.02)}
.yd-browser-head{display:flex;gap:6px;padding:13px 15px;border-bottom:1px solid rgba(17,17,20,.06)}
.yd-browser-head i{width:7px;height:7px;border-radius:50%;background:#c9c9cf}
.yd-browser-body{padding:31px}
.yd-browser-body>span{display:block;width:48%;height:15px;border-radius:999px;background:#232329}
.yd-bars{height:180px;display:flex;gap:13px;align-items:flex-end;margin-top:35px}
.yd-bars i{flex:1;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,#9a85ff,#6955da)}
.yd-bars i:nth-child(1){height:30%}.yd-bars i:nth-child(2){height:46%}.yd-bars i:nth-child(3){height:40%}.yd-bars i:nth-child(4){height:63%}.yd-bars i:nth-child(5){height:77%}.yd-bars i:nth-child(6){height:94%}
.yd-phone{width:235px;height:420px;padding:11px;border-radius:40px;background:#17171a;box-shadow:0 40px 80px rgba(22,65,130,.32);transform:rotate(7deg);transition:transform .5s ease}
.yd-case:hover .yd-phone{transform:rotate(1deg) translateY(-8px)}
.yd-phone-screen{height:100%;padding:58px 22px;border-radius:31px;background:linear-gradient(180deg,#f7fbff,#d9eaff)}
.yd-phone-dot{display:block;width:43px;height:43px;border-radius:14px;background:linear-gradient(145deg,#4b9bff,#2468dc);margin-bottom:27px}
.yd-phone-screen small,.yd-phone-screen strong{display:block}.yd-phone-screen small{color:#888891}.yd-phone-screen strong{margin-top:5px;font-size:35px;letter-spacing:-.055em}
.yd-phone-screen i{display:block;height:10px;margin-top:18px;border-radius:999px;background:rgba(17,17,20,.08)}
.yd-phone-screen i:nth-of-type(2){width:67%}.yd-phone-screen i:nth-of-type(3){width:82%}
.yd-case-pop{position:absolute;left:50px;top:70px;padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.84);box-shadow:0 18px 40px rgba(24,70,140,.19);font-size:11px;font-weight:650;animation:ydFloat 5s ease-in-out infinite}
.yd-case-pop b{color:#32bb85}
.yd-case-copy h3{margin:12px 0 15px;font-size:clamp(34px,4vw,54px);letter-spacing:-.052em}
.yd-case-label{color:#6d5be0;font-size:10px;font-weight:780;letter-spacing:.14em}
.yd-case-copy>p{max-width:500px;margin:0;color:var(--muted);font-size:15px;line-height:1.58}
.yd-case-result{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}
.yd-case-result div{padding:18px 0;border-top:1px solid var(--line)}
.yd-case-result small,.yd-case-result strong{display:block}
.yd-case-result small{color:#8d8d95;font-size:10px}.yd-case-result strong{margin-top:7px;font-size:29px;letter-spacing:-.045em}
.yd-case-copy>a{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding:16px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}

.yd-audit-card{display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center;padding:68px;border:none var(--line);border-radius:40px;background:linear-gradient(145deg,#fff,#efedff);overflow:hidden}
.yd-audit-copy>p:not(.yd-kicker){max-width:580px;margin:24px 0;color:var(--muted);font-size:16px;line-height:1.58}
.yd-audit-price{margin:0 0 28px;color:#6d6d75;font-size:13px}.yd-audit-price strong{color:#111;font-size:20px}
.yd-audit-report{position:relative;min-height:440px;padding:28px;border:none rgba(255,255,255,.85);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 30px 65px rgba(55,45,100,.14);transform:rotate(3deg);transition:transform .45s ease}
.yd-audit-card:hover .yd-audit-report{transform:rotate(0) translateY(-6px)}
.yd-report-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:19px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}
.yd-report-head i{padding:6px 8px;border-radius:8px;background:#f1efff;color:#6855dc;font-style:normal;font-size:9px}
.yd-report-score{display:flex;align-items:center;gap:22px;margin-top:35px}
.yd-score-ring{width:120px;height:120px;display:grid;place-content:center;border:10px solid #e6e3ff;border-top-color:#6955dc;border-radius:50%;text-align:center;transform:rotate(16deg)}
.yd-score-ring strong,.yd-score-ring span{transform:rotate(-16deg)}.yd-score-ring strong{font-size:33px}.yd-score-ring span{color:#919199;font-size:10px}
.yd-report-score p{color:#74747c;font-size:12px}
.yd-report-lines{display:grid;gap:12px;margin-top:40px}
.yd-report-lines span{height:12px;border-radius:999px;background:rgba(17,17,20,.055);overflow:hidden}
.yd-report-lines i{display:block;width:var(--w);height:100%;border-radius:inherit;background:linear-gradient(90deg,#7965e7,#438cf0)}
.yd-report-warning{margin-top:35px;padding:14px;border-radius:14px;color:#6c5adf;background:#f0edff;font-size:11px;font-weight:700}

.yd-about-card{display:grid;grid-template-columns:.76fr 1.24fr;gap:75px;align-items:center;padding:38px;border:none var(--line);border-radius:40px;background:rgba(255,255,255,.66)}
.yd-about-photo{height:530px;overflow:hidden;border-radius:30px;box-shadow:0 30px 65px rgba(30,35,45,.16);transition:transform .18s ease-out}
.yd-about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 32%;filter:saturate(.85)}
.yd-about-copy{padding-right:42px}
.yd-about-copy>p:not(.yd-kicker){max-width:660px;margin:25px 0;color:var(--muted);font-size:16px;line-height:1.62}
.yd-about-points{display:flex;flex-wrap:wrap;gap:8px}
.yd-about-points span{padding:10px 12px;border:none var(--line);border-radius:999px;background:#fff;color:#5d5d65;font-size:10px;font-weight:650}

.yd-review-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:13px;margin-top:55px}
.yd-review{min-height:330px;display:flex;flex-direction:column;justify-content:space-between;padding:27px;border:none var(--line);border-radius:28px;background:rgba(255,255,255,.72)}
.yd-stars{color:#6d5be0;letter-spacing:.12em;font-size:11px}
.yd-review>p{margin:40px 0;color:#44444c;font-size:17px;line-height:1.55}
.yd-review>div:last-child{display:flex;align-items:center;gap:11px}
.yd-review-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e9e7ff;color:#6351d6;font-weight:750}
.yd-review strong,.yd-review small{display:block}.yd-review strong{font-size:12px}.yd-review small{margin-top:3px;color:#96969e;font-size:9px;font-weight:500}
.yd-review-accent{color:#fff;background:linear-gradient(145deg,#6d5be4,#2d8cff);border:0}
.yd-review-accent p{color:rgba(255,255,255,.7);font-size:13px}
.yd-review-accent h3{margin:auto 0 0;font-size:28px;letter-spacing:-.045em}
.yd-quote{font-family:Georgia,serif;font-size:75px;line-height:.5;color:rgba(255,255,255,.45)}

.yd-faq{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:start}
.yd-accordion{display:grid}
.yd-accordion details{border-top:1px solid var(--line)}
.yd-accordion details:last-child{border-bottom:1px solid var(--line)}
.yd-accordion summary{display:flex;justify-content:space-between;gap:20px;padding:23px 0;cursor:pointer;list-style:none;font-size:16px;font-weight:680}
.yd-accordion summary::-webkit-details-marker{display:none}
.yd-accordion summary span{font-size:20px;transition:transform .25s ease}
.yd-accordion details[open] summary span{transform:rotate(45deg)}
.yd-accordion details p{max-width:710px;margin:0;padding:0 45px 23px 0;color:var(--muted);font-size:13px;line-height:1.6}

.yd-contact{
  min-height:0;display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:center;padding:72px 84px;
  overflow:hidden;color:#fff;background:#111114
}
.yd-contact-orbit{position:absolute;width:600px;height:600px;right:-230px;top:-260px;border:none rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 65px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.016);animation:ydRotate 20s linear infinite}
.yd-contact-copy,.yd-form{position:relative;z-index:2}
.yd-contact-copy>p:not(.yd-kicker){max-width:560px;margin:25px 0;color:rgba(255,255,255,.57);font-size:16px;line-height:1.6}
.yd-contact-direct{display:flex;align-items:center;gap:15px;margin-top:32px;color:rgba(255,255,255,.45);font-size:11px}
.yd-contact-direct a{color:#fff;font-size:13px;font-weight:700}
.yd-form{display:grid;gap:14px;padding:25px;border:none rgba(255,255,255,.10);border-radius:28px;background:rgba(255,255,255,.055);backdrop-filter:blur(18px)}
.yd-form label span{display:block;margin:0 0 7px 3px;color:rgba(255,255,255,.5);font-size:9px}
.yd-form input,.yd-form textarea,.yd-form select{
  width:100%;padding:14px 15px;border:none rgba(255,255,255,.09);outline:none;border-radius:13px;
  color:#fff;background:rgba(255,255,255,.07);resize:none;transition:border .25s ease,background .25s ease
}
.yd-form select{appearance:auto}
.yd-form select option{color:#111}
.yd-form input:focus,.yd-form textarea:focus,.yd-form select:focus{border-color:rgba(132,108,255,.8);background:rgba(255,255,255,.09)}
.yd-form input::placeholder,.yd-form textarea::placeholder{color:rgba(255,255,255,.28)}
.yd-form .yd-button{width:100%;margin-top:3px}
.yd-form small{color:rgba(255,255,255,.28);font-size:8px;line-height:1.45}

.yd-footer{position:relative;z-index:2;width:min(1240px,calc(100% - 44px));margin:0 auto;padding:70px 0 32px;display:grid;grid-template-columns:1fr auto;gap:50px}
.yd-footer-links{display:flex;gap:24px;align-items:flex-start;font-size:12px;font-weight:650}
.yd-footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--line);color:#96969e;font-size:9px}

.yd-reveal{opacity:0;transform:translateY(30px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}
.yd-reveal.yd-visible{opacity:1;transform:translateY(0)}
.yd-line:nth-child(2){transition-delay:.08s}.yd-line:nth-child(3){transition-delay:.16s}
.yd-hero-text{transition-delay:.22s}.yd-hero-actions{transition-delay:.28s}.yd-hero-note{transition-delay:.34s}
.yd-problem-card:nth-child(2),.yd-price-card:nth-child(2),.yd-review:nth-child(2){transition-delay:.08s}
.yd-problem-card:nth-child(3),.yd-price-card:nth-child(3),.yd-review:nth-child(3){transition-delay:.16s}
.yd-problem-card:nth-child(4){transition-delay:.24s}

@keyframes ydPulse{0%{transform:scale(.5);opacity:.8}100%{transform:scale(1.8);opacity:0}}
@keyframes ydOrb{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(15px,-18px,0) scale(1.06)}}
@keyframes ydHalo{0%,100%{transform:scale(1);opacity:.75}50%{transform:scale(1.06);opacity:1}}
@keyframes ydFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(.5deg)}}
@keyframes ydScroll{0%{left:-100%}55%,100%{left:100%}}
@keyframes ydMarquee{to{transform:translateX(-50%)}}
@keyframes ydRotate{to{transform:rotate(360deg)}}

@media(max-width:1120px){
  .yd-hero{grid-template-columns:1fr;padding-top:140px}
  .yd-hero-copy{max-width:920px}.yd-portrait-stage{width:min(760px,94%);margin:0 auto}
  .yd-problem-grid{grid-template-columns:repeat(2,1fr)}
  .yd-price-grid{grid-template-columns:1fr 1fr}.yd-price-card-main{transform:none;grid-row:span 1}.yd-price-card:nth-child(3){grid-column:1/-1;min-height:520px}
  .yd-process-wrap{grid-template-columns:repeat(2,1fr);gap:48px 20px}.yd-process-line{display:none}
  .yd-review-grid{grid-template-columns:1fr 1fr}.yd-review-accent{grid-column:1/-1;min-height:240px}
}
@media(max-width:850px){
  .yd-nav>.yd-button{font-size:0;width:45px;height:45px;padding:0}.yd-nav>.yd-button span{font-size:16px}
  .yd-hero,.yd-section,.yd-footer{width:min(100% - 28px,1240px)}.yd-wide{width:calc(100% - 18px)}
  .yd-hero{min-height:auto;padding:130px 0 75px}.yd-hero-title{font-size:clamp(46px,12vw,76px)}
  .yd-portrait-stage{min-height:630px}.yd-portrait-frame{height:570px}
  .yd-heading-row,.yd-approach,.yd-transparency,.yd-case,.yd-audit-card,.yd-about-card,.yd-faq,.yd-contact{grid-template-columns:1fr}
  .yd-heading-row{gap:24px}.yd-approach{gap:45px}.yd-transparency,.yd-contact{padding:58px 34px;gap:45px}
  .yd-case-reverse .yd-case-visual{order:initial}.yd-case{gap:35px}
  .yd-about-copy{padding:10px}.yd-about-photo{height:560px}
  .yd-faq{gap:38px}
}
@media(max-width:600px){
  .yd-pointer,.yd-scroll{display:none}.yd-nav{top:8px;width:calc(100% - 16px);border-radius:18px}
  .yd-brand strong{font-size:12px}.yd-brand small{font-size:8px}.yd-brand-mark{width:33px;height:33px}
  .yd-hero-title{font-size:clamp(42px,13vw,60px);letter-spacing:-.06em}
  .yd-hero-actions{display:grid;gap:8px}.yd-button{width:100%}.yd-text-link{justify-content:center}
  .yd-portrait-stage{min-height:530px}.yd-portrait-frame{width:92%;height:500px;border-radius:30px}
  .yd-float-one{left:-2%;top:19%}.yd-float-two{right:-2%;top:47%}.yd-float-three{left:1%;bottom:6%}
  .yd-section{padding:88px 0}.yd-heading h2,.yd-approach h2,.yd-transparency h2,.yd-audit h2,.yd-about h2,.yd-contact h2{font-size:39px}
  .yd-problem-grid,.yd-price-grid,.yd-process-wrap,.yd-review-grid{grid-template-columns:1fr}
  .yd-price-card:nth-child(3),.yd-review-accent{grid-column:auto}.yd-price-card{min-height:560px}
  .yd-funnel{padding:25px}.yd-funnel-caption{left:25px;right:25px}
  .yd-transparency,.yd-contact{padding:48px 20px;border-radius:31px}.yd-check-grid{grid-template-columns:1fr}
  .yd-case-visual{min-height:360px;padding:28px;border-radius:27px}.yd-browser{width:100%;min-height:260px}.yd-browser-body{padding:22px}.yd-bars{height:135px}
  .yd-phone{width:190px;height:340px}.yd-phone-screen{padding:48px 18px}.yd-case-pop{left:18px;top:48px}
  .yd-case-result{grid-template-columns:1fr 1fr}
  .yd-audit-card{padding:28px}.yd-audit-report{min-height:390px;padding:22px}
  .yd-about-card{padding:15px}.yd-about-photo{height:480px}
  .yd-footer{grid-template-columns:1fr}.yd-footer-links{flex-direction:column;gap:13px}.yd-footer-bottom{flex-direction:column;gap:8px}
}
@media(prefers-reduced-motion:reduce){
  #yd-site *,#yd-site *:before,#yd-site *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .yd-reveal{opacity:1;transform:none}
}

.yd-launch-cards{
  width:min(1380px,calc(100% - 28px));
  margin:72px auto 42px;
  padding:94px 34px 70px;
  border:none rgba(255,255,255,.88);
  border-radius:46px;
  background:
    radial-gradient(circle at 50% -10%,rgba(111,93,235,.13),transparent 31rem),
    linear-gradient(180deg,rgba(255,255,255,.91),rgba(248,249,255,.76));
  box-shadow:0 34px 88px rgba(47,51,91,.10),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.yd-launch-heading{
  max-width:930px;
  margin:0 auto 55px;
  text-align:center;
}
.yd-direct-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:23px;
  padding:8px 15px 8px 9px;
  border:none rgba(17,17,20,.07);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 32px rgba(34,38,80,.08);
  color:#24242b;
  font-size:12px;
  font-weight:750;
}
.yd-direct-badge-icon{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:
    linear-gradient(145deg,#ffcf3d 0 43%,#355af1 44% 100%);
  font-size:13px;
  font-weight:850;
  box-shadow:0 7px 16px rgba(53,90,241,.20);
}
.yd-launch-heading h2{
  margin:0;
  font-size:clamp(42px,5.35vw,76px);
  line-height:.98;
  letter-spacing:-.061em;
  font-weight:780;
}
.yd-launch-heading h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(90deg,#367df5 0%,#6554ef 53%,#8a54ef 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.yd-launch-heading>p{
  max-width:710px;
  margin:24px auto 0;
  color:#747681;
  font-size:16px;
  line-height:1.58;
}
.yd-launch-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.yd-launch-card{
  --card-rx:0deg;
  --card-ry:0deg;
  position:relative;
  min-height:565px;
  display:flex;
  flex-direction:column;
  padding:28px 28px 25px;
  border:none rgba(49,55,86,.08);
  border-radius:31px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,252,255,.91));
  box-shadow:
    0 22px 55px rgba(43,48,82,.075),
    inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;
  transform:perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style:preserve-3d;
  transition:
    transform .22s ease-out,
    border-color .3s ease,
    box-shadow .35s ease;
}
.yd-launch-card:before{
  content:"";
  position:absolute;
  inset:-30% -20% auto;
  height:64%;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(circle,rgba(99,89,239,.13),transparent 63%);
  transition:opacity .35s ease;
}
.yd-launch-card:hover{
  border-color:rgba(91,84,232,.22);
  box-shadow:
    0 34px 76px rgba(50,55,99,.13),
    inset 0 1px 0 rgba(255,255,255,.98);
}
.yd-launch-card:hover:before{opacity:1}
.yd-launch-card-highlight{
  border-color:rgba(102,78,237,.72);
  box-shadow:
    0 25px 62px rgba(94,74,224,.14),
    inset 0 1px 0 rgba(255,255,255,.98);
}
.yd-launch-number{
  position:relative;
  z-index:3;
  width:max-content;
  color:#556ef2;
  font-size:21px;
  font-weight:790;
  letter-spacing:-.04em;
}
.yd-launch-number:after{
  content:"";
  display:block;
  width:30px;
  height:2px;
  margin-top:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#426df5,#7853ed);
}
.yd-launch-art{
  position:relative;
  height:225px;
  display:grid;
  place-items:center;
  margin:8px -8px 13px;
  transform:translateZ(35px);
}
.yd-launch-art:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:12px;
  width:72%;
  height:31px;
  border-radius:50%;
  transform:translateX(-50%);
  background:rgba(72,78,139,.095);
  filter:blur(13px);
}
.yd-launch-art svg{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  overflow:visible;
}
.yd-launch-copy{
  position:relative;
  z-index:3;
  transform:translateZ(23px);
}
.yd-launch-copy h3{
  margin:0 0 14px;
  color:#17171c;
  font-size:26px;
  line-height:1.18;
  letter-spacing:-.047em;
}
.yd-launch-copy p{
  margin:0;
  color:#70727d;
  font-size:14px;
  line-height:1.65;
}
.yd-launch-arrow{
  position:relative;
  z-index:3;
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  margin-top:auto;
  border:none rgba(83,101,238,.15);
  border-radius:50%;
  color:#4e68f2!important;
  background:#f5f6ff;
  font-size:22px;
  transform:translateZ(28px);
  transition:
    color .25s ease,
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}
.yd-launch-arrow:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#426ef5,#7351ed);
  box-shadow:0 14px 28px rgba(78,92,231,.25);
  transform:translate3d(5px,0,28px);
}
.yd-launch-arrow span{transition:transform .25s ease}
.yd-launch-arrow:hover span{transform:translateX(3px)}

.yd-target-rings{transform-origin:center;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.yd-target-arrow{transform-origin:140px 88px;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.yd-launch-card:hover .yd-target-rings{transform:translate(129px,104px) scale(1.05)}
.yd-launch-card:hover .yd-target-arrow{transform:translate(140px,88px) rotate(-38deg) translateX(-8px)}

.yd-people{transform-origin:center;transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.yd-magnifier{transform-origin:168px 126px;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.yd-launch-card:hover .yd-people{transform:translateY(-3px)}
.yd-launch-card:hover .yd-magnifier{transform:translate(143px,102px) rotate(-8deg) scale(1.08)}

.yd-chart-path{
  stroke-dasharray:220;
  stroke-dashoffset:220;
  transition:stroke-dashoffset 1.15s cubic-bezier(.2,.8,.2,1);
}
.yd-launch-card.yd-visible .yd-chart-path,
.yd-launch-card:hover .yd-chart-path{stroke-dashoffset:0}
.yd-question-bubble{
  transform-origin:190px 49px;
  animation:ydQuestionFloat 3.2s ease-in-out infinite;
}

.yd-result-orbits{transform-origin:132px 103px;transition:transform 1s cubic-bezier(.2,.8,.2,1)}
.yd-result-orb{transform-origin:132px 103px;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.yd-launch-card:hover .yd-result-orbits{transform:rotate(22deg)}
.yd-launch-card:hover .yd-result-orb{transform:scale(1.07)}

@keyframes ydQuestionFloat{
  0%,100%{transform:translateY(0) rotate(-2deg)}
  50%{transform:translateY(-7px) rotate(3deg)}
}

@media(max-width:1120px){
  .yd-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yd-launch-card{min-height:540px}
}
@media(max-width:680px){
  .yd-launch-cards{
    width:calc(100% - 14px);
    margin:48px auto 25px;
    padding:70px 14px 34px;
    border-radius:31px;
  }
  .yd-launch-heading{margin-bottom:37px}
  .yd-launch-heading h2{font-size:42px}
  .yd-launch-heading>p{font-size:14px}
  .yd-launch-grid{grid-template-columns:1fr}
  .yd-launch-card{
    min-height:520px;
    padding:24px;
  }
  .yd-launch-art{height:215px}
  .yd-launch-copy h3{font-size:25px}
}
@media(prefers-reduced-motion:reduce){
  .yd-question-bubble{animation:none}
  .yd-launch-card{transform:none!important}
  .yd-chart-path{stroke-dashoffset:0}
}

.yd-existing-ads{
  width:min(1380px,calc(100% - 28px));
  margin:72px auto 42px;
  padding:84px 34px 70px;
  border:none rgba(255,255,255,.88);
  border-radius:46px;
  background:
    radial-gradient(circle at 70% -12%,rgba(111,93,235,.09),transparent 30rem),
    linear-gradient(180deg,rgba(255,255,255,.90),rgba(248,249,255,.77));
  box-shadow:0 34px 88px rgba(47,51,91,.09),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.yd-existing-heading{max-width:980px;margin:0 0 46px}
.yd-existing-heading h2{
  margin:0;
  font-size:clamp(40px,5vw,74px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:780
}
.yd-existing-heading>p{
  max-width:760px;
  margin:22px 0 0;
  color:#696b76;
  font-size:16px;
  line-height:1.58
}
.yd-existing-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}
.yd-existing-card{
  --ex-rx:0deg;
  --ex-ry:0deg;
  position:relative;
  min-height:360px;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(250px,1.12fr);
  gap:26px;
  align-items:center;
  padding:30px;
  border:none rgba(49,55,86,.08);
  border-radius:31px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(252,252,255,.92));
  box-shadow:0 22px 55px rgba(43,48,82,.07),inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;
  transform:perspective(1100px) rotateX(var(--ex-rx)) rotateY(var(--ex-ry));
  transform-style:preserve-3d;
  transition:transform .22s ease-out,border-color .3s ease,box-shadow .35s ease
}
.yd-existing-card:before{
  content:"";
  position:absolute;
  inset:-38% -18% auto;
  height:70%;
  background:radial-gradient(circle,rgba(77,116,241,.10),transparent 63%);
  opacity:0;
  transition:opacity .35s ease
}
.yd-existing-card:hover{
  border-color:rgba(91,84,232,.22);
  box-shadow:0 34px 76px rgba(50,55,99,.12),inset 0 1px 0 rgba(255,255,255,.98)
}
.yd-existing-card:hover:before{opacity:1}
.yd-existing-card-accent{border-color:rgba(102,78,237,.42)}
.yd-existing-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  transform:translateZ(20px)
}
.yd-existing-number{
  color:#556ef2;
  font-size:20px;
  font-weight:790;
  letter-spacing:-.04em
}
.yd-existing-number:after{
  content:"";
  display:block;
  width:28px;
  height:2px;
  margin-top:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#426df5,#7853ed)
}
.yd-existing-content h3{
  margin:24px 0 12px;
  color:#17171c;
  font-size:32px;
  line-height:1.02;
  letter-spacing:-.055em
}
.yd-existing-content p{
  margin:0;
  color:#6e707a;
  font-size:14px;
  line-height:1.62
}
.yd-existing-content a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:25px;
  color:#4e68f2!important;
  font-size:14px;
  font-weight:720
}
.yd-existing-content a span{transition:transform .25s ease}
.yd-existing-content a:hover span{transform:translateX(4px)}
.yd-existing-visual{
  position:relative;
  z-index:2;
  min-height:240px;
  padding:18px;
  border:none rgba(89,103,219,.08);
  border-radius:26px;
  background:linear-gradient(180deg,#f9faff,#f2f5ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96);
  transform:translateZ(28px)
}
.yd-mini-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
  color:#737786;
  font-size:12px
}
.yd-mini-head i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#6b64ed;
  box-shadow:0 0 0 5px rgba(107,100,237,.10)
}
.yd-mini-metrics{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px
}
.yd-mini-metrics>div{
  padding:14px;
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 24px rgba(62,72,128,.07)
}
.yd-mini-metrics span{
  display:block;
  color:#858895;
  font-size:11px
}
.yd-mini-metrics strong{
  display:block;
  margin-top:8px;
  color:#20232d;
  font-size:28px;
  line-height:1
}
.yd-mini-metric-accent strong{color:#5267e6}
.yd-mini-line{
  height:77px;
  margin-top:14px;
  padding:8px 10px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(62,72,128,.07)
}
.yd-mini-line svg{width:100%;height:100%}
.yd-cost-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  padding:16px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(62,72,128,.07)
}
.yd-cost-top span{color:#7d8190;font-size:12px}
.yd-cost-top strong{font-size:30px;line-height:1;letter-spacing:-.04em}
.yd-cost-bars{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.yd-cost-bars>div{
  display:grid;
  grid-template-columns:55px 1fr;
  align-items:center;
  gap:12px
}
.yd-cost-bars span{color:#7d8190;font-size:12px}
.yd-cost-bars b{
  display:block;
  width:var(--w);
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#6e8ff7,#5e55ec);
  transform-origin:left center;
  transition:transform .35s ease
}
.yd-existing-card:hover .yd-cost-bars b{transform:scaleX(1.04)}
.yd-visual-quality{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px
}
.yd-quality-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:15px 16px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(62,72,128,.07);
  transition:transform .25s ease
}
.yd-existing-card:hover .yd-quality-row:nth-child(1){transform:translateX(-3px)}
.yd-existing-card:hover .yd-quality-row:nth-child(3){transform:translateX(3px)}
.yd-quality-row span{color:#2c2f39;font-size:13px}
.yd-quality-row b{
  padding:7px 10px;
  border-radius:999px;
  font-size:11px
}
.yd-quality-muted b{background:#eef1ff;color:#6372cf}
.yd-quality-good b{background:#e9f2ff;color:#2d69dc}
.yd-visual-budget{
  display:grid;
  grid-template-columns:150px 1fr;
  align-items:center;
  gap:14px
}
.yd-budget-ring{
  position:relative;
  width:140px;
  height:140px;
  margin:auto
}
.yd-budget-ring svg{width:100%;height:100%}
.yd-budget-ring>div{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  text-align:center
}
.yd-budget-ring strong{font-size:28px;line-height:1;color:#27306a}
.yd-budget-ring span{margin-top:5px;color:#7f8293;font-size:11px}
.yd-budget-legend{display:flex;flex-direction:column;gap:14px}
.yd-budget-legend span{
  display:flex;
  align-items:center;
  gap:9px;
  color:#696d7b;
  font-size:12px
}
.yd-budget-legend i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#5968ea
}
.yd-budget-legend span:nth-child(2) i{background:#9aa5f5}
.yd-budget-legend span:nth-child(3) i{background:#d7dcfb}
@media(max-width:1120px){
  .yd-existing-card{grid-template-columns:1fr;min-height:unset}
  .yd-existing-visual{min-height:220px}
}
@media(max-width:760px){
  .yd-existing-ads{
    width:calc(100% - 14px);
    margin:48px auto 25px;
    padding:70px 14px 34px;
    border-radius:31px
  }
  .yd-existing-heading{margin-bottom:36px}
  .yd-existing-heading h2{font-size:42px}
  .yd-existing-heading>p{font-size:14px}
  .yd-existing-grid{grid-template-columns:1fr}
  .yd-existing-card{padding:22px;gap:22px}
  .yd-existing-content h3{font-size:28px}
  .yd-visual-budget{grid-template-columns:1fr}
  .yd-budget-legend{align-items:center}
}
@media(prefers-reduced-motion:reduce){.yd-existing-card{transform:none!important}}

.yd-cases-header{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  max-width:760px
}
.yd-cases-label{
  margin:0;
  color:#6b5be4;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase
}
.yd-cases-header h2{
  margin:0;
  font-size:clamp(24px,2.7vw,34px);
  line-height:1.08;
  letter-spacing:-.05em
}
.yd-cases-subtitle{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55
}
.yd-cases-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:34px
}
.yd-case-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:none rgba(55,59,88,.08);
  border-radius:30px;
  background:rgba(255,255,255,.92);
  box-shadow:0 22px 55px rgba(43,48,82,.07);
  transition:transform .32s ease, box-shadow .32s ease, border-color .32s ease
}
.yd-case-card:hover{
  transform:translateY(-6px);
  border-color:rgba(91,84,232,.18);
  box-shadow:0 36px 76px rgba(43,48,82,.12)
}
.yd-case-card-real{cursor:pointer}
.yd-case-card-cover{
  position:relative;
  aspect-ratio:1.1 / 1;
  overflow:hidden;
  background:linear-gradient(135deg,#f2f4ff,#eef1fb)
}
.yd-case-card-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s cubic-bezier(.2,.8,.2,1)
}
.yd-case-card:hover .yd-case-card-cover img{transform:scale(1.03)}
.yd-case-card-badge{
  position:absolute;
  left:18px;
  top:18px;
  padding:10px 13px;
  border:none rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  color:#302f39;
  font-size:12px;
  font-weight:700
}
.yd-case-card-cover-placeholder{
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 18%, rgba(120,89,242,.16), transparent 27rem),
    linear-gradient(135deg,#f8f9ff,#eef1fd)
}
.yd-case-card-cover-placeholder.alt{
  background:
    radial-gradient(circle at 25% 20%, rgba(74,124,243,.14), transparent 24rem),
    linear-gradient(135deg,#f8f9ff,#eff3ff)
}
.yd-case-placeholder-mark{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  border:none rgba(93,101,234,.18);
  border-radius:50%;
  color:#6d5be4;
  background:rgba(255,255,255,.75);
  box-shadow:0 18px 40px rgba(56,65,130,.08);
  font-size:42px;
  line-height:1
}
.yd-case-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px
}
.yd-case-card-meta{
  color:#868898;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase
}
.yd-case-card h3{
  margin:12px 0 14px;
  font-size:31px;
  line-height:1.02;
  letter-spacing:-.055em
}
.yd-case-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6
}
.yd-case-card-stats{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px
}
.yd-case-card-stats span{
  padding:10px 12px;
  border-radius:999px;
  background:#f5f6ff;
  color:#4b4f5f;
  font-size:12px
}
.yd-case-card-stats strong{color:#1a1d29}
.yd-stat-arrow{color:#6c5ce7;font-weight:800;font-style:normal;margin:0 3px}
.yd-case-card-stats-muted span{
  color:#8d8f9b;
  background:#f8f9ff
}
.yd-case-card-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:auto;
  padding-top:22px;
  border:0;
  color:#4e68f2;
  background:none;
  font:inherit;
  font-size:14px;
  font-weight:730;
  cursor:pointer
}
.yd-case-card-link span{transition:transform .25s ease}
.yd-case-card:hover .yd-case-card-link span{transform:translate(4px,-2px)}
.yd-case-card-link-muted{
  color:#8f92a1;
  cursor:default
}
.yd-case-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  transition:opacity .28s ease, visibility .28s ease
}
.yd-case-modal.is-open{visibility:visible;opacity:1}
.yd-case-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(16,18,29,.52);
  backdrop-filter:blur(16px)
}
.yd-case-modal-dialog{
  position:relative;
  z-index:1;
  width:min(1160px,100%);
  max-height:min(90vh,920px);
  overflow:auto;
  padding:34px;
  border:none rgba(255,255,255,.72);
  border-radius:34px;
  background:rgba(252,252,255,.97);
  box-shadow:0 40px 120px rgba(15,18,39,.28);
  transform:translateY(20px) scale(.98);
  transition:transform .3s cubic-bezier(.2,.8,.2,1)
}
.yd-case-modal.is-open .yd-case-modal-dialog{transform:translateY(0) scale(1)}
.yd-case-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:none rgba(43,47,72,.09);
  border-radius:50%;
  background:rgba(255,255,255,.92);
  color:#25262d;
  font-size:27px;
  line-height:1;
  cursor:pointer
}
.yd-cases-label-modal{margin-bottom:12px}
.yd-case-modal-meta{
  color:#8a8d98;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em
}
.yd-case-modal-head{
  max-width:840px;
  padding:8px 58px 28px 0
}
.yd-case-modal-head h2{
  margin:12px 0 14px;
  font-size:clamp(34px,4.6vw,60px);
  line-height:.97;
  letter-spacing:-.06em
}
.yd-case-modal-head p{
  margin:0;
  color:#72747d;
  font-size:15px;
  line-height:1.55
}
.yd-case-modal-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:28px;
  align-items:start
}
.yd-case-modal-image{
  overflow:hidden;
  border-radius:24px;
  background:#eef1f9;
  box-shadow:0 20px 46px rgba(42,48,86,.11)
}
.yd-case-modal-image img{display:block;width:100%;height:auto}
.yd-case-modal-content{
  display:flex;
  flex-direction:column;
  gap:14px
}
.yd-case-modal-content section{
  padding:20px;
  border:none rgba(57,61,91,.08);
  border-radius:22px;
  background:#fff
}
.yd-case-modal-content section>span{
  color:#6d5be4;
  font-size:10px;
  font-weight:780;
  letter-spacing:.13em;
  text-transform:uppercase
}
.yd-case-modal-content p{
  margin:11px 0 0;
  color:#666974;
  font-size:14px;
  line-height:1.58
}
.yd-case-modal-content ul{
  margin:12px 0 0;
  padding-left:18px;
  color:#565965;
  font-size:14px;
  line-height:1.55
}
.yd-case-modal-content li+li{margin-top:7px}
.yd-case-modal-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
  margin-top:14px
}
.yd-case-modal-metrics div{
  padding:13px 9px;
  border-radius:15px;
  background:#f5f6ff
}
.yd-case-modal-metrics strong,
.yd-case-modal-metrics small{display:block}
.yd-case-modal-metrics strong{
  font-size:16px;
  letter-spacing:-.03em;
  white-space:nowrap
}
.yd-case-modal-metrics small{
  margin-top:5px;
  color:#7f8291;
  font-size:10px
}
.yd-case-note{color:#9698a1!important;font-size:11px!important}
body.yd-modal-open{overflow:hidden}
@media(max-width:1100px){
  .yd-cases-grid{grid-template-columns:1fr}
  .yd-case-modal-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .yd-cases-header h2{font-size:24px}
  .yd-case-card h3{font-size:28px}
  .yd-case-modal{padding:10px}
  .yd-case-modal-dialog{
    padding:22px 16px;
    border-radius:25px
  }
  .yd-case-modal-head{padding-right:40px}
  .yd-case-modal-metrics{grid-template-columns:1fr}
}

.yd-audit-visual{
  position:relative;
  min-height:440px;
  padding:22px;
  border:none rgba(255,255,255,.84);
  border-radius:30px;
  background:
    radial-gradient(circle at 70% 20%, rgba(118,82,236,.12), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(245,244,255,.74));
  box-shadow:0 30px 65px rgba(55,45,100,.12);
  transform:rotate(3deg);
  transition:transform .45s ease, box-shadow .45s ease;
  overflow:hidden;
}
.yd-audit-card:hover .yd-audit-visual{
  transform:rotate(0) translateY(-6px);
  box-shadow:0 36px 80px rgba(55,45,100,.16);
}
.yd-audit-orbit{
  position:relative;
  height:250px;
  display:grid;
  place-items:center;
}
.yd-audit-orbit-ring{
  position:absolute;
  border:1.5px solid rgba(97,98,232,.16);
  border-radius:50%;
}
.yd-audit-orbit-ring-one{
  width:220px;
  height:220px;
}
.yd-audit-orbit-ring-two{
  width:290px;
  height:190px;
  transform:rotate(18deg);
}
.yd-audit-core{
  position:relative;
  z-index:2;
  width:138px;
  height:138px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg, #4d79f5, #7650ec);
  box-shadow:0 22px 44px rgba(84,90,226,.28);
  color:#fff;
  text-align:center;
}
.yd-audit-core span{
  font-size:13px;
  opacity:.92;
}
.yd-audit-core strong{
  margin-top:2px;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
}
.yd-audit-pill{
  position:absolute;
  z-index:3;
  padding:11px 14px;
  border:none rgba(255,255,255,.86);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
  color:#282833;
  font-size:13px;
  font-weight:700;
  box-shadow:0 16px 34px rgba(54,61,120,.10);
}
.yd-audit-pill-budget{top:18px; right:32px;}
.yd-audit-pill-traffic{left:18px; bottom:42px;}
.yd-audit-pill-leads{right:20px; bottom:22px;}
.yd-audit-benefits{
  display:grid;
  gap:12px;
  margin-top:12px;
}
.yd-audit-benefit{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:none rgba(94,99,148,.08);
  box-shadow:0 12px 28px rgba(59,66,126,.08);
}
.yd-audit-benefit span{
  flex:0 0 auto;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg, #eef2ff, #e5e8ff);
  color:#5f62e9;
  font-size:12px;
  font-weight:800;
}
.yd-audit-benefit strong{
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
  color:#16171e;
}
@media(max-width:760px){
  .yd-audit-visual{
    min-height:auto;
    padding:16px;
    border-radius:24px;
    transform:none;
  }
  .yd-audit-orbit{
    height:220px;
  }
  .yd-audit-orbit-ring-one{
    width:185px;
    height:185px;
  }
  .yd-audit-orbit-ring-two{
    width:235px;
    height:155px;
  }
  .yd-audit-core{
    width:120px;
    height:120px;
  }
  .yd-audit-core strong{
    font-size:24px;
  }
  .yd-audit-pill{
    font-size:12px;
    padding:9px 12px;
  }
  .yd-audit-pill-budget{top:8px; right:10px;}
  .yd-audit-pill-traffic{left:6px; bottom:34px;}
  .yd-audit-pill-leads{right:6px; bottom:8px;}
  .yd-audit-benefit{
    padding:14px 15px;
  }
  .yd-audit-benefit strong{
    font-size:14px;
  }
}

.yd-funnel{
  position:relative;
  min-height:600px;
  padding:20px;
  border:none rgba(255,255,255,.9);
  border-radius:40px;
  background:
    radial-gradient(circle at 82% 8%,rgba(108,92,231,.16),transparent 23rem),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(244,246,255,.82));
  box-shadow:0 30px 78px rgba(49,52,96,.11);
  overflow:hidden;
}
.yd-funnel-glow{
  position:absolute;
  width:380px;
  height:380px;
  right:-110px;
  top:-140px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(108,92,231,.23),transparent 68%);
}
.yd-approach-scene{
  position:relative;
  z-index:2;
  min-height:558px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.yd-approach-scene-svg{
  width:100%;
  max-width:680px;
  height:auto;
  margin:auto;
  overflow:visible;
}
.yd-approach-platform{
  transform-origin:340px 410px;
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
}
.yd-approach-main-orb{
  transform-origin:340px 270px;
  transition:transform .6s cubic-bezier(.2,.8,.2,1);
}
.yd-approach-orbits{
  transform-origin:340px 274px;
  animation:ydApproachOrbit 13s linear infinite;
}
.yd-approach-chip{
  transform-box:fill-box;
  transform-origin:center;
  animation:ydApproachFloat 4s ease-in-out infinite;
}
.yd-approach-chip-two{animation-delay:-1.2s}
.yd-approach-chip-three{animation-delay:-2.2s}
.yd-approach-target-badge{
  transform-box:fill-box;
  transform-origin:center;
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
.yd-funnel:hover .yd-approach-platform{transform:translateY(-5px)}
.yd-funnel:hover .yd-approach-main-orb{transform:translateY(-10px) scale(1.035)}
.yd-funnel:hover .yd-approach-target-badge{transform:translateY(-6px) scale(1.03)}
.yd-approach-scene-caption{
  width:min(520px,calc(100% - 34px));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:-8px auto 8px;
  padding:15px 20px;
  border:none rgba(79,91,205,.09);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 14px 34px rgba(51,59,118,.08);
  color:#7a7d8c;
  font-size:13px;
  line-height:1.3;
  text-align:center;
}
.yd-approach-scene-caption i{
  color:#6470e8;
  font-style:normal;
  font-size:18px;
}
.yd-approach-scene-caption strong{
  color:#1d1f28;
  font-weight:720;
}
@keyframes ydApproachOrbit{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes ydApproachFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}
@media(max-width:1180px){
  .yd-funnel{
    min-height:520px;
  }
  .yd-approach-scene{
    min-height:480px;
  }
}
@media(max-width:760px){
  .yd-funnel{
    min-height:auto;
    padding:12px;
    border-radius:28px;
  }
  .yd-approach-scene{
    min-height:auto;
  }
  .yd-approach-scene-caption{
    width:calc(100% - 16px);
    flex-wrap:wrap;
    gap:6px 10px;
    margin:-4px auto 8px;
    border-radius:22px;
    font-size:12px;
  }
}
@media(prefers-reduced-motion:reduce){
  .yd-approach-orbits,
  .yd-approach-chip{
    animation:none;
  }
}

.yd-process-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.yd-process-head h2{
  margin:0;
  font-size:clamp(52px,7vw,100px);
  line-height:.95;
  letter-spacing:-.065em;
}
.yd-process-subtitle{
  margin:0;
  color:#77798a;
  font-size:18px;
  line-height:1.4;
}
.yd-process-wrap{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:60px;
  align-items:start;
  padding-top:18px;
}
.yd-process-journey{
  position:absolute;
  left:7%;
  right:7%;
  top:168px;
  height:2px;
  border-radius:999px;
  background:rgba(129,138,193,.12);
  overflow:hidden;
}
.yd-process-journey span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,#6c5ce7,#4b88f5,#31d3b8);
  transition:width 1.8s cubic-bezier(.2,.8,.2,1);
}
.yd-process-wrap.yd-visible .yd-process-journey span{width:100%}

.yd-process-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:320px;
  padding:22px 20px 20px;
  border:none rgba(57,61,91,.08);
  border-radius:32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(118,91,238,.10), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,250,255,.90));
  box-shadow:0 24px 54px rgba(49,55,95,.08);
  overflow:hidden;
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.yd-process-card:hover{
  transform:translateY(-10px);
  border-color:rgba(98,89,232,.20);
  box-shadow:0 34px 70px rgba(49,55,95,.14);
}
.yd-process-card:before{
  content:"";
  position:absolute;
  inset:auto auto 18px 20px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(108,92,231,.12), transparent 70%);
  pointer-events:none;
}
.yd-process-card-1{margin-top:18px}
.yd-process-card-2{margin-top:64px}
.yd-process-card-3{margin-top:0}
.yd-process-card-4{margin-top:72px}
.yd-process-card-5{margin-top:24px}

.yd-process-card-num{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#f0f3ff;
  color:#5861e7;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 10px 20px rgba(88,97,231,.08);
}
.yd-process-hero{
  position:relative;
  z-index:2;
  width:112px;
  height:112px;
  margin:18px 0 24px auto;
  border-radius:30px;
  background:linear-gradient(145deg,#f9faff,#edf1ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.98);
  overflow:hidden;
}
.yd-process-hero i{
  position:absolute;
  display:block;
  background:linear-gradient(135deg,#4c84f6,#7550ec);
  box-shadow:0 14px 28px rgba(79,94,231,.20);
}
.yd-process-hero-1 i:nth-child(1){width:20px;height:20px;border-radius:50%;left:20px;top:22px}
.yd-process-hero-1 i:nth-child(2){width:32px;height:32px;border-radius:50%;left:42px;top:38px}
.yd-process-hero-1 i:nth-child(3){width:18px;height:18px;border-radius:50%;right:18px;top:24px}
.yd-process-hero-1:after{
  content:"";
  position:absolute;
  left:22px;top:58px;width:66px;height:2px;
  background:linear-gradient(90deg,#d7ddff,#a8b5ff);
  transform:rotate(-44deg);
}
.yd-process-hero-2 i:nth-child(1){width:58px;height:12px;border-radius:999px;left:24px;top:24px}
.yd-process-hero-2 i:nth-child(2){width:70px;height:12px;border-radius:999px;left:12px;top:48px;opacity:.82}
.yd-process-hero-2 i:nth-child(3){width:42px;height:12px;border-radius:999px;left:26px;top:72px;opacity:.62}
.yd-process-hero-2 i:nth-child(4){width:14px;height:14px;border-radius:50%;right:18px;top:18px;box-shadow:none;background:#fff}
.yd-process-hero-3 i:nth-child(1){
  width:62px;height:62px;border-radius:20px;left:24px;top:20px;
  background:linear-gradient(135deg,#5a7ef5,#6d56ea)
}
.yd-process-hero-3 i:nth-child(2){
  width:18px;height:18px;border-radius:50%;right:22px;top:20px;background:#fff;box-shadow:none
}
.yd-process-hero-3:after{
  content:"";
  position:absolute;left:42px;top:28px;color:#fff;font-size:32px;font-weight:700;
}
.yd-process-hero-4 i:nth-child(1){width:52px;height:10px;border-radius:999px;left:18px;top:28px}
.yd-process-hero-4 i:nth-child(2){width:64px;height:10px;border-radius:999px;left:18px;top:50px;opacity:.78}
.yd-process-hero-4 i:nth-child(3){width:36px;height:10px;border-radius:999px;left:18px;top:72px;opacity:.58}
.yd-process-hero-4:after{
  content:"";
  position:absolute;right:18px;top:24px;width:20px;height:20px;border:3px solid #6a5bea;border-radius:50%;
  box-shadow:0 22px 0 -3px #6a5bea, 0 44px 0 -3px #6a5bea;
}
.yd-process-hero-5 i:nth-child(1){width:12px;height:22px;border-radius:999px;left:20px;bottom:20px}
.yd-process-hero-5 i:nth-child(2){width:12px;height:34px;border-radius:999px;left:40px;bottom:20px}
.yd-process-hero-5 i:nth-child(3){width:12px;height:48px;border-radius:999px;left:60px;bottom:20px}
.yd-process-hero-5 i:nth-child(4){width:28px;height:12px;border-radius:999px;right:12px;top:22px}
.yd-process-hero-5:after{
  content:"";
  position:absolute;left:22px;right:18px;top:28px;height:32px;
  border-top:3px solid rgba(76,127,245,.72);
  border-right:3px solid rgba(76,127,245,.72);
  border-radius:0 12px 0 0;
  transform:skewY(-18deg) rotate(8deg);
}
.yd-process-card h3{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  font-size:28px;
  line-height:1.02;
  letter-spacing:-.055em;
}
.yd-process-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#6f7280;
  font-size:14px;
  line-height:1.58;
}
@media(max-width:1460px){
  .yd-process-wrap{grid-template-columns:repeat(3,minmax(0,1fr))}
  .yd-process-card-1,.yd-process-card-2,.yd-process-card-3,.yd-process-card-4,.yd-process-card-5{margin-top:0}
  .yd-process-journey{display:none}
}
@media(max-width:980px){
  .yd-process-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .yd-process-head h2{font-size:46px}
  .yd-process-subtitle{font-size:16px}
  .yd-process-wrap{grid-template-columns:1fr;gap:16px;margin-top:36px}
  .yd-process-card{min-height:unset}
  .yd-process-card h3{font-size:24px}
}

.yd-brand-mark,
.yd-direct-badge-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}
.yd-yandex-logo{
  width:32px;
  height:32px;
  object-fit:contain;
  display:block;
}
.yd-direct-badge-icon .yd-yandex-logo{
  width:28px;
  height:28px;
}

.yd-yandex-logo,
.yd-brand-mark img,
.yd-direct-badge-icon img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.yd-brand-mark,
.yd-direct-badge-icon {
  border: none !important;
  background: transparent !important;
}

.yd-footer-mark,
.footer-logo {
  display:flex;
  align-items:center;
  justify-content:center;
  border:none!important;
  background:transparent!important;
}
.yd-footer-mark .yd-yandex-logo,
.footer-logo .yd-yandex-logo {
  width:22px;
  height:22px;
  border:none!important;
  box-shadow:none!important;
}

/* Header adaptive fix */
.yd-nav {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.yd-nav .yd-button-dark,
.yd-header-consult {
    flex-shrink:0;
    min-width:210px;
    height:54px;
    padding:0 26px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    white-space:nowrap;
    border-radius:18px;
}

@media (max-width: 900px) {
    .yd-nav {
        gap:14px;
    }

    .yd-nav .yd-button-dark,
    .yd-header-consult {
        min-width:170px;
        height:48px;
        padding:0 18px;
        font-size:14px;
    }

    .yd-brand-name {
        font-size:16px;
    }

    .yd-brand-subtitle {
        font-size:11px;
    }
}



    .yd-nav .yd-button-dark,
    .yd-header-consult {
        width:auto;
        min-width:145px;
        height:44px;
        padding:0 14px;
        font-size:12px;
        border-radius:14px;
    }
}

.yd-nav .yd-button-dark,
    .yd-header-consult {
        font-size:12px !important;
        width:auto !important;
        min-width:145px !important;
        padding:0 14px !important;
    }
}

@media (max-width: 700px) {

  .yd-nav .yd-button-dark,
  .yd-header-consult,
  header a:not(.yd-social-btn),
  header button {
      display:flex !important;
      align-items:center !important;
      justify-content:center !important;
      width:auto !important;
      min-width:140px !important;
      height:44px !important;
      padding:0 16px !important;
      font-size:13px !important;
      white-space:nowrap !important;
      overflow:visible !important;
  }

  .yd-social-btn{
      min-width:0 !important;
      width:38px !important;
      height:38px !important;
      padding:0 !important;
      border-radius:12px !important;
  }

  .yd-nav-actions{gap:8px !important}
  .yd-nav-social{gap:6px !important}

  @media (max-width:480px){
    .yd-nav-social{display:none !important}
  }

  .yd-brand-name,
  .yd-brand-subtitle {
      display:block !important;
      opacity:1 !important;
      visibility:visible !important;
      font-size:inherit !important;
  }
}

.yd-launch-card{
  min-height: 450px !important;
  padding-bottom: 24px !important;
}
.yd-launch-art{
  height: 250px !important;
}
.yd-launch-copy{
  margin-top: 0 !important;
}

.service-card .card-arrow,
.yd-service-card .card-arrow,
.yd-card .card-arrow,
.service-card .arrow-button,
.yd-service-card .arrow-button {
    display: none !important;
}

.service-icon,
.yd-service-icon,
.card-icon,
.service-card-icon {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.service-icon img,
.yd-service-icon img,
.card-icon img,
.service-card-icon img {
    width: 46px !important;
    height: 46px !important;
    object-fit: contain !important;
}

.yd-advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:55px}
.yd-advantage-card{
  padding:32px 28px;border:none var(--line);border-radius:26px;background:rgba(255,255,255,.74);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease
}
.yd-advantage-card:hover{transform:translateY(-8px);box-shadow:0 26px 50px rgba(35,35,55,.10)}
.yd-advantage-card h3{margin:0 0 14px;font-size:19px;line-height:1.3;letter-spacing:-.03em;font-weight:750}
.yd-advantage-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}
.yd-advantage-card-accent{color:#fff;background:linear-gradient(145deg,#6d5be4,#2d8cff);border-color:rgba(255,255,255,.25)}
.yd-advantage-card-accent p{color:rgba(255,255,255,.75)}
@media(max-width:1120px){.yd-advantages-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.yd-advantages-grid{grid-template-columns:1fr}}