@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.yt-title-viewer-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.yt-title-viewer-content,
.yt-title-viewer-content div,
.yt-title-viewer-content section,
.yt-title-viewer-content article {
  box-sizing: border-box;
}

.yt-title-viewer-content .ytv-section {
  position: relative;
  width: 100%;
}

.yt-title-viewer-content .ytv-section-white {
  background: #ffffff;
}

.yt-title-viewer-content .ytv-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 0, 70, 0.08), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(255, 126, 46, 0.08), transparent 28%),
    #fbfbfd;
}

.yt-title-viewer-content .ytv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.yt-title-viewer-content .ytv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.yt-title-viewer-content .ytv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 70, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 70, 0.1), rgba(255, 126, 46, 0.1));
  color: #c7123f;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0046, #ff7e2e);
  box-shadow: 0 0 0 5px rgba(255, 0, 70, 0.1);
}

.yt-title-viewer-content h2 {
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.75;
}

.yt-title-viewer-content .ytv-grid {
  display: grid;
  align-items: stretch;
}

.yt-title-viewer-content .ytv-card,
.yt-title-viewer-content .ytv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.yt-title-viewer-content .ytv-card::after,
.yt-title-viewer-content .ytv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 70, 0.09), transparent 32%, rgba(255, 126, 46, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.yt-title-viewer-content .ytv-card:hover,
.yt-title-viewer-content .ytv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 70, 0.18);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.11);
}

.yt-title-viewer-content .ytv-card:hover::after,
.yt-title-viewer-content .ytv-trust-card:hover::after {
  opacity: 1;
}

.yt-title-viewer-content .ytv-card h3,
.yt-title-viewer-content .ytv-step-card h3,
.yt-title-viewer-content .ytv-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytv-card p,
.yt-title-viewer-content .ytv-step-card p,
.yt-title-viewer-content .ytv-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.72;
}

.yt-title-viewer-content .ytv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0046, #ff7e2e);
  box-shadow: 0 12px 28px rgba(255, 0, 70, 0.22);
  transition: transform 260ms ease;
}

.yt-title-viewer-content .ytv-card:hover .ytv-icon {
  transform: translateY(-2px) scale(1.04);
}

.yt-title-viewer-content .ytv-icon::before,
.yt-title-viewer-content .ytv-icon::after {
  content: "";
  position: absolute;
}

.yt-title-viewer-content .ytv-icon-play::before {
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}

.yt-title-viewer-content .ytv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}

.yt-title-viewer-content .ytv-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.yt-title-viewer-content .ytv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.yt-title-viewer-content .ytv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.yt-title-viewer-content .ytv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.yt-title-viewer-content .ytv-icon-mobile::before {
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.yt-title-viewer-content .ytv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.yt-title-viewer-content .ytv-icon-browse::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.yt-title-viewer-content .ytv-icon-browse::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 4px;
  background: #ffffff;
}

.yt-title-viewer-content .ytv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.yt-title-viewer-content .ytv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 0, 70, 0.13);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 249, 0.96));
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.yt-title-viewer-content .ytv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff0046, #ff7e2e);
}

.yt-title-viewer-content .ytv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 70, 0.22);
  box-shadow: 0 24px 66px rgba(17, 24, 39, 0.12);
}

.yt-title-viewer-content .ytv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 860;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0046, #ff7e2e);
  box-shadow: 0 14px 34px rgba(255, 0, 70, 0.2);
}

.yt-title-viewer-content .ytv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top right, rgba(255, 126, 46, 0.14), transparent 35%);
}

.yt-title-viewer-content .ytv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0046, #ff7e2e);
  box-shadow: 0 0 0 8px rgba(255, 0, 70, 0.08);
}

.yt-title-viewer-content .ytv-trust-card {
  overflow: hidden;
}

.yt-title-viewer-content .ytv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff3f5;
  color: #bd123d;
  font-size: 12px;
  font-weight: 820;
}

.yt-title-viewer-content .ytv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.yt-title-viewer-content .ytv-reveal.ytv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .yt-title-viewer-content .ytv-section {
    padding: 48px 0;
  }

  .yt-title-viewer-content .ytv-container {
    padding: 0 14px;
  }

  .yt-title-viewer-content h2 {
    font-size: 26px;
  }

  .yt-title-viewer-content .ytv-section-head p {
    font-size: 14px;
  }

  .yt-title-viewer-content .ytv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .yt-title-viewer-content .ytv-card,
  .yt-title-viewer-content .ytv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .yt-title-viewer-content .ytv-card h3,
  .yt-title-viewer-content .ytv-step-card h3,
  .yt-title-viewer-content .ytv-trust-card h3 {
    font-size: 18px;
  }

  .yt-title-viewer-content .ytv-card p,
  .yt-title-viewer-content .ytv-step-card p,
  .yt-title-viewer-content .ytv-trust-card p {
    font-size: 14px;
  }

  .yt-title-viewer-content .ytv-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .yt-title-viewer-content .ytv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }

  .yt-title-viewer-content .ytv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .yt-title-viewer-content .ytv-section {
    padding: 54px 0;
  }

  .yt-title-viewer-content .ytv-container {
    padding: 0 18px;
  }

  .yt-title-viewer-content h2 {
    font-size: 29px;
  }

  .yt-title-viewer-content .ytv-section-head p {
    font-size: 15px;
  }

  .yt-title-viewer-content .ytv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .yt-title-viewer-content .ytv-card,
  .yt-title-viewer-content .ytv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .yt-title-viewer-content .ytv-card h3,
  .yt-title-viewer-content .ytv-step-card h3,
  .yt-title-viewer-content .ytv-trust-card h3 {
    font-size: 19px;
  }

  .yt-title-viewer-content .ytv-card p,
  .yt-title-viewer-content .ytv-step-card p,
  .yt-title-viewer-content .ytv-trust-card p {
    font-size: 15px;
  }

  .yt-title-viewer-content .ytv-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .yt-title-viewer-content .ytv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }

  .yt-title-viewer-content .ytv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .yt-title-viewer-content .ytv-section {
    padding: 60px 0;
  }

  .yt-title-viewer-content .ytv-container {
    padding: 0 22px;
  }

  .yt-title-viewer-content h2 {
    font-size: 32px;
  }

  .yt-title-viewer-content .ytv-section-head p {
    font-size: 16px;
  }

  .yt-title-viewer-content .ytv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .yt-title-viewer-content .ytv-card,
  .yt-title-viewer-content .ytv-trust-card {
    padding: 28px;
    border-radius: 22px;
  }

  .yt-title-viewer-content .ytv-card h3,
  .yt-title-viewer-content .ytv-step-card h3,
  .yt-title-viewer-content .ytv-trust-card h3 {
    font-size: 20px;
  }

  .yt-title-viewer-content .ytv-card p,
  .yt-title-viewer-content .ytv-step-card p,
  .yt-title-viewer-content .ytv-trust-card p {
    font-size: 15px;
  }

  .yt-title-viewer-content .ytv-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .yt-title-viewer-content .ytv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .yt-title-viewer-content .ytv-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .yt-title-viewer-content .ytv-section {
    padding: 76px 0;
  }

  .yt-title-viewer-content .ytv-container {
    padding: 0 32px;
  }

  .yt-title-viewer-content h2 {
    font-size: 38px;
  }

  .yt-title-viewer-content .ytv-section-head p {
    font-size: 17px;
  }

  .yt-title-viewer-content .ytv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .yt-title-viewer-content .ytv-card,
  .yt-title-viewer-content .ytv-trust-card {
    padding: 30px;
  }

  .yt-title-viewer-content .ytv-card h3,
  .yt-title-viewer-content .ytv-step-card h3,
  .yt-title-viewer-content .ytv-trust-card h3 {
    font-size: 21px;
  }

  .yt-title-viewer-content .ytv-card p,
  .yt-title-viewer-content .ytv-step-card p,
  .yt-title-viewer-content .ytv-trust-card p {
    font-size: 15px;
  }

  .yt-title-viewer-content .ytv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .yt-title-viewer-content .ytv-step-card {
    gap: 24px;
    padding: 32px;
  }

  .yt-title-viewer-content .ytv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .yt-title-viewer-content .ytv-section {
    padding: 92px 0;
  }

  .yt-title-viewer-content .ytv-container {
    padding: 0 28px;
  }

  .yt-title-viewer-content h2 {
    font-size: 44px;
  }

  .yt-title-viewer-content .ytv-section-head p {
    font-size: 17px;
  }

  .yt-title-viewer-content .ytv-grid-three,
  .yt-title-viewer-content .ytv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yt-title-viewer-content .ytv-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .yt-title-viewer-content .ytv-card,
  .yt-title-viewer-content .ytv-trust-card {
    padding: 32px;
  }

  .yt-title-viewer-content .ytv-card h3,
  .yt-title-viewer-content .ytv-step-card h3,
  .yt-title-viewer-content .ytv-trust-card h3 {
    font-size: 22px;
  }

  .yt-title-viewer-content .ytv-card p,
  .yt-title-viewer-content .ytv-step-card p,
  .yt-title-viewer-content .ytv-trust-card p {
    font-size: 15.5px;
  }

  .yt-title-viewer-content .ytv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .yt-title-viewer-content .ytv-step-card {
    gap: 28px;
    min-height: 150px;
    padding: 34px 38px;
  }

  .yt-title-viewer-content .ytv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}