:root {
  --bg: #ffffff;
  --ink: #20312d;
  --muted: #65736f;
  --green: #23463f;
  --green-dark: #16312c;
  --gold: #b4873a;
  --gold-soft: #f7f0e3;
  --line: rgba(32,49,45,.14);
  --shadow: 0 24px 80px rgba(22,49,44,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand img { width: 200px; height: auto; display: block; }
.navigation { display: flex; align-items: center; gap: 22px; font-size: 15px; color: var(--muted); }
.navigation a:hover { color: var(--green); }
.nav-cta { color: var(--green) !important; font-weight: 700; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 14px; color: var(--green); font-weight: 700; }
.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 46px; align-items: center; padding: 78px clamp(20px, 6vw, 92px) 86px; background: radial-gradient(circle at 75% 20%, rgba(180,135,58,.14), transparent 32%), #fff; }
.hero-copy { max-width: 760px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 13px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 86px); line-height: .96; letter-spacing: -.055em; margin-bottom: 24px; color: var(--green-dark); }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 18px; color: var(--green-dark); }
h3 { font-size: 21px; margin-bottom: 12px; color: var(--green-dark); }
.lead { font-size: clamp(19px, 2.2vw, 25px); color: var(--muted); max-width: 660px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: var(--green); color: #fff; box-shadow: 0 14px 34px rgba(35,70,63,.22); }
.button.secondary { background: #fff; color: var(--green); border-color: var(--line); }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 34px; padding: 34px; box-shadow: var(--shadow); }
.star { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--gold-soft); color: var(--gold); font-size: 28px; margin-bottom: 22px; }
.section { padding: 86px clamp(20px, 6vw, 92px); border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.split > p { font-size: 21px; color: var(--muted); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading p:not(.section-kicker) { color: var(--muted); font-size: 20px; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 14px 45px rgba(22,49,44,.06); }
.card p { color: var(--muted); margin-bottom: 0; }
.highlight { background: linear-gradient(180deg, #fff, #fbf8f1); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { padding: 28px; border-left: 3px solid var(--gold); background: #fff; box-shadow: 0 12px 38px rgba(22,49,44,.06); }
.step span { color: var(--gold); font-size: 34px; font-weight: 900; }
.step p { color: var(--muted); margin-bottom: 0; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; background: var(--green-dark); color: #fff; }
.contact h2, .contact h3 { color: #fff; }
.contact p { color: rgba(255,255,255,.78); }
.contact-form { background: #fff; color: var(--ink); border-radius: 28px; padding: 28px; display: grid; gap: 16px; }
label { display: grid; gap: 8px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; font: inherit; color: var(--ink); background: #fff; }
textarea { resize: vertical; }
.form-note { font-size: 13px; color: var(--muted) !important; margin: 0; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(20px, 6vw, 92px); color: var(--muted); background: #fff; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; }
@media (max-width: 880px) {
  .menu-toggle { display: inline-flex; }
  .navigation { display: none; position: absolute; left: 20px; right: 20px; top: 76px; padding: 18px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .navigation.open { display: flex; }
  .hero, .split, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 48px; }
  .cards.three, .cards.two, .steps { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}
