   /* =========================================================
   PCI DSS GUIDE INTRO - CLEAN FULL WIDTH
========================================================= */

.cc-pci-guide-intro {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 42px 0 34px;
}

.cc-pci-guide-intro__container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

.cc-pci-guide-intro__content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.cc-pci-guide-intro__title {
  margin: 0 auto;
  max-width: 1180px;
  color: #20242a;
  font-size: clamp(32px, 2.5vw, 52px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cc-pci-guide-intro__title span {
  position: relative;
  display: inline-block;
  color: #083f57;
  z-index: 1;
}

.cc-pci-guide-intro__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 8px;
  border-radius: 999px;
  background: rgba(242, 138, 34, 0.28);
  z-index: -1;
}

.cc-pci-guide-intro__text {
  margin: 10px auto 0;
  max-width: 980px;
  color: #65717f;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Responsive */
@media (max-width: 1200px) {
  .cc-pci-guide-intro__title {
    max-width: 1000px;
    font-size: clamp(30px, 4vw, 44px);
  }

  .cc-pci-guide-intro__text {
    max-width: 860px;
  }
}

@media (max-width: 768px) {
  .cc-pci-guide-intro {
    padding: 38px 0 30px;
  }

  .cc-pci-guide-intro__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-pci-guide-intro__title {
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: -0.035em;
  }

  .cc-pci-guide-intro__title span::after {
    bottom: 4px;
    height: 7px;
  }

  .cc-pci-guide-intro__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
  }
}

@media (max-width: 480px) {
  .cc-pci-guide-intro {
    padding: 34px 0 28px;
  }

  .cc-pci-guide-intro__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-pci-guide-intro__title {
    font-size: 25px;
  }

  .cc-pci-guide-intro__text {
    font-size: 13px;
  }
  
}


   /* =========================================================
   PCI DSS OVERVIEW SECTION
   New CSS only. Heading dot-line classes are reused from
   your existing homepage CSS.
========================================================= */

.cc-pci-overview-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 30px 0 58px;
}

.cc-pci-overview-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

.cc-pci-overview-heading {
  margin-bottom: 34px;
}

.cc-pci-overview-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.cc-pci-overview-content {
  min-width: 0;
  max-width: 650px;
}

.cc-pci-overview-eyebrow {
  margin-bottom: 8px;
  color: #f28a22;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cc-pci-overview-title {
  margin: 0;
  color: #22252b;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.cc-pci-overview-copy {
  margin-top: 42px;
  color: #62666d;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 500;
}

.cc-pci-overview-copy p {
  margin: 0 0 8px;
}

.cc-pci-overview-copy p:last-child {
  margin-bottom: 0;
}

.cc-pci-overview-impact {
  margin: 22px 0 2px;
}

.cc-pci-overview-impact strong {
  display: block;
  margin-bottom: 4px;
  color: #4a4f57;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.cc-pci-overview-impact ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cc-pci-overview-impact li {
  position: relative;
  margin: 0 0 3px;
  padding-left: 14px;
  color: #62666d;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}

.cc-pci-overview-impact li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #62666d;
}

.cc-pci-overview-visual {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc-pci-overview-image-wrap {
  width: min(100%, 620px);
  position: relative;
}

.cc-pci-overview-image-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 6% 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(18, 144, 255, 0.10) 0%, transparent 68%);
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
}

.cc-pci-overview-image-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .cc-pci-overview-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 36px;
  }

  .cc-pci-overview-copy {
    margin-top: 30px;
    font-size: 15px;
  }

  .cc-pci-overview-impact strong,
  .cc-pci-overview-impact li {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .cc-pci-overview-section {
    padding: 28px 0 48px;
  }

  .cc-pci-overview-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cc-pci-overview-content {
    max-width: 100%;
  }

  .cc-pci-overview-copy {
    margin-top: 24px;
  }

  .cc-pci-overview-visual {
    justify-content: center;
  }

  .cc-pci-overview-image-wrap {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .cc-pci-overview-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-pci-overview-heading {
    margin-bottom: 28px;
  }

  .cc-pci-overview-eyebrow {
    font-size: 12px;
  }

  .cc-pci-overview-title {
    font-size: 30px;
  }

  .cc-pci-overview-copy {
    font-size: 14px;
    line-height: 1.65;
  }

  .cc-pci-overview-impact strong,
  .cc-pci-overview-impact li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cc-pci-overview-section {
    padding: 24px 0 40px;
  }

  .cc-pci-overview-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-pci-overview-title {
    font-size: 26px;
  }

  .cc-pci-overview-copy {
    margin-top: 20px;
  }
}

    /* =========================================================
   PCI DSS REQUIREMENTS SECTION
   New CSS only
========================================================= */

.cc-pci-requirements-section {
  position: relative;
  overflow: hidden;
  padding: 32px 0 70px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.cc-pci-requirements-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 280px;
  z-index: 0;
}

.cc-pci-requirements-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

.cc-pci-requirements-heading {
  margin-bottom: 10px;
}

.cc-pci-requirements-subtitle {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
  color: #6a7380;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.cc-pci-requirements-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

.cc-pci-req-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 136px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 63, 87, 0.08);
  box-shadow:
    0 10px 26px rgba(8, 63, 87, 0.05),
    0 3px 10px rgba(8, 63, 87, 0.03);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  backdrop-filter: blur(6px);
}

.cc-pci-req-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 38px rgba(8, 63, 87, 0.08),
    0 6px 16px rgba(8, 63, 87, 0.05);
  border-color: rgb(239 164 16 / 20%);
}

.cc-pci-req-card--featured {
  border-color: #2d8cff;
  box-shadow:
    0 16px 34px rgba(45, 140, 255, 0.12),
    0 4px 12px rgba(8, 63, 87, 0.04);
}

.cc-pci-req-card__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cc-pci-req-card__icon svg {
  width: 34px;
  height: 34px;
}

.cc-pci-req-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.cc-pci-req-card__body h3 {
  margin: 0 0 8px;
  color: #22252b;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cc-pci-req-card__body p {
  margin: 0;
  color: #626d78;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 500;
}

/* icon accent colors */
.cc-pci-req-card__icon--pink { color: #ff78b0; }
.cc-pci-req-card__icon--blue { color: #4a8dff; }
.cc-pci-req-card__icon--purple { color: #5c56e8; }
.cc-pci-req-card__icon--gold { color: #f2b022; }
.cc-pci-req-card__icon--orange { color: #ff8a3d; }
.cc-pci-req-card__icon--green { color: #43c28a; }
.cc-pci-req-card__icon--yellow { color: #d4a120; }
.cc-pci-req-card__icon--indigo { color: #4567f0; }
.cc-pci-req-card__icon--sky { color: #73b7ff; }
.cc-pci-req-card__icon--teal { color: #20b2aa; }
.cc-pci-req-card__icon--cyan { color: #3292ff; }
.cc-pci-req-card__icon--brown { color: #9f6d3b; }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .cc-pci-req-card {
    min-height: 148px;
  }

  .cc-pci-req-card__body h3 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .cc-pci-requirements-section {
    padding: 28px 0 56px;
  }

  .cc-pci-requirements-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cc-pci-requirements-subtitle {
    margin-bottom: 28px;
  }

  .cc-pci-req-card {
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .cc-pci-requirements-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-pci-requirements-heading {
    margin-bottom: 8px;
  }

  .cc-pci-requirements-subtitle {
    font-size: 14px;
    line-height: 1.65;
  }

  .cc-pci-req-card {
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
  }

  .cc-pci-req-card__icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 14px;
  }

  .cc-pci-req-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .cc-pci-req-card__body h3 {
    font-size: 16px;
    line-height: 1.28;
  }

  .cc-pci-req-card__body p {
    font-size: 13px;
    line-height: 1.58;
  }
}

@media (max-width: 480px) {
  .cc-pci-requirements-section {
    padding: 24px 0 44px;
  }

  .cc-pci-requirements-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-pci-requirements-subtitle {
    margin-bottom: 22px;
  }

  .cc-pci-req-card {
    padding: 14px;
    gap: 12px;
  }

  .cc-pci-req-card__body h3 {
    font-size: 15px;
  }

  .cc-pci-req-card__body p {
    font-size: 12.8px;
  }
}

   /* =========================================================
   WHY ORGANIZATIONS NEED PCI DSS
========================================================= */

.cc-pci-need-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 34px 0 70px;
}

.cc-pci-need-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

/* Heading */
.cc-pci-need-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 72px;
}

.cc-pci-need-heading__line {
  flex: 1 1 240px;
  max-width: 430px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(242, 138, 34, 0.04) 0%,
    rgba(242, 138, 34, 0.65) 52%,
    rgba(242, 138, 34, 0.04) 100%
  );
}

.cc-pci-need-heading__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f28a22;
  flex-shrink: 0;
}

.cc-pci-need-heading h2 {
  margin: 0;
  color: #24272d;
  font-size: clamp(30px, 3vw, 30px);
  line-height: 1.12;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.cc-pci-need-heading h2 span {
  color: #f2653d;
}

/* Grid */
.cc-pci-need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Card */
.cc-pci-need-card {
  position: relative;
  min-height: 196px;
  padding: 24px 22px 26px;
  border-radius: 6px;
  background: #f2f8ff;
  border: 1.5px solid rgba(31, 134, 255, 0.70);
  box-shadow: 0 10px 26px rgba(31, 134, 255, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.cc-pci-need-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 18%, rgba(31, 134, 255, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 86% 88%, rgba(242, 138, 34, 0.06) 0%, transparent 30%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.cc-pci-need-card:hover {
  transform: translateY(-7px);
  background: #ffffff;
  border-color: rgba(31, 134, 255, 0.95);
  box-shadow:
    0 22px 44px rgba(8, 63, 87, 0.10),
    0 8px 18px rgba(31, 134, 255, 0.08);
}

.cc-pci-need-card:hover::before {
  opacity: 1;
}

.cc-pci-need-card__icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.28s ease;
}

.cc-pci-need-card__icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: block;
}

.cc-pci-need-card:hover .cc-pci-need-card__icon {
  transform: translateY(-2px) scale(1.04);
}

.cc-pci-need-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #20242a;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cc-pci-need-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #8a8f96;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
  .cc-pci-need-heading {
    margin-bottom: 56px;
  }

  .cc-pci-need-grid {
    gap: 22px;
  }

  .cc-pci-need-card {
    min-height: 190px;
  }

  .cc-pci-need-card h3 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .cc-pci-need-section {
    padding: 30px 0 58px;
  }

  .cc-pci-need-heading {
    margin-bottom: 40px;
  }

  .cc-pci-need-heading h2 {
    white-space: normal;
  }

  .cc-pci-need-heading__line {
    max-width: 180px;
  }

  .cc-pci-need-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .cc-pci-need-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .cc-pci-need-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-pci-need-heading {
    gap: 10px;
    margin-bottom: 34px;
  }

  .cc-pci-need-heading__line {
    max-width: 80px;
  }

  .cc-pci-need-heading h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .cc-pci-need-card {
    padding: 22px 18px 24px;
  }

  .cc-pci-need-card__icon,
  .cc-pci-need-card__icon img {
    width: 58px;
    height: 58px;
  }

  .cc-pci-need-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .cc-pci-need-card p {
    font-size: 13px;
    line-height: 1.58;
  }
}

@media (max-width: 480px) {
  .cc-pci-need-section {
    padding: 24px 0 46px;
  }

  .cc-pci-need-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-pci-need-heading__line {
    max-width: 42px;
  }

  .cc-pci-need-heading__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(242, 138, 34, 0.08);
  }

  .cc-pci-need-heading h2 {
    font-size: 24px;
  }

  .cc-pci-need-card {
    border-radius: 8px;
  }
}

   /* =========================================================
   WHY CHOOSE CYBERCUBE
========================================================= */

.cc-why-cybercube-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 34px 0 76px;
}

.cc-why-cybercube-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

/* Heading */
.cc-why-cybercube-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.cc-why-cybercube-heading__line {
  flex: 1 1 240px;
  max-width: 430px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(242, 138, 34, 0.04) 0%,
    rgba(242, 138, 34, 0.62) 52%,
    rgba(242, 138, 34, 0.04) 100%
  );
}

.cc-why-cybercube-heading__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f28a22;
  flex-shrink: 0;
}

.cc-why-cybercube-heading h2 {
  margin: 0;
  color: #24272d;
  font-size: clamp(30px, 3vw, 30px);
  padding: 0 20px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.cc-why-cybercube-subtitle {
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
  color: #6a7380;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

/* Main layout */
.cc-why-cybercube-wrap {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding-top: 42px;
}

.cc-why-cybercube-globe {
  position: absolute;
  left: -34px;
  top: -18px;
  width: 126px;
  height: 126px;
  color: #111111;
  opacity: 0.82;
  z-index: 1;
  pointer-events: none;
}

.cc-why-cybercube-globe svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Dark strip */
.cc-why-cybercube-card {
  position: relative;
  z-index: 2;
  width: calc(100% - 46px);
  margin: 0 auto;
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  background: #083f57;
  border-radius: 46px;
  padding: 48px 42px;
  box-sizing: border-box;
  box-shadow:
    0 24px 54px rgba(8, 63, 87, 0.14),
    0 8px 20px rgba(8, 63, 87, 0.08);
}

.cc-why-cybercube-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(18, 144, 255, 0.08) 0%, transparent 30%);
}

.cc-why-cybercube-item {
  position: relative;
  z-index: 1;
  min-height: 132px;
  padding: 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cc-why-cybercube-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.56);
}

.cc-why-cybercube-item h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cc-why-cybercube-item p {
  margin: 0;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Hover interaction */
.cc-why-cybercube-item {
  transition: transform 0.28s ease;
}

.cc-why-cybercube-item:hover {
  transform: translateY(-4px);
}

.cc-why-cybercube-item h3,
.cc-why-cybercube-item p {
  transition: color 0.28s ease;
}

.cc-why-cybercube-item:hover h3 {
  color: #ffffff;
}

.cc-why-cybercube-item:hover p {
  color: rgba(255, 255, 255, 1);
}

/* Responsive */
@media (max-width: 1200px) {
  .cc-why-cybercube-card {
    width: 100%;
    padding: 42px 28px;
  }

  .cc-why-cybercube-item {
    padding: 0 30px;
  }

  .cc-why-cybercube-globe {
    left: -16px;
  }
}

@media (max-width: 991px) {
  .cc-why-cybercube-section {
    padding: 30px 0 62px;
  }

  .cc-why-cybercube-heading h2 {
    white-space: normal;
  }

  .cc-why-cybercube-heading__line {
    max-width: 180px;
  }

  .cc-why-cybercube-subtitle {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .cc-why-cybercube-wrap {
    padding-top: 36px;
  }

  .cc-why-cybercube-globe {
    left: 0;
    top: -8px;
    width: 104px;
    height: 104px;
  }

  .cc-why-cybercube-card {
    grid-template-columns: 1fr;
    border-radius: 0 34px 34px 34px;
    padding: 34px 30px;
  }

  .cc-why-cybercube-item {
    min-height: auto;
    padding: 24px 0;
  }

  .cc-why-cybercube-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .cc-why-cybercube-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .cc-why-cybercube-item p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 768px) {
  .cc-why-cybercube-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-why-cybercube-heading {
    gap: 10px;
    margin-bottom: 16px;
  }

  .cc-why-cybercube-heading__line {
    max-width: 80px;
  }

  .cc-why-cybercube-heading h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .cc-why-cybercube-subtitle {
    font-size: 14px;
    line-height: 1.65;
  }

  .cc-why-cybercube-globe {
    width: 90px;
    height: 90px;
  }

  .cc-why-cybercube-card {
    padding: 28px 24px;
    border-radius: 0 26px 26px 26px;
  }

  .cc-why-cybercube-item h3 {
    font-size: 20px;
  }

  .cc-why-cybercube-item p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cc-why-cybercube-section {
    padding: 24px 0 48px;
  }

  .cc-why-cybercube-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-why-cybercube-heading__line {
    max-width: 42px;
  }

  .cc-why-cybercube-heading__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(242, 138, 34, 0.08);
  }

  .cc-why-cybercube-heading h2 {
    font-size: 24px;
  }

  .cc-why-cybercube-wrap {
    padding-top: 30px;
  }

  .cc-why-cybercube-globe {
    width: 76px;
    height: 76px;
  }

  .cc-why-cybercube-card {
    padding: 24px 20px;
  }

  .cc-why-cybercube-item {
    padding: 20px 0;
  }

  .cc-why-cybercube-item h3 {
    font-size: 18px;
  }

  .cc-why-cybercube-item p {
    font-size: 14px;
  }
}

.cc-why-cybercube-globe {
  position: absolute;
  left: -34px;
  top: -18px;
  width: 126px;
  height: 126px;
  color: #111111;
  opacity: 0.82;
  z-index: 1;
  pointer-events: none;

  animation: ccRotateGlobe 18s linear infinite;
  transform-origin: center;
}

.cc-why-cybercube-globe svg {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center;
}

@keyframes ccRotateGlobe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

    /* =========================================================
   MODERN FAQ SECTION
========================================================= */

.cc-faq-modern-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 72px 0 40px;
}

.cc-faq-modern-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

.cc-faq-modern-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: end;
  max-width: 1220px;
  margin: 0 auto;
}

.cc-faq-modern-left {
  min-width: 0;
}

.cc-faq-modern-title {
  margin: 0 0 58px;
  color: #000000;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* FAQ List */
.cc-faq-modern-list {
  display: grid;
  gap: 14px;
}

.cc-faq-modern-item {
  position: relative;
  border: 1px solid #d4d8dc;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.cc-faq-modern-item:hover {
  border-color: rgba(8, 63, 87, 0.32);
  box-shadow: 0 12px 28px rgba(8, 63, 87, 0.06);
}

.cc-faq-modern-item.is-open {
  border-color: #d4d8dc;
  box-shadow: 0 12px 30px rgba(8, 63, 87, 0.045);
}

.cc-faq-modern-question {
  width: 100%;
  min-height: 70px;
  padding: 0 28px;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  text-align: left;
  cursor: pointer;
  color: #000000;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

.cc-faq-modern-question:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(8, 63, 87, 0.16);
}

.cc-faq-modern-plus {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.cc-faq-modern-plus::before,
.cc-faq-modern-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #333333;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    background 0.25s ease;
}

.cc-faq-modern-plus::before {
  width: 21px;
  height: 2px;
}

.cc-faq-modern-plus::after {
  width: 2px;
  height: 21px;
}

.cc-faq-modern-item.is-open .cc-faq-modern-plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.cc-faq-modern-item.is-open .cc-faq-modern-plus::before {
  background: #083f57;
}

.cc-faq-modern-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.cc-faq-modern-answer-inner {
  padding: 0 28px 26px;
}

.cc-faq-modern-answer p {
  margin: 0;
  max-width: 760px;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

/* Help Card */
.cc-faq-modern-help-card {
  min-height: 486px;
  border: 1px solid #d4d8dc;
  border-radius: 10px;
  background: #ffffff;
  padding: 62px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.cc-faq-modern-help-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 63, 87, 0.28);
  box-shadow: 0 16px 34px rgba(8, 63, 87, 0.07);
}

.cc-faq-modern-help-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 38px;
  background: #083f57;
  position: relative;
}

.cc-faq-modern-help-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 0;
  border-top: 16px solid #083f57;
  border-right: 16px solid transparent;
}

.cc-faq-modern-help-card h3 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 24px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cc-faq-modern-help-card p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.cc-faq-modern-help-btn {
  margin-top: 42px;
  width: 100%;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #083f57;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cc-faq-modern-help-btn:hover {
  background: #0a4d6a;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8, 63, 87, 0.18);
}

/* Responsive */
@media (max-width: 1200px) {
  .cc-faq-modern-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .cc-faq-modern-title {
    font-size: clamp(48px, 5vw, 68px);
  }

  .cc-faq-modern-question {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .cc-faq-modern-section {
    padding: 60px 0 70px;
  }

  .cc-faq-modern-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cc-faq-modern-title {
    margin-bottom: 36px;
  }

  .cc-faq-modern-help-card {
    min-height: auto;
    padding: 38px 28px 28px;
  }

  .cc-faq-modern-help-icon {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .cc-faq-modern-help-btn {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .cc-faq-modern-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-faq-modern-title {
    font-size: 44px;
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .cc-faq-modern-question {
    min-height: 64px;
    padding: 0 20px;
    font-size: 16px;
  }

  .cc-faq-modern-answer-inner {
    padding: 0 20px 22px;
  }

  .cc-faq-modern-answer p {
    font-size: 14px;
    line-height: 1.7;
  }

  .cc-faq-modern-help-card h3 {
    font-size: 22px;
  }

  .cc-faq-modern-help-card p {
    font-size: 14px;
    line-height: 1.75;
  }

  .cc-faq-modern-help-btn {
    min-height: 58px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cc-faq-modern-section {
    padding: 48px 0 56px;
  }

  .cc-faq-modern-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-faq-modern-title {
    font-size: 36px;
  }

  .cc-faq-modern-question {
    padding: 0 16px;
    gap: 16px;
  }

  .cc-faq-modern-answer-inner {
    padding: 0 16px 20px;
  }

  .cc-faq-modern-help-card {
    padding: 32px 22px 24px;
  }

  .cc-faq-modern-help-icon {
    width: 52px;
    height: 52px;
  }

  .cc-faq-modern-help-icon::after {
    bottom: -12px;
    border-top-width: 14px;
    border-right-width: 14px;
  }
}

/* =========================================================
   OUR PROVEN COMPLIANCE PROCESS
========================================================= */

.cc-proven-process-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #ffffff;
  padding: 30px 0 92px;
}

/* Wave background */
.cc-proven-process-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;

  /* Controls vertical position of the wave */
  top: 145px;

  height: 310px;
  background-image: var(--cc-proven-process-wave);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;

  opacity: 1;
  filter: saturate(1.12) contrast(1.04);
  pointer-events: none;
  z-index: 0;
}

/* Optional soft blue glow behind wave */
.cc-proven-process-section::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 178px;
  height: 190px;
  background: radial-gradient(
    ellipse at center,
    rgba(8, 63, 87, 0.08) 0%,
    rgba(8, 63, 87, 0.035) 35%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 0;
}

.cc-proven-process-container {
  position: relative;
  z-index: 2;
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */

.cc-proven-process-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.cc-proven-process-heading__line {
  flex: 1 1 220px;
  max-width: 360px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(242, 138, 34, 0.04) 0%,
    rgba(242, 138, 34, 0.62) 52%,
    rgba(242, 138, 34, 0.04) 100%
  );
}

.cc-proven-process-heading__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f28a22;
  flex-shrink: 0;

}

.cc-proven-process-heading h2 {
  margin: 0;
  color: #24272d;
  font-size: clamp(28px, 2.4vw, 30px);
  padding: 0 20px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
  
}

.cc-proven-process-subtitle {
  margin: 0 auto 70px;
  max-width: 860px;
  text-align: center;
  color: #111111;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   CARD GRID
========================================================= */

.cc-proven-process-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  max-width: 1460px;
  margin: 0 auto;
  align-items: stretch;
}

/* =========================================================
   CARD
========================================================= */

.cc-proven-process-card {
  position: relative;
  min-height: 176px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 18px 36px rgba(8, 63, 87, 0.11),
    0 6px 16px rgba(8, 63, 87, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.cc-proven-process-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 26px 52px rgba(8, 63, 87, 0.15),
    0 10px 24px rgba(8, 63, 87, 0.08);
}

.cc-proven-process-card__header {
  min-height: 66px;
  padding: 14px 16px 12px;
  background: linear-gradient(180deg, #123f56 0%, #0b3449 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.cc-proven-process-card__body {
  min-height: 112px;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-proven-process-card__body p {
  margin: 0;
  color: #161a1f;
  text-align: center;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 500;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1400px) {
  .cc-proven-process-grid {
    gap: 26px;
  }

  .cc-proven-process-card__header {
    font-size: 13px;
  }

  .cc-proven-process-card__body {
    padding: 22px 18px;
  }

  .cc-proven-process-card__body p {
    font-size: 12.5px;
  }
}

@media (max-width: 1200px) {
  .cc-proven-process-section {
    padding: 28px 0 76px;
  }

  .cc-proven-process-section::before {
    top: 155px;
    height: 280px;
    background-size: cover;
  }

  .cc-proven-process-subtitle {
    margin-bottom: 50px;
  }

  .cc-proven-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .cc-proven-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    gap: 22px;
  }

  .cc-proven-process-section::before {
    top: 170px;
    height: 420px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .cc-proven-process-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-proven-process-heading {
    gap: 10px;
  }

  .cc-proven-process-heading__line {
    max-width: 80px;
  }

  .cc-proven-process-heading h2 {
    white-space: normal;
    font-size: 28px;
    line-height: 1.2;
  }

  .cc-proven-process-subtitle {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 36px;
  }

  .cc-proven-process-card__header {
    min-height: 60px;
    font-size: 13px;
  }

  .cc-proven-process-card__body {
    min-height: 104px;
    padding: 18px 14px;
  }

  .cc-proven-process-section::before {
    top: 180px;
    height: 440px;
    opacity: 0.88;
  }
}

@media (max-width: 560px) {
  .cc-proven-process-section {
    padding: 24px 0 50px;
  }

  .cc-proven-process-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-proven-process-heading__line {
    max-width: 42px;
  }

  .cc-proven-process-heading__dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(242, 138, 34, 0.08);
  }

  .cc-proven-process-heading h2 {
    font-size: 24px;
  }

  .cc-proven-process-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    gap: 18px;
  }

  .cc-proven-process-card {
    min-height: auto;
  }

  .cc-proven-process-section::before {
    top: 190px;
    height: 620px;
    background-size: cover;
    opacity: 0.78;
  }
}
    /* =========================================================
   PCI SSF COMPLIANCE METHODOLOGY
========================================================= */

.cc-ssf-methodology-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 52%, #f7f7f7 100%);
  padding: 26px 0 70px;
}

.cc-ssf-methodology-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */

.cc-ssf-methodology-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}

.cc-ssf-methodology-heading__line {
  flex: 1 1 220px;
  max-width: 330px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(242, 138, 34, 0.04) 0%,
    rgba(242, 138, 34, 0.68) 52%,
    rgba(242, 138, 34, 0.04) 100%
  );
}

.cc-ssf-methodology-heading__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f28a22;
  flex-shrink: 0;
  
}

.cc-ssf-methodology-heading h2 {
  margin: 0;
  color: #24272d;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.16;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.cc-ssf-methodology-subtitle {
  max-width: 850px;
  margin: 0 auto 38px;
  color: #111111;
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   STAGE
========================================================= */

.cc-ssf-methodology-stage {
  position: relative;
  width: min(100%, 980px);
  min-height: 360px;
  margin: 0 auto;
}

/* Center image - mirrored/inversed */
.cc-ssf-methodology-center-image {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 540px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.cc-ssf-methodology-center-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;

  /* mirror inverse */
  transform: scaleX(-1);
}

/* =========================================================
   CARDS
========================================================= */

.cc-ssf-method-card {
  position: absolute;
  z-index: 2;
  width: 250px;
  min-height: 82px;
  padding: 14px 18px 12px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow:
    0 16px 34px rgba(8, 63, 87, 0.09),
    0 6px 14px rgba(8, 63, 87, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.cc-ssf-method-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 44px rgba(8, 63, 87, 0.13),
    0 8px 20px rgba(8, 63, 87, 0.07);
}

.cc-ssf-method-card h3 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cc-ssf-method-card p {
  margin: 0;
  color: #5f6872;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 500;
}

/* =========================================================
   REMOVE OLD DOT
========================================================= */

.cc-ssf-method-card::before {
  display: none !important;
  content: none !important;
}

/* =========================================================
   LEAF / BRANCH DECORATION
========================================================= */

.cc-ssf-method-card__leaf {
  position: absolute;
  top: -11px;
  width: 24px;
  height: 18px;
  pointer-events: none;
}

.cc-ssf-method-card__leaf--left {
  left: -10px;
}

.cc-ssf-method-card__leaf--right {
  right: -10px;
  transform: scaleX(-1);
}

.cc-ssf-method-card__leaf::before,
.cc-ssf-method-card__leaf::after {
  content: "";
  position: absolute;
  background: #1c2f57;
  border-radius: 100% 0 100% 0;
}

.cc-ssf-method-card__leaf::before {
  width: 9px;
  height: 14px;
  left: 6px;
  top: 2px;
  transform: rotate(-22deg);
}

.cc-ssf-method-card__leaf::after {
  width: 7px;
  height: 11px;
  left: 13px;
  top: 0;
  transform: rotate(18deg);
}

.cc-ssf-method-card__leaf span {
  display: none;
}

.cc-ssf-method-card__leaf {
  border-left: 1.5px solid #1c2f57;
  border-bottom-left-radius: 8px;
}

/* =========================================================
   EXACT DESKTOP CARD POSITIONS
========================================================= */

.cc-ssf-method-card--phase-1 {
  left: 0;
  top: 14px;
}

.cc-ssf-method-card--phase-2 {
  left: 105px;
  top: 158px;
}

.cc-ssf-method-card--phase-3 {
  right: 0;
  top: 20px;
}

.cc-ssf-method-card--phase-4 {
  right: 112px;
  top: 158px;
}

.cc-ssf-method-card--phase-5 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.cc-ssf-method-card--phase-5:hover {
  transform: translateX(-50%) translateY(-4px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .cc-ssf-methodology-stage {
    width: min(100%, 880px);
    min-height: 340px;
  }

  .cc-ssf-methodology-center-image {
    width: 500px;
  }

  .cc-ssf-method-card {
    width: 230px;
  }

  .cc-ssf-method-card--phase-1 {
    left: 0;
  }

  .cc-ssf-method-card--phase-2 {
    left: 74px;
  }

  .cc-ssf-method-card--phase-3 {
    right: 0;
  }

  .cc-ssf-method-card--phase-4 {
    right: 74px;
  }
}

@media (max-width: 900px) {
  .cc-ssf-methodology-section {
    padding: 24px 0 58px;
  }

  .cc-ssf-methodology-heading h2 {
    white-space: normal;
  }

  .cc-ssf-methodology-heading__line {
    max-width: 110px;
  }

  .cc-ssf-methodology-subtitle {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .cc-ssf-methodology-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    min-height: auto;
    width: min(100%, 720px);
  }

  .cc-ssf-methodology-center-image {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-column: 1 / -1;
    width: min(100%, 520px);
    margin: 0 auto 8px;
  }

  .cc-ssf-method-card,
  .cc-ssf-method-card--phase-1,
  .cc-ssf-method-card--phase-2,
  .cc-ssf-method-card--phase-3,
  .cc-ssf-method-card--phase-4,
  .cc-ssf-method-card--phase-5 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }

  .cc-ssf-method-card--phase-5 {
    grid-column: 1 / -1;
    width: min(100%, 350px);
    margin: 0 auto;
  }

  .cc-ssf-method-card--phase-5:hover,
  .cc-ssf-method-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 640px) {
  .cc-ssf-methodology-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-ssf-methodology-heading {
    gap: 10px;
  }

  .cc-ssf-methodology-heading__line {
    max-width: 54px;
  }

  .cc-ssf-methodology-heading h2 {
    font-size: 24px;
  }

  .cc-ssf-methodology-stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cc-ssf-method-card--phase-5 {
    grid-column: auto;
    width: 100%;
  }

  .cc-ssf-method-card {
    min-height: auto;
    padding: 14px 16px;
  }
}

@media (max-width: 480px) {
  .cc-ssf-methodology-section {
    padding: 22px 0 46px;
  }

  .cc-ssf-methodology-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-ssf-methodology-heading__line {
    max-width: 38px;
  }

  .cc-ssf-methodology-heading__dot {
    width: 8px;
    height: 8px;
  }

  .cc-ssf-methodology-heading h2 {
    font-size: 22px;
  }

  .cc-ssf-methodology-subtitle {
    font-size: 11.5px;
    line-height: 1.55;
  }
}

    /* =========================================================
   WHY ORGANIZATIONS NEED PCI SSF
========================================================= */

.cc-ssf-need-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f7f7 0%, #f7f9fc 52%, #ffffff 100%);
  padding: 34px 0 66px;
}

.cc-ssf-need-container {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-left: clamp(28px, 6vw, 110px);
  padding-right: clamp(28px, 6vw, 110px);
  box-sizing: border-box;
}

/* Heading */
.cc-ssf-need-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
}

.cc-ssf-need-heading__line {
  flex: 1 1 160px;
  max-width: 270px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(242, 138, 34, 0.04) 0%,
    rgba(242, 138, 34, 0.72) 52%,
    rgba(242, 138, 34, 0.04) 100%
  );
}

.cc-ssf-need-heading__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28a22;
  flex-shrink: 0;
}

.cc-ssf-need-heading h2 {
  margin: 0;
  color: #24272d;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.16;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: -0.035em;
  text-align: center;
  white-space: nowrap;
}

.cc-ssf-need-heading h2 span {
  color: #f2653d;
}

/* Grid */
.cc-ssf-need-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
}

/* Card */
.cc-ssf-need-card {
  position: relative;
  min-height: 128px;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 10px 26px rgba(8, 63, 87, 0.06),
    0 4px 12px rgba(8, 63, 87, 0.035);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.cc-ssf-need-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 42px rgba(8, 63, 87, 0.11),
    0 8px 18px rgba(8, 63, 87, 0.06);
}

.cc-ssf-need-card__header {
  min-height: 42px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #123f56 0%, #0b3449 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.cc-ssf-need-card__body {
  min-height: 86px;
  padding: 20px 18px 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-ssf-need-card__body p {
  margin: 0;
  color: #1d232b;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
  .cc-ssf-need-grid {
    gap: 20px;
  }

  .cc-ssf-need-card__header {
    font-size: 12px;
  }

  .cc-ssf-need-card__body p {
    font-size: 11.5px;
  }
}

@media (max-width: 991px) {
  .cc-ssf-need-section {
    padding: 30px 0 56px;
  }

  .cc-ssf-need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

  .cc-ssf-need-heading h2 {
    white-space: normal;
  }

  .cc-ssf-need-heading__line {
    max-width: 140px;
  }
}

@media (max-width: 640px) {
  .cc-ssf-need-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc-ssf-need-heading {
    gap: 9px;
    margin-bottom: 28px;
  }

  .cc-ssf-need-heading__line {
    max-width: 52px;
  }

  .cc-ssf-need-heading h2 {
    font-size: 24px;
  }

  .cc-ssf-need-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    gap: 16px;
  }

  .cc-ssf-need-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .cc-ssf-need-section {
    padding: 24px 0 46px;
  }

  .cc-ssf-need-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc-ssf-need-heading h2 {
    font-size: 22px;
  }

  .cc-ssf-need-heading__dot {
    width: 7px;
    height: 7px;
  }
}

