@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-embed-viewer-wrap,
.ytev-embed-viewer-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ytev-embed-viewer-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
  --ytev-primary: #e62117;
  --ytev-secondary: #ff6b35;
  --ytev-accent: #111827;
  --ytev-tint: #fff6f4;
  --ytev-text: #172033;
  --ytev-muted: #5f6b7a;
  --ytev-border: rgba(230, 33, 23, 0.16);
  --ytev-shadow: rgba(126, 22, 16, 0.13);
}

.ytev-embed-viewer-wrap .ytev-section {
  width: 100% !important;
}

.ytev-embed-viewer-wrap .ytev-section-white {
  background: #ffffff;
}

.ytev-embed-viewer-wrap .ytev-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 53, 0.12), transparent 34%),
    linear-gradient(180deg, #fff6f4 0%, #fffaf7 100%);
}

.ytev-embed-viewer-wrap .ytev-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ytev-embed-viewer-wrap .ytev-heading,
.ytev-embed-viewer-wrap .ytev-intro,
.ytev-embed-viewer-wrap .ytev-card-title,
.ytev-embed-viewer-wrap .ytev-card-text {
  text-align: center !important;
}

.ytev-embed-viewer-wrap .ytev-heading {
  margin: 0 auto;
  color: var(--ytev-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.ytev-embed-viewer-wrap .ytev-heading span {
  display: inline;
}

.ytev-embed-viewer-wrap .ytev-intro {
  margin: 0 auto;
  color: var(--ytev-muted);
  line-height: 1.7;
  max-width: 760px;
  text-wrap: pretty;
}

.ytev-embed-viewer-wrap .ytev-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.ytev-embed-viewer-wrap .ytev-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100% !important;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid var(--ytev-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px var(--ytev-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.ytev-embed-viewer-wrap .ytev-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(230, 33, 23, 0.08), transparent 42%, rgba(255, 107, 53, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytev-embed-viewer-wrap .ytev-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f6 100%);
}

.ytev-embed-viewer-wrap .ytev-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(230, 33, 23, 0.38);
  box-shadow: 0 24px 58px rgba(126, 22, 16, 0.18);
}

.ytev-embed-viewer-wrap .ytev-card:hover::before {
  opacity: 1;
}

.ytev-embed-viewer-wrap .ytev-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(230, 33, 23, 0.12), rgba(255, 107, 53, 0.18)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(230, 33, 23, 0.14), 0 14px 30px rgba(230, 33, 23, 0.13);
  transition: transform 260ms ease, background 260ms ease;
}

.ytev-embed-viewer-wrap .ytev-card:hover .ytev-icon {
  transform: translateY(-4px);
  background:
    linear-gradient(135deg, rgba(230, 33, 23, 0.18), rgba(255, 107, 53, 0.24)),
    #ffffff;
}

.ytev-embed-viewer-wrap .ytev-i {
  color: var(--ytev-primary);
  line-height: 1;
  text-align: center !important;
}

.ytev-embed-viewer-wrap .ytev-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytev-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ytev-embed-viewer-wrap .ytev-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytev-muted);
  line-height: 1.62;
  text-wrap: pretty;
}

.ytev-embed-viewer-wrap.ytev-js .ytev-card {
  opacity: 0;
  transform: translateY(18px);
}

.ytev-embed-viewer-wrap.ytev-js .ytev-card.ytev-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 86px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 28px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    margin-top: 42px;
    gap: 24px;
  }

  .ytev-embed-viewer-wrap .ytev-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ytev-embed-viewer-wrap .ytev-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 292px;
    padding: 34px 26px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 29px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 68px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 24px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 268px;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 26px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 50px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 16px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 28px;
    max-width: 420px;
  }

  .ytev-embed-viewer-wrap .ytev-heading span {
    display: block;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 21px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 44px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 12px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .ytev-embed-viewer-wrap .ytev-heading span {
    display: block;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 11px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 11px;
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 220px;
    padding: 19px 10px;
    border-radius: 15px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 19px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 38px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 9px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ytev-embed-viewer-wrap .ytev-heading span {
    display: block;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.5;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 9px;
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 17px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 13.4px;
    margin-bottom: 6px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 11.7px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .ytev-embed-viewer-wrap .ytev-section {
    padding: 34px 0;
  }

  .ytev-embed-viewer-wrap .ytev-container {
    padding: 0 10px;
  }

  .ytev-embed-viewer-wrap .ytev-heading {
    font-size: 21px;
  }

  .ytev-embed-viewer-wrap .ytev-heading span {
    display: block;
  }

  .ytev-embed-viewer-wrap .ytev-intro {
    margin-top: 10px;
    font-size: 12.5px;
  }

  .ytev-embed-viewer-wrap .ytev-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .ytev-embed-viewer-wrap .ytev-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .ytev-embed-viewer-wrap .ytev-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .ytev-embed-viewer-wrap .ytev-i {
    font-size: 17px;
  }

  .ytev-embed-viewer-wrap .ytev-card-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .ytev-embed-viewer-wrap .ytev-card-text {
    font-size: 12px;
  }
}