/* Cybersecurity Page Styles */

/* Section 1 - Hero */
.u-section-1 {
  background-color: #323a56;
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 280px;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin: 40px auto 0;
  text-align: center;
}

.u-section-1 .u-text-2 {
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  font-size: 1.125rem;
  max-width: 800px;
  margin: 20px auto 40px;
  text-align: center;
}

/* Section 2 - Cybersecurity & Risk Management */
.u-section-2 {
  background-color: #ffffff;
}

.u-section-2 .u-sheet-1 {
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-section-2 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 16px;
  color: #323a56;
}

.u-section-2 .u-text-2 {
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-card {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 32px 28px;
  border-left: 4px solid #323a56;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(50,58,86,0.12);
}

.service-card .card-icon {
  width: 48px;
  height: 48px;
  background: #323a56;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.service-card .card-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.service-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #323a56;
  margin: 0 0 10px;
}

.service-card p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Section 3 - IT Audit & Assessment */
.u-section-3 {
  background-color: #f4f4f4;
}

.u-section-3 .u-sheet-1 {
  min-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-section-3 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 16px;
  color: #323a56;
}

.u-section-3 .u-text-2 {
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Section 4 - Audit Methodology */
.u-section-4 {
  background-color: #ffffff;
}

.u-section-4 .u-sheet-1 {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-section-4 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 16px;
  color: #323a56;
}

.u-section-4 .u-text-2 {
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.methodology-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.method-step {
  flex: 1;
  min-width: 160px;
  max-width: 200px;
  text-align: center;
  position: relative;
  padding: 24px 16px;
  background: #f8f9fb;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.method-step:hover {
  transform: translateY(-4px);
}

.method-step .step-number {
  width: 44px;
  height: 44px;
  background: #323a56;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 auto 12px;
}

.method-step h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #323a56;
  margin: 0 0 8px;
}

.method-step p {
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.method-arrow {
  display: flex;
  align-items: center;
  padding-top: 40px;
  color: #323a56;
  font-size: 1.5rem;
}

/* Section 5 - Team Cross-Links */
.u-section-5 {
  background-color: #f4f4f4;
}

.u-section-5 .u-sheet-1 {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-section-5 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 16px;
  color: #323a56;
}

.u-section-5 .u-text-2 {
  text-align: center;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.team-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.team-link-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-link-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(50,58,86,0.15);
}

.team-link-card .card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #323a56;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.team-link-card .card-avatar svg {
  width: 36px;
  height: 36px;
  fill: rgba(255,255,255,0.6);
}

.team-link-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #323a56;
  margin: 0 0 6px;
}

.team-link-card p {
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Section 6 - CTA */
.u-section-6 {
  background-color: #323a56;
}

.u-section-6 .u-sheet-1 {
  min-height: 200px;
  text-align: center;
  padding: 60px 20px;
}

.u-section-6 .u-text-1 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin: 0 auto 16px;
}

.u-section-6 .u-text-2 {
  color: rgba(255,255,255,0.8);
  font-size: 1.125rem;
  margin: 0 auto 30px;
  max-width: 600px;
}

.u-section-6 .u-btn-1 {
  display: inline-block;
  background: #ffffff;
  color: #323a56;
  padding: 14px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
}

.u-section-6 .u-btn-1:hover {
  background: #e8e8e8;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1199px) {
  .service-cards-grid {
    max-width: 800px;
  }

  .team-links-grid {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    font-size: 2.5rem;
  }

  .methodology-steps {
    gap: 12px;
  }

  .method-arrow {
    display: none;
  }

  .method-step {
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
  }

  .team-links-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .methodology-steps {
    flex-direction: column;
    align-items: center;
  }

  .method-step {
    max-width: 300px;
    width: 100%;
  }

  .u-section-1 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 1.75rem;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 200px;
  }

  .service-card {
    padding: 24px 20px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1.5rem;
  }

  .method-step {
    max-width: 280px;
  }
}
