#yc-root .yc-info-hero {
  position: relative;
  padding: 150px 24px 88px;
  overflow: hidden;
  background: var(--bg-base);
}

#yc-root .yc-info-hero::before {
  content: "";
  position: absolute;
  inset: -220px -20% auto;
  height: 520px;
  background: var(--hero-wash);
  opacity: .95;
  pointer-events: none;
}

#yc-root .yc-info-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

#yc-root .yc-info-kicker {
  margin-bottom: 18px;
  color: var(--brand);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#yc-root .yc-info-title {
  max-width: 900px;
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

#yc-root .yc-info-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.58;
}

#yc-root .yc-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

#yc-root .yc-info-primary,
#yc-root .yc-info-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

#yc-root .yc-info-primary {
  border: 0;
  background: var(--yu-gradient);
  color: #fff;
}

#yc-root .yc-info-secondary {
  border: 1px solid var(--price-bd);
  background: var(--price-card);
  color: var(--text-primary);
}

#yc-root .yc-info-section {
  padding: 0 24px 86px;
  background: var(--bg-base);
}

#yc-root .yc-info-section + .yc-info-section {
  padding-top: 8px;
}

#yc-root .yc-info-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

#yc-root .yc-info-head h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

#yc-root .yc-info-note {
  max-width: 430px;
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

#yc-root .yc-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#yc-root .yc-info-grid[data-cols="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#yc-root .yc-info-card {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--price-bd);
  border-radius: 8px;
  background: var(--price-card);
  color: var(--text-primary);
  box-shadow: var(--card-drop);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#yc-root a.yc-info-card:hover {
  transform: translateY(-4px);
  border-color: var(--price-hover-bd);
  color: var(--text-primary);
}

#yc-root .yc-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand);
}

#yc-root .yc-info-card h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

#yc-root .yc-info-card p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

#yc-root .yc-info-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
}

#yc-root .yc-info-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

#yc-root .yc-info-list a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#yc-root .yc-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

#yc-root .yc-info-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--brand) 24%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 10%, transparent);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
}

#yc-root .yc-legal-hero {
  padding-bottom: 58px;
}

#yc-root .yc-legal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

#yc-root .yc-legal-tab {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--price-bd);
  border-radius: 8px;
  background: var(--price-card);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

#yc-root .yc-legal-tab:hover {
  border-color: var(--price-hover-bd);
  color: var(--text-primary);
}

#yc-root .yc-legal-tab.is-active {
  border-color: transparent;
  background: var(--yu-gradient);
  color: #fff;
}

#yc-root .yc-legal-section {
  padding-bottom: 104px;
}

#yc-root .yc-legal-doc {
  max-width: 900px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.74;
}

#yc-root .yc-legal-doc > * {
  margin: 0;
}

#yc-root .yc-legal-doc > * + * {
  margin-top: 18px;
}

#yc-root .yc-legal-doc h2,
#yc-root .yc-legal-doc h3,
#yc-root .yc-legal-doc h4 {
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

#yc-root .yc-legal-doc h2 {
  margin-top: 42px;
  font-size: clamp(26px, 3.4vw, 38px);
}

#yc-root .yc-legal-doc h3 {
  margin-top: 32px;
  font-size: clamp(21px, 2.6vw, 28px);
}

#yc-root .yc-legal-doc h4 {
  margin-top: 26px;
  font-size: 19px;
}

#yc-root .yc-legal-doc p,
#yc-root .yc-legal-doc li {
  color: var(--text-secondary);
}

#yc-root .yc-legal-doc strong,
#yc-root .yc-legal-doc b {
  color: var(--text-primary);
  font-weight: 700;
}

#yc-root .yc-legal-doc a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#yc-root .yc-legal-doc a:hover {
  color: var(--brand-hover);
}

#yc-root .yc-legal-doc ul,
#yc-root .yc-legal-doc ol {
  display: grid;
  gap: 10px;
  padding-left: 1.35em;
}

#yc-root .yc-legal-doc p:empty {
  display: none;
}

#yc-root .yc-it-hero {
  min-height: 660px;
  padding-bottom: 96px;
  isolation: isolate;
}

#yc-root .yc-it-hero::before {
  inset: -260px -18% auto;
  z-index: 0;
  height: 660px;
  opacity: .78;
}

#yc-root .yc-it-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--bg-base) 0%, color-mix(in srgb, var(--bg-base) 82%, transparent) 43%, color-mix(in srgb, var(--bg-base) 24%, transparent) 72%, var(--bg-base) 100%);
}

#yc-root .yc-it-hero-shot {
  position: absolute;
  right: max(-90px, calc((100vw - 1120px) / 2 - 180px));
  bottom: 34px;
  z-index: 0;
  width: min(780px, 62vw);
  height: auto;
  display: block;
  opacity: .56;
  filter: drop-shadow(0 34px 78px rgba(20, 12, 48, .32));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 84%, transparent 100%), linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 84%, transparent 100%), linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}

#yc-root[data-theme="dark"] .yc-it-hero-shot {
  opacity: .42;
}

#yc-root .yc-it-hero-wrap {
  z-index: 2;
}

#yc-root .yc-it-title {
  max-width: 780px;
}

#yc-root .yc-it-lead {
  max-width: 650px;
}

#yc-root .yc-it-lead + .yc-it-lead {
  margin-top: 12px;
}

#yc-root .yc-it-section {
  padding-bottom: 96px;
}

#yc-root .yc-it-card {
  min-height: 220px;
}

#yc-root .yc-it-product {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  padding: 44px 0;
  border-top: 1px solid var(--price-bd);
  border-bottom: 1px solid var(--price-bd);
}

#yc-root .yc-it-product h2,
#yc-root .yc-it-security h2,
#yc-root .yc-it-final h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

#yc-root .yc-it-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

#yc-root .yc-it-feature-list article {
  padding: 22px 0;
  border-top: 1px solid var(--price-bd);
}

#yc-root .yc-it-feature-list article:first-child,
#yc-root .yc-it-feature-list article:nth-child(2) {
  padding-top: 0;
  border-top: 0;
}

#yc-root .yc-it-feature-list h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

#yc-root .yc-it-feature-list p,
#yc-root .yc-it-security p,
#yc-root .yc-it-final p {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
}

#yc-root .yc-it-security {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid var(--price-bd);
  border-bottom: 1px solid var(--price-bd);
}

#yc-root .yc-it-replace {
  padding-left: 28px;
  border-left: 3px solid var(--brand);
}

#yc-root .yc-it-replace h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 0;
}

#yc-root .yc-it-final {
  padding-top: 76px;
  background: linear-gradient(180deg, var(--bg-base) 0%, var(--surface-1) 100%);
}

#yc-root .yc-it-final .yc-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

#yc-root .yc-it-final p {
  max-width: 680px;
}

@media (max-width: 940px) {
  #yc-root .yc-info-grid,
  #yc-root .yc-info-grid[data-cols="4"] {
    grid-template-columns: 1fr 1fr;
  }

  #yc-root .yc-info-head {
    align-items: start;
    flex-direction: column;
  }

  #yc-root .yc-it-hero {
    min-height: 0;
  }

  #yc-root .yc-it-hero-shot {
    right: -160px;
    bottom: 40px;
    width: min(650px, 82vw);
    opacity: .28;
  }

  #yc-root .yc-it-product,
  #yc-root .yc-it-security {
    grid-template-columns: 1fr;
  }

  #yc-root .yc-it-product h2,
  #yc-root .yc-it-security h2,
  #yc-root .yc-it-final h2 {
    font-size: 38px;
  }

  #yc-root .yc-it-final .yc-info-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  #yc-root .yc-info-hero {
    padding: 124px 18px 64px;
  }

  #yc-root .yc-info-section {
    padding: 0 18px 68px;
  }

  #yc-root .yc-info-grid,
  #yc-root .yc-info-grid[data-cols="4"] {
    grid-template-columns: 1fr;
  }

  #yc-root .yc-info-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  #yc-root .yc-it-hero {
    padding-bottom: 70px;
  }

  #yc-root .yc-it-hero::after {
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-base) 94%, transparent) 0%, var(--bg-base) 74%);
  }

  #yc-root .yc-it-hero-shot {
    right: -220px;
    bottom: 12px;
    width: 620px;
    opacity: .16;
  }

  #yc-root .yc-it-section {
    padding-bottom: 70px;
  }

  #yc-root .yc-it-card {
    min-height: 0;
  }

  #yc-root .yc-it-feature-list {
    grid-template-columns: 1fr;
  }

  #yc-root .yc-it-feature-list article:nth-child(2) {
    padding-top: 22px;
    border-top: 1px solid var(--price-bd);
  }

  #yc-root .yc-it-replace {
    padding-left: 18px;
  }

  #yc-root .yc-it-product h2,
  #yc-root .yc-it-security h2,
  #yc-root .yc-it-final h2 {
    font-size: 32px;
  }

  #yc-root .yc-it-replace h3 {
    font-size: 24px;
  }

  #yc-root .yc-it-final {
    padding-top: 62px;
  }

  #yc-root .yc-legal-tabs {
    align-items: stretch;
    flex-direction: column;
  }

  #yc-root .yc-legal-tab {
    justify-content: center;
    width: 100%;
    min-height: 42px;
    text-align: center;
  }

  #yc-root .yc-legal-doc {
    font-size: 16px;
    line-height: 1.68;
  }
}
