/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a2e1f;
  background-color: #fefdf8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== SCROLL REVEAL ===== */
.scroll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal.revealed:nth-child(2) { transition-delay: 0.1s; }
.scroll-reveal.revealed:nth-child(3) { transition-delay: 0.2s; }
.scroll-reveal.revealed:nth-child(4) { transition-delay: 0.3s; }
.scroll-reveal.revealed:nth-child(5) { transition-delay: 0.4s; }

/* ===== SECTION COMMON ===== */
.section {
  padding: 6rem 0;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #66bb6a;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 2rem;
}

.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 2px;
  background: #66bb6a;
  border-radius: 2px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #1a2e1f;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1.1rem;
  color: #4a6b52;
  max-width: 600px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 4rem;
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(254, 253, 248, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(27, 94, 32, 0.08);
  transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 4px 30px rgba(27, 94, 32, 0.08);
}

.logo-link {
  transition: transform 0.2s ease;
}

.logo-link:hover {
  transform: scale(1.03);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

/* ===== NAV ===== */
.nav-desktop {
  gap: 2rem !important;
}

.nav-link {
  font-size: 0.9375rem;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #66bb6a;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* ===== CTA BUTTONS ===== */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cta-primary {
  background: #1B5E20;
  color: #fff;
  box-shadow: 0 4px 20px rgba(27, 94, 32, 0.3);
}

.cta-primary:hover {
  background: #2e7d32;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(27, 94, 32, 0.35);
}

.cta-secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 25%, #a5d6a7 50%, #81c784 75%, #66bb6a 100%);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(254, 253, 248, 0.6) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(27, 94, 32, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(129, 199, 132, 0.2) 0%, transparent 60%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231B5E20' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
  padding: 8rem 0 6rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1B5E20;
  letter-spacing: 0.02em;
}

.badge-text {
  letter-spacing: 0.03em;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  font-weight: 700;
  color: #1a2e1f;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-accent {
  color: #fff;
  text-shadow: 0 2px 20px rgba(27, 94, 32, 0.2);
}

.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #2e5a35;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

.hero-actions {
  gap: 1rem !important;
}

.hero-trust {
  gap: 1.5rem !important;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* ===== SERVICES ===== */
.services {
  background: #fefdf8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.25rem;
  border: 1px solid rgba(27, 94, 32, 0.07);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #66bb6a, #a5d6a7);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(27, 94, 32, 0.1);
  border-color: transparent;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.08) rotate(-3deg);
}

.service-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2e1f;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.service-desc {
  font-size: 0.9375rem;
  color: #4a6b52;
  line-height: 1.7;
}

/* ===== ABOUT ===== */
.about {
  background: linear-gradient(180deg, #fefdf8 0%, #f0f7f0 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
}

.about-image-main {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(27, 94, 32, 0.12);
}

.about-image-main img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-image-accent {
  position: absolute;
  bottom: -2rem;
  right: -1rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(27, 94, 32, 0.15);
  border: 4px solid #fefdf8;
}

.about-image-accent img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  top: -1rem;
  right: -1.5rem;
  background: #1B5E20;
  color: #fff;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(27, 94, 32, 0.3);
}

.badge-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.badge-label {
  font-size: 0.6875rem;
  opacity: 0.8;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.about-content {
  max-width: 520px;
}

.about-text {
  color: #4a6b52;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

.about-stats {
  gap: 2rem !important;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1B5E20;
}

.stat-label {
  font-size: 0.8125rem;
  color: #4a6b52;
  letter-spacing: 0.02em;
}

/* ===== WHY US ===== */
.why-us {
  background: #fefdf8;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.why-card {
  background: linear-gradient(135deg, #f0f7f0, #e8f5e9);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1px solid rgba(27, 94, 32, 0.06);
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 50px rgba(27, 94, 32, 0.08);
}

.why-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(27, 94, 32, 0.08);
  line-height: 1;
  margin-bottom: 1rem;
}

.why-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a2e1f;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.why-desc {
  font-size: 0.9375rem;
  color: #4a6b52;
  line-height: 1.75;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: linear-gradient(180deg, #f0f7f0 0%, #fefdf8 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.25rem;
  border: 1px solid rgba(27, 94, 32, 0.07);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 50px rgba(27, 94, 32, 0.08);
}

.testimonial-quote {
  margin-bottom: 1.25rem;
}

.testimonial-text {
  font-size: 1rem;
  color: #2e5a35;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.author-avatar {
  flex-shrink: 0;
}

.author-name {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #1a2e1f;
}

.author-location {
  display: block;
  font-size: 0.8125rem;
  color: #6a9b74;
  margin-top: 0.125rem;
}

/* ===== CONTACT ===== */
.contact {
  background: #fefdf8;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-desc {
  font-size: 1.0625rem;
  color: #4a6b52;
  line-height: 1.75;
}

.contact-details {
  gap: 1.5rem !important;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6a9b74;
  margin-bottom: 0.25rem;
}

.contact-value {
  font-size: 1rem;
  color: #1a2e1f;
  font-weight: 500;
  line-height: 1.6;
}

/* FORM */
.contact-form-wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(27, 94, 32, 0.08);
  box-shadow: 0 20px 60px rgba(27, 94, 32, 0.06);
}

.form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2e1f;
  margin-bottom: 1.75rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2e5a35;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1.5px solid #e0ecd8;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  color: #1a2e1f;
  background: #fefdf8;
  transition: all 0.3s ease;
  outline: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: #66bb6a;
  box-shadow: 0 0 0 4px rgba(102, 187, 106, 0.15);
  background: #fff;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ab89a;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231B5E20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1B5E20;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== MAP ===== */
.map-section {
  background: #fefdf8;
}

.map-container {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 -4px 30px rgba(27, 94, 32, 0.06);
}

/* ===== FOOTER ===== */
.site-footer {
  background: #1a2e1f;
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-desc {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  max-width: 320px;
}

.footer-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
}

.footer-ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #81c784;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
  background: rgba(254, 253, 248, 0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(27, 94, 32, 0.08);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-nav-link {
  font-size: 1rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .testimonials-grid .testimonial-card:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
  
  .services-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }
  
  .about-grid,
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .about-image-accent {
    right: 0;
    bottom: -1.5rem;
  }
  
  .about-badge {
    right: 0;
    top: -0.75rem;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid .testimonial-card:last-child {
    grid-column: span 1;
    max-width: 100%;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  
  .hero-content {
    padding: 7rem 0 5rem;
  }
  
  .hero-actions {
    flex-direction: column;
  }
  
  .cta-btn {
    justify-content: center;
  }
  
  .hero-trust {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem !important;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
  
  .service-card,
  .why-card,
  .testimonial-card {
    padding: 1.75rem;
  }
  
  .contact-form-wrapper {
    padding: 1.75rem;
  }
  
  .about-image-main img {
    height: 280px;
  }
  
  .about-image-accent img {
    height: 120px;
  }
}
