:root {
  --bg: #f3efe7;
  --surface: rgba(255, 252, 247, 0.9);
  --surface-2: #ebe4d8;
  --text: #1d241f;
  --muted: #5e685f;
  --line: rgba(74, 89, 79, 0.14);
  --accent: #0a7751;
  --accent-2: #b58a55;
  --accent-3: #2f4a42;
  --dark: #10211b;
  --shadow: 0 18px 42px rgba(20, 28, 24, 0.08);
  --shadow-strong: 0 26px 60px rgba(20, 28, 24, 0.12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 16%, rgba(181, 138, 85, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(10, 119, 81, 0.09), transparent 24%),
    radial-gradient(circle at 80% 82%, rgba(181, 138, 85, 0.09), transparent 20%),
    linear-gradient(180deg, #f7f3ec 0%, #f1ece3 52%, #eee7dc 100%);
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(70, 76, 72, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 76, 72, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 2rem, var(--max)); margin: 0 auto; }

header {
  position: sticky; top: 0; z-index: 100; backdrop-filter: blur(16px);
  background: rgba(247, 243, 236, 0.74); border-bottom: 1px solid rgba(74, 89, 79, 0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.brand { display: flex; align-items: center; gap: 0.9rem; font-weight: 800; letter-spacing: 0.02em; }
.brand-mark {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  overflow: hidden; box-shadow: 0 10px 30px rgba(20, 28, 24, 0.1); flex: 0 0 auto;
}
.brand small {
  display: block; font-size: 0.78rem; color: var(--muted); font-weight: 700;
  letter-spacing: 0.04em; text-transform: none;
}
.menu { display: flex; align-items: center; gap: 1.05rem; font-size: 0.96rem; color: var(--muted); }
.menu a:hover, .menu a.active { color: var(--accent); }

.cta, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.92rem 1.25rem; border-radius: 999px; font-weight: 800; transition: 0.2s ease;
  border: 1px solid transparent; cursor: pointer;
}
.cta { background: linear-gradient(135deg, var(--accent), #0d8e60); color: #fff; box-shadow: 0 16px 34px rgba(10, 119, 81, 0.22); }
.cta:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn-secondary {
  background: rgba(255, 255, 255, 0.58); border-color: rgba(49, 78, 70, 0.16);
  color: var(--text); box-shadow: 0 10px 24px rgba(15, 25, 22, 0.04);
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.nav-cta { margin-left: 0.3rem; }

.hero { padding: 6.2rem 0 5rem; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -10% auto auto -8%; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 138, 85, 0.18), transparent 65%); pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: auto -10% -20% auto; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 119, 81, 0.11), transparent 60%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 2.4rem; align-items: center; }
.hero-copy { max-width: 760px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.48rem 0.9rem; border-radius: 999px;
  background: rgba(181, 138, 85, 0.11); color: var(--accent-3); font-size: 0.88rem; font-weight: 800;
  margin-bottom: 1rem; border: 1px solid rgba(181, 138, 85, 0.16); letter-spacing: 0.03em;
}
h1, h2, h3 { font-family: inherit; letter-spacing: -0.02em; }
.hero-title {
  margin: 0 0 1rem; max-width: 15ch; line-height: 0.92;
  font-size: clamp(2.6rem, 6vw, 5.2rem); font-weight: 850;
}
.hero-line { display: block; }
.hero-line:nth-child(2) { color: var(--accent-3); }
.hero-subtitle {
  margin: 0 0 1.15rem; font-size: clamp(1rem, 1.8vw, 1.14rem); line-height: 1.45;
  color: var(--accent-3); font-weight: 700; max-width: 44ch;
}
.lead { font-size: 1.08rem; color: var(--muted); max-width: 62ch; margin: 0 0 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.7rem; }

.hero-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 244, 238, 0.9) 100%);
  border: 1px solid rgba(181, 138, 85, 0.18); border-radius: 34px; padding: 1.2rem;
  box-shadow: var(--shadow-strong); position: relative;
}
.hero-panel {
  background: linear-gradient(160deg, #10211b 0%, #0f1916 62%, #163127 100%); color: #ecf5ef;
  border-radius: 28px; padding: 1.6rem; min-height: 460px; display: flex; flex-direction: column;
  justify-content: space-between; position: relative; overflow: hidden; border: 1px solid rgba(181, 138, 85, 0.15);
}
.hero-panel::before {
  content: ""; position: absolute; inset: auto -30% -20% auto; width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 138, 85, 0.2), transparent 60%);
}
.hero-kicker {
  margin: 0 0 0.6rem; color: #d9d7cf; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; font-size: 0.84rem;
}
.hero-panel h3 { margin: 0; font-size: 1.62rem; line-height: 1.1; }
.hero-panel-text { color: #d2ddd7; margin-top: 1rem; }
.metric { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; margin-top: 1.5rem; }
.metric-card {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px; padding: 1rem;
}
.metric-card strong { display: block; font-size: 1.3rem; margin-bottom: 0.2rem; color: #ffffff; }
.metric-card span { color: #d8e1db; font-size: 0.95rem; }

section { padding: 2rem 0 5rem; }
.section-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1.8rem; }
.section-head p { color: var(--muted); max-width: 72ch; margin: 0; }


.cards-2x2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(49, 78, 70, 0.12); border-radius: 26px; padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 25, 22, 0.06); transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative; overflow: hidden; backdrop-filter: blur(4px);
}
.card::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2)); opacity: 0.92;
}
.card:hover { transform: translateY(-4px); border-color: rgba(181, 138, 85, 0.38); box-shadow: 0 22px 50px rgba(15, 25, 22, 0.1); }
.icon {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(10, 119, 81, 0.1); color: var(--accent); font-size: 1.3rem; margin-bottom: 1rem;
}
.card h3 { margin: 0 0 0.55rem; font-size: 1.14rem; }
.card p { margin: 0 0 1rem; color: var(--muted); font-size: 0.98rem; }
.card ul { margin: 0; padding-left: 1rem; color: var(--muted); font-size: 0.95rem; }

.split { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1rem; }
.panel {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(49, 78, 70, 0.12); border-radius: 30px; padding: 1.7rem;
  box-shadow: 0 18px 44px rgba(15, 25, 22, 0.07); backdrop-filter: blur(4px);
}
.panel-intro { color: var(--muted); margin-top: 0; }

.steps { display: grid; gap: 0.9rem; }
.step {
  display: grid; grid-template-columns: 54px 1fr; gap: 0.9rem; align-items: start;
  padding: 1rem; border-radius: 18px; background: rgba(235, 228, 216, 0.62); border: 1px solid rgba(181, 138, 85, 0.14);
}
.step-num {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; font-weight: 800;
  background: var(--accent); color: white; box-shadow: 0 10px 22px rgba(10, 119, 81, 0.18);
}
.step h3 { margin: 0 0 0.35rem; }
.step p { margin: 0; color: var(--muted); }

.list-clean { display: grid; gap: 0.8rem; margin: 1rem 0 0; }
.list-clean div { display: flex; gap: 0.8rem; align-items: start; color: var(--muted); }
.bullet {
  width: 10px; height: 10px; border-radius: 50%; background: var(--accent);
  margin-top: 0.5rem; flex: 0 0 auto; box-shadow: 0 0 0 5px rgba(10, 119, 81, 0.08);
}

.testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
blockquote {
  margin: 0; background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid var(--line); border-radius: 22px; padding: 1.3rem; color: var(--muted);
  box-shadow: var(--shadow); min-height: 100%;
}
blockquote strong { display: block; color: var(--text); margin-top: 1rem; font-size: 0.96rem; }

.cta-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.cta-panel {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(49, 78, 70, 0.12); border-radius: 24px; padding: 1.35rem; box-shadow: var(--shadow);
}

.contact-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1rem; }
form { display: grid; gap: 0.9rem; }
label { font-size: 0.94rem; font-weight: 700; display: block; margin-bottom: 0.35rem; }
input, textarea, select {
  width: 100%; padding: 0.95rem 1rem; border-radius: 16px; border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92); color: var(--text); font: inherit;
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: rgba(10, 119, 81, 0.4); box-shadow: 0 0 0 4px rgba(10, 119, 81, 0.08);
}
textarea { min-height: 150px; resize: vertical; }

.page-hero { padding: 5.4rem 0 2rem; }
.page-hero h1 {
  margin: 0 0 1rem; max-width: 16ch; line-height: 0.95;
  font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 850;
}
.page-intro { font-size: 1.08rem; color: var(--muted); max-width: 64ch; }

.site-footer { padding: 1.5rem 0 3rem; color: var(--muted); font-size: 0.95rem; }
.footer-inner {
  border-top: 1px solid var(--line); padding-top: 1.3rem; display: flex; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; align-items: center;
}
.footer-left, .footer-right { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.footer-right a:hover { color: var(--accent); }
.footer-badge {
  display: inline-flex; align-items: center; padding: 0.38rem 0.75rem; border-radius: 999px;
  background: rgba(10, 119, 81, 0.08); color: var(--accent-3); border: 1px solid rgba(10, 119, 81, 0.12);
  font-size: 0.88rem; font-weight: 700;
}

.mobile-toggle {
  display: none; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.75);
  border-radius: 12px; padding: 0.6rem 0.8rem; font-weight: 700; color: var(--text);
}

.reveal-section, .hero-card {
  opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease;
}
.reveal-section.is-visible, .hero-card.is-visible { opacity: 1; transform: translateY(0); }
.reveal-child {
  opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-child.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal-section, .hero-card, .reveal-child {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}
@media (max-width: 980px) {
  .hero-grid, .split, .contact-wrap, .cards, .testimonials, .cta-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .hero-panel { min-height: auto; }
  .hero-title, .page-hero h1 { max-width: 100%; }
}
@media (max-width: 760px) {
  .mobile-toggle { display: inline-flex; }
  .menu {
    display: none; position: absolute; top: calc(100% + 0.5rem); left: 1rem; right: 1rem;
    background: rgba(255, 253, 249, 0.98); border: 1px solid var(--line); border-radius: 20px;
    padding: 1rem; box-shadow: var(--shadow); flex-direction: column; align-items: start;
  }
  .menu.open { display: flex; }
  .hero { padding-top: 3rem; }
  .hero-grid { gap: 1.4rem; }
  .hero-title { font-size: clamp(2.2rem, 10vw, 3.6rem); }
  .hero-subtitle { font-size: 1rem; }
  .metric { grid-template-columns: 1fr; }
  .nav-cta { width: 100%; }
}
