/* ============================================
DIGITX ABOUT BANNER CSS
============================================ */

.about-banner {
  background-image: url(../images/about-banner.webp);
  background-size: cover;
  background-attachment: local;
  min-height: 700px;
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.about-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background: linear-gradient(90deg, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.7) 50%, rgba(15, 15, 15, 0.3) 100%);*/
  z-index: 1;
}
.about-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about-content {
  max-width: 600px;
  color: white;
}
.about-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.about-heading {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
}
.about-heading span {
  color: #fff;
}
.about-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #e5e7eb;
  margin-bottom: 2rem;
  max-width: 500px;
}
.about-button {
  font-family: math;
  background-color: #fff;
  color: #0b1f3a;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.about-button:hover {
background-color: #0b1f3a;
color: #fff;
transform: translateY(-2px);
}
.about-button:active {
  transform: translateY(0);
}
.about-arrow {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
.about-banner {
  min-height: auto;
  padding: 2rem 1.5rem;
  background-attachment: scroll;
}
.about-heading {
  font-size: 1.875rem;
}
.about-label {
  margin-bottom: 1rem;
}
.about-description {
  margin-bottom: 1.5rem;
}
}

/* ===== VISION SECTION ===== */
.vision-section {
  background: #fff;
  padding: 80px 40px;
}
.vision-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
}
.vision-left {
  flex: 1;
  min-width: 0;
}
.vision-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.vision-doc-icon {
  width: 48px;
  height: 48px;
  border: 1.5px solid #0b1f3a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #0b1f3a;
}
.vision-doc-icon svg {
  width: 26px;
  height: 26px;
}
.vision-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #0b1f3a;
  text-transform: uppercase;
}
.vision-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #0b1f3a;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.vision-divider {
  width: 44px;
  height: 3px;
  background: #0b1f3a;
  border-radius: 2px;
  margin-bottom: 28px;
}
.vision-para {
  font-size: 14.5px;
  color: #0b1f3a;
  line-height: 1.85;
  margin: 0 0 20px 0;
  max-width: 520px;
}
.vision-para:last-child {
  margin-bottom: 0;
}
.vision-right {
  flex: 1;
  min-width: 0;
}
.vision-img-frame {
  border: 1.5px solid #1a4a8a;
  border-radius: 12px;
  overflow: hidden;
  background: #0a1e3a;
  box-shadow:
    0 0 40px rgba(30, 100, 200, 0.2),
    inset 0 0 60px rgba(10, 30, 70, 0.5);
}
.vision-img-frame img{
  width: 100%;
  height: auto;
  display: block;
}
.vision-target-svg {
  width: 100%;
  height: auto;
  display: block;
}
 
@media (max-width: 900px) {
  .vision-container {
    gap: 40px;
  }
  .vision-para {
    max-width: 100%;
  }
}
 
@media (max-width: 768px) {
  .vision-section {
    padding: 56px 20px;
  }
  .vision-container {
    flex-direction: column;
    gap: 40px;
  }
  .vision-left,
  .vision-right {
    width: 100%;
  }
  .vision-title {
    font-size: 26px;
  }
}
 
@media (max-width: 480px) {
  .vision-section {
    padding: 44px 16px;
  }
  .vision-title {
    font-size: 22px;
  }
  .vision-para {
    font-size: 13.5px;
  }
}


/* ===== FOUNDATION SECTION ===== */
.found-section {
  background: #071428;
  padding: 80px 40px;
}
.found-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
}
.found-left {
  flex: 1;
  min-width: 0;
}
.found-img-frame {
  border: 1.5px solid #1a4a8a;
  border-radius: 12px;
  overflow: hidden;
  background: #0a1628;
  box-shadow:
    0 0 50px rgba(26, 111, 196, 0.2),
    inset 0 0 40px rgba(10, 22, 40, 0.6);
}
.found-img-frame img{
  width: 100%;
  height: auto;
  display: block;
}
.found-hex-svg {
  width: 100%;
  height: auto;
  display: block;
}
.found-right {
  flex: 1.1;
  min-width: 0;
}
.found-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.found-icon-box {
  width: 52px;
  height: 52px;
  border: 1.5px solid #2a5080;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.found-icon-box svg {
  width: 28px;
  height: 28px;
}
.found-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  text-transform: uppercase;
}
.found-title {
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.25;
}
.found-divider {
  width: 44px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 28px;
}
 
.found-para {
  font-size: 14px;
  color: #fff;
  line-height: 1.85;
  margin: 0 0 18px 0;
}
.found-para:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .found-container {
    gap: 40px;
  }
}
 
@media (max-width: 768px) {
  .found-section {
    padding: 56px 20px;
  }
  .found-container {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .found-left,
  .found-right {
    width: 100%;
  }
  .found-title {
    font-size: 24px;
  }
}
 
@media (max-width: 480px) {
  .found-section {
    padding: 44px 16px;
  }
  .found-title {
    font-size: 21px;
  }
  .found-para {
    font-size: 13.5px;
  }
}


.wcu *, .wcu *::before, .wcu *::after { box-sizing: border-box; margin: 0; padding: 0; }
.wcu {
background: #fff;
padding: 80px 24px;
}
.wcu__inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}
.wcu__header { text-align: center; }
.wcu__eyebrow {
display: block;
color: #0b1f3a;
font-size: 11px;
font-weight: 700;
letter-spacing: 3.5px;
text-transform: uppercase;
margin-bottom: 12px;
}
.wcu__heading {
color: #0b1f3a;
font-size: clamp(26px, 3.2vw, 40px);
font-weight: 700;
letter-spacing: -0.3px;
margin-bottom: 14px;
}
.wcu__divider {
width: 50px;
height: 2px;
background: #16345e;
margin: 0 auto;
}
.wcu__cards {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 16px;
}
.wcu__card {
background: #16345e;
border: 1px solid #16345e;
border-radius: 8px;
padding: 20px 10px 20px;
display: flex;
flex-direction: column;
gap: 14px;
align-items: center;
text-align: center;
transition: border-color 0.25s ease, transform 0.25s ease;
}
.wcu__card:hover {
border-color: #C9A84C55;
transform: translateY(-3px);
}
.wcu__icon {
width: 48px;
height: 48px;
flex-shrink: 0;
}
.wcu__icon svg {
width: 48px;
height: 48px;
display: block;
}
.wcu__card-title {
color: #ffffff;
font-size: 14.5px;
font-weight: 600;
line-height: 1.45;
}
.wcu__card-text {
color: #fff;
font-size: 12.5px;
line-height: 1.75;
}

@media (max-width: 1024px) {
.wcu__cards {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 680px) {
.wcu { padding: 48px 12px; }
.wcu__cards {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.wcu__card {
padding: 18px 12px 16px;
gap: 8px;
}
.wcu__card-title { font-size: 13px; }
.wcu__card-text { font-size: 11.5px; }

.wcu__icon { width: 36px; height: 36px; }
.wcu__icon svg { width: 36px; height: 36px; }
}
@media (max-width: 360px) {
.wcu { padding: 40px 8px; }
.wcu__cards { gap: 8px; }
.wcu__card {
padding: 14px 10px 12px;
}
.wcu__card-title { font-size: 12px; }
.wcu__card-text { font-size: 11px; }
}


/* ===== FAQ SECTION ===== */
.faq-section {
  background: #071428;
  padding: 80px 20px;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-header {
  text-align: center;
  margin-bottom: 52px;
}
.faq-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.faq-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.faq-divider {
  width: 44px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #04223e;
  border: 1px solid #174967;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.faq-item.active {
  background: linear-gradient(180deg, #0a3a5c 0%, #04223e 100%);
  border-color: #238fa255;
  box-shadow: 0 0 0 1px #238fa215,
              inset 0 1px 0 #238fa270,
              inset 0 -1px 0 #174967aa;
}

.faq-item.active::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, #238fa2 25%, #3dbdd4 50%, #238fa2 75%, transparent 95%);
}

.faq-item.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, #174967 25%, #238fa2 50%, #174967 75%, transparent 95%);
}
.faq-item:hover {
  border-color: #2a6cc4;
}
.faq-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 28px 28px 24px;
}
.faq-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1a3a6a;
  color: #7eb8f7;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background 0.25s;
}
.faq-item.active .faq-num {
  background: #1e5099;
}
.faq-content {
  flex: 1;
  min-width: 0;
}
.faq-question {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0 0;
  line-height: 1.4;
  padding-top: 8px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.3s ease;
  margin-top: 0;
}
.faq-item.active .faq-answer {
  max-height: 2000px;
  margin-top: 14px;
}
.faq-answer p {
  font-size: 14px;
  color: #90aacc;
  line-height: 1.85;
  margin: 0;
}
.faq-toggle {
  flex-shrink: 0;
  margin-top: 8px;
}
.faq-icon {
  width: 28px;
  height: 28px;
  display: block;
  transition: transform 0.35s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-item.active .faq-icon circle {
  stroke: #4a9eff;
}
.faq-item.active .faq-plus-h,
.faq-item.active .faq-plus-v {
  stroke: #4a9eff;
}
 
@media (max-width: 600px) {
  .faq-section {
    padding: 56px 16px;
  }
  .faq-row {
    padding: 22px 18px 22px 18px;
    gap: 14px;
  }
  .faq-num {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .faq-question {
    font-size: 14px;
    padding-top: 6px;
  }
  .faq-answer p {
    font-size: 13px;
  }
  .faq-icon {
    width: 24px;
    height: 24px;
  }
}