.hero-v5 {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 76px;
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .7;
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  right: 6%;
  top: 8%;
  background: rgba(21,114,255,.22);
}

.hero-glow-two {
  width: 360px;
  height: 360px;
  left: 8%;
  bottom: 4%;
  background: rgba(25,198,198,.12);
}

.hero-v5-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.hero-v5-copy h1 {
  max-width: 720px;
}

.hero-v5-copy p {
  max-width: 630px;
  margin-top: 24px;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-line span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-studio {
  position: relative;
  min-height: 560px;
}

.studio-window {
  position: absolute;
  left: 26px;
  top: 34px;
  width: min(100%, 610px);
  overflow: hidden;
  border-radius: 38px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 36px 120px rgba(7,18,31,.18);
}

.studio-top {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: linear-gradient(135deg, #07121f, #0b3c5d);
  color: var(--white);
}

.studio-top div {
  display: flex;
  gap: 7px;
}

.studio-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
}

.studio-top span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(21,114,255,.22);
  font-size: 12px;
  font-weight: 900;
}

.studio-body {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 410px;
}

.studio-body aside {
  padding: 18px 14px;
  background: rgba(238,246,255,.85);
  border-right: 1px solid var(--line);
}

.studio-body aside b {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  border-radius: 18px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
}

.studio-body aside em {
  display: block;
  height: 40px;
  margin: 12px auto;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
}

.studio-body aside em:nth-child(3) {
  background: var(--blue);
}

.studio-main {
  padding: 22px;
}

.studio-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.studio-head div {
  padding: 16px;
  border-radius: 19px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  border: 1px solid var(--line);
}

.studio-head small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.studio-head strong {
  display: block;
  margin-top: 4px;
  font-size: 27px;
}

.studio-chart {
  height: 138px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 18px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 12%, rgba(21,114,255,.18), transparent 26%),
    linear-gradient(135deg, #ffffff, #eef6ff);
}

.studio-chart span {
  flex: 1;
  min-height: 35%;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--blue), rgba(21,114,255,.22));
}

.studio-chart span:nth-child(2) { height: 82%; }
.studio-chart span:nth-child(3) { height: 55%; }
.studio-chart span:nth-child(4) { height: 92%; }
.studio-chart span:nth-child(5) { height: 68%; }

.studio-list {
  display: grid;
  gap: 10px;
}

.studio-list div {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid var(--line);
}

.studio-list strong {
  font-size: 13px;
}

.studio-list small {
  color: var(--muted);
  font-weight: 700;
}

.studio-list em {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(21,114,255,.11);
  color: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.live-card {
  position: absolute;
  width: 230px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 26px 80px rgba(7,18,31,.18);
}

.live-card::before {
  content: "";
  display: block;
  height: 70px;
  margin-bottom: 14px;
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(7,18,31,.88), rgba(21,114,255,.7)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.32), transparent 35%);
}

.live-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.live-card strong {
  display: block;
  font-size: 14px;
}

.live-card span {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.live-one {
  right: -4px;
  top: 30px;
}

.live-two {
  left: -10px;
  bottom: 38px;
}

.manifesto {
  min-height: 62vh;
  display: flex;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(21,114,255,.22), transparent 30%),
    var(--deep);
}

.manifesto h2 {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--white);
}

.manifesto p {
  max-width: 660px;
  margin: 26px auto 0;
  color: rgba(255,255,255,.68);
  font-size: 20px;
}

.value-section,
.solutions-v5,
.work-v5,
.process-v5,
.cta-v5 {
  padding: 110px 0;
}

.value-section {
  background: var(--bg);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  min-height: 300px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: .22s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.value-card span,
.solution-v5-card span,
.process-v5-grid strong {
  color: var(--blue);
  font-weight: 900;
}

.value-card h3 {
  margin: 44px 0 18px;
  font-size: 30px;
}

.solutions-v5 {
  background: var(--white);
}

.solutions-v5-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.solution-v5-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(21,114,255,.10), transparent 26%),
    var(--bg);
  transition: .22s ease;
}

.solution-v5-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.solution-v5-card span {
  display: block;
  margin-bottom: 36px;
}

.solution-v5-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.work-v5 {
  background: #f3f7fb;
}

.work-showcase {
  display: grid;
  gap: 26px;
}

.case-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: stretch;
  padding: 28px;
  border-radius: 36px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.case-card-media {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7,18,31,.96), rgba(21,114,255,.72)),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.30), transparent 32%);
}

.mock-browser {
  width: 82%;
  min-height: 235px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}

.mock-top {
  height: 42px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 16px;
  background: rgba(255,255,255,.12);
}

.mock-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

.mock-content {
  min-height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.mock-content span {
  color: var(--white);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.mock-content small {
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.case-card-copy {
  padding: 20px 10px;
  align-self: center;
}

.case-category {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.case-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
}

.case-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 900;
}

.process-v5 {
  background:
    radial-gradient(circle at 18% 20%, rgba(21,114,255,.22), transparent 28%),
    var(--deep);
}

.process-v5 h2 {
  color: var(--white);
}

.process-v5-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.process-v5-grid div {
  min-height: 188px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.process-v5-grid strong {
  display: block;
  margin-bottom: 40px;
}

.process-v5-grid span {
  color: var(--white);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.cta-v5 {
  background: var(--bg);
}

.cta-v5-box {
  padding: 82px 40px;
  text-align: center;
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 20%, rgba(21,114,255,.24), transparent 28%),
    linear-gradient(135deg, var(--dark), var(--deep));
  box-shadow: var(--shadow);
}

.cta-v5-box h2 {
  max-width: 860px;
  margin: 0 auto;
  color: var(--white);
}

.cta-v5-box p {
  max-width: 650px;
  margin: 22px auto 32px;
  color: rgba(255,255,255,.7);
  font-size: 20px;
}
