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

.ytembedviewer-section-wrap,
.ytembedviewer-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ytembedviewer-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: Arial, Helvetica, sans-serif;
}

.ytembedviewer-section-wrap .ytembedviewer-panel {
  width: 100% !important;
}

.ytembedviewer-section-wrap .ytembedviewer-panel-white {
  background: #ffffff;
}

.ytembedviewer-section-wrap .ytembedviewer-panel-tint {
  background: linear-gradient(180deg, #fff7f5 0%, #f7fbff 100%);
}

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

.ytembedviewer-section-wrap h2,
.ytembedviewer-section-wrap h3,
.ytembedviewer-section-wrap p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytembedviewer-section-wrap h2 {
  color: #121820;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.ytembedviewer-section-wrap .ytembedviewer-intro {
  color: #536170;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}

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

.ytembedviewer-section-wrap .ytembedviewer-card {
  position: relative;
  height: 100% !important;
  display: block;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid #f0d7d2;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(190, 37, 37, 0.09);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

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

.ytembedviewer-section-wrap .ytembedviewer-card:hover {
  transform: translateY(-7px);
  border-color: #ff4d3d;
  box-shadow: 0 24px 54px rgba(190, 37, 37, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff7f5 100%);
}

.ytembedviewer-section-wrap .ytembedviewer-card:hover::before {
  opacity: 1;
}

.ytembedviewer-section-wrap .ytembedviewer-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff1f1f 0%, #ff7a3d 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 31, 31, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ytembedviewer-section-wrap .ytembedviewer-card:hover .ytembedviewer-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 91, 61, 0.3);
}

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

.ytembedviewer-section-wrap h3 {
  position: relative;
  color: #17202a;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytembedviewer-section-wrap .ytembedviewer-card p {
  position: relative;
  color: #5c6875;
  line-height: 1.58;
  margin-bottom: 0;
}

.ytembedviewer-section-wrap .ytembedviewer-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ytembedviewer-section-wrap.ytembedviewer-js-ready .ytembedviewer-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytembedviewer-section-wrap.ytembedviewer-js-ready .ytembedviewer-reveal.ytembedviewer-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

@media (min-width: 1024px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 86px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 28px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

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

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    gap: 28px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 300px;
    padding: 36px 28px 32px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 30px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 21px;
    margin: 0 0 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 70px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 24px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 20px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 27px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 54px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 16px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 22px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 48px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 12px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 225px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 20px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 14.5px;
    margin: 0 0 8px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 12.3px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 42px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 10px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 21px;
    margin-bottom: 9px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 18px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 13.5px;
    margin: 0 0 7px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 11.8px;
    line-height: 1.38;
  }
}

@media (max-width: 319px) {
  .ytembedviewer-section-wrap .ytembedviewer-panel {
    padding: 38px 0;
  }

  .ytembedviewer-section-wrap .ytembedviewer-container {
    padding: 0 10px;
  }

  .ytembedviewer-section-wrap h2 {
    font-size: 20px;
    margin-bottom: 9px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-i {
    font-size: 18px;
  }

  .ytembedviewer-section-wrap h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .ytembedviewer-section-wrap .ytembedviewer-card p {
    font-size: 12px;
    line-height: 1.4;
  }
}