:root {
  --brand-green: #198754;
  --brand-dark: #0f172a;
  --bg-soft: #f4f8f6;
  --text-main: #1e293b;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: var(--text-main);
  background: #ffffff;
}

h1,
h2,
h3,
h4,
.brand-title {
  font-family: "Montserrat", sans-serif;
}

.fw-black {
  font-weight: 900;
}

.section-pad {
  padding: 6rem 0;
}

.nav-shadow {
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}

.brand-dot {
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem;
  background: var(--brand-green);
}

.brand-dot span {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ffffff;
}

.brand-title {
  font-size: 1.1rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
}

.brand-title span {
  color: var(--brand-green);
}

.hero-section {
  position: relative;
  padding-top: 9rem;
  background: linear-gradient(170deg, #f4fbf7 0%, #ffffff 50%, #f6faf8 100%);
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.shape-a {
  width: 22rem;
  height: 22rem;
  background: rgba(25, 135, 84, 0.12);
  top: -6rem;
  right: -8rem;
}

.shape-b {
  width: 18rem;
  height: 18rem;
  background: rgba(15, 23, 42, 0.06);
  bottom: -7rem;
  left: -4rem;
}

.pill-label {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: #d1fae5;
  color: #166534;
}

.display-2 span {
  color: var(--brand-green);
}

.form-card {
  border-radius: 1.8rem;
}

.program-chip {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.9rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.program-chip span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.result-card {
  display: flex;
  gap: 1rem;
  color: #ffffff;
  background: linear-gradient(145deg, #1f9d61, #166534);
}

.result-pill {
  min-width: 5.2rem;
  padding: 0.6rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.18);
  font-weight: 900;
  text-align: center;
  align-self: center;
}

.coach-avatar {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 3px solid #22c55e;
  background: #f8fafc;
}

.tiny {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.service-card {
  padding: 1.6rem;
  border-radius: 1.4rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  font-size: 1.3rem;
}

.bg-soft {
  background: var(--bg-soft);
}

.exp-card {
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.4rem;
}

.achievement {
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  padding: 0.9rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
}

.testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 1.5rem;
  background: #f8fafc;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
  align-items: center;
}

.testimonial-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 1rem;
}

.contact-section {
  background: #eaf4ee;
}

.contact-shell {
  border-radius: 2rem;
  background: radial-gradient(circle at 80% 0%, rgba(34, 197, 94, 0.35), rgba(15, 23, 42, 0.92) 45%);
  color: #ffffff;
}

.contact-line {
  margin-bottom: 0.7rem;
}

.glass-form {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.glass-form .form-control,
.glass-form .form-select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.glass-form textarea.form-control {
  min-height: 120px;
}

.glass-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.glass-form .form-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.footer-strip {
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
}

.footer-strip a {
  color: #475569;
  text-decoration: none;
}

.footer-strip a:hover {
  color: var(--brand-green);
}

.dev-credit {
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.dev-credit span {
  color: var(--brand-green);
  font-weight: 800;
  padding: 0.2rem 0.55rem;
  margin-left: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.05));
  border: 1px solid rgba(22, 163, 74, 0.25);
}

.floating-wa {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 0;
  background: #22c55e;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.4);
  z-index: 1055;
}

@media (max-width: 991.98px) {
  .section-pad {
    padding: 4.2rem 0;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
  }

  .testimonial-card img {
    width: 100%;
    height: 220px;
  }

  .exp-card {
    position: static;
    margin-top: 1rem;
    display: inline-block;
  }
}
