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

.rtpv-2026-wrap {
  --rtpv-primary: #ff4500;
  --rtpv-secondary: #273043;
  --rtpv-accent: #00a6a6;
  --rtpv-soft: #fff6f1;
  --rtpv-text: #1d2633;
  --rtpv-muted: #5d6878;
  --rtpv-border: rgba(255, 69, 0, 0.18);
  --rtpv-shadow: rgba(39, 48, 67, 0.14);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--rtpv-text);
}

.rtpv-2026-wrap .rtpv-2026-section,
.rtpv-2026-wrap .rtpv-2026-container,
.rtpv-2026-wrap .rtpv-2026-grid,
.rtpv-2026-wrap .rtpv-2026-card,
.rtpv-2026-wrap .rtpv-2026-icon,
.rtpv-2026-wrap .rtpv-2026-title,
.rtpv-2026-wrap .rtpv-2026-intro,
.rtpv-2026-wrap .rtpv-2026-card h3,
.rtpv-2026-wrap .rtpv-2026-card p {
  box-sizing: border-box;
  min-width: 0;
}

.rtpv-2026-wrap .rtpv-2026-section {
  width: 100% !important;
}

.rtpv-2026-wrap .rtpv-2026-section-white {
  background: #ffffff;
}

.rtpv-2026-wrap .rtpv-2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f3 0%, #f7fbfb 100%);
}

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

.rtpv-2026-wrap .rtpv-2026-title {
  margin: 0 auto;
  text-align: center !important;
  color: var(--rtpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rtpv-2026-wrap .rtpv-2026-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center !important;
  color: var(--rtpv-muted);
  line-height: 1.7;
  font-weight: 450;
}

.rtpv-2026-wrap .rtpv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rtpv-2026-wrap .rtpv-2026-card {
  position: relative;
  height: 100% !important;
  text-align: center !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(255, 69, 0, 0.28), rgba(0, 166, 166, 0.2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px var(--rtpv-shadow);
  border-radius: 22px;
  display: grid;
  justify-items: center;
  align-content: start;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
}

.rtpv-2026-wrap .rtpv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(0, 166, 166, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.rtpv-2026-wrap .rtpv-2026-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(39, 48, 67, 0.18);
  border-color: rgba(255, 69, 0, 0.34);
}

.rtpv-2026-wrap .rtpv-2026-card:hover::before {
  opacity: 1;
}

.rtpv-2026-wrap .rtpv-2026-card:hover .rtpv-2026-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.24);
}

.rtpv-2026-wrap .rtpv-2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rtpv-primary), var(--rtpv-accent));
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center !important;
}

.rtpv-2026-wrap .rtpv-2026-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.rtpv-2026-wrap .rtpv-2026-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center !important;
  color: var(--rtpv-text);
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.rtpv-2026-wrap .rtpv-2026-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center !important;
  color: var(--rtpv-muted);
  line-height: 1.62;
  font-weight: 430;
}

.rtpv-2026-wrap .rtpv-2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rtpv-2026-wrap .rtpv-2026-reveal.rtpv-2026-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .rtpv-2026-wrap .rtpv-2026-section {
    padding: 88px 0;
  }

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 28px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 16px;
    font-size: 18px;
  }

  .rtpv-2026-wrap .rtpv-2026-grid {
    margin-top: 42px;
    gap: 26px;
  }

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

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

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 300px;
    padding: 34px 26px 30px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    margin-bottom: 24px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 15.5px;
  }
}

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

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 24px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 34px;
    max-width: 820px;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 14px;
    font-size: 16.5px;
  }

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

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
    margin-bottom: 22px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 15px;
  }
}

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

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 18px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 27px;
    max-width: 430px;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 14px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 24px;
    max-width: 350px;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 1.55;
  }

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

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 224px;
    padding: 19px 12px 17px;
    border-radius: 15px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
    margin-bottom: 14px;
    border-radius: 15px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 12.6px;
    line-height: 1.48;
  }
}

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

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 10px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 21px;
    max-width: 300px;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 218px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 13px;
    border-radius: 14px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 14.2px;
    margin-bottom: 7px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 11.8px;
    line-height: 1.44;
  }
}

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

  .rtpv-2026-wrap .rtpv-2026-container {
    padding: 0 10px;
  }

  .rtpv-2026-wrap .rtpv-2026-title {
    font-size: 20px;
  }

  .rtpv-2026-wrap .rtpv-2026-intro {
    margin-top: 8px;
    font-size: 12.5px;
  }

  .rtpv-2026-wrap .rtpv-2026-grid {
    margin-top: 18px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .rtpv-2026-wrap .rtpv-2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .rtpv-2026-wrap .rtpv-2026-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .rtpv-2026-wrap .rtpv-2026-card h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .rtpv-2026-wrap .rtpv-2026-card p {
    font-size: 12.5px;
  }
}