.governance-hero {
    padding: 110px 0;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.governance-title {
    font-size: 38px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 15px;
}

.governance-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 30px;
}

.governance-divider {
    width: 90px;
    height: 3px;
    background: #2563eb;
    margin: 0 auto 35px;
}

.governance-text {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    max-width: 950px;
    margin: 0 auto 18px;
}



.governance-definition {
    padding: 100px 0;
    background: #ffffff;
}

.governance-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 20px;
}

.definition-text {
    font-size: 16px;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 15px;
}

.governance-benefits-box {
    background: #f8fafc;
    padding: 35px 30px;
    border-left: 5px solid #2563eb;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.governance-benefits-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 20px;
}

.governance-benefits {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.governance-benefits li {
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 12px;
    line-height: 1.6;
}

.governance-benefits li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-weight: 700;
}


.governance-services {
    padding: 110px 0;
    background: #f8fafc;
}

.services-title {
    font-size: 34px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 10px;
}

.services-divider {
    width: 90px;
    height: 3px;
    background: #2563eb;
    margin: 0 auto 25px;
}

.services-intro {
    font-size: 16px;
    color: #475569;
    max-width: 950px;
    margin: 0 auto 80px;
    line-height: 1.7;
}

.service-card {
    background: #ffffff;
    padding: 35px 30px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.service-number {
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
    text-align: center;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 10px;
}

.service-card ul {
    padding-left: 18px;
    margin-bottom: 10px;
}

.service-card ul li {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 6px;
    line-height: 1.6;
}

.service-note {
    font-style: italic;
    color: #374151;
}
.corp-governance-hero {
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  padding: 90px 0;
}

.corp-governance-hero h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2933;
}

.corp-governance-hero h2 {
  font-size: 20px;
  margin: 15px 0 25px;
  color: #4b5563;
}

.corp-governance-hero p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}
.cg-why-choose {
  background: #f9fafb;
  padding: 80px 0;
}

.cg-why-choose h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.cg-subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

.cg-feature-box {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.cg-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.cg-icon {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 15px;
}

.cg-feature-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cg-feature-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


.cg-benefits {
  background: #ffffff;
  padding: 80px 0;
}

.cg-benefits h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.cg-benefits-subtitle {
  color: #6b7280;
  margin-bottom: 50px;
}

.cg-benefit-box {
  background: #f9fafb;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.cg-benefit-box:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

.cg-benefit-icon {
  font-size: 34px;
  display: block;
  margin-bottom: 15px;
}

.cg-benefit-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cg-benefit-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


.cg-process {
  background: linear-gradient(180deg, #f9fafb, #ffffff);
  padding: 80px 0;
}

.cg-process h2 {
  font-weight: 700;
}

.cg-process-subtitle {
  color: #6b7280;
  margin-bottom: 60px;
}

.cg-process-steps {
  position: relative;
}

.cg-step {
  background: #ffffff;
  padding: 30px 25px;
  text-align: center;
  border-radius: 6px;
  border-top: 4px solid #1a73e8;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.cg-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.1);
}

.cg-step-number {
  font-size: 28px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 15px;
}

.cg-step h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cg-step p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}


.cg-final-cta {
  background: linear-gradient(135deg, #1a73e8, #0f5cc0);
  padding: 90px 0;
  color: #ffffff;
}

.cg-final-cta h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cg-final-cta p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #e8f0fe;
}

.cg-cta-highlight {
  font-weight: 500;
  margin-bottom: 35px;
}

.cg-cta-btn {
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 4px;
}
