@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ytcv-premium-wrap,
.ytcv-premium-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ytcv-premium-wrap {
  --ytcv-primary: #e62117;
  --ytcv-secondary: #ff6b4a;
  --ytcv-accent: #111827;
  --ytcv-soft: #fff6f3;
  --ytcv-text: #1f2937;
  --ytcv-muted: #667085;
  --ytcv-border: rgba(230, 33, 23, 0.14);
  --ytcv-shadow: rgba(127, 29, 29, 0.12);
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ytcv-premium-wrap .ytcv-section {
  width: 100% !important;
}

.ytcv-premium-wrap .ytcv-section-white {
  background: #ffffff;
}

.ytcv-premium-wrap .ytcv-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fff4f0 100%);
}

.ytcv-premium-wrap .ytcv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.ytcv-premium-wrap h2 {
  margin: 0 auto;
  color: var(--ytcv-accent);
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytcv-premium-wrap .ytcv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: var(--ytcv-muted);
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
}

.ytcv-premium-wrap .ytcv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ytcv-premium-wrap .ytcv-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ytcv-border);
  border-radius: 22px;
  box-shadow: 0 18px 42px var(--ytcv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytcv-premium-wrap .ytcv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(230, 33, 23, 0.08), rgba(255, 107, 74, 0.04), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytcv-premium-wrap .ytcv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 33, 23, 0.34);
  box-shadow: 0 24px 58px rgba(127, 29, 29, 0.18);
  background: #ffffff;
}

.ytcv-premium-wrap .ytcv-card:hover::before {
  opacity: 1;
}

.ytcv-premium-wrap .ytcv-icon {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ytcv-primary), var(--ytcv-secondary));
  box-shadow: 0 14px 26px rgba(230, 33, 23, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytcv-premium-wrap .ytcv-card:hover .ytcv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(230, 33, 23, 0.28);
}

.ytcv-premium-wrap .ytcv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytcv-premium-wrap h3 {
  position: relative;
  margin: 0;
  color: var(--ytcv-accent);
  text-align: center;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ytcv-premium-wrap .ytcv-card p {
  position: relative;
  margin: 0;
  color: var(--ytcv-muted);
  text-align: center;
  line-height: 1.58;
}

.ytcv-premium-wrap .ytcv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytcv-premium-wrap .ytcv-reveal.ytcv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .ytcv-premium-wrap .ytcv-section {
    padding: 88px 24px;
  }

  .ytcv-premium-wrap .ytcv-container {
    padding: 0 18px;
  }

  .ytcv-premium-wrap h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytcv-premium-wrap .ytcv-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytcv-premium-wrap .ytcv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 46px;
  }

  .ytcv-premium-wrap .ytcv-card {
    min-height: 300px;
    padding: 38px 30px 34px;
  }

  .ytcv-premium-wrap .ytcv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .ytcv-premium-wrap .ytcv-i {
    font-size: 30px;
  }

  .ytcv-premium-wrap h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .ytcv-premium-wrap .ytcv-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytcv-premium-wrap .ytcv-section {
    padding: 72px 22px;
  }

  .ytcv-premium-wrap .ytcv-container {
    padding: 0 12px;
  }

  .ytcv-premium-wrap h2 {
    font-size: 34px;
    max-width: 760px;
  }

  .ytcv-premium-wrap .ytcv-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ytcv-premium-wrap .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

  .ytcv-premium-wrap .ytcv-card {
    min-height: 270px;
    padding: 32px 24px 30px;
    border-radius: 20px;
  }

  .ytcv-premium-wrap .ytcv-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .ytcv-premium-wrap .ytcv-i {
    font-size: 26px;
  }

  .ytcv-premium-wrap h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .ytcv-premium-wrap .ytcv-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytcv-premium-wrap .ytcv-section {
    padding: 54px 16px;
  }

  .ytcv-premium-wrap .ytcv-container {
    padding: 0;
  }

  .ytcv-premium-wrap h2 {
    font-size: 28px;
    max-width: 420px;
  }

  .ytcv-premium-wrap .ytcv-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .ytcv-premium-wrap .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .ytcv-premium-wrap .ytcv-card {
    min-height: 238px;
    padding: 24px 14px 22px;
    border-radius: 18px;
  }

  .ytcv-premium-wrap .ytcv-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
  }

  .ytcv-premium-wrap .ytcv-i {
    font-size: 22px;
  }

  .ytcv-premium-wrap h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

  .ytcv-premium-wrap .ytcv-card p {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytcv-premium-wrap .ytcv-section {
    padding: 46px 13px;
  }

  .ytcv-premium-wrap .ytcv-container {
    padding: 0;
  }

  .ytcv-premium-wrap h2 {
    font-size: 25px;
    max-width: 350px;
  }

  .ytcv-premium-wrap .ytcv-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .ytcv-premium-wrap .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .ytcv-premium-wrap .ytcv-card {
    min-height: 226px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .ytcv-premium-wrap .ytcv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .ytcv-premium-wrap .ytcv-i {
    font-size: 20px;
  }

  .ytcv-premium-wrap h3 {
    font-size: 15.2px;
    margin-bottom: 8px;
  }

  .ytcv-premium-wrap .ytcv-card p {
    font-size: 12.4px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytcv-premium-wrap .ytcv-section {
    padding: 40px 10px;
  }

  .ytcv-premium-wrap .ytcv-container {
    padding: 0;
  }

  .ytcv-premium-wrap h2 {
    font-size: 22px;
    max-width: 300px;
  }

  .ytcv-premium-wrap .ytcv-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.46;
  }

  .ytcv-premium-wrap .ytcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }

  .ytcv-premium-wrap .ytcv-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .ytcv-premium-wrap .ytcv-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }

  .ytcv-premium-wrap .ytcv-i {
    font-size: 18px;
  }

  .ytcv-premium-wrap h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytcv-premium-wrap .ytcv-card p {
    font-size: 11.8px;
    line-height: 1.4;
  }
}