/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Open Sans', sans-serif;
  color: #2c3e2d;
  background: #f5f0e8;
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Nunito', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── Header ─── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(245, 240, 232, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 92, 58, 0.08);
  transition: box-shadow 0.3s ease;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(26, 92, 58, 0.1); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #1a5c3a;
}
.logo-dot { color: #4a9c6e; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2c3e2d;
  position: relative;
  transition: color 0.2s;
}
.nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1a5c3a;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.nav a:hover { color: #1a5c3a; }
.nav a:hover::after { width: 100%; }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 0.85rem;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.menu-toggle span {
  width: 24px;
  height: 2.5px;
  background: #1a5c3a;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ─── Mobile Menu ─── */
.mobile-menu {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(245, 240, 232, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26, 92, 58, 0.1);
  padding: 24px;
  transform: translateY(-120%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu-inner { display: flex; flex-direction: column; gap: 16px; }
.mobile-menu a {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #2c3e2d;
  padding: 8px 0;
  border-bottom: 1px solid rgba(26, 92, 58, 0.08);
}
.mobile-menu a:last-child { border: none; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-primary {
  background: #1a5c3a;
  color: #fff;
  padding: 14px 28px;
  box-shadow: 0 4px 16px rgba(26, 92, 58, 0.3);
}
.btn-primary:hover {
  background: #144a2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 92, 58, 0.35);
}
.btn-secondary {
  background: transparent;
  color: #1a5c3a;
  padding: 14px 28px;
  border: 2px solid #1a5c3a;
}
.btn-secondary:hover {
  background: #1a5c3a;
  color: #fff;
  transform: translateY(-2px);
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-white {
  background: #fff;
  color: #1a5c3a;
  padding: 16px 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.btn-white:hover {
  background: #f5f0e8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  padding: 16px 32px;
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline-white:hover {
  background: #fff;
  color: #1a5c3a;
  border-color: #fff;
  transform: translateY(-2px);
}
.btn-full { width: 100%; justify-content: center; }

/* ─── Hero ─── */
.hero {
  padding-top: 72px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: #f5f0e8;
  overflow: hidden;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(26, 92, 58, 0.05) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(74, 156, 110, 0.06) 0%, transparent 40%),
                    radial-gradient(circle at 70% 80%, rgba(26, 92, 58, 0.04) 0%, transparent 40%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 92, 58, 0.08);
  color: #1a5c3a;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.hero-headline {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
  color: #1a5c3a;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero-accent {
  color: #4a9c6e;
  position: relative;
}
.hero-accent::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 8px;
  background: rgba(74, 156, 110, 0.2);
  border-radius: 4px;
  z-index: -1;
}
.hero-sub {
  font-size: 1.1rem;
  color: #5a6b5c;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #2c3e2d;
}
.hero-image { position: relative; }
.hero-img-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(26, 92, 58, 0.15);
}
.hero-img-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.hero-img-float {
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.float-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1a5c3a;
  color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(26, 92, 58, 0.3);
}
.float-badge span {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.3;
}
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
}

/* ─── Section Shared ─── */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.section-header.light, .section-title.light, .section-label.light, .section-desc.light { color: #fff; }
.section-label {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4a9c6e;
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #1a5c3a;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-title.light { color: #fff; }
.accent { color: #4a9c6e; }
.section-desc {
  font-size: 1.05rem;
  color: #5a6b5c;
  line-height: 1.7;
}
.section-desc.light { color: rgba(255,255,255,0.8); }

/* ─── Services ─── */
.services {
  padding: 100px 0 100px;
  background: #f5f0e8;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  transition: all 0.3s ease;
  border: 1px solid rgba(26, 92, 58, 0.06);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(26, 92, 58, 0.1);
  border-color: transparent;
}
.service-icon {
  width: 64px;
  height: 64px;
  background: rgba(26, 92, 58, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s;
}
.service-card:hover .service-icon { background: rgba(26, 92, 58, 0.12); }
.service-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a5c3a;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.92rem;
  color: #5a6b5c;
  line-height: 1.65;
}

/* ─── About ─── */
.about {
  padding: 100px 0;
  background: #fff;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-image { position: relative; }
.about-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(26, 92, 58, 0.12);
}
.about-img-accent {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: #4a9c6e;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
}
.about-content .section-label { text-align: left; }
.about-content .section-title { text-align: left; margin-bottom: 24px; }
.about-text {
  font-size: 1rem;
  color: #5a6b5c;
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(26, 92, 58, 0.1);
}
.stat { text-align: center; }
.stat-number {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #1a5c3a;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 0.8rem;
  color: #5a6b5c;
  font-weight: 600;
  line-height: 1.4;
}
.stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(26, 92, 58, 0.15);
}

/* ─── Why Us ─── */
.why-us {
  padding: 100px 0;
  background: #1a5c3a;
  position: relative;
  overflow: hidden;
}
.why-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.03) 0%, transparent 50%),
                    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.03) 0%, transparent 50%);
  pointer-events: none;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 32px;
  transition: all 0.3s ease;
}
.why-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}
.why-card-num {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  margin-bottom: 16px;
}
.why-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.why-card p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

/* ─── Testimonials ─── */
.testimonials {
  padding: 100px 0;
  background: #f5f0e8;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(26, 92, 58, 0.06);
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26, 92, 58, 0.08);
}
.testimonial-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.testimonial-text {
  font-size: 0.95rem;
  color: #5a6b5c;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 40px;
  height: 40px;
  background: #1a5c3a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.author-name {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2c3e2d;
}

/* ─── CTA Banner ─── */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a5c3a 0%, #2d7a4e 100%);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 50%, rgba(255,255,255,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.cta-content { max-width: 480px; }
.cta-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.15;
}
.cta-text {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── Contact ─── */
.contact {
  padding: 100px 0;
  background: #fff;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-info .section-label { text-align: left; }
.contact-info .section-title { text-align: left; margin-bottom: 16px; }
.contact-desc {
  font-size: 1rem;
  color: #5a6b5c;
  line-height: 1.75;
  margin-bottom: 36px;
}
.contact-details { display: flex; flex-direction: column; gap: 24px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: rgba(26, 92, 58, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item strong {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #1a5c3a;
  margin-bottom: 2px;
}
.contact-item a, .contact-item span {
  font-size: 0.92rem;
  color: #5a6b5c;
  line-height: 1.6;
}
.contact-item a:hover { color: #1a5c3a; }

/* ─── Form ─── */
.contact-form-wrap {
  background: #f5f0e8;
  border-radius: 24px;
  padding: 40px;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #2c3e2d;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  padding: 12px 16px;
  border: 2px solid rgba(26, 92, 58, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #2c3e2d;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #1a5c3a;
  box-shadow: 0 0 0 4px rgba(26, 92, 58, 0.08);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}
.form-success.show { display: flex; }
.form-success h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #1a5c3a;
}
.form-success p {
  font-size: 0.95rem;
  color: #5a6b5c;
}

/* ─── Map ─── */
.map-section { padding: 0; }
.map-section iframe { width: 100%; height: 320px; }

/* ─── Footer ─── */
.footer {
  background: #143d26;
  color: rgba(255,255,255,0.7);
  padding: 64px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 280px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footer-col a, .footer-col span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  padding: 4px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: #7bc49a; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* ─── Animations ─── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image { max-width: 480px; }
  .hero-img-card img { height: 460px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { order: -1; max-width: 480px; margin: 0 auto; }
  .about-image img { height: 400px; }
  .about-content .section-label,
  .about-content .section-title { text-align: center; }
  .about-text { text-align: center; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-info .section-label,
  .contact-info .section-title { text-align: center; }
  .contact-desc { text-align: center; }
  .contact-details { align-items: center; }
  .contact-item { max-width: 400px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; padding-top: 100px; padding-bottom: 40px; }
  .hero-inner { padding: 20px 0 40px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-trust { flex-direction: column; gap: 12px; }
  .hero-img-float { bottom: -12px; left: -8px; }
  .services { padding: 64px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .about { padding: 64px 0; }
  .about-stats { justify-content: center; }
  .why-us { padding: 64px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .testimonials { padding: 64px 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .cta-banner { padding: 60px 0; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .contact { padding: 64px 0; }
  .contact-form-wrap { padding: 24px; }
  .footer-links { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.2rem; }
  .section-title { font-size: 1.8rem; }
  .float-badge span { font-size: 0.8rem; }
}
