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

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

.ytarv-content,
.ytarv-content section,
.ytarv-content div,
.ytarv-content article {
  box-sizing: border-box;
}

.ytarv-content .ytarv-section {
  position: relative;
  width: 100%;
}

.ytarv-content .ytarv-section-white {
  background: #ffffff;
}

.ytarv-content .ytarv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 0, 64, 0.07), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 160, 36, 0.08), transparent 26%),
    #f8fafc;
}

.ytarv-content .ytarv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ytarv-content .ytarv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ytarv-content .ytarv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 64, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.09), rgba(255, 183, 77, 0.13));
  color: #b41534;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ytarv-content .ytarv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #ff9f1c);
  box-shadow: 0 0 0 5px rgba(255, 0, 64, 0.1);
}

.ytarv-content h2 {
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.ytarv-content .ytarv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #526071;
  line-height: 1.75;
}

.ytarv-content .ytarv-grid {
  display: grid;
  align-items: stretch;
}

.ytarv-content .ytarv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 48, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ytarv-content .ytarv-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff003d, #ff7a1a, #ffd166);
  opacity: 0.78;
  transform: scaleX(0.44);
  transform-origin: left center;
  transition: transform 220ms ease, opacity 220ms ease;
}

.ytarv-content .ytarv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 64, 0.22);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.11);
}

.ytarv-content .ytarv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.ytarv-content .ytarv-card h3 {
  margin: 18px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytarv-content .ytarv-card p {
  margin: 10px 0 0;
  color: #5c697a;
  line-height: 1.72;
}

.ytarv-content .ytarv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.12), rgba(255, 159, 28, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 0, 64, 0.11);
}

.ytarv-content .ytarv-icon::before,
.ytarv-content .ytarv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ytarv-content .ytarv-card:hover .ytarv-icon::before,
.ytarv-content .ytarv-card:hover .ytarv-icon::after {
  transform: translateX(2px);
}

.ytarv-content .ytarv-icon-play::before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #e2153d;
  margin-left: 3px;
}

.ytarv-content .ytarv-icon-bolt::before {
  width: 13px;
  height: 24px;
  background: linear-gradient(135deg, #ff003d, #ff9f1c);
  clip-path: polygon(54% 0, 100% 0, 61% 42%, 100% 42%, 32% 100%, 48% 55%, 8% 55%);
}

.ytarv-content .ytarv-icon-frame::before {
  width: 24px;
  height: 17px;
  border: 2px solid #e2153d;
  border-radius: 6px;
}

.ytarv-content .ytarv-icon-frame::after {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff9f1c;
  right: 13px;
  top: 13px;
}

.ytarv-content .ytarv-icon-path::before {
  width: 25px;
  height: 18px;
  border: 2px solid #e2153d;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0 0 12px 0;
}

.ytarv-content .ytarv-icon-path::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff9f1c;
  left: 13px;
  top: 13px;
}

.ytarv-content .ytarv-icon-phone::before {
  width: 17px;
  height: 27px;
  border: 2px solid #e2153d;
  border-radius: 6px;
}

.ytarv-content .ytarv-icon-phone::after {
  width: 4px;
  height: 4px;
  bottom: 12px;
  border-radius: 999px;
  background: #ff9f1c;
}

.ytarv-content .ytarv-icon-calendar::before {
  width: 25px;
  height: 23px;
  border: 2px solid #e2153d;
  border-radius: 7px;
}

.ytarv-content .ytarv-icon-calendar::after {
  width: 17px;
  height: 2px;
  top: 18px;
  background: #ff9f1c;
}

.ytarv-content .ytarv-icon-lock::before {
  width: 24px;
  height: 17px;
  bottom: 12px;
  border-radius: 6px;
  background: #e2153d;
}

.ytarv-content .ytarv-icon-lock::after {
  width: 14px;
  height: 14px;
  top: 10px;
  border: 2px solid #e2153d;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.ytarv-content .ytarv-icon-speed::before {
  width: 25px;
  height: 25px;
  border: 2px solid #e2153d;
  border-bottom-color: transparent;
  border-radius: 999px;
}

.ytarv-content .ytarv-icon-speed::after {
  width: 12px;
  height: 2px;
  background: #ff9f1c;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.ytarv-content .ytarv-card:hover .ytarv-icon-speed::after {
  transform: rotate(-20deg);
}

.ytarv-content .ytarv-icon-check::before {
  width: 23px;
  height: 12px;
  border-left: 3px solid #e2153d;
  border-bottom: 3px solid #e2153d;
  transform: rotate(-45deg);
}

.ytarv-content .ytarv-card:hover .ytarv-icon-check::before {
  transform: rotate(-45deg) translate(2px, 0);
}

.ytarv-content .ytarv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ytarv-content .ytarv-step-card {
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 48, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ytarv-content .ytarv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff003d, #ff9f1c);
}

.ytarv-content .ytarv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 64, 0.2);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.ytarv-content .ytarv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff003d, #ff7a1a);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(226, 21, 61, 0.24);
}

.ytarv-content .ytarv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytarv-content .ytarv-step-copy p {
  margin: 8px 0 0;
  color: #596779;
  line-height: 1.75;
}

.ytarv-content .ytarv-badge-dot {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.1), rgba(255, 159, 28, 0.15));
}

.ytarv-content .ytarv-badge-dot::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #ff9f1c);
  box-shadow: 0 0 0 6px rgba(255, 0, 64, 0.08);
}

.ytarv-content .ytarv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 250, 0.92)),
    #ffffff;
}

.ytarv-content .ytarv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytarv-content .ytarv-reveal.ytarv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

  .ytarv-content .ytarv-container {
    padding: 0 14px;
  }

  .ytarv-content h2 {
    font-size: 26px;
  }

  .ytarv-content .ytarv-section-head p {
    font-size: 14px;
  }

  .ytarv-content .ytarv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ytarv-content .ytarv-card {
    padding: 22px;
    border-radius: 18px;
  }

  .ytarv-content .ytarv-card h3 {
    font-size: 18px;
  }

  .ytarv-content .ytarv-card p {
    font-size: 14px;
  }

  .ytarv-content .ytarv-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .ytarv-content .ytarv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .ytarv-content .ytarv-step-copy h3 {
    font-size: 18px;
  }

  .ytarv-content .ytarv-step-copy p {
    font-size: 14px;
  }
}

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

  .ytarv-content .ytarv-container {
    padding: 0 18px;
  }

  .ytarv-content h2 {
    font-size: 29px;
  }

  .ytarv-content .ytarv-section-head p {
    font-size: 15px;
  }

  .ytarv-content .ytarv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ytarv-content .ytarv-card {
    padding: 24px;
  }

  .ytarv-content .ytarv-card h3 {
    font-size: 19px;
  }

  .ytarv-content .ytarv-card p {
    font-size: 15px;
  }

  .ytarv-content .ytarv-steps {
    gap: 18px;
    margin-top: 30px;
  }

  .ytarv-content .ytarv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .ytarv-content .ytarv-step-copy h3 {
    font-size: 19px;
  }

  .ytarv-content .ytarv-step-copy p {
    font-size: 15px;
  }
}

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

  .ytarv-content .ytarv-container {
    padding: 0 22px;
  }

  .ytarv-content h2 {
    font-size: 33px;
  }

  .ytarv-content .ytarv-section-head p {
    font-size: 16px;
  }

  .ytarv-content .ytarv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .ytarv-content .ytarv-card {
    padding: 26px;
  }

  .ytarv-content .ytarv-card h3 {
    font-size: 20px;
  }

  .ytarv-content .ytarv-card p {
    font-size: 15px;
  }

  .ytarv-content .ytarv-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .ytarv-content .ytarv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ytarv-content .ytarv-step-copy h3 {
    font-size: 20px;
  }

  .ytarv-content .ytarv-step-copy p {
    font-size: 15px;
  }
}

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

  .ytarv-content .ytarv-container {
    padding: 0 30px;
  }

  .ytarv-content h2 {
    font-size: 40px;
  }

  .ytarv-content .ytarv-section-head p {
    font-size: 17px;
  }

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

  .ytarv-content .ytarv-card {
    padding: 28px;
  }

  .ytarv-content .ytarv-card h3 {
    font-size: 21px;
  }

  .ytarv-content .ytarv-card p {
    font-size: 15px;
  }

  .ytarv-content .ytarv-steps {
    gap: 22px;
    margin-top: 42px;
  }

  .ytarv-content .ytarv-step-card {
    grid-template-columns: 94px 1fr;
    gap: 24px;
    padding: 30px;
  }

  .ytarv-content .ytarv-step-copy h3 {
    font-size: 22px;
  }

  .ytarv-content .ytarv-step-copy p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .ytarv-content .ytarv-section {
    padding: 92px 0;
  }

  .ytarv-content .ytarv-container {
    padding: 0 32px;
  }

  .ytarv-content h2 {
    font-size: 46px;
  }

  .ytarv-content .ytarv-section-head p {
    font-size: 17px;
  }

  .ytarv-content .ytarv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytarv-content .ytarv-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .ytarv-content .ytarv-card {
    padding: 30px;
  }

  .ytarv-content .ytarv-card h3 {
    font-size: 21px;
  }

  .ytarv-content .ytarv-card p {
    font-size: 15px;
  }

  .ytarv-content .ytarv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .ytarv-content .ytarv-step-card {
    grid-template-columns: 104px 1fr;
    gap: 28px;
    padding: 32px 34px;
  }

  .ytarv-content .ytarv-step-copy h3 {
    font-size: 23px;
  }

  .ytarv-content .ytarv-step-copy p {
    font-size: 16px;
  }
}