/* ═══════════════════════════════════════════════════════════════
   VicOne Solution Detail Page
   ═══════════════════════════════════════════════════════════════ */

.vs-page {
  color: #333;
  font-family: 'Ubuntu', 'Open Sans', sans-serif;
  line-height: 1.6;
}

/* ── Container ── */
.vs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.vs-container-wide {
  max-width: 1500px;
  width: 80%;
}

/* ── Section ── */
.vs-section {
  padding: 80px 0;
}

.vs-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.vs-section-header h2,
.vs-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
  margin: 0 0 12px;
}

.vs-section-subtitle {
  font-size: 16px;
  color: #636363;
  margin-top: 12px;
}

/* ── Overview ── */
.vs-overview {
  background: #fff;
}

.vs-overview-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.vs-overview-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.vs-overview-text a {
  color: #ff0037;
}

.vs-overview-video {
  max-width: 960px;
  margin: 40px auto 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.vs-overview-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* ── Risk Cards (Overview) ── */
.pricing-plans-wrapper.intro-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0 10px;
}

.pricing-plan-item.why-vicone-subcard {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
}

.vs-risk-card-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.vs-risk-card-icon img {
  width: 80%;
  max-width: 200px;
  height: auto;
}

.pricing-plan-item.why-vicone-subcard h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px;
  color: #212121;
}

.pricing-plan-item.why-vicone-subcard p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .pricing-plans-wrapper.intro-type {
    grid-template-columns: 1fr;
  }
}

/* ── Features (workflow cards) ── */
.vs-features {
  background: #fff;
  padding-top: 0;
}

.vs-workflow {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.vs-workflow-reverse {
  flex-direction: row-reverse;
}

.vs-workflow-media {
  flex: 1;
  min-width: 0;
}

.vs-workflow-media img {
  width: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.vs-workflow-text {
  flex: 1;
  min-width: 0;
}

.vs-workflow-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 12px;
}

.vs-workflow-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

.vs-workflow-text a:not(.vs-workflow-cta) {
  color: #ff0037;
}

/* ── Awards ── */
.vs-awards {
  background: #f6f6f6;
}

.vs-awards-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.vs-award-card {
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  transition: transform .2s;
}

.vs-award-card:hover {
  transform: translateY(-4px);
}

.vs-award-card img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 6px;
}

.vs-award-card p {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  margin-top: 12px;
  line-height: 1.4;
}

/* ── Products Section ── */
.vs-products-section {
  background: #14181f;
  color: #fff;
}

.vs-products-section .vs-section-header h2 {
  color: #fff;
}

.vs-products-section .vs-section-subtitle {
  color: #aaa;
}

.vs-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vs-product-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 32px 24px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: background .2s, transform .15s;
}

.vs-product-card:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-4px);
}

.vs-product-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.vs-product-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vs-product-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

.vs-product-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  margin: 0;
}

/* ── Why Section ── */
.vs-why {
  background: #eef2f7;
}

.vs-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.vs-why-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  transition: transform .2s;
}

.vs-why-card:hover {
  transform: translateY(-4px);
}

.vs-why-card-thumb {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.vs-why-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vs-why-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 70%);
}

.vs-why-card-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  z-index: 1;
}

.vs-why-card-title strong {
  font-size: 32px;
  font-weight: 800;
  display: block;
  margin-bottom: 2px;
}

.vs-why-card > p {
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: #636363;
  margin: 0;
}

/* ── Testimonial ── */
.vs-testimonial {
  background: #f5f8fc;
}

.vs-testimonial-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.vs-testimonial-photo {
  flex-shrink: 0;
  width: 160px;
}

.vs-testimonial-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vs-testimonial-content blockquote {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.vs-testimonial-author strong {
  display: block;
  font-size: 16px;
  color: #212121;
}

.vs-testimonial-author span {
  font-size: 14px;
  color: #636363;
}

.vs-testimonial-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.vs-testimonial-links a {
  font-size: 13px;
  font-weight: 600;
  color: #ff0037;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.vs-testimonial-links a:hover {
  color: #c5001a;
}

/* ═══ Diagram Section (inside features) ═══ */
.vs-diagram-section {
  margin-top: 60px;
}

.vs-diagram {
  text-align: center;
}

.vs-diagram img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

/* More Features uses shared .vp-more-features-grid from vicone-product-detail.css */

/* ── Threat Landscape Section ── */
.vs-threat-landscape {
  background: #f4f7fa;
}

.vs-attack-surface {
  text-align: center;
  margin: 40px 0 30px;
}

.vs-attack-surface h4 {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.vs-attack-surface img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

.vs-attack-label {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin: 30px 0 16px;
}

.vs-attack-examples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.vs-attack-item {
  background: #fff;
  border-radius: 6px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(25% - 9px);
  min-width: 180px;
  box-sizing: border-box;
}

.vs-attack-item p {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.4;
}

/* ── Solutions Section (workflow with bullets) ── */
.vs-solutions-section {
  background: #fff;
}

.vs-workflow-bullets {
  margin: 12px 0 16px 20px;
  padding: 0;
}

.vs-workflow-bullets li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 6px;
  padding-left: 4px;
}

.vs-workflow-bullets li a {
  color: #ff0037;
}

.vs-workflow-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 22px;
  background: #ff0037;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s;
}

.vs-workflow-cta:hover {
  background: #c5001a;
}

/* ── Why Text Section (paragraph-style) ── */
.vs-why-text {
  background: #fff;
}

/* ── Resource Cards Section (Research Papers / Use Cases) ── */
.vs-resource-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.vs-resource-section--alt {
  background: #fff;
}

.vs-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vs-resource-card {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  background: #1a212b;
  transition: transform .2s;
  min-height: 200px;
  position: relative;
}

.vs-resource-card:hover {
  transform: translateY(-4px);
}

.vs-resource-card-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.vs-resource-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 60%);
}

.vs-resource-card-title {
  position: relative;
  z-index: 1;
  padding: 16px;
}

.vs-resource-card-title h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.vs-resource-card-body {
  padding: 24px 20px;
  display: flex;
  align-items: center;
  min-height: 200px;
}

.vs-resource-card-body h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .vs-container-wide {
    width: 90%;
  }

  .vs-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vs-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vs-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vs-section {
    padding: 50px 0;
  }

  .vs-container-wide {
    width: 92%;
  }

  .vs-section-header h2 {
    font-size: 24px;
  }

  .vs-workflow {
    flex-direction: column !important;
    gap: 24px;
  }

  .vs-why-grid {
    grid-template-columns: 1fr;
  }

  .vs-products-grid {
    grid-template-columns: 1fr;
  }

  .vs-testimonial-inner {
    flex-direction: column;
    text-align: center;
  }

  .vs-awards-grid {
    gap: 20px;
  }

  .vs-resource-grid {
    grid-template-columns: 1fr;
  }

  .vs-attack-examples {
    gap: 10px;
  }

  .vs-attack-item {
    width: calc(50% - 5px);
    min-width: 140px;
  }
}

@media (max-width: 480px) {
  .vs-attack-item {
    width: calc(50% - 5px);
  }
}

/* ═══ Overview inline image (supply-chain current practice / continuous monitoring) ═══ */
.vs-overview-image {
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center;
}

.vs-overview-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* ═══ Continuous Monitoring sub-section ═══ */
.vs-continuous-monitoring {
  background: #f5f8fc;
}

/* ═══ Why Icon Cards (TARA/Pentest/Education style) ═══ */
.vs-why-icon-cards {
  background: #f5f8fc;
}

.vs-why-icon-bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  text-align: left;
}

.vs-why-icon-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.vs-why-icon-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #ff0037;
  border-radius: 50%;
}

.vs-why-icon-bullets li strong,
.vs-why-icon-bullets li b {
  color: #212121;
}

/* ═══ Compliance Wins (3-card grid for supply-chain) ═══ */
.vs-compliance-wins {
  background: #fff;
}

.vs-compliance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.vs-compliance-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vs-compliance-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f5f9;
}

.vs-compliance-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vs-compliance-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin: 20px 24px 8px;
}

.vs-compliance-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0 24px 24px;
}

.vs-compliance-use-case {
  text-align: center;
  margin-top: 36px;
  font-size: 15px;
}

.vs-compliance-use-case a {
  color: #e9001e;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .vs-compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .vs-compliance-grid {
    grid-template-columns: 1fr;
  }
}