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

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

.ycviewer-section-wrap {
  --ycv-primary: #e62117;
  --ycv-secondary: #ff7a1a;
  --ycv-accent: #00a8a8;
  --ycv-soft: #fff6f3;
  --ycv-text: #201817;
  --ycv-muted: #665a57;
  --ycv-border: rgba(230, 33, 23, 0.16);
  --ycv-shadow: rgba(120, 31, 22, 0.13);
  width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--ycv-text);
  font-family: Arial, Helvetica, sans-serif;
}

.ycviewer-section-wrap .ycviewer-panel {
  width: 100% !important;
  overflow: hidden;
}

.ycviewer-section-wrap .ycviewer-panel-white {
  background: #ffffff !important;
}

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

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

.ycviewer-section-wrap .ycviewer-title,
.ycviewer-section-wrap .ycviewer-intro,
.ycviewer-section-wrap .ycviewer-card,
.ycviewer-section-wrap .ycviewer-card h3,
.ycviewer-section-wrap .ycviewer-card p {
  text-align: center !important;
}

.ycviewer-section-wrap .ycviewer-title {
  margin: 0 auto;
  color: var(--ycv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 980px;
}

.ycviewer-section-wrap .ycviewer-intro {
  margin: 14px auto 0;
  color: var(--ycv-muted);
  line-height: 1.65;
  max-width: 760px;
}

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

.ycviewer-section-wrap .ycviewer-card {
  position: relative;
  isolation: isolate;
  height: 100% !important;
  display: block;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)) padding-box,
    linear-gradient(145deg, rgba(230,33,23,0.24), rgba(0,168,168,0.15)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 42px var(--ycv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ycviewer-section-wrap .ycviewer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(230,33,23,0.08), rgba(255,122,26,0.05) 46%, rgba(0,168,168,0.07));
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  transform: translateY(10px);
}

.ycviewer-section-wrap .ycviewer-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 26px 58px rgba(120, 31, 22, 0.2);
  border-color: rgba(230, 33, 23, 0.34);
}

.ycviewer-section-wrap .ycviewer-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.ycviewer-section-wrap .ycviewer-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, var(--ycv-primary), var(--ycv-secondary));
  box-shadow: 0 12px 26px rgba(230, 33, 23, 0.24);
  color: #ffffff;
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}

.ycviewer-section-wrap .ycviewer-card:hover .ycviewer-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 16px 32px rgba(230, 33, 23, 0.31);
}

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

.ycviewer-section-wrap .ycviewer-card h3 {
  margin: 0;
  color: var(--ycv-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ycviewer-section-wrap .ycviewer-card p {
  margin: 0 auto;
  color: var(--ycv-muted);
  line-height: 1.58;
}

.ycviewer-section-wrap.ycviewer-js .ycviewer-card {
  opacity: 0;
  transform: translateY(18px);
}

.ycviewer-section-wrap.ycviewer-js .ycviewer-card.ycviewer-in-view {
  opacity: 1;
  transform: translateY(0);
}

.ycviewer-section-wrap.ycviewer-js .ycviewer-card.ycviewer-in-view:hover {
  transform: translateY(-8px) scale(1.012);
}

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

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

  .ycviewer-section-wrap .ycviewer-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .ycviewer-section-wrap .ycviewer-intro {
    font-size: 17px;
  }

  .ycviewer-section-wrap .ycviewer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .ycviewer-section-wrap .ycviewer-card {
    min-height: 296px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .ycviewer-section-wrap .ycviewer-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

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

  .ycviewer-section-wrap .ycviewer-card h3 {
    font-size: 21px;
  }

  .ycviewer-section-wrap .ycviewer-card p {
    font-size: 15px;
    margin-top: 13px;
  }
}

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

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

  .ycviewer-section-wrap .ycviewer-title {
    font-size: 34px;
  }

  .ycviewer-section-wrap .ycviewer-intro {
    font-size: 16px;
  }

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

  .ycviewer-section-wrap .ycviewer-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .ycviewer-section-wrap .ycviewer-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }

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

  .ycviewer-section-wrap .ycviewer-card h3 {
    font-size: 19px;
  }

  .ycviewer-section-wrap .ycviewer-card p {
    font-size: 14px;
    margin-top: 11px;
  }
}

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

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

  .ycviewer-section-wrap .ycviewer-title {
    font-size: 28px;
    max-width: 420px;
  }

  .ycviewer-section-wrap .ycviewer-intro {
    font-size: 14px;
    line-height: 1.55;
  }

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

  .ycviewer-section-wrap .ycviewer-card {
    min-height: 232px;
    padding: 22px 14px 19px;
    border-radius: 18px;
  }

  .ycviewer-section-wrap .ycviewer-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin-bottom: 15px;
  }

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

  .ycviewer-section-wrap .ycviewer-card h3 {
    font-size: 16px;
  }

  .ycviewer-section-wrap .ycviewer-card p {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 8px;
  }
}

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

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

  .ycviewer-section-wrap .ycviewer-title {
    font-size: 25px;
    max-width: 350px;
  }

  .ycviewer-section-wrap .ycviewer-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .ycviewer-section-wrap .ycviewer-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .ycviewer-section-wrap .ycviewer-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 13px;
  }

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

  .ycviewer-section-wrap .ycviewer-card h3 {
    font-size: 15px;
  }

  .ycviewer-section-wrap .ycviewer-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 7px;
  }
}

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

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

  .ycviewer-section-wrap .ycviewer-title {
    font-size: 22px;
    max-width: 300px;
  }

  .ycviewer-section-wrap .ycviewer-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .ycviewer-section-wrap .ycviewer-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .ycviewer-section-wrap .ycviewer-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

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

  .ycviewer-section-wrap .ycviewer-card h3 {
    font-size: 14px;
  }

  .ycviewer-section-wrap .ycviewer-card p {
    font-size: 11.5px;
    line-height: 1.4;
    margin-top: 6px;
  }
}

@media (max-width: 319px) {
  .ycviewer-section-wrap .ycviewer-grid {
    grid-template-columns: 1fr;
  }
}