@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-7660bd99.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-7660bd99.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-7660bd99.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-7660bd99.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-7660bd99.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-665db5e1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/roboto-665db5e1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==========================================================================
   GreenHouse SH.P.K — Relaunch 2026
   CI: Primary #54B952 · Dark #202020 / #30373E · Text #535353 · Border #E5E5E5
   Fonts: Plus Jakarta Sans (headings) · Roboto (body) — self-hosted
   ========================================================================== */

:root {
  --color-primary: #54B952;
  --color-primary-dark: #3e9a3c;
  --color-primary-light: #eaf7e9;
  --color-dark: #202020;
  --color-accent: #30373E;
  --color-text: #535353;
  --color-lighter: #9B9B9B;
  --color-border: #E5E5E5;
  --color-highlight: #E56D6D;
  --color-bg: #ffffff;
  --color-bg-alt: #f6f8f6;
  --font-head: 'Plus Jakarta Sans', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Roboto', 'Segoe UI', Arial, sans-serif;
  --radius: 14px;
  --shadow: 0 8px 30px rgba(32, 32, 32, .09);
  --shadow-lg: 0 16px 48px rgba(32, 32, 32, .16);
  --header-h: 76px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--color-dark);
  line-height: 1.2;
  font-weight: 800;
}

a { color: var(--color-primary-dark); text-decoration: none; }
a:hover { color: var(--color-primary); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.section { padding: 84px 0; }
.section--alt { background: var(--color-bg-alt); }
.section--dark { background: var(--color-accent); }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: #cfd6db; }

.kicker {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 14px;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 26px; height: 2px;
  background: var(--color-primary);
  vertical-align: middle;
  margin-right: 10px;
}
.section--dark .kicker { color: var(--color-primary); }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  line-height: 1.2;
}
.btn--primary { background: var(--color-primary); color: #fff; }
.btn--primary:hover { background: var(--color-primary-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline { border-color: var(--color-dark); color: var(--color-dark); background: transparent; }
.btn--outline:hover { background: var(--color-dark); color: #fff; }
.btn--light { background: #fff; color: var(--color-dark); }
.btn--light:hover { background: var(--color-primary); color: #fff; }
.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1eb956; color: #fff; }
.btn svg { flex-shrink: 0; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}
.site-logo { flex-shrink: 0; }
.site-logo img { height: 52px; width: auto; }

.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .9rem;
  white-space: nowrap;
  color: var(--color-dark);
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--color-primary-dark);
  border-bottom-color: var(--color-primary);
}
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; color: var(--color-dark);
  white-space: nowrap;
}
.header-cta .btn { padding: 11px 22px; font-size: .92rem; }

.nav-toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { width: 24px; height: 2.5px; background: var(--color-dark); border-radius: 2px; transition: .25s; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(18, 24, 18, .82) 0%, rgba(18, 24, 18, .55) 48%, rgba(18, 24, 18, .18) 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero__content { max-width: 640px; padding: 110px 0 130px; }
.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 14px 0 20px;
}
.hero h1 em { font-style: normal; color: var(--color-primary); }
.hero p { font-size: 1.15rem; color: #e8ece8; margin-bottom: 32px; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Trust bar */
.trustbar { background: var(--color-dark); color: #fff; padding: 22px 0; }
.trustbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trustbar__item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trustbar__item svg { color: var(--color-primary); flex-shrink: 0; }
.trustbar__item span { font-family: var(--font-head); font-weight: 700; font-size: .95rem; }

/* Cards */
.cards { display: grid; gap: 26px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 34px 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.18rem; margin: 18px 0 10px; }
.card p { font-size: .98rem; }
.card__icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  display: flex; align-items: center; justify-content: center;
}

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 38px 30px 32px;
  box-shadow: var(--shadow);
}
.step__num {
  font-family: var(--font-head);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--color-primary);
  opacity: .35;
  line-height: 1;
}
.step h3 { font-size: 1.2rem; margin: 12px 0 10px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.stat__value {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.1;
}
.stat__label { font-family: var(--font-head); font-weight: 700; color: #fff; margin-top: 6px; }
.stat__sub { font-size: .88rem; color: #b9c2c9; margin-top: 4px; }

/* Project grid */
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.project-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  display: block;
}
.project-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.project-card:hover img { transform: scale(1.06); }
.project-card__overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(to top, rgba(18, 24, 18, .82) 0%, rgba(18, 24, 18, 0) 55%);
}
.project-card__overlay h3 { color: #fff; font-size: 1.25rem; }
.project-card__overlay span {
  color: var(--color-primary);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Filter */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filterbar button {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .92rem;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--color-border);
  background: #fff;
  color: var(--color-dark);
  cursor: pointer;
  transition: .2s;
}
.filterbar button:hover { border-color: var(--color-primary); color: var(--color-primary-dark); }
.filterbar button.is-active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* Gallery */
.masonry { columns: 3 320px; column-gap: 20px; }
.masonry a {
  display: block;
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.masonry img { transition: transform .35s; width: 100%; }
.masonry a:hover img { transform: scale(1.04); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(10, 14, 10, .94);
  display: none;
  align-items: center; justify-content: center;
  padding: 4vh 4vw;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 8px; object-fit: contain; }
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: .2s;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: var(--color-primary); }
.lightbox__close { top: 22px; right: 22px; }
.lightbox__prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 18px; top: 50%; transform: translateY(-50%); }

/* Floor plan tables */
.floor {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 26px;
}
.floor__head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 18px 24px;
  background: var(--color-primary-light);
}
.floor__head h3 { font-size: 1.1rem; }
.floor__head span { font-family: var(--font-head); font-weight: 700; color: var(--color-primary-dark); white-space: nowrap; }
.floor table { width: 100%; border-collapse: collapse; font-size: .97rem; }
.floor td { padding: 10px 24px; border-top: 1px solid var(--color-border); }
.floor td:last-child { text-align: right; font-family: var(--font-head); font-weight: 600; color: var(--color-dark); white-space: nowrap; }

/* Materials */
.material-row {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
  padding: 44px 0;
  border-bottom: 1px solid var(--color-border);
}
.material-row:last-child { border-bottom: 0; }
.material-row:nth-child(even) { grid-template-columns: 1fr 380px; }
.material-row:nth-child(even) .material-row__img { order: 2; }
.material-row__img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  background: #fff;
}
.material-row__img img { width: 100%; height: 100%; object-fit: cover; }
.material-row h3 { font-size: 1.35rem; margin-bottom: 12px; }

/* Videos */
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.video-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #000;
}
.video-card video { width: 100%; display: block; aspect-ratio: 16 / 9; }
.video-card--wide { grid-column: 1 / -1; }

/* Consent embed (Vimeo / Google Maps) */
.consent-embed {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
  background: var(--color-accent);
}
.consent-embed--map { aspect-ratio: 16 / 10; }
.consent-embed__cover {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  text-align: center;
  padding: 24px;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.consent-embed__cover::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(18, 24, 18, .62);
}
.consent-embed__cover > * { position: relative; }
.consent-embed__cover p { color: #dfe5e0; font-size: .92rem; max-width: 460px; }
.consent-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .form-field--full { grid-column: 1 / -1; }
.form-field label {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .9rem;
  color: var(--color-dark);
  margin-bottom: 7px;
}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-dark);
  background: #fff;
  transition: border-color .2s;
}
.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(84, 185, 82, .18);
}
.form-check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; }
.form-check input { margin-top: 5px; accent-color: var(--color-primary); }
.form-note { font-size: .85rem; color: var(--color-lighter); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.form-status { display: none; padding: 14px 18px; border-radius: 10px; font-weight: 500; margin-top: 16px; }
.form-status.is-ok { display: block; background: var(--color-primary-light); color: #2c6b2b; }
.form-status.is-err { display: block; background: #fdecec; color: #b03434; }

/* Contact cards */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.contact-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: center;
}
.contact-card .card__icon { margin: 0 auto 16px; }
.contact-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.contact-card a { font-family: var(--font-head); font-weight: 700; }
.contact-card p { font-size: .95rem; }

/* CTA band */
.cta-band {
  background: linear-gradient(115deg, var(--color-primary-dark), var(--color-primary));
  border-radius: calc(var(--radius) + 6px);
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 8px; }
.cta-band p { color: #eaf7e9; max-width: 520px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Logo strips */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.logo-strip img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .65;
  transition: .25s;
}
.logo-strip img:hover { filter: none; opacity: 1; }

/* Page hero (subpages) */
.page-hero {
  background: var(--color-accent);
  color: #fff;
  padding: 72px 0 64px;
}
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.7rem); margin-top: 10px; }
.page-hero p { color: #cfd6db; max-width: 640px; margin-top: 14px; font-size: 1.08rem; }
.breadcrumb { font-size: .85rem; color: #9fb0a4; }
.breadcrumb a { color: #cfd6db; }
.breadcrumb a:hover { color: var(--color-primary); }

/* Prev/next */
.pn-nav { display: flex; justify-content: space-between; gap: 18px; }
.pn-nav a {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-dark);
  display: flex; flex-direction: column; gap: 2px;
}
.pn-nav a span { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--color-lighter); }
.pn-nav a:hover { color: var(--color-primary-dark); }
.pn-nav a:last-child { text-align: right; }

/* Footer */
.site-footer { background: var(--color-dark); color: #b9beb9; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding: 64px 0 48px;
}
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: #b9beb9; }
.site-footer a:hover { color: var(--color-primary); }
.site-footer__logo img { height: 64px; width: auto; background: #fff; padding: 8px 14px; border-radius: 8px; }
.site-footer__brand p { font-size: .93rem; margin-top: 16px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: .2s;
}
.footer-social a:hover { background: var(--color-primary); color: #fff; }
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: .87rem;
}
.site-footer__bottom a { margin-left: 18px; }

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 950;
  background: #fff;
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -6px 24px rgba(32, 32, 32, .12);
}
.sticky-cta a {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 10px 4px 12px;
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 700;
  color: var(--color-dark);
}
.sticky-cta a svg { color: var(--color-primary-dark); }
.sticky-cta a.sticky-cta--quote { background: var(--color-primary); color: #fff; }
.sticky-cta a.sticky-cta--quote svg { color: #fff; }

/* WhatsApp float (desktop) */
.wa-float {
  position: fixed;
  right: 26px; bottom: 26px;
  z-index: 940;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* Utility */
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.text-center { text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.two-col__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.two-col__img img { width: 100%; height: 100%; object-fit: cover; }
.facts-list { list-style: none; margin-top: 22px; }
.facts-list li { padding-left: 32px; position: relative; margin-bottom: 12px; }
.facts-list li::before {
  content: "✓";
  position: absolute; left: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-weight: 700;
  font-size: .8rem;
  display: flex; align-items: center; justify-content: center;
  top: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .material-row, .material-row:nth-child(even) { grid-template-columns: 1fr; }
  .material-row:nth-child(even) .material-row__img { order: 0; }
  .header-phone { display: none; }
}

@media (max-width: 820px) {
  .section { padding: 60px 0; }
  .site-nav {
    position: fixed;
    top: var(--header-h); left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 20px 24px;
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-open .site-nav { display: flex; }
  .site-nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--color-border); }
  .nav-toggle { display: flex; }
  .header-cta .btn { display: none; }
  .cards--3, .steps, .contact-cards { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 26px; }
  .hero__content { padding: 80px 0 100px; }
  .sticky-cta { display: flex; }
  .wa-float { display: none; }
  body { padding-bottom: 62px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom { flex-direction: column; }
  .site-footer__bottom a { margin-left: 0; margin-right: 16px; }
}

@media (max-width: 560px) {
  .project-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .trustbar__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .trustbar__item { justify-content: flex-start; }
}
