.vectorrts-page .container {
  max-width: 1320px;
}

.vectorrts-hero {
  position: relative;
  overflow: hidden;
}

.vectorrts-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 88px 6% 48px;
  background: linear-gradient(90deg, rgba(6, 28, 36, 0.88) 0%, rgba(6, 28, 36, 0.48) 55%, rgba(6, 28, 36, 0.1) 100%);
}

.vectorrts-hero-copy {
  max-width: 660px;
  color: #fff;
}

.vectorrts-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(45, 212, 191, 0.45);
  border-radius: 999px;
  color: #99f6e4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(13, 148, 136, 0.2);
}

.vectorrts-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0.02em;
}

.vectorrts-hero-copy h1 span {
  background: linear-gradient(135deg, #5eead4, #0d9488);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vectorrts-hero-copy p {
  margin: 0;
  max-width: 580px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.vectorrts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vectorrts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #14b8a6, #0f766e);
  box-shadow: 0 14px 32px rgba(13, 148, 136, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vectorrts-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(13, 148, 136, 0.42);
}

.vectorrts-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.vectorrts-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.vectorrts-section {
  padding: 72px 0;
}

.vectorrts-section--dark {
  color: #fff;
  background: linear-gradient(180deg, #061418 0%, #0c2428 48%, #061418 100%);
}

.vectorrts-section-head {
  margin-bottom: 40px;
  text-align: center;
}

.vectorrts-section-head h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  padding-bottom: 14px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.vectorrts-section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #2dd4bf, transparent);
}

.vectorrts-section-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.8;
}

.vectorrts-zoomable {
  cursor: pointer;
}

.vectorrts-pain-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.vectorrts-pain-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900;
}

.vectorrts-pain-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.vectorrts-pain-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
}

.vectorrts-pain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18);
}

.vectorrts-pain-lead {
  margin: 0 0 18px;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.8;
}

.vectorrts-pain-lead strong {
  color: #99f6e4;
}

.vectorrts-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vectorrts-intro-badges span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(45, 212, 191, 0.28);
  background: rgba(13, 148, 136, 0.14);
  color: #99f6e4;
  font-size: 13px;
  font-weight: 600;
}

.vectorrts-media-frame {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(45, 212, 191, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.vectorrts-media-frame img {
  border-radius: 10px;
}

.vectorrts-feature-list {
  display: grid;
  gap: 28px;
}

.vectorrts-feature-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.vectorrts-feature-item.reverse {
  direction: rtl;
}

.vectorrts-feature-item.reverse > * {
  direction: ltr;
}

.vectorrts-feature-item--wide {
  grid-template-columns: 1fr;
}

.vectorrts-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 22px;
  background: rgba(13, 148, 136, 0.18);
}

.vectorrts-feature-content h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
}

.vectorrts-feature-content p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: clamp(14px, 1vw, 16px);
}

.vectorrts-feature-note {
  color: rgba(153, 246, 228, 0.88) !important;
  font-size: 14px !important;
}

.vectorrts-feature-points {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.vectorrts-feature-points li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.vectorrts-feature-points li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #2dd4bf;
  font-weight: 900;
}

.vectorrts-feature-points strong {
  color: #ccfbf1;
}

.vectorrts-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

.vectorrts-data-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.vectorrts-data-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(45, 212, 191, 0.14);
  background: #eef3f8;
}

.vectorrts-data-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.vectorrts-data-card__media--contain img {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
  background: #eef3f8;
}

.vectorrts-data-grid figcaption {
  margin-top: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.vectorrts-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.vectorrts-gallery-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.vectorrts-gallery-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(45, 212, 191, 0.14);
}

.vectorrts-gallery-card__media--light {
  background: #eef3f8;
}

.vectorrts-gallery-card__media--dark {
  background: #0a1218;
}

.vectorrts-gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.22s ease;
}

.vectorrts-gallery-card:hover .vectorrts-gallery-card__media img {
  transform: scale(1.02);
}

.vectorrts-gallery-card figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.vectorrts-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.vectorrts-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.vectorrts-lightbox__img {
  width: 82vw;
  height: 78vh;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.vectorrts-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

@media (max-width: 991px) {
  .vectorrts-hero-overlay {
    position: static;
    padding: 36px 24px 28px;
    background: linear-gradient(180deg, rgba(6, 28, 36, 0.92), rgba(6, 28, 36, 0.78));
  }

  .vectorrts-section {
    padding: 56px 0;
  }

  .vectorrts-pain-panel,
  .vectorrts-feature-item,
  .vectorrts-feature-item.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .vectorrts-data-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .vectorrts-gallery {
    grid-template-columns: 1fr;
  }

  .vectorrts-btn {
    width: 100%;
  }
}
