* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2f2f2f;
  background-color: #ffffff;
  line-height: 1.6;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 8%;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.logo {
  font-size: 26px;
  font-weight: bold;
  color: #3b332c;
}

.main-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.main-nav a {
  color: #3b332c;
  text-decoration: none;
  font-weight: 600;
}

.main-nav a:hover {
  color: #8a6a45;
}

.hero,
.page-hero {
  background-color: #f6f0e8;
  padding: 95px 20px;
  text-align: center;
}

.hero-content {
  max-width: 950px;
  margin: 0 auto;
}

.hero h1,
.page-hero h1 {
  font-size: 58px;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #3b332c;
}

.page-hero p,
.tagline {
  max-width: 760px;
  margin: 0 auto 34px;
  font-size: 22px;
  color: #5f554b;
}

.button {
  display: inline-block;
  background-color: #7a5c3a;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
}

.button:hover {
  background-color: #5f4529;
}

.certification-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #ffffff;
}

.certification-section h2 {
  font-size: 42px;
  color: #3b332c;
  margin: 0 0 15px;
}

.certification-section p {
  max-width: 700px;
  margin: 0 auto 60px;
  color: #666666;
  font-size: 18px;
}

.certifications {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.certifications img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.certifications img:hover {
  transform: scale(1.05);
}

.intro {
  max-width: 850px;
  margin: 0 auto;
  padding: 75px 20px;
  text-align: center;
}

.intro h2 {
  font-size: 36px;
  margin: 0 0 16px;
  color: #3b332c;
}

.intro p {
  font-size: 18px;
  color: #5f554b;
}

.preview-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px 8% 85px;
}

.preview-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border: 1px solid #e5ded5;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.preview-card h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #3b332c;
}

.preview-card p {
  color: #5f554b;
}

.preview-card a {
  color: #7a5c3a;
  font-weight: bold;
  text-decoration: none;
}

.preview-card a:hover {
  text-decoration: underline;
}

.trainer-section {
  display: flex;
  gap: 55px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 8% 100px;
}

.trainer-image {
  flex: 1 1 360px;
}

.trainer-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.trainer-content {
  flex: 1.4 1 520px;
  max-width: 650px;
  padding-left: 35px;
}

.eyebrow {
  color: #7a5c3a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
}

.trainer-content h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #3b332c;
  margin: 0 0 24px;
}

.trainer-content p {
  font-size: 18px;
  color: #5f554b;
  margin-bottom: 20px;
}

.trainer-content .button {
  margin-top: 20px;
  margin-bottom: 60px;
}

.site-footer {
  text-align: center;
  padding: 28px 20px;
  background-color: #3b332c;
  color: #ffffff;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 850px) {
  .site-header {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .main-nav {
    justify-content: center;
    gap: 14px;
  }

  .hero,
  .page-hero {
    padding: 70px 20px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p,
  .tagline {
    font-size: 19px;
  }

  .certification-section {
    padding: 65px 20px;
  }

  .certification-section h2 {
    font-size: 32px;
  }

  .certifications {
    gap: 40px;
  }

  .certifications img {
    width: 200px;
    height: 200px;
  }

  .intro h2 {
    font-size: 30px;
  }

  .trainer-section {
    flex-direction: column;
    padding: 60px 24px 90px;
    gap: 35px;
  }

  .trainer-content {
    padding-left: 0;
    max-width: 100%;
  }

  .trainer-content h2 {
    font-size: 28px;
  }

  .trainer-content .button {
    margin-bottom: 60px;
  }
}
.training-section {
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 20px;
}

.training-section h2 {
    font-size: 40px;
    text-align: center;
    color: #3b332c;
    margin-bottom: 30px;
}

.training-section p {
    font-size: 18px;
    color: #5f554b;
    margin-bottom: 20px;
}

.pricing-card {
    margin-top: 50px;
    background: #faf8f5;
    border: 1px solid #e5ded5;
    border-radius: 18px;
    padding: 35px;
}

.pricing-card h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    color: #3b332c;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #e5ded5;
    font-size: 20px;
}

.price-row:last-of-type {
    border-bottom: none;
}

.pricing-card .button {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
}