@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;
  background: #ffffff;
}

.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 .ytvc-section {
  position: relative;
  width: 100%;
}

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

.yt-title-viewer-content .ytvc-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 0, 67, 0.06), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 136, 0, 0.07), transparent 32%),
    #fafbfc;
}

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

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

.yt-title-viewer-content .ytvc-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 67, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 67, 0.09), rgba(255, 145, 0, 0.09));
  color: #c2183f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytvc-heading h2 {
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytvc-heading p {
  margin: 16px auto 0;
  color: #5a6475;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}

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

.yt-title-viewer-content .ytvc-card,
.yt-title-viewer-content .ytvc-benefit-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(18, 24, 39, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  box-shadow: 0 18px 44px rgba(20, 30, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.yt-title-viewer-content .ytvc-card::before,
.yt-title-viewer-content .ytvc-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 67, 0.09), transparent 36%, rgba(255, 145, 0, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.yt-title-viewer-content .ytvc-card:hover,
.yt-title-viewer-content .ytvc-benefit-card:hover,
.yt-title-viewer-content .ytvc-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 67, 0.22);
  box-shadow: 0 26px 64px rgba(20, 30, 50, 0.13);
}

.yt-title-viewer-content .ytvc-card:hover::before,
.yt-title-viewer-content .ytvc-benefit-card:hover::before {
  opacity: 1;
}

.yt-title-viewer-content .ytvc-card h3,
.yt-title-viewer-content .ytvc-benefit-card h3,
.yt-title-viewer-content .ytvc-step-content h3 {
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytvc-card p,
.yt-title-viewer-content .ytvc-benefit-card p,
.yt-title-viewer-content .ytvc-step-content p,
.yt-title-viewer-content .ytvc-note p {
  position: relative;
  margin: 10px 0 0;
  color: #606b7b;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytvc-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0043, #ff8a00);
  box-shadow: 0 14px 28px rgba(255, 0, 67, 0.18);
}

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

.yt-title-viewer-content .ytvc-icon-play::before {
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}

.yt-title-viewer-content .ytvc-icon-speed::before {
  top: 23px;
  left: 12px;
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-18deg);
}

.yt-title-viewer-content .ytvc-icon-speed::after {
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.yt-title-viewer-content .ytvc-icon-frame::before {
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.yt-title-viewer-content .ytvc-icon-frame::after {
  top: 20px;
  left: 18px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

.yt-title-viewer-content .ytvc-icon-steps::before {
  top: 13px;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 0 #ffffff, 0 24px 0 #ffffff;
}

.yt-title-viewer-content .ytvc-icon-steps::after {
  top: 16px;
  left: 25px;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 12px 0 #ffffff, 0 24px 0 #ffffff;
}

.yt-title-viewer-content .ytvc-icon-mobile::before {
  top: 10px;
  left: 16px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.yt-title-viewer-content .ytvc-icon-mobile::after {
  bottom: 13px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.yt-title-viewer-content .ytvc-icon-daily::before {
  top: 12px;
  left: 13px;
  width: 22px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.yt-title-viewer-content .ytvc-icon-daily::after {
  top: 20px;
  left: 18px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}

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

.yt-title-viewer-content .ytvc-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 24, 39, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(20, 30, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

.yt-title-viewer-content .ytvc-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0043, #ff8a00);
  box-shadow: 0 16px 34px rgba(255, 0, 67, 0.2);
}

.yt-title-viewer-content .ytvc-step-content {
  min-width: 0;
}

.yt-title-viewer-content .ytvc-pill {
  position: relative;
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 67, 0.08);
  color: #c2183f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.yt-title-viewer-content .ytvc-benefit-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 252, 0.96)),
    #ffffff;
}

.yt-title-viewer-content .ytvc-benefit-mark {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 67, 0.12), rgba(255, 138, 0, 0.14));
}

.yt-title-viewer-content .ytvc-benefit-mark::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-bottom: 4px solid #ff0043;
  border-left: 4px solid #ff0043;
  transform: rotate(-45deg);
}

.yt-title-viewer-content .ytvc-note {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 0, 67, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 0, 67, 0.07), rgba(255, 138, 0, 0.07)), #ffffff;
  text-align: center;
  box-shadow: 0 16px 40px rgba(20, 30, 50, 0.07);
}

.yt-title-viewer-content .ytvc-note p {
  margin: 0;
  color: #465266;
}

.yt-title-viewer-content .ytvc-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

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

  .yt-title-viewer-content .ytvc-heading p {
    font-size: 14px;
  }

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

  .yt-title-viewer-content .ytvc-card,
  .yt-title-viewer-content .ytvc-benefit-card {
    padding: 20px;
    border-radius: 18px;
  }

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

  .yt-title-viewer-content .ytvc-card p,
  .yt-title-viewer-content .ytvc-benefit-card p,
  .yt-title-viewer-content .ytvc-step-content p,
  .yt-title-viewer-content .ytvc-note p {
    font-size: 14px;
  }

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

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

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

  .yt-title-viewer-content .ytvc-note {
    margin-top: 24px;
    padding: 18px;
  }
}

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

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

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

  .yt-title-viewer-content .ytvc-heading p {
    font-size: 15px;
  }

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

  .yt-title-viewer-content .ytvc-card,
  .yt-title-viewer-content .ytvc-benefit-card {
    padding: 22px;
    border-radius: 20px;
  }

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

  .yt-title-viewer-content .ytvc-card p,
  .yt-title-viewer-content .ytvc-benefit-card p,
  .yt-title-viewer-content .ytvc-step-content p,
  .yt-title-viewer-content .ytvc-note p {
    font-size: 15px;
  }

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

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

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

  .yt-title-viewer-content .ytvc-note {
    margin-top: 26px;
    padding: 20px;
  }
}

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

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

  .yt-title-viewer-content .ytvc-heading h2 {
    font-size: 33px;
  }

  .yt-title-viewer-content .ytvc-heading p {
    font-size: 16px;
  }

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

  .yt-title-viewer-content .ytvc-card,
  .yt-title-viewer-content .ytvc-benefit-card {
    padding: 24px;
    border-radius: 22px;
  }

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

  .yt-title-viewer-content .ytvc-card p,
  .yt-title-viewer-content .ytvc-benefit-card p,
  .yt-title-viewer-content .ytvc-step-content p,
  .yt-title-viewer-content .ytvc-note p {
    font-size: 15px;
  }

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

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

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

  .yt-title-viewer-content .ytvc-note {
    margin-top: 30px;
    padding: 22px;
  }
}

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

  .yt-title-viewer-content .ytvc-container {
    padding: 0 30px;
  }

  .yt-title-viewer-content .ytvc-heading h2 {
    font-size: 40px;
  }

  .yt-title-viewer-content .ytvc-heading p {
    font-size: 17px;
  }

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

  .yt-title-viewer-content .ytvc-card,
  .yt-title-viewer-content .ytvc-benefit-card {
    padding: 28px;
  }

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

  .yt-title-viewer-content .ytvc-card p,
  .yt-title-viewer-content .ytvc-benefit-card p,
  .yt-title-viewer-content .ytvc-step-content p,
  .yt-title-viewer-content .ytvc-note p {
    font-size: 16px;
  }

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

  .yt-title-viewer-content .ytvc-step-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    padding: 28px 30px;
  }

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

  .yt-title-viewer-content .ytvc-note {
    margin-top: 34px;
    padding: 24px 30px;
  }
}

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

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

  .yt-title-viewer-content .ytvc-heading h2 {
    font-size: 46px;
  }

  .yt-title-viewer-content .ytvc-heading p {
    font-size: 17px;
  }

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

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

  .yt-title-viewer-content .ytvc-card,
  .yt-title-viewer-content .ytvc-benefit-card {
    padding: 30px;
  }

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

  .yt-title-viewer-content .ytvc-card p,
  .yt-title-viewer-content .ytvc-benefit-card p,
  .yt-title-viewer-content .ytvc-step-content p,
  .yt-title-viewer-content .ytvc-note p {
    font-size: 16px;
  }

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

  .yt-title-viewer-content .ytvc-step-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 28px;
    padding: 30px 34px;
  }

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

  .yt-title-viewer-content .ytvc-note {
    margin-top: 36px;
    padding: 26px 34px;
  }
}