﻿:root {
  --deep-forest: #213435;
  --pine: #46685b;
  --sage-green: #648a64;
  --moss: #a6b985;
  --sand: #e1e3ac;
  --text-dark: #1b2727;
  --text-light: #f5f7ea;
  --surface: #f9fbf3;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 12px 30px rgba(33, 52, 53, 0.16);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #f7faef 0%, #eef2d9 45%, #f9fbf3 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
.logo {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.container {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.bg-decoration {
  position: fixed;
  inset: -20% -20% auto auto;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 138, 100, 0.35) 0%, rgba(166, 185, 133, 0.05) 65%, transparent 75%);
  filter: blur(2px);
  z-index: -1;
}

.header {
  padding: 1.2rem 0 4rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--deep-forest);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}

.logo-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: var(--deep-forest);
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 700;
}

.menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.menu a {
  color: var(--deep-forest);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.menu a:hover {
  opacity: 0.75;
}

.btn-link {
  padding: 0.65rem 1rem;
  border: 1px solid rgba(33, 52, 53, 0.2);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  background: var(--deep-forest);
  border-radius: 0.8rem;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.2rem;
  height: 2px;
  display: block;
  margin: 0.34rem auto;
  background: #fff;
  transition: transform 0.2s ease;
}

.hero {
  padding-top: 4rem;
  text-align: left;
}

.tagline {
  display: inline-block;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(166, 185, 133, 0.35);
  color: var(--deep-forest);
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  line-height: 1.07;
  max-width: 12ch;
  color: var(--deep-forest);
}

.hero-text {
  max-width: 64ch;
  margin-top: 1rem;
  font-size: 1.05rem;
  color: rgba(27, 39, 39, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.88rem 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--deep-forest);
  color: var(--text-light);
  box-shadow: var(--shadow-soft);
}

.btn-secondary {
  background: transparent;
  color: var(--deep-forest);
  border: 1px solid rgba(33, 52, 53, 0.35);
}

.hero-cards {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-cards article {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(70, 104, 91, 0.2);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  backdrop-filter: blur(4px);
}

.hero-cards h3 {
  color: var(--pine);
  font-size: 1.65rem;
}

.section {
  padding: 4.8rem 0;
}

.section-head h2 {
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  color: var(--deep-forest);
  max-width: 25ch;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--pine);
  margin-bottom: 0.8rem;
}

.grid {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.3rem;
  border: 1px solid rgba(70, 104, 91, 0.16);
  box-shadow: 0 10px 24px rgba(33, 52, 53, 0.08);
}

.card h3 {
  margin-bottom: 0.5rem;
  color: var(--deep-forest);
}

.alt-section {
  background: linear-gradient(150deg, rgba(70, 104, 91, 0.14) 0%, rgba(225, 227, 172, 0.35) 100%);
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.6rem;
  align-items: center;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
}

.check-list li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--sage-green);
  position: absolute;
  left: 0;
  top: 0.42rem;
}

.quote-box {
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  background: var(--deep-forest);
  color: var(--text-light);
  box-shadow: var(--shadow-soft);
}

.quote-box p {
  font-size: 1.12rem;
  line-height: 1.45;
}

.quote-box span {
  margin-top: 0.9rem;
  display: inline-block;
  opacity: 0.85;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.timeline article {
  background: #fff;
  border: 1px solid rgba(70, 104, 91, 0.2);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.timeline span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  align-items: center;
  justify-content: center;
  background: var(--moss);
  color: var(--deep-forest);
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.timeline h3 {
  margin-bottom: 0.4rem;
  color: var(--deep-forest);
}

.contact-box {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(70, 104, 91, 0.2);
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
}

.contact-form {
  display: grid;
  gap: 0.5rem;
}

.contact-form label {
  font-weight: 700;
  color: var(--deep-forest);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(70, 104, 91, 0.3);
  border-radius: 10px;
  padding: 0.75rem;
  font: inherit;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(100, 138, 100, 0.35);
  border-color: var(--sage-green);
}

.footer {
  padding: 1.3rem 0 2rem;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: rgba(27, 39, 39, 0.75);
  font-size: 0.92rem;
}

.footer a {
  color: var(--deep-forest);
  font-weight: 700;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #25d366;
  color: #073b1f;
  text-decoration: none;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 59, 31, 0.35);
  font-weight: 800;
  z-index: 20;
}

.whatsapp-float svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .contact-box,
  .timeline,
  .hero-cards {
    grid-template-columns: 1fr 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    right: 0;
    top: 3.2rem;
    width: min(320px, calc(100vw - 2.4rem));
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(70, 104, 91, 0.18);
    padding: 0.9rem;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .menu.open {
    display: flex;
  }

  .hero {
    padding-top: 2.8rem;
  }

  .hero-cards,
  .split,
  .timeline,
  .contact-box {
    grid-template-columns: 1fr;
  }
}

