/* ══════════════════════════════════════════
   RAPID TACTICAL — HOMEPAGE SECTIONS
   Deployment, Why Rapid, and Connected Ecosystem.
══════════════════════════════════════════ */

/* ────────────────────────────
   DEPLOYMENT SECTION
──────────────────────────── */

.deploy-section {
  position: relative;
  background: #ffffff;
}

.deploy-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 56px 64px 36px 64px;
  gap: 25%;
}

.deploy-header {
  max-width: 480px;
  flex-shrink: 0;
}



.deploy-heading {
  font-size: var(--heading-size);
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.deploy-desc {
  font-size: var(--content-size);
  font-weight: 400;
  color: #555;
  line-height: 1.7;
  max-width: 440px;
}

.bags-display {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 15%;
}

.bags-display img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

.deploy-bottom {
  position: relative;
  height: 713px;
  overflow: hidden;
  isolation: isolate;
}

.soldier-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.soldier-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.product-card {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: min(903px, 95%);
  height: auto;
  min-height: 456px;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 6px 0px rgba(0, 0, 0, 0.13);
  z-index: 2;
}

.card-title {
  font-weight: 700;
  font-size: var(--subheading-size);
  line-height: 100%;
  padding-bottom: 15px;
}

.card-subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 15px;
  color: #999;
}

.card-desc {
  font-size: var(--content-size);
  line-height: 1.5;
  padding-bottom: 15px;
  max-width: 470px;
}

.card-link {
  font-weight: 500;
  font-size: 18px;
  color: #8b1a1a;
  transition: color 0.15s ease;
}

.card-bag {
  width: 400px;
  height: auto !important;
  flex-shrink: 0;
  display: grid !important;
  grid-template-rows: auto auto !important;
  justify-items: center !important;
  gap: 15px;
  padding: 10px;
  overflow: visible !important;
}

model-viewer {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}




/* ────────────────────────────
   WHY RAPID SECTION
──────────────────────────── */

.why-section {
  background: #ffffff;
  padding: 100px 64px;
  border-top: 1px solid #f0f0f0;
  background-image: url('../../images/bg-img.png');
  width: 100%;
  max-width: 1512px;
  margin-inline: auto;
  min-height: 800px;
}

.why-container {
  display: flex;
  align-items: stretch;
  gap: 48px;
}

/* ── Left: Text Panel ── */
.why-left {
  flex: 0 1 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.why-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--heading-size);
  line-height: 1.1;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.why-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: var(--content-size);
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 40px;
  max-width: 650px;
}

.why-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  width: fit-content;
  transition: all 0.2s ease;
}

.why-link:hover {
  color: #8b1a1a;
  border-color: #8b1a1a;
}

/* ── Right: Image and Cards Grid ── */
.why-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-top-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

.why-card-img {
  flex: 1.2;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

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

.why-top-bottom-col {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-bottom-row {
  display: flex;
  gap: 24px;
  width: 100%;
}

/* ── Universal Card Styling ── */
.why-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  min-width: 0;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: #8b1a1a20;
}

.why-card-label {
  color: #8b1a1a;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 1px;
  width: fit-content;
  transition: color 0.15s ease, border-color 0.15s ease;
  font-family: Quicksand;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

}



/* ────────────────────────────
   WORKFLOW / ECOSYSTEM SECTION
──────────────────────────── */

.workflow-section {
  padding: 100px 64px;
  background: #fff;
  background-image: url('../../images/bg-img.png');
  background-size: cover;
}

.workflow-container {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  max-width: 1440px;
  margin: 0 auto;
}

.workflow-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.workflow-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.workflow-label::before {
  content: '';
  width: 112px;
  height: 1.5px;
  background: #0d0d0d;
}

.workflow-label-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d0d0d;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.workflow-heading {
  font-weight: 700;
  font-size: var(--heading-size);
  line-height: 1.1;
  color: #0d0d0d;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.workflow-subtext {
  font-size: var(--content-size);
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 40px;
  max-width: 580px;
}

.workflow-learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #8b1a1a;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 60px;
  transition: all 0.3s ease;
}

.workflow-learn-btn:hover {
  background: #7a1616;
  transform: translateY(-2px);
}

.workflow-photo-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.workflow-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.workflow-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 180px;
  /* Increased from 100px */
  gap: 60px;
}

.workflow-right::before {
  content: '';
  position: absolute;
  left: 78px;
  top: 40px;
  bottom: 40px;
  width: 5px;
  background: #e5e5e5;
  transition: background 0.4s ease;
}

.workflow-step {
  background: #ffffff;
  border: 1px solid #8b1a1a;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  position: relative;
  max-width: 420px;
}

.workflow-step:hover {
  box-shadow: 0 10px 30px rgba(139, 26, 26, 0.1);
  transform: translateY(-2px);
}

.step-icon {
  position: absolute;
  left: -110px;
  /* (140px padding - 60px icon width)/2 = 40px line pos. Icon left = 40 - 30 = 10? No. 
                   Line is at 40. Icon is 60 wide. Center is 30. 
                   So Icon left relative to card (at 140) should be 40 - 30 - 140 = -130? 
                   Let's check: Card at 140. Icon left at 10. 10 is 130px to the left of 140.
                   So left: -130px. */
  left: -130px;
  top: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active State Logic */
.workflow-step.is-active .step-icon {
  background: #8b1a1a;
  border-color: #8b1a1a;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(139, 26, 26, 0.3);
}

.workflow-step.is-active .step-icon img {
  filter: brightness(0) invert(1) !important;
}

.workflow-step.is-active {
  border-color: #8b1a1a;
  box-shadow: 0 10px 30px rgba(139, 26, 26, 0.08);
}

/* First icon specific style (red background) handled via .is-active script or default */
.step-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: all 0.3s ease;
  /* Default icon color: muted gray */
  filter: grayscale(1) opacity(0.5);
}

.step-counter {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #8b1a1a;
  margin-bottom: 10px;
}

.step-title {
  font-weight: 700;
  font-size: var(--subheading-size);
  color: #0d0d0d;
  margin-bottom: 10px;
}

.step-desc {
  font-size: var(--content-size);
  line-height: 1.5;
  color: #333;
}


/* ── Homepage Sections Multi-Device Overrides ── */

@media (max-width: 1200px) {
  .deploy-top {
    padding: 40px;
  }

  .why-section {
    padding: 60px 40px;
  }

  .why-heading {
    font-size: 52px;
  }
}

@media (max-width: 1024px) {
  .deploy-top {
    flex-direction: column;
    padding: 40px 32px;
    gap: 24px;
  }

  .bags-display {
    justify-content: center;
  }

  .deploy-bottom {
    height: 560px;
  }

  .product-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: -120px auto 30px;
  }

  model-viewer {
    height: 350px !important;
  }

  .why-container {
    flex-direction: column;
  }

  .why-center {
    height: 300px;
    flex: none;
    width: 100%;
  }

  .workflow-container {
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }

  .workflow-right {
    padding-left: 0;
    gap: 30px;
  }

  .workflow-right::before {
    left: 28px;
  }

  .workflow-step {
    width: 100%;
    margin: 0 !important;
    padding-left: 60px;
  }

  .step-icon {
    position: absolute;
    left: 28px;
    top: 24px;
    margin-left: -28px;
  }
}

@media (max-width: 768px) {
  .why-heading {
    font-size: 32px !important;
  }

  .why-desc {
    font-size: 18px;
  }

  .deploy-heading {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .bags-display {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .imgHover {
    width: 60px;
    height: 60px;
  }
}

/* Dark Mode Overrides */
body.dark .deploy-section,
body.dark .why-section,
body.dark .workflow-section {
  background-color: #1a1a1a;
}

body.dark .deploy-heading,
body.dark .why-heading,
body.dark .workflow-heading {
  color: #fff;
}

body.dark .workflow-label-text {
  color: #f0f0f0;
}

body.dark .workflow-label::before {
  background: #f0f0f0;
}

body.dark .deploy-desc,
body.dark .why-desc,
body.dark .workflow-subtext,
body.dark .step-desc {
  color: #ccc;
}

body.dark .product-card,
body.dark .why-card,
body.dark .workflow-step {
  background-color: #222;
  border-color: #333;
}

body.dark .card-title,
body.dark .step-title {
  color: #fff;
}

.view-3d-btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.view-3d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #8b1a1a !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(139, 26, 26, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.view-3d-btn:hover {
  background: #a11e1e;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(139, 26, 26, 0.4);
}

.view-3d-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #666 !important;
  box-shadow: none;
  transform: none;
}

.view-3d-btn svg {
  transition: transform 0.3s ease;
}

.view-3d-btn:hover svg {
  transform: rotate(15deg);
}

/* ── 3D Modal ── */
.modal-3d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  /* Managed by JS (flex) */
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-3d.is-open {
  opacity: 1;
}

.modal-3d-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal-3d-container {
  position: relative;
  width: 90%;
  height: 85%;
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
  z-index: 2;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-3d.is-open .modal-3d-container {
  transform: scale(1) translateY(0);
}

.modal-3d-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 32px;
  color: #0d0d0d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  line-height: 0;
}

.modal-3d-close:hover {
  background: #8b1a1a;
  color: #fff;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 12px 32px rgba(139, 26, 26, 0.3);
}

.modal-3d-body {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(circle at center, #fdfdfd 0%, #f0f0f0 100%);
}

#modal-model-viewer {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
}

/* Modal Controls Overlay */
.modal-3d-controls {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px 32px;
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-3d-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
  color: #0d0d0d;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.modal-3d-controls button:hover {
  background: #8b1a1a;
  color: #fff;
  border-color: #8b1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(139, 26, 26, 0.25);
}

/* ── Responsive Overrides ── */
@media (max-width: 768px) {
  .modal-3d-container {
    width: 96%;
    height: 80%;
    border-radius: 24px;
  }

  .modal-3d-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }

  .modal-3d-controls {
    bottom: 24px;
    padding: 12px 20px;
    gap: 16px;
  }

  .modal-3d-controls button {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* ── Dark Mode Overrides for 3D Modal ── */
body.dark .modal-3d-container {
  background: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.9);
}

body.dark .modal-3d-close {
  background: #1a1a1a;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

body.dark .modal-3d-close:hover {
  background: #8b1a1a;
}

body.dark .modal-3d-body {
  background: radial-gradient(circle at center, #1a1a1a 0%, #080808 100%);
}

body.dark .modal-3d-controls {
  background: rgba(26, 26, 26, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

body.dark .modal-3d-controls button {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

body.dark .modal-3d-controls button:hover {
  background: #8b1a1a;
  border-color: #8b1a1a;
}

/* ────────────────────────────
   FAQ SECTION
──────────────────────────── */

.faq-section {
  background: #ffffff;
  padding: 100px 80px;
  display: flex;
  gap: 100px;
  align-items: flex-start;
  max-width: 1440px;
  margin: 60px auto 100px;
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.faq-left {
  flex: 0 0 480px;
}

.faq-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--heading-size);
  line-height: 1.1;
  color: #000;
  margin-bottom: 24px;
}

.faq-sub {
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.faq-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}

.faq-contact:hover {
  color: #8b1a1a;
  border-color: #8b1a1a;
}

.faq-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: #8b1a1a;
  box-shadow: 0 10px 30px rgba(139, 26, 26, 0.05);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
  gap: 20px;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
}

.faq-q {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: var(--subheading-size);
  color: #000;
  line-height: 1.4;
}

.faq-plus {
  font-size: 24px;
  font-weight: 500;
  color: #8b1a1a;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.3s ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px 24px;
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  line-height: 1.6;
  color: #555;
}

/* ────────────────────────────
   TRUSTED BY THE BEST
──────────────────────────── */

.trusted-section {
  width: 100%;
  padding: 60px 0;
  background: transparent;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trusted-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.trusted-label::before,
.trusted-label::after {
  content: '';
  width: 112px;
  height: 1px;
  background: #666;
}

.trusted-overflow {
  width: 100%;
  overflow: hidden;
}

.trusted-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
  gap: 80px;
  align-items: center;
}

.trusted-img {
  height: 120px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.trusted-img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.trusted-track:hover {
  animation-play-state: paused;
}

/* ────────────────────────────
   TESTIMONIALS SECTION
──────────────────────────── */

.testimonials-section {
  padding: 100px 64px;
  /* background: #ffffff; */
  /* border-top: 1px solid #f0f0f0; */
}

.testimonials-header {
  margin-bottom: 60px;
}

.testimonials-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--heading-size);
  color: #0d0d0d;
  margin-bottom: 16px;
}

.testimonials-sub {
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  line-height: 1.5;
  color: #666;
  max-width: 680px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-card {
  /* background: #ffffff; */
  border: 1px solid #f0f0f0;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-feedback {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  color: #ffc107;
  font-size: 14px;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-weight: 700;
  font-size: var(--subheading-size);
  color: #0d0d0d;
}

.testimonial-roles {
  display: flex;
  gap: 6px;
  font-size: 14px;
  color: #888;
}

.testimonial-quote {
  font-size: var(--content-size);
  line-height: 1.6;
  color: #333;
  font-family: 'Inter', sans-serif;
}

/* ────────────────────────────
   OPERATIONAL SECTORS
──────────────────────────── */

.sectors-section {
  padding: 80px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.sectors-label {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

.sectors-line {
  height: 1px;
  width: 100px;
  background: #666;
  opacity: 0.5;
}

.sectors-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: var(--subheading-size);
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
}

.built-section {
  text-align: center;
  padding: 0 64px 60px;
}

.built-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--heading-size);
  color: #0d0d0d;
  margin-bottom: 20px;
}

.built-sub {
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  line-height: 1.5;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.sectors-ticker-wrap {
  position: relative;
  width: 100%;
  padding: 40px 0 100px;
  overflow: visible;
}

.sectors-ticker {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}

.ticker-row {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  width: max-content;
}

.ticker-row.row1 {
  animation: scroll-left 40s linear infinite;
}

.ticker-row.row2 {
  animation: scroll-right 40s linear infinite;
}

.sector-tag {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  /* background: #ffffff; */
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: var(--content-size);
  color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.sector-tag:hover {
  border-color: #8b1a1a;
  color: #8b1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 26, 26, 0.1);
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ── Sector Focus Card ── */
.sector-focus-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 320px;
  pointer-events: none;
}

.focus-card-inner {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

.focus-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.focus-card-content {
  padding: 24px;
  text-align: left;
}

.focus-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0d0d0d;
  margin-bottom: 8px;
}

.focus-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

/* ────────────────────────────
   MAIN CTA SECTION
──────────────────────────── */

.main-cta-section {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 100px 64px;
  background: transparent;
}

.cta-photo {
  flex: 1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.cta-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cta-content {
  flex: 1;
}

.cta-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.cta-label-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
}

.cta-label-line {
  height: 1px;
  width: 60px;
  background: #666;
  opacity: 0.5;
}

.cta-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: var(--heading-size);
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: var(--content-size);
  line-height: 1.6;
  color: #555;
  margin-bottom: 40px;
  max-width: 520px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #8b1a1a;
  color: #ffffff;
  padding: 18px 36px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(139, 26, 26, 0.2);
}

.cta-btn-primary:hover {
  background: #a51f1f;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(139, 26, 26, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
  .main-cta-section {
    flex-direction: column;
    gap: 60px;
    padding: 80px 40px;
    text-align: center;
  }

  .cta-label {
    justify-content: center;
  }

  .cta-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-buttons {
    justify-content: center;
  }
}


/* ────────────────────────────
   TEAM SECTION
   Auto-scrolling strip — same keyframe as Trusted By.
──────────────────────────── */

.team-section {
  padding: 64px 0 72px;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
}

.team-section-label {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #8b1a1a;
  margin-bottom: 36px;
}

.team-overflow {
  overflow: hidden;
  width: 100%;
}

.team-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  animation: teamScroll 40s linear infinite;
}

.team-track:hover {
  animation-play-state: paused;
}

@keyframes teamScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Individual card */
.team-card {
  flex-shrink: 0;
  width: 280px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.team-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-card-info {
  padding: 20px 22px 24px;
}

.team-card-role {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8b1a1a;
  margin-bottom: 6px;
}

.team-card-name {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 0 0 8px;
  line-height: 1.25;
}

.team-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Dark mode */
body.dark .team-section {
  background: #111;
  border-top-color: #222;
}

body.dark .team-card {
  background: #1e1e1e;
  border-color: #2a2a2a;
}

body.dark .team-card-name {
  color: #f0f0f0;
}

body.dark .team-card-desc {
  color: #aaa;
}

/* Responsive */
@media (max-width: 768px) {
  .team-card {
    width: 220px;
  }

  .team-card-img {
    height: 170px;
  }
}