:root {
  --ink: #17211b;
  --muted: #5d6b62;
  --leaf: #1f7a4d;
  --leaf-dark: #115735;
  --gold: #d99b2b;
  --mist: #eef5ef;
  --line: #d8e2da;
  --paper: #ffffff;
  --charcoal: #111714;
  --shadow: 0 18px 46px rgba(23, 33, 27, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fbfdfb;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.topbar {
  background: var(--charcoal);
  color: #f8fff9;
  font-size: 14px;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 190px;
}

.brand-logo {
  width: 220px;
  height: auto;
  max-height: 56px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  color: #26342b;
}

.nav a {
  padding: 8px 2px;
}

.nav a:hover,
.nav a.active {
  color: var(--leaf);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  font-size: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--leaf);
  color: white;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn[href^="tel:"]::before,
.btn.phone-action::before,
.btn[href*="wa.me"]::before,
.btn.whatsapp-action::before,
button.btn[type="submit"]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.btn[href^="tel:"]::before,
.btn.phone-action::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.btn[href*="wa.me"]::before,
.btn.whatsapp-action::before,
button.btn[type="submit"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.88 3 3.08 8.78 3.08 15.9c0 2.28.6 4.51 1.74 6.47L3 29l6.82-1.78a13.05 13.05 0 0 0 6.22 1.58c7.15 0 12.96-5.78 12.96-12.9S23.19 3 16.04 3Zm0 23.63c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.04 1.05 1.08-3.92-.25-.4a10.67 10.67 0 0 1-1.64-5.64c0-5.92 4.82-10.73 10.76-10.73 5.93 0 10.76 4.81 10.76 10.73 0 5.91-4.83 10.72-10.81 10.72Zm5.9-8.04c-.32-.16-1.9-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.25-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.6-1.6-.96-.86-1.61-1.92-1.8-2.24-.19-.32-.02-.5.14-.66.15-.14.32-.37.49-.56.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.76-1-2.42-.26-.63-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.12-1.14 2.72 0 1.6 1.17 3.15 1.33 3.36.16.22 2.31 3.52 5.59 4.93.78.34 1.39.54 1.87.69.79.25 1.5.22 2.06.13.63-.09 1.9-.77 2.17-1.52.27-.75.27-1.39.19-1.52-.08-.14-.29-.22-.62-.38Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.88 3 3.08 8.78 3.08 15.9c0 2.28.6 4.51 1.74 6.47L3 29l6.82-1.78a13.05 13.05 0 0 0 6.22 1.58c7.15 0 12.96-5.78 12.96-12.9S23.19 3 16.04 3Zm0 23.63c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.04 1.05 1.08-3.92-.25-.4a10.67 10.67 0 0 1-1.64-5.64c0-5.92 4.82-10.73 10.76-10.73 5.93 0 10.76 4.81 10.76 10.73 0 5.91-4.83 10.72-10.81 10.72Zm5.9-8.04c-.32-.16-1.9-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.25-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.6-1.6-.96-.86-1.61-1.92-1.8-2.24-.19-.32-.02-.5.14-.66.15-.14.32-.37.49-.56.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.76-1-2.42-.26-.63-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.12-1.14 2.72 0 1.6 1.17 3.15 1.33 3.36.16.22 2.31 3.52 5.59 4.93.78.34 1.39.54 1.87.69.79.25 1.5.22 2.06.13.63-.09 1.9-.77 2.17-1.52.27-.75.27-1.39.19-1.52-.08-.14-.29-.22-.62-.38Z'/%3E%3C/svg%3E");
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(31, 122, 77, 0.25);
  background: var(--leaf-dark);
}

.btn.secondary {
  background: white;
  color: var(--leaf-dark);
  border-color: var(--line);
}

.btn.gold {
  background: var(--gold);
  color: #211406;
}

.hero {
  min-height: 650px;
  color: white;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(10, 17, 12, 0.84), rgba(10, 17, 12, 0.36)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(0deg, #fbfdfb, transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 72px 0 120px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #fff1c9;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(40px, 7vw, 72px);
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0 0 16px;
}

.lead {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: -76px;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.trust-item {
  background: white;
  padding: 24px;
}

.trust-item strong {
  display: block;
  font-size: 26px;
  color: var(--leaf-dark);
}

.section {
  padding: 82px 0;
}

.section.soft {
  background: var(--mist);
}

.section.dark {
  background: var(--charcoal);
  color: white;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p,
.muted {
  color: var(--muted);
}

.section.dark .muted,
.section.dark .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.grid {
  display: grid;
  gap: 22px;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

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

.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(23, 33, 27, 0.06);
}

.card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery-item {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 8px 28px rgba(23, 33, 27, 0.06);
  aspect-ratio: 1 / 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #e1f2e7;
  color: var(--leaf-dark);
  font-weight: 900;
  margin-bottom: 16px;
}

.split {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 42px;
  align-items: center;
}

.feature-image {
  border-radius: 8px;
  min-height: 420px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.check-list,
.plain-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.check-list li,
.plain-list li {
  margin: 10px 0;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--leaf);
  font-weight: 900;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
}

.form-box {
  background: white;
  border-radius: 8px;
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfdad2;
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.page-hero {
  padding: 78px 0;
  color: white;
  background: linear-gradient(90deg, rgba(11, 19, 13, 0.86), rgba(11, 19, 13, 0.42)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.page-hero .container {
  max-width: 960px;
}

.distance-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: table;
}

.distance-table th,
.distance-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.distance-table th {
  background: #eaf4ed;
  color: var(--leaf-dark);
}

.distance-table tr:last-child td {
  border-bottom: 0;
}

.banner {
  background: var(--leaf-dark);
  color: white;
  padding: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
}

.map {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.footer {
  background: #0f1712;
  color: #dce8df;
  padding: 56px 0 92px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 28px;
}

.footer a {
  color: #f4fff5;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.footer li {
  margin: 8px 0;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 36px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-size: 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.float-btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.float-btn.whatsapp {
  background: #25d366;
}

.float-btn.whatsapp::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.88 3 3.08 8.78 3.08 15.9c0 2.28.6 4.51 1.74 6.47L3 29l6.82-1.78a13.05 13.05 0 0 0 6.22 1.58c7.15 0 12.96-5.78 12.96-12.9S23.19 3 16.04 3Zm0 23.63c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.04 1.05 1.08-3.92-.25-.4a10.67 10.67 0 0 1-1.64-5.64c0-5.92 4.82-10.73 10.76-10.73 5.93 0 10.76 4.81 10.76 10.73 0 5.91-4.83 10.72-10.81 10.72Zm5.9-8.04c-.32-.16-1.9-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.25-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.6-1.6-.96-.86-1.61-1.92-1.8-2.24-.19-.32-.02-.5.14-.66.15-.14.32-.37.49-.56.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.76-1-2.42-.26-.63-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.12-1.14 2.72 0 1.6 1.17 3.15 1.33 3.36.16.22 2.31 3.52 5.59 4.93.78.34 1.39.54 1.87.69.79.25 1.5.22 2.06.13.63-.09 1.9-.77 2.17-1.52.27-.75.27-1.39.19-1.52-.08-.14-.29-.22-.62-.38Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.88 3 3.08 8.78 3.08 15.9c0 2.28.6 4.51 1.74 6.47L3 29l6.82-1.78a13.05 13.05 0 0 0 6.22 1.58c7.15 0 12.96-5.78 12.96-12.9S23.19 3 16.04 3Zm0 23.63c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.04 1.05 1.08-3.92-.25-.4a10.67 10.67 0 0 1-1.64-5.64c0-5.92 4.82-10.73 10.76-10.73 5.93 0 10.76 4.81 10.76 10.73 0 5.91-4.83 10.72-10.81 10.72Zm5.9-8.04c-.32-.16-1.9-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.25-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.6-1.6-.96-.86-1.61-1.92-1.8-2.24-.19-.32-.02-.5.14-.66.15-.14.32-.37.49-.56.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.76-1-2.42-.26-.63-.53-.54-.73-.55h-.62c-.22 0-.57.08-.87.4-.3.32-1.14 1.12-1.14 2.72 0 1.6 1.17 3.15 1.33 3.36.16.22 2.31 3.52 5.59 4.93.78.34 1.39.54 1.87.69.79.25 1.5.22 2.06.13.63-.09 1.9-.77 2.17-1.52.27-.75.27-1.39.19-1.52-.08-.14-.29-.22-.62-.38Z'/%3E%3C/svg%3E");
}

.float-btn.phone {
  background: var(--gold);
  color: #1e1303;
}

.float-btn.phone::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.mini-cta {
  border-left: 4px solid var(--gold);
  padding: 16px 18px;
  background: #fff8e8;
  border-radius: 8px;
  margin-top: 20px;
}

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

  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .nav .btn {
    width: 100%;
  }

  .hero {
    min-height: 620px;
  }

  .trust-row,
  .grid.three,
  .grid.two,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-row {
    margin-top: -54px;
  }

  .banner {
    display: block;
  }

  .banner .actions {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .topbar .container {
    display: block;
  }

  .topbar span {
    display: block;
    margin: 2px 0;
  }

  .brand {
    min-width: 168px;
  }

  .brand-logo {
    width: 178px;
  }

  .hero-content {
    padding: 58px 0 112px;
  }

  .lead {
    font-size: 18px;
  }

  .section {
    padding: 58px 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .distance-table,
  .distance-table tbody,
  .distance-table tr,
  .distance-table td {
    display: block;
    width: 100%;
  }

  .distance-table thead {
    display: none;
  }

  .distance-table tr {
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
  }

  .distance-table td {
    border: 0;
    padding: 6px 14px;
  }

  .distance-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--leaf-dark);
    font-weight: 900;
  }
}
