
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: #f7f9fa;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

header.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  text-align: center;
}
header.site-header img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
header.site-header h1 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
  color: #1e90ff;
}
header.site-header nav {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
header.site-header nav a {
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  background: #1e90ff;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
}
header.site-header nav a:last-child {
  background: #367C2B;
}
header.site-header nav a:hover {
  background: #367C2B;
}

main {
  padding: 1rem;
  max-width: 480px;
  margin: 0 auto;
}

.hero {
  text-align: center;
  margin-top: 2rem;
}
.hero img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.hero h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.hero div {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}
.hero .highlight {
  font-size: 1.1rem;
  color: #1e90ff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

section {
  margin-bottom: 2rem;
}
h3 {
  font-size: 1.1rem;
  color: #1e90ff;
  margin-bottom: 0.5rem;
}

.practice-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1rem;
  text-align: left;
  margin-bottom: 1.2rem;
}
.practice-card img {
  width: 100%;
  max-width: 120px;
  border-radius: 8px;
  display: block;
  margin: 0 auto 0.5rem;
}
.practice-card h4 {
  color: #367C2B;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.practice-card p {
  font-size: 0.98rem;
  color: #222;
}

.testimonial {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1rem;
  margin-bottom: 1rem;
}
.testimonial p {
  font-style: italic;
  font-size: 1rem;
  color: #222;
  margin-bottom: 0.5rem;
}
.testimonial .author {
  font-weight: 600;
  color: #367C2B;
}

.contact-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #0f172a;
}
.contact-form input,
.contact-form textarea {
  padding: 0.6rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1e90ff;
  box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.2);
  outline: none;
}
.contact-form button {
  background: #1e90ff;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}
.contact-form button:hover {
  background: #367C2B;
}

iframe {
  border-radius: 12px;
  border: 0;
  width: 100%;
  height: 220px;
}

details {
  margin-bottom: 1rem;
}
details summary {
  font-weight: 600;
  color: #367C2B;
  font-size: 1rem;
  cursor: pointer;
}
details div {
  font-size: 0.98rem;
  color: #222;
  margin-top: 0.3rem;
}

footer.site-footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 1.5rem 0;
  text-align: center;
}
footer.site-footer div {
  font-size: 1rem;
  color: #222;
}
footer.site-footer .social {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
footer.site-footer .social a {
  color: #1e90ff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
footer.site-footer .social a:hover {
  color: #367C2B;
}
.money-btn {
  background-color: #3e9c35;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s ease;
  margin-top: 1.5rem;
}
.money-btn:hover {
  background-color: #367C2B;
}
#confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}
.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3e9c35;
  opacity: 0.8;
  animation: fall linear forwards;
}
.confetti-lightgreen {
  background-color: #3e9c35;
}
.confetti-darkgreen {
  background-color: #036704;
}
@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 15px;
  }
  main {
    padding: 0.5rem;
  }
  .hero img {
    width: 110px;
    height: 110px;
  }
  header.site-header nav a {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }
  .practice-card img {
    max-width: 90px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
    padding: 0.5rem 0.8rem;
  }
  .contact-form button {
    font-size: 0.95rem;
    padding: 0.7rem 1.2rem;
  }
}