:root {
  --green: #1b4d3e;
  --green-dark: #13382e;
  --green-mid: #2f6b56;
  --mint: #e7f3ec;
  --mint-2: #f3faf6;
  --bg: #f6fbf8;
  --text: #172923;
  --muted: #5b7067;
  --line: #d5eadc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(20, 56, 46, .12);
  --shadow-sm: 0 8px 24px rgba(20, 56, 46, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215,234,220,.75);
}
.header-row {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 76px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex: none; }
.brand svg { width: 34px; height: 34px; }
.brand strong { display: block; font-size: 1.02rem; color: var(--green); letter-spacing: -.01em; }
.brand small { display: block; font-size: .74rem; color: var(--muted); margin-top: -1px; font-weight: 600; }
.menu { display: flex; align-items: center; gap: 28px; }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .94rem; }
.nav a { text-decoration: none; color: #243830; }
.nav a:hover { color: var(--green); }
.nav a.is-on {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 800; text-decoration: none; border: 0; cursor: pointer;
  font-size: .94rem; white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn-solid { background: var(--green); color: #fff; padding: 12px 20px; }
.btn-solid:hover { background: var(--green-dark); }
.btn-line { background: #fff; color: var(--green); padding: 11px 20px; border: 1.5px solid var(--green); }
.btn-line:hover { background: var(--mint); }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; }
.burger i, .burger i:before, .burger i:after {
  display: block; width: 18px; height: 2px; background: var(--green); position: relative;
}
.burger i:before, .burger i:after { content: ""; position: absolute; left: 0; }
.burger i:before { top: -6px; }
.burger i:after { top: 6px; }

.kicker {
  margin: 0 0 10px; color: var(--green-mid); font-size: .72rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
h1, h2.display {
  font-family: Fraunces, Georgia, serif; font-weight: 650; letter-spacing: -.03em;
  line-height: 1.06; margin: 0 0 14px; color: #13241e;
}
h1 { font-size: clamp(2.5rem, 5.2vw, 4.15rem); }
h2.display { font-size: clamp(1.9rem, 3.2vw, 2.55rem); }
h2, h3 { color: var(--green); }
.lead { font-size: 1.06rem; color: var(--muted); max-width: 38rem; margin: 0 0 26px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: linear-gradient(180deg, #f7fbf8 0%, #f3faf6 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 8px;
  align-items: center;
  padding: 36px 0 18px;
}
.points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 28px;
}
.point { text-align: center; }
.icon-round {
  width: 52px; height: 52px; margin: 0 auto 8px; border-radius: 50%;
  background: var(--mint); color: var(--green-mid); display: grid; place-items: center;
}
.icon-round svg { width: 22px; height: 22px; }
.point strong { display: block; font-size: .86rem; color: #1c332c; }
.point span { display: block; font-size: .74rem; color: var(--muted); margin-top: 2px; line-height: 1.35; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-visual {
  position: relative;
  min-height: 520px;
  margin-right: calc((100% - min(1180px, calc(100% - 40px))) / -2);
}
.scene {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #d7e4dc;
}
.scene::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 48px;
  background: linear-gradient(90deg, #f6fbf8, transparent);
  z-index: 1;
  pointer-events: none;
}
.scene-art {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 58% 38%;
}
.silae {
  position: absolute;
  right: 16px;
  top: auto;
  bottom: 112px;
  width: min(252px, 42%);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(20, 40, 32, .18);
  overflow: hidden;
  font-size: 11px;
  z-index: 2;
  pointer-events: none;
}
.silae-top {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 12px; border-bottom: 1px solid #eef2f0;
}
.silae-top i { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; }
.silae-top i:first-child { background: #f7b4b4; }
.silae-top i:nth-child(2) { background: #f6d98b; }
.silae-top b { margin-left: 6px; color: var(--green); font-size: 12px; }
.silae-body { display: grid; grid-template-columns: 96px 1fr; min-height: 0; }
.silae-body aside {
  background: #f6faf7; padding: 10px 8px;
  display: grid; gap: 4px; align-content: start;
}
.silae-body aside span { padding: 5px 8px; border-radius: 8px; color: #4d635a; }
.silae-body aside .on { background: #e7f3ec; color: var(--green); font-weight: 800; }
.silae-body section { padding: 10px 12px; }
.silae-body h4 { margin: 0 0 8px; font-size: 12.5px; color: #1c332c; }
.silae-body ul { list-style: none; margin: 0; padding: 0; }
.silae-body li {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 6px 0; border-bottom: 1px solid #f1f5f3; color: #243830;
}
.silae-body li:nth-child(n+5) { display: none; }
.note-silae, .note-fr { position: absolute; z-index: 3; pointer-events: none; }
.note-silae {
  right: 16px;
  top: 16px;
  width: min(220px, 48%);
  margin: 0;
  padding: 10px 12px 8px;
  text-align: right;
  font-family: Caveat, cursive;
  color: #13382e;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 600;
  background: rgba(255,255,255,.94);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(20, 40, 32, .12);
}
.note-silae:after {
  content: "";
  display: block;
  width: 36px; height: 22px; margin: 4px 4px 0 auto;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 22' fill='none' stroke='%2313382e' stroke-width='1.7'><path d='M32 3C18 4 12 8 8 18' stroke-linecap='round'/><path d='M4 13l4 6 7-4'/></svg>") no-repeat center / contain;
}
.note-fr {
  right: 16px;
  bottom: 16px;
  display: flex; gap: 8px; align-items: center;
  background: #fff; border-radius: 16px; padding: 10px 12px;
  box-shadow: var(--shadow); font-size: 11.5px; width: 200px;
}
.note-fr b { display: block; color: var(--green); font-size: 12.5px; }
.note-fr span { color: var(--muted); }
.fr-ico {
  width: 28px; height: 28px; flex: none; border-radius: 6px;
  background:
    radial-gradient(circle at 50% 58%, #2f6b56 0 38%, transparent 39%),
    linear-gradient(#2f6b56 0 52%, #dbe8c9 52%);
}

.home-services {
  padding: 8px 0 10px;
  background: #fff;
}
.home-services-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px 0 8px;
}
.home-services-intro p { margin: 0 0 10px; }
.home-services-intro .muted { margin-bottom: 18px; }
.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 18px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.svc h3 { margin: 8px 0 10px; font-size: 1.02rem; }
.svc ul { list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .9rem; text-align: left; display: grid; gap: 6px; }
.svc li { padding-left: 18px; position: relative; }
.svc li:before {
  content: "✓";
  position: absolute; left: 0; color: var(--green-mid); font-weight: 800;
}

.home-why { padding: 12px 0 56px; background: #fff; }
.home-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.45fr;
  gap: 18px;
  align-items: stretch;
}
.why-item { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding-top: 8px; }
.why-item h3 { margin: 0 0 4px; font-size: .98rem; color: #1c332c; }
.why-item p { margin: 0; font-size: .86rem; color: var(--muted); }
.why-item svg { width: 28px; height: 28px; color: var(--green-mid); }

.cta-card {
  background: var(--green); color: #fff; border-radius: 18px;
  padding: 26px 24px 28px; display: grid; gap: 8px;
  position: relative; overflow: hidden;
  min-height: 168px;
}
.cta-card .cta-ico {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(255,255,255,.12); display: grid; place-items: center;
}
.cta-card .cta-ico svg { width: 18px; height: 18px; }
.cta-card p {
  margin: 0; font-size: .7rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; opacity: .86;
}
.cta-card h3 {
  font-family: Fraunces, Georgia, serif; font-size: 1.55rem;
  margin: 0 0 10px; color: #fff; line-height: 1.15; max-width: 16ch;
}
.cta-card .btn-solid { background: #fff; color: var(--green); width: max-content; }
.cta-card .btn-solid:hover { background: var(--mint); }
.hand {
  font-family: Caveat, cursive; position: absolute;
  right: 18px; bottom: 16px; transform: rotate(-8deg);
  font-size: 1.18rem; color: #d8efe4; max-width: 11ch; text-align: right;
  line-height: 1.15;
}

.page-hero { padding: 48px 0 8px; }
.band { padding: 28px 0 56px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .tarif, .why-card, .phone-card, .form-card, .split-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px;
  box-shadow: var(--shadow-sm);
}
.tarif h3, .why-card h3 { margin: 10px 0 8px; }
.muted { color: var(--muted); }
.price {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.7rem; font-weight: 650; color: var(--green-dark);
  margin: 12px 0 18px;
}
.tarif ul, .why-card ul, .list-check {
  list-style: none; padding: 0; margin: 0 0 18px; color: var(--muted);
}
.tarif li, .list-check li {
  margin: 7px 0; padding-left: 18px; position: relative;
}
.tarif li:before, .list-check li:before {
  content: "✓"; position: absolute; left: 0; color: var(--green-mid); font-weight: 800;
}
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process article { background: var(--mint-2); border-radius: 18px; padding: 22px; border: 1px solid var(--line); }
.process b {
  display: inline-grid; place-items: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--mint); color: var(--green); margin-bottom: 10px; font-size: .85rem;
}

.footer { background: #fff; border-top: 1px solid var(--line); padding: 22px 0; }
.footer-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px; color: var(--muted); font-size: .9rem; align-items: center;
}
.footer-item { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.footer-item svg { width: 22px; height: 22px; color: var(--green-mid); margin-top: 2px; }
.footer-row b { color: var(--green); }
.sign { font-family: Caveat, cursive; font-size: 1.45rem; color: var(--green-mid); }

.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 22px; }
.tel {
  display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 16px;
  font-size: 1.7rem; font-weight: 800; color: var(--green); text-decoration: none;
}
.tel:hover { text-decoration: underline; }
.form-card label { display: block; font-weight: 700; margin: 0 0 6px; }
.form-card input, .form-card textarea {
  width: 100%; margin: 0 0 14px; padding: 12px 14px; border-radius: 12px;
  border: 1.5px solid var(--line); background: var(--mint-2);
}
.form-card input:focus, .form-card textarea:focus {
  outline: 2px solid var(--green-mid); border-color: var(--green-mid);
}
.form-msg { min-height: 1.2em; font-weight: 700; margin: 10px 0 0; }
.form-msg.ok { color: var(--green); }
.form-msg.err { color: #b42318; }
.mail { color: var(--green); font-weight: 700; }

@media (max-width: 1080px) {
  .home-services-grid, .home-why-grid { grid-template-columns: 1fr 1fr; }
  .home-why-grid .cta-card { grid-column: 1 / -1; }
  .hero-visual { margin-right: 0; }
}
@media (max-width: 980px) {
  .burger { display: grid; place-items: center; }
  .menu { display: none; }
  .menu.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 76px; background: #fff;
    padding: 16px 20px 20px; border-bottom: 1px solid var(--line); gap: 14px;
    box-shadow: var(--shadow);
  }
  .menu.open .nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-grid, .home-services-grid, .home-why-grid, .grid-3, .grid-4, .contact-grid, .footer-row, .split-2, .process {
    grid-template-columns: 1fr;
  }
  .points { grid-template-columns: 1fr 1fr; }
  .scene, .hero-visual { height: 340px; min-height: 340px; border-radius: 18px; }
  .scene-art { object-position: 55% 28%; }
  .silae {
    width: min(210px, 52%);
    right: 10px;
    top: auto;
    bottom: 78px;
    font-size: 10px;
  }
  .silae-body li:nth-child(n+4) { display: none; }
  .note-silae { top: 10px; right: 10px; width: min(180px, 52%); font-size: 1.05rem; }
  .note-fr { right: 10px; bottom: 10px; width: 168px; }
  .hero { min-height: 0; }
  .cta-card h3 { max-width: none; }
}
