.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  margin-bottom: 16px;
  text-align: center;
}

h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

/* SECTION 2: HERO */
.hero-section {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  padding: 80px 0;
  text-align: center;
}

.hero-section h1 {
  color: #1f2937;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 20px;
  color: #4b5563;
  line-height: 1.6;
}

/* SECTION 3: OUR STORY */
.story-section {
  padding: 80px 0;
  background: #ffffff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-content h2 {
  text-align: left;
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
}

.story-content h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #2563eb;
}

.story-text {
  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* SECTION 4: MISSION & VISION */
.mission-vision-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
}

.mission-card,
.vision-card {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.card-icon {
  font-size: 64px;
  margin-bottom: 24px;
}

.mission-card h3,
.vision-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1f2937;
}

.mission-card p,
.vision-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
}

/* SECTION 5: VALUES */
.values-section {
  padding: 80px 0;
  background: #ffffff;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 48px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.value-card {
  background: #f9fafb;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.value-card h3 {
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* SECTION 6: TEAM */
.team-section {
  padding: 80px 0;
  background: #f9fafb;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}

.team-member {
  text-align: center;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.team-member:hover img {
  filter: grayscale(0%);
}

.team-member h3 {
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 8px;
}

.team-role {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 16px;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0077b5;
  color: white;
  border-radius: 50%;
  transition: background 0.2s;
}

.linkedin-link:hover {
  background: #005885;
}

/* SECTION 7: NUMBERS */
.numbers-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  text-align: center;
}

.numbers-section h2 {
  color: white;
  margin-bottom: 48px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.number-card {
  text-align: center;
}

.number {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 12px;
}

.number-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.number-card p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}

.numbers-footer {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}

/* SECTION 8: WHY DIFFERENT */
.different-section {
  padding: 80px 0;
  background: #ffffff;
}

.different-list {
  max-width: 800px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.different-card {
  display: flex;
  gap: 20px;
  padding: 32px;
  background: #ffffff;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.check-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.different-content h3 {
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 12px;
}

.different-content p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* SECTION 9: TESTIMONIALS */
.testimonials-section {
  padding: 80px 0;
  background: #f9fafb;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.testimonial-card {
  background: white;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.stars {
  font-size: 20px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  gap: 16px;
  align-items: center;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

.author-role {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 4px;
}

.author-badge {
  font-size: 13px;
  color: #2563eb;
  font-weight: 500;
}

/* SECTION 10: COMPANY INFO */
.company-info-section {
  padding: 80px 0;
  background: #f9fafb;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.info-card {
  background: white;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.info-card h3 {
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 16px;
}

.info-card p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

.info-card a {
  color: #2563eb;
  transition: color 0.2s;
}

.info-card a:hover {
  color: #1d4ed8;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-links a {
  font-size: 15px;
  color: #2563eb;
  transition: color 0.2s;
}

.social-links a:hover {
  color: #1d4ed8;
}

/* SECTION 11: FINAL CTA */
.final-cta-section {
  padding: 80px 0;
  background: #ffffff;
}

.cta-box {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 2px solid #2563eb;
  border-radius: 16px;
  text-align: center;
}
.final-cta .cta-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px;
    background: transparent;
    border: transparent;
    border-radius: 16px;
    text-align: center;
}
section.final-cta-section h2 {
    color: #1f2937;
}

section.final-cta-section p {
    color: #1f2937;
}
.cta-box h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.cta-box > p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.page-template-template-about .hero-section p.hero-subtitle {
    margin: 0 auto;
}
.urgency {
  font-size: 18px;
  color: #dc2626;
  font-weight: 600;
  margin-bottom: 32px;
}

.btn-cta {
  background: #2563eb;
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  margin-bottom: 24px;
}

.btn-cta:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.cta-footer {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.cta-footer a {
  color: #2563eb;
  font-weight: 600;
  transition: color 0.2s;
}

.cta-footer a:hover {
  color: #1d4ed8;
}

/* SECTION 12: FOOTER */
.footer {
  background: #1f2937;
  color: #9ca3af;
  padding: 40px 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.footer-links a {
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-links span {
  color: #4b5563;
}

.footer-copyright {
  font-size: 14px;
  color: #6b7280;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .story-grid,
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .nav-links {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
  }

  .nav-links.active {
    display: flex;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .values-grid,
  .team-grid,
  .numbers-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .story-image {
    order: -1;
  }

  .cta-box {
    padding: 40px 24px;
  }

  .different-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .hero-section {
    padding: 60px 0;
  }

  .story-section,
  .mission-vision-section,
  .values-section,
  .team-section,
  .numbers-section,
  .different-section,
  .testimonials-section,
  .company-info-section,
  .final-cta-section {
    padding: 60px 0;
  }

  .number {
    font-size: 40px;
  }
}
