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

.ytev26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  box-sizing: border-box;
  --ytev26-primary: #d9232e;
  --ytev26-secondary: #2a1f2d;
  --ytev26-accent: #ffb000;
  --ytev26-tint: #fff6f4;
  --ytev26-text: #241b20;
  --ytev26-muted: #675d62;
  --ytev26-border: rgba(217, 35, 46, 0.16);
  --ytev26-shadow: rgba(92, 20, 26, 0.13);
  --ytev26-glow: rgba(255, 176, 0, 0.24);
}

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

.ytev26-section {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.ytev26-section-white {
  background: #ffffff;
}

.ytev26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 176, 0, 0.13), transparent 34%),
    linear-gradient(180deg, #fff8f6 0%, #fff3ef 100%);
}

.ytev26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.ytev26-wrap h2 {
  margin: 0 auto;
  color: var(--ytev26-text);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.ytev26-intro {
  margin: 0 auto;
  max-width: 780px;
  color: var(--ytev26-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.ytev26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(217, 35, 46, 0.08), transparent 52%);
  border: 1px solid var(--ytev26-border);
  box-shadow: 0 18px 48px var(--ytev26-shadow);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 320ms ease;
}

.ytev26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(217, 35, 46, 0.09), transparent 38%, rgba(255, 176, 0, 0.11));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.ytev26-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(217, 35, 46, 0.34);
  box-shadow: 0 24px 66px rgba(92, 20, 26, 0.18), 0 0 0 4px var(--ytev26-glow);
}

.ytev26-card:hover::before {
  opacity: 1;
}

.ytev26-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ytev26-primary), #f04a3f 52%, var(--ytev26-accent));
  box-shadow: 0 14px 34px rgba(217, 35, 46, 0.25);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ytev26-card:hover .ytev26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(217, 35, 46, 0.3);
}

.ytev26-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.ytev26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--ytev26-text);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.ytev26-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--ytev26-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.ytev26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ytev26-reveal.ytev26-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

  .ytev26-container {
    padding: 0 28px;
  }

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

  .ytev26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ytev26-grid {
    margin-top: 42px;
    gap: 26px;
  }

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

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

  .ytev26-card {
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  .ytev26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 28px;
  }

  .ytev26-card h3 {
    font-size: 20px;
  }

  .ytev26-card p {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .ytev26-container {
    padding: 0 24px;
  }

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

  .ytev26-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ytev26-grid,
  .ytev26-grid-3,
  .ytev26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 22px;
  }

  .ytev26-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }

  .ytev26-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 25px;
  }

  .ytev26-card h3 {
    font-size: 18px;
  }

  .ytev26-card p {
    margin-top: 11px;
    font-size: 14.5px;
  }
}

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

  .ytev26-container {
    padding: 0 16px;
  }

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

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

  .ytev26-grid,
  .ytev26-grid-3,
  .ytev26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    gap: 14px;
  }

  .ytev26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .ytev26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }

  .ytev26-card h3 {
    font-size: 15.5px;
  }

  .ytev26-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .ytev26-container {
    padding: 0 12px;
  }

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

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

  .ytev26-grid,
  .ytev26-grid-3,
  .ytev26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 12px;
  }

  .ytev26-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .ytev26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 19px;
  }

  .ytev26-card h3 {
    font-size: 14.5px;
  }

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

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

  .ytev26-container {
    padding: 0 10px;
  }

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

  .ytev26-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }

  .ytev26-grid,
  .ytev26-grid-3,
  .ytev26-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 10px;
  }

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

  .ytev26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 17px;
  }

  .ytev26-card h3 {
    font-size: 13.5px;
  }

  .ytev26-card p {
    margin-top: 7px;
    font-size: 11.8px;
    line-height: 1.42;
  }
}