/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: #F5F0E8;
  color: #1A2E2A;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; top: -100%; left: 16px; background: #047857; color: #fff; padding: 8px 16px; border-radius: 0 0 8px 8px; z-index: 9999; font-weight: 600; }
.skip-link:focus { top: 0; }

/* ========== TYPOGRAPHY ========== */
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; line-height: 1.15; }
.text-emerald { color: #047857; }
.text-cream { color: #F5F0E8; }

/* ========== HEADER ========== */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(245, 240, 232, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(4, 120, 87, 0.08);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 4px 30px rgba(4, 120, 87, 0.08); }
.header-inner {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  max-width: 1200px; margin: 0 auto;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon { flex-shrink: 0; }
.logo-text { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.95rem; line-height: 1.2; color: #1A2E2A; white-space: nowrap; }
.logo-accent { color: #047857; }
.nav ul { display: flex; gap: 8px; }
.nav a {
  font-weight: 500; font-size: 0.9rem; color: #1A2E2A;
  padding: 8px 14px; border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav a:hover { background: rgba(4, 120, 87, 0.08); color: #047857; }
.btn-header {
  display: inline-flex; align-items: center; gap: 6px;
  background: #047857; color: #fff;
  font-weight: 600; font-size: 0.85rem;
  padding: 10px 18px; border-radius: 10px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.btn-header:hover { background: #035c43; transform: translateY(-1px); }
.menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 28px; padding: 4px 0;
}
.menu-toggle span {
  display: block; height: 2.5px; background: #1A2E2A;
  border-radius: 2px; transition: transform 0.3s, opacity 0.3s;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ========== MOBILE MENU ========== */
.mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(245, 240, 232, 0.97);
  backdrop-filter: blur(20px);
  z-index: 99; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu nav ul { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.mobile-menu a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem; font-weight: 600; color: #1A2E2A;
  padding: 12px 24px; border-radius: 12px;
  transition: color 0.2s, background 0.2s;
}
.mobile-menu a:hover { color: #047857; background: rgba(4, 120, 87, 0.06); }
.btn-mobile-call {
  background: #047857; color: #fff !important;
  border-radius: 12px; padding: 14px 32px !important;
  font-size: 1.1rem !important;
}
.btn-mobile-call:hover { background: #035c43 !important; color: #fff !important; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; font-size: 0.95rem;
  border-radius: 12px; padding: 14px 28px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  cursor: pointer; border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #047857; color: #fff; border-color: #047857; }
.btn-primary:hover { background: #035c43; border-color: #035c43; box-shadow: 0 8px 30px rgba(4, 120, 87, 0.3); }
.btn-outline { background: transparent; color: #1A2E2A; border-color: #1A2E2A; }
.btn-outline:hover { background: #1A2E2A; color: #fff; }
.btn-white { background: #fff; color: #047857; border-color: #fff; }
.btn-white:hover { background: #F5F0E8; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; border-radius: 14px; }
.btn-full { width: 100%; justify-content: center; }

/* ========== SECTION TAGS ========== */
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #047857; margin-bottom: 12px;
}
.section-tag::before {
  content: ''; display: block; width: 28px; height: 3px;
  background: #047857; border-radius: 2px;
}
.section-tag.light-tag { color: #F5F0E8; }
.section-tag.light-tag::before { background: #F5F0E8; }
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px; color: #1A2E2A;
}
.section-title.light-title { color: #F5F0E8; }
.section-desc { font-size: 1.1rem; color: #4A5E5A; max-width: 560px; }
.section-header { margin-bottom: 56px; }
.section-header.light { text-align: center; }
.section-header.light .section-desc { margin: 0 auto; }

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  background: #F5F0E8;
}
.hero-bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.shape { position: absolute; }
.shape-circle-1 {
  width: 500px; height: 500px; border-radius: 50%;
  background: rgba(4, 120, 87, 0.06);
  top: -100px; right: -100px;
}
.shape-circle-2 {
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(4, 120, 87, 0.04);
  bottom: 80px; left: -60px;
}
.shape-tri {
  width: 0; height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(4, 120, 87, 0.05);
  top: 200px; left: 60px;
  transform: rotate(-15deg);
}
.shape-dots {
  width: 120px; height: 120px;
  background-image: radial-gradient(circle, rgba(4,120,87,0.15) 2px, transparent 2px);
  background-size: 16px 16px;
  bottom: 200px; right: 80px;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(4, 120, 87, 0.08);
  border: 1px solid rgba(4, 120, 87, 0.15);
  color: #047857; font-weight: 600; font-size: 0.85rem;
  padding: 8px 16px; border-radius: 50px; margin-bottom: 24px;
}
.hero-tag::before {
  content: ''; width: 8px; height: 8px;
  background: #047857; border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}
.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08; margin-bottom: 20px;
  color: #1A2E2A;
}
.hero-desc { font-size: 1.15rem; color: #4A5E5A; margin-bottom: 32px; max-width: 480px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-stats {
  display: flex; align-items: center; gap: 24px;
  padding-top: 32px; border-top: 1px solid rgba(4, 120, 87, 0.12);
}
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; color: #047857; }
.stat-label { font-size: 0.8rem; color: #4A5E5A; }
.stat-divider { width: 1px; height: 36px; background: rgba(4, 120, 87, 0.15); }
.hero-visual { position: relative; }
.hero-img-wrap {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(4, 120, 87, 0.15);
  aspect-ratio: 520/640;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: -20px; left: -20px;
  background: #047857; color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600; font-size: 0.85rem;
  padding: 14px 20px; border-radius: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 24px rgba(4, 120, 87, 0.3);
}
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; }
.hero-wave svg { width: 100%; height: 80px; }

/* ========== SERVICES ========== */
.services { padding: 100px 0; background: #F5F0E8; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(4, 120, 87, 0.08);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: #047857;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(4, 120, 87, 0.12); border-color: rgba(4, 120, 87, 0.15); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px;
  background: rgba(4, 120, 87, 0.08);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #047857; margin-bottom: 20px;
  transition: background 0.2s;
}
.service-card:hover .service-icon { background: #047857; color: #fff; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #1A2E2A; }
.service-card p { font-size: 0.95rem; color: #4A5E5A; line-height: 1.65; }

/* ========== ABOUT ========== */
.about { padding: 100px 0; background: #E8F5E9; position: relative; overflow: hidden; }
.about::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(4, 120, 87, 0.05);
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.about-visual { position: relative; }
.about-img-main {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(4, 120, 87, 0.12);
  aspect-ratio: 480/560;
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent {
  position: absolute; bottom: -30px; right: -30px;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 12px 36px rgba(4, 120, 87, 0.18);
  border: 5px solid #E8F5E9;
  aspect-ratio: 240/200; width: 200px;
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-pattern {
  position: absolute; top: -40px; left: -40px;
  width: 120px; height: 120px;
  background-image: radial-gradient(circle, rgba(4,120,87,0.2) 3px, transparent 3px);
  background-size: 18px 18px;
  z-index: -1;
}
.about-content .section-title { margin-bottom: 20px; }
.about-text { font-size: 1.05rem; color: #4A5E5A; line-height: 1.75; margin-bottom: 16px; }
.about-values { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.value-item {
  display: flex; align-items: center; gap: 12px;
  font-weight: 500; color: #1A2E2A; font-size: 0.95rem;
}
.value-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  background: rgba(4, 120, 87, 0.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #047857;
}

/* ========== WHY US ========== */
.why-us {
  padding: 100px 0;
  background: #047857;
  position: relative; overflow: hidden;
}
.why-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.shape-why-1 {
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,0.03);
  top: -100px; left: -100px;
}
.shape-why-2 {
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
  bottom: -40px; right: 100px;
}
.shape-why-3 {
  width: 0; height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid rgba(255,255,255,0.03);
  top: 100px; right: 60px;
  transform: rotate(20deg);
}
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; position: relative; z-index: 1;
}
.why-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 36px 24px;
  transition: background 0.25s, transform 0.25s;
}
.why-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.why-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 2.4rem;
  color: rgba(245,240,232,0.2);
  line-height: 1; margin-bottom: 16px;
}
.why-card h3 { font-size: 1.15rem; color: #F5F0E8; margin-bottom: 10px; }
.why-card p { font-size: 0.9rem; color: rgba(245,240,232,0.7); line-height: 1.65; }

/* ========== CTA BANNER ========== */
.cta-banner { padding: 80px 0; background: #F5F0E8; position: relative; overflow: hidden; }
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; position: relative; z-index: 1;
  background: #1A2E2A;
  border-radius: 28px;
  padding: 60px 56px;
}
.cta-pattern {
  position: absolute; inset: 0; border-radius: 28px;
  background-image: radial-gradient(circle, rgba(4,120,87,0.3) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none; opacity: 0.5;
}
.cta-content { max-width: 520px; }
.cta-title { font-size: clamp(1.6rem, 3vw, 2.2rem); color: #F5F0E8; margin-bottom: 12px; }
.cta-desc { font-size: 1.05rem; color: rgba(245,240,232,0.7); line-height: 1.7; }
.cta-actions { flex-shrink: 0; }

/* ========== CONTACT ========== */
.contact { padding: 100px 0; background: #F5F0E8; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: start;
}
.contact-details { margin-top: 40px; display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; }
.contact-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(4, 120, 87, 0.08);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #047857;
}
.contact-item strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: #1A2E2A; margin-bottom: 4px; }
.contact-item p { font-size: 0.95rem; color: #4A5E5A; line-height: 1.6; }
.contact-item a { color: #047857; font-weight: 500; transition: color 0.2s; }
.contact-item a:hover { color: #035c43; }
.contact-form-wrap {
  background: #fff;
  border-radius: 24px; padding: 40px;
  border: 1px solid rgba(4, 120, 87, 0.08);
  box-shadow: 0 12px 40px rgba(4, 120, 87, 0.06);
}
.form-title { font-size: 1.4rem; margin-bottom: 24px; color: #1A2E2A; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-weight: 500; font-size: 0.85rem;
  color: #1A2E2A; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid rgba(4, 120, 87, 0.15);
  border-radius: 10px; font-family: 'Outfit', sans-serif;
  font-size: 0.95rem; color: #1A2E2A;
  background: #F5F0E8;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #047857;
  box-shadow: 0 0 0 3px rgba(4, 120, 87, 0.1);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #8A9E9A; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
  display: flex; align-items: center; gap: 10px;
  background: rgba(4, 120, 87, 0.08);
  color: #047857; font-weight: 500;
  padding: 14px 18px; border-radius: 10px;
  margin-top: 16px;
}

/* ========== FOOTER ========== */
.footer { background: #1A2E2A; color: rgba(245,240,232,0.7); padding: 72px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(245,240,232,0.08);
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-logo { margin-bottom: 0; }
.footer-logo .logo-text { color: #F5F0E8; font-size: 1rem; }
.footer-links strong, .footer-contact strong {
  display: block; font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #F5F0E8; margin-bottom: 16px;
}
.footer-links ul, .footer-contact ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a {
  font-size: 0.9rem; color: rgba(245,240,232,0.6);
  display: flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}
.footer-links a:hover, .footer-contact a:hover { color: #10B981; }
.footer-links li, .footer-contact li { display: flex; align-items: center; gap: 8px; }
.footer-bottom {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; padding: 24px 0;
  font-size: 0.85rem; color: rgba(245,240,232,0.4);
  text-align: center;
}
.footer-bottom a { color: rgba(245,240,232,0.5); transition: color 0.2s; }
.footer-bottom a:hover { color: #10B981; }

/* ========== ANIMATIONS ========== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-inner { gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .nav, .btn-header { display: none; }
  .menu-toggle { display: flex; }
  .hero { padding: 100px 0 60px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .hero-img-wrap { aspect-ratio: 4/3; }
  .hero-badge { bottom: -16px; left: 16px; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-accent { right: 10px; bottom: -20px; width: 160px; }
  .why-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; padding: 40px 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrap { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .about-values { grid-template-columns: 1fr; }
}
