*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #2d7a4f;
  --green-light: #3a9b66;
  --green-dark: #1e5535;
  --accent: #f4a430;
  --gray: #f5f5f3;
  --text: #222;
  --text-muted: #666;
  --white: #fff;
  --radius: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e8e8e8;
  backdrop-filter: blur(8px);
}
.nw511cfbb {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 68px;
}
.nw872a0d9 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: var(--green-dark);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.nw872a0d9 span {
  color: var(--accent);
}
.nw4e7ed29 {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nw4e7ed29 a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nw4e7ed29 a:hover {
  color: var(--green);
}
.nw32b746f {
  background: var(--green);
  color: var(--white) !important;
  padding: 9px 22px;
  border-radius: 8px;
  transition: background 0.2s !important;
}
.nw32b746f:hover {
  background: var(--green-dark) !important;
  color: var(--white) !important;
}

/* TOP BANNER (hero) */
.nwd83ff48 {
  margin-top: 68px;
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nwd3e722c {
  position: absolute;
  inset: 0;
  background: url("images/hero.jpg") center/cover no-repeat;
}
.nwb9a5ddb {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(20, 50, 30, 0.75) 40%,
    rgba(20, 50, 30, 0.15)
  );
}
.nw85ee663 {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 24px;
  color: var(--white);
}
.nw5358598 {
  display: inline-block;
  background: var(--accent);
  color: #222;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.nwd83ff48 h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.15;
  max-width: 640px;
  margin-bottom: 20px;
}
.nwd83ff48 p {
  font-size: 1.15rem;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 36px;
  line-height: 1.7;
}
.nwdf37389 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.nwcb49b2d {
  background: var(--accent);
  color: #222;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: inline-block;
}
.nwcb49b2d:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(244, 164, 48, 0.4);
}
.nw521a355 {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  display: inline-block;
}
.nw521a355:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}
.nwdf96761 {
  display: flex;
  gap: 40px;
  margin-top: 52px;
}
.nwfee7993 {
  text-align: center;
}
.nw4440f0a {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
}
.nw408fd13 {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

/* SECTIONS */
section {
  padding: 90px 24px;
}
.nw700c76f {
  max-width: 1140px;
  margin: 0 auto;
}
.nwd0c01d6 {
  display: inline-block;
  color: var(--green);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.nw524a2ee {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 18px;
}
.nw06719f0 {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}

/* ABOUT */
.nw5c96946 {
  background: var(--gray);
}
.nw135ad55 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.nw0f06930 {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.nw0f06930 img {
  width: 100%;
  display: block;
}
.nwfc08392 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nw0099d8e {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.nw3c3725d {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
  color: var(--white);
}
.nw0099d8e h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.nw0099d8e p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* COURSES */
.nw360af21 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}
.nwa814982 {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.nwa814982:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}
.nwc65fc2e {
  height: 200px;
  overflow: hidden;
}
.nwc65fc2e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nwafacfe3 {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nw57be9e9 {
  display: inline-block;
  background: rgba(45, 122, 79, 0.1);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.nwa814982 h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.nwa814982 p {
  font-size: 0.9rem;
  color: var(--text-muted);
  flex: 1;
  line-height: 1.6;
}
.nw482c441 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nwbb38601 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green-dark);
}
.nwbb38601 span {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-muted);
}
.nwcd66dc5 {
  background: var(--green);
  color: var(--white);
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.nwcd66dc5:hover {
  background: var(--green-dark);
}

/* INSTRUCTOR */
.nw52087f0 {
  background: var(--green-dark);
  color: var(--white);
}
.nw3e34ee2 {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: center;
}
.nwa6fcdbf {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.nwa6fcdbf img {
  width: 100%;
  display: block;
}
.nw52087f0 .nwd0c01d6 {
  color: var(--accent);
}
.nw52087f0 .nw524a2ee {
  color: var(--white);
}
.nw71e302b {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-top: 16px;
}

/* GALLERY */
.nwa273f57 {
  background: var(--gray);
}
.nw9fcbf28 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px;
  gap: 16px;
  margin-top: 48px;
}
.nwcb1265b {
  border-radius: var(--radius);
  overflow: hidden;
}
.nwcb1265b:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.nwcb1265b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.nwcb1265b:hover img {
  transform: scale(1.04);
}

/* SCHEDULE */
.nw6dd0a56 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.nw6dd0a56 th {
  background: var(--green);
  color: var(--white);
  padding: 14px 20px;
  text-align: left;
  font-size: 0.9rem;
}
.nw6dd0a56 th:first-child {
  border-radius: 10px 0 0 0;
}
.nw6dd0a56 th:last-child {
  border-radius: 0 10px 0 0;
}
.nw6dd0a56 td {
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}
.nw6dd0a56 tr:hover td {
  background: rgba(45, 122, 79, 0.04);
}
.nw0e8ed00 {
  background: var(--accent);
  color: #222;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  margin-left: 8px;
}
.nw71baa28 {
  background: #ff6b35;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  text-transform: uppercase;
}

/* TESTIMONIALS */
.nw2f001de {
  background: var(--gray);
}
.nw0e5415d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.nw2693647 {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.nw65896f1 {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.nwa5ad3d8 {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.nw5e32a80 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nw57422fa {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}
.nwf734b05 {
  font-weight: 600;
  font-size: 0.95rem;
}
.nw7a4515c {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* CONTACT */
.nw3129357 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
  margin-top: 40px;
}
.nwaa0fdff {
  display: flex;
  gap: 16px;
}
.nw760ef12 {
  width: 48px;
  height: 48px;
  background: rgba(45, 122, 79, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--green);
  flex-shrink: 0;
}
.nwaa0fdff h4 {
  font-weight: 700;
  margin-bottom: 4px;
}
.nwaa0fdff p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.nw6c56405 {
  margin-top: 36px;
  padding: 32px;
  background: var(--green);
  border-radius: var(--radius);
  color: var(--white);
  text-align: center;
}
.nw6c56405 h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.nw6c56405 p {
  opacity: 0.85;
  margin-bottom: 20px;
}
.nw6c56405 a {
  display: inline-block;
  background: var(--accent);
  color: #222;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: transform 0.2s;
}
.nw6c56405 a:hover {
  transform: translateY(-2px);
}

/* FOOTER */
footer {
  background: #111;
  color: rgba(255, 255, 255, 0.7);
  padding: 52px 24px 28px;
}
.nwfc3849a {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nwbc9ce9f .nw872a0d9 {
  color: var(--white);
  display: block;
  margin-bottom: 12px;
}
.nw4ec45cd {
  font-size: 0.9rem;
  line-height: 1.7;
}
.nwa98e488 h4 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.nwa98e488 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nwa98e488 ul a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.nwa98e488 ul a:hover {
  color: var(--white);
}
.nw242f284 {
  max-width: 1140px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  flex-wrap: wrap;
  gap: 8px;
}
.nw242f284 a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.nw242f284 a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nw135ad55,
  .nw3e34ee2 {
    grid-template-columns: 1fr;
  }
  .nw360af21 {
    grid-template-columns: 1fr 1fr;
  }
  .nw0e5415d {
    grid-template-columns: 1fr;
  }
  .nwfc3849a {
    grid-template-columns: 1fr 1fr;
  }
  .nwa6fcdbf {
    max-width: 300px;
  }
  .nw4e7ed29 {
    display: none;
  }
}
@media (max-width: 620px) {
  .nw360af21 {
    grid-template-columns: 1fr;
  }
  .nwdf96761 {
    gap: 24px;
  }
  .nw9fcbf28 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .nwcb1265b:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  .nwfc3849a {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
