/* =====================================
   GOOD FAITH – STYLE.CSS
   Author: Good Faith
   Purpose: Styling for consulting website
   Compatible with Bootstrap 5
   ===================================== */

/* -----------------------------
   GLOBAL
----------------------------- */

:root {

  --accent: #6366f1;
  --accent2: orange;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* =========================================
   LAYOUT CONTAINER
========================================= */

.page-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

section {
  padding: 120px 0;
  border-top: 1px solid #E5E7EB;
  background: #F9FAFB;
}

.alt-section {
  background: #F9FAFB;
}

/* =========================================
   HERO SECTION
========================================= */

.hero-section {
  padding: 120px 0 140px 0;
 background: #ffffff;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}


.hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #405394;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.hero-accent {
  display: block;
  color: #f69a06;
  font-weight: 500;
  margin-top: 6px;
    background: linear-gradient(90deg, var(--accent2),var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.hero-subtext {
  font-size: 16px;
  color: #405394;
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: justify;
}

.hero-actions {
  display: flex;
  gap: 20px;
}



.btn-secondary {
  border: 1px solid #D1D5DB;
  padding: 16px 34px;
  font-weight: 600;
  text-decoration: none;
  color: #111827;
}

.btn-secondary:hover {
  background: #F3F4F6;
}

/* Metrics redesigned */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E5E7EB;
  padding-top: 30px;
  gap: 40px;
}

.hero-metrics strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.hero-metrics span {
  font-size: 14px;
  color: #6B7280;
}

/* Visual side */
.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  height: auto;
}

/* Subtle right side background panel */
.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: #F9FAFB;
  z-index: -1;
}



.section-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f69a06;
  font-weight: 600;
  margin-bottom: 20px;
    background: linear-gradient(90deg, var(--accent2), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent;

}
  

/* =========================================
   STRUCTURED BLOCKS
========================================= */

.structured-block {
  border: 1px solid #E5E7EB;
  padding: 20px;
  margin-top: 20px;
  background: #ffffff;
  border-left: 4px solid #1D4ED8;
}

.structured-block h4 {
color: #405394;
font-weight: bolder;
   background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.structured-block p {
   color: #f69a06;
   text-align: justify;
}  

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}


/* =========================================
   VISUAL CONTAINERS
========================================= */

.section-visual {
  border: 1px solid #E5E7EB;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
      box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.btn-external {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;
  border-radius: 6px;

  background-color: #fff;
  color: #405394; 
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;

  transition: all 0.25s ease;
  border: 1px solid #405394; 
}

/* Subtle hover */
.btn-external:hover {
  background-color: #405394;          /* deep corporate black */
  color: #fff;
 
}

/* Arrow micro-motion */
.btn-arrow {
  transition: transform 0.25s ease;
}

.btn-external:hover .btn-arrow {
  transform: translateX(4px);
}

/* Capabilties */

/* Stats Section */

.stats-section{
padding:80px 0;
background:#f4f6fa;
}


.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
text-align:center;
}

.stat-card{
padding:30px;
background:#f5f7fb;
border-radius:6px;
}

.cta-section h2,
.stat-card h2{
font-size:36px;
color: #405394;  
   background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.cta-section p,
.stat-card p{
color: #f69a06; 
}

.section-title{
  font-size:36px;
  color: #405394;  
     background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sector-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.sector-card{
background:#f7f9fc;
padding:25px;
border-radius:6px;
}

.complex-card h4,
.sector-card h4{
  color: #f69a06;
  font-weight: 500;
     background: linear-gradient(90deg, var(--accent2), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-intro,
.complex-card p,
.sector-card p{
  color: #405394;
  margin-bottom: 30px;
  line-height: 1.7;
}


.complexity-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.complex-card{
padding:25px;
border:1px solid #e2e5ec;
border-radius:6px;
}

.alt-bg{
background:#f4f6fa;
}


.matrix-section{
padding:80px 0;
}

.experience-matrix{

width:100%;
border-collapse:collapse;
margin-top:40px;

}

.experience-matrix th,
.experience-matrix td{

border:1px solid #e3e6ec;
padding:14px;
text-align:center;

}

.experience-matrix th{

background:#f4f6fa;
font-weight:600;

}

.experience-matrix td:first-child{

text-align:left;
font-weight:600;

}

.check-list {
  list-style:none;
  padding-left:0;
  color: #405394;  
}

.check-list li {
  color: #405394;  
  position:relative;
  padding-left:28px;
  margin-bottom:10px;

}

.check-list li::before {

  content:"✔";
  position:absolute;
  left:0;
  color:#0066ff;
  font-weight:bold;

}

.experience-matrix thead tr,
.experience-matrix tbody td:nth-child(1) {
    color: #405394; 
}
.experience-matrix thead th:nth-child(1) {
    color: #f69a06;
}


.nav-link {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #2f3a5f;
  letter-spacing: 0.3px;
  transition: color 0.25s ease;


}

.nav-link:hover {
  color: #E88A00;
       background: linear-gradient(90deg, var(--accent2), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link.active {
  font-weight: 800;
  border-bottom: 3px;
}


/* Footer */
.footer{
background:   #031d53;
color:#ddd;
padding:60px 20px 20px;
font-size:14px;
}

.footer-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns: 2fr 3fr 1fr;
gap:40px;
}

.footer-column h3{
color:#fff;
margin-bottom:15px;
font-size:18px;
}

/* links */

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#bbb;
text-decoration:none;
}

.footer-links a:hover{
color:#fff;
}

/* products */

.footer-products{
display:flex;
gap:15px;
}

.product-card{
display:block;
text-align:left;
color:#ddd;
text-decoration:none;
}

.product-card img{
width:120px;
height:80px;
margin-left: -5px;
object-fit:contain;
border-radius:6px;
margin-bottom:6px;
text-align: left;
}

.product-card:hover img{
transform:scale(1.05);
transition:0.3s;
}

.imgHover{
  transform:scale(1.05);
  transition:0.3s;
}
/* bottom */

.footer-bottom{
text-align:center;
margin-top:40px;
padding-top:20px;
border-top:1px solid #333;
font-size:13px;
color:#aaa;
}


.footer-social{
text-align:center;
margin-top:30px;
}

.footer-social a{
margin:0 10px;
color:#bbb;
text-decoration:none;
}

.footer-social a:hover{
color:#fff;
}