/* =========================
   Security Page
   ========================= */
.security-hero-page {
  position: relative;
  padding: 150px 0 120px;
  text-align: center;
  background-image: url("Assets/images/security-hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  overflow: hidden;
}

.security-hero-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 23, 15, 0.32),
    rgba(7, 23, 15, 0.74)
  );
  z-index: 0;
}

.security-hero-page .container {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.security-hero-page h1 {
  color: #fff;
  margin-bottom: 12px;
}

.security-hero-page .hero-sub {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 1.12rem;
  line-height: 1.75;
}


@media (max-width: 768px) {
  .security-hero-page {
    padding: 130px 0 90px;
    background-position: center center;
  }

  .security-hero-page h1 {
    font-size: 3.3rem;
    line-height: 1;
  }

  .security-hero-page .hero-sub {
    font-size: 1.02rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .security-hero-page h1 {
    font-size: 2.8rem;
  }
}

/* =========================
   Security Page
   ========================= */
   
.security-page {
  background:
    radial-gradient(circle at top left, rgba(60, 130, 90, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.03), transparent 25%),
    linear-gradient(180deg, #08110d 0%, #0c1712 45%, #0a120f 100%);
  color: var(--text-main);
}

.security-page p {
  color: rgba(244, 247, 245, 0.78);
}



.security-hero-inner {
  max-width: 840px;
  margin: 0 auto;
}

.security-hero h1 {
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-pill-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.security-grid-section {
  padding: 10px 0 50px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.security-card {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.security-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 162, 67, 0.6), transparent);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.security-card h2 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.card-intro {
  margin-bottom: 18px;
  line-height: 1.7;
}

.security-card ul {
  margin: 0;
  padding-left: 18px;
}

.security-card li {
  margin-bottom: 10px;
  color: rgba(244, 247, 245, 0.82);
  line-height: 1.65;
}

.security-architecture-section {
  padding: 60px 0;
}

.architecture-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.architecture-header h2 {
  margin-bottom: 14px;
}

.architecture-card {
  padding: 32px;
}

.architecture-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.flow-step {
  min-width: 145px;
  padding: 20px 16px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step-label {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(214, 162, 67, 0.14);
  color: #f2d396;
  font-size: 0.85rem;
  font-weight: 700;
}

.flow-step h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.flow-arrow {
  font-size: 1.4rem;
  color: rgba(214, 162, 67, 0.72);
}

.architecture-note {
  margin-top: 24px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}

.security-trust-section {
  padding: 60px 0 110px;
}

.trust-panel {
  padding: 40px;
  text-align: center;
}

.trust-panel h2 {
  margin-bottom: 14px;
}

.trust-lead {
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.trust-item {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
}

.trust-item h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.trust-item p {
  margin: 0;
  line-height: 1.7;
}

.trust-highlight {
  margin-top: 28px;
  font-size: 1.08rem;
  font-weight: 600;
  color: #f2d396;
}

@media (max-width: 980px) {
  .security-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .architecture-flow {
    flex-direction: column;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .security-hero {
    padding: 110px 0 70px;
  }

  .security-card,
  .architecture-card,
  .trust-panel {
    padding: 24px;
  }

  .hero-pill {
    font-size: 0.86rem;
  }
}