@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');

.ytev-premium-section,
.ytev-premium-section * {
  box-sizing: border-box;
}

.ytev-premium-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #202124;
  background: #ffffff;
}

.ytev-premium-section .ytev-band {
  width: 100% !important;
}

.ytev-premium-section .ytev-band-white {
  background: #ffffff;
}

.ytev-premium-section .ytev-band-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #fffdfb 100%);
}

.ytev-premium-section .ytev-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ytev-premium-section h2,
.ytev-premium-section .ytev-intro,
.ytev-premium-section h3,
.ytev-premium-section p {
  text-align: center !important;
}

.ytev-premium-section h2 {
  margin: 0 auto;
  color: #18191b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ytev-premium-section .ytev-intro {
  max-width: 720px;
  margin: 14px auto 0;
  color: #5f6368;
  line-height: 1.65;
}

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

.ytev-premium-section .ytev-card {
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid #f1d8d4;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(196, 35, 28, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytev-premium-section .ytev-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.08), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytev-premium-section .ytev-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #ff5a45;
  box-shadow: 0 26px 58px rgba(196, 35, 28, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff4f1 100%);
}

.ytev-premium-section .ytev-card:hover::before {
  opacity: 1;
}

.ytev-premium-section .ytev-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #ff6a3d 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytev-premium-section .ytev-card:hover .ytev-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.28);
}

.ytev-premium-section .ytev-i {
  color: #ffffff;
  line-height: 1;
}

.ytev-premium-section h3 {
  margin: 0;
  color: #202124;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytev-premium-section .ytev-card p {
  margin: 0;
  color: #62666c;
  line-height: 1.58;
}

.ytev-premium-section .ytev-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ytev-premium-section.ytev-js .ytev-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ytev-premium-section.ytev-js .ytev-reveal.ytev-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytev-premium-section .ytev-band {
    padding: 86px 0;
  }

  .ytev-premium-section .ytev-container {
    padding: 0 28px;
  }

  .ytev-premium-section h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytev-premium-section .ytev-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .ytev-premium-section .ytev-grid {
    gap: 26px;
  }

  .ytev-premium-section .ytev-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytev-premium-section .ytev-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ytev-premium-section .ytev-card {
    min-height: 300px;
    padding: 36px 26px;
  }

  .ytev-premium-section .ytev-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .ytev-premium-section .ytev-i {
    font-size: 30px;
  }

  .ytev-premium-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ytev-premium-section .ytev-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytev-premium-section .ytev-band {
    padding: 70px 0;
  }

  .ytev-premium-section .ytev-container {
    padding: 0 24px;
  }

  .ytev-premium-section h2 {
    font-size: 34px;
  }

  .ytev-premium-section .ytev-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ytev-premium-section .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px;
  }

  .ytev-premium-section .ytev-card {
    min-height: 270px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .ytev-premium-section .ytev-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .ytev-premium-section .ytev-i {
    font-size: 27px;
  }

  .ytev-premium-section h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .ytev-premium-section .ytev-card p {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytev-premium-section .ytev-band {
    padding: 54px 0;
  }

  .ytev-premium-section .ytev-container {
    padding: 0 16px;
  }

  .ytev-premium-section h2 {
    font-size: 28px;
  }

  .ytev-premium-section .ytev-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .ytev-premium-section .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .ytev-premium-section .ytev-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ytev-premium-section .ytev-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .ytev-premium-section .ytev-i {
    font-size: 22px;
  }

  .ytev-premium-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ytev-premium-section .ytev-card p {
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytev-premium-section .ytev-band {
    padding: 46px 0;
  }

  .ytev-premium-section .ytev-container {
    padding: 0 12px;
  }

  .ytev-premium-section h2 {
    font-size: 25px;
  }

  .ytev-premium-section .ytev-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .ytev-premium-section .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .ytev-premium-section .ytev-card {
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 15px;
  }

  .ytev-premium-section .ytev-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ytev-premium-section .ytev-i {
    font-size: 20px;
  }

  .ytev-premium-section h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .ytev-premium-section .ytev-card p {
    font-size: 12.5px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytev-premium-section .ytev-band {
    padding: 40px 0;
  }

  .ytev-premium-section .ytev-container {
    padding: 0 10px;
  }

  .ytev-premium-section h2 {
    font-size: 22px;
  }

  .ytev-premium-section .ytev-intro {
    font-size: 12.5px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .ytev-premium-section .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .ytev-premium-section .ytev-card {
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }

  .ytev-premium-section .ytev-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .ytev-premium-section .ytev-i {
    font-size: 18px;
  }

  .ytev-premium-section h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .ytev-premium-section .ytev-card p {
    font-size: 12px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .ytev-premium-section .ytev-grid {
    grid-template-columns: 1fr !important;
  }
}