:root {
  --brand: #1f7448;
  --brand-dark: #0f4f31;
  --brand-deep: #0a3823;
  --brand-soft: #d9ebdf;
  --lime: #b8e866;
  --ink: #17241d;
  --muted: #64736a;
  --line: #d8e0da;
  --surface: #ffffff;
  --surface-soft: #eef4ef;
  --page: #f7f8f4;
  --shadow-sm: 0 12px 34px rgba(21, 55, 36, .08);
  --shadow: 0 24px 70px rgba(21, 55, 36, .14);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-tight { padding: 30px 0; }
.surface-section { background: var(--surface-soft); border-block: 1px solid rgba(31,116,72,.07); }

.scroll-progress { position: fixed; inset: 0 0 auto 0; z-index: 200; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--brand), var(--lime)); box-shadow: 0 0 14px rgba(184,232,102,.5); }

.utility-bar { background: var(--brand-deep); color: #dce9e0; font-size: .82rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; gap: 24px; }
.utility-item { display: inline-flex; align-items: center; gap: 8px; min-width: 130px; }
.utility-address { flex: 1 1 auto; min-width: 280px; }
.utility-address span { white-space: nowrap; }
.utility-item i { color: var(--lime); }
.utility-email { margin-left: auto; }
.utility-email:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid transparent; background: rgba(247,248,244,.92); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(255,255,255,.94); box-shadow: 0 10px 34px rgba(17,50,31,.07); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 58px; height: 46px; flex: 0 0 58px; overflow: hidden; border-radius: 13px; background: #e7eee9; box-shadow: 0 8px 22px rgba(31,116,72,.14); position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: -80% -45%; background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.62) 50%, transparent 60%); transform: translateX(-70%); animation: logo-shine 7s ease-in-out infinite; }
.brand-mark img { height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { letter-spacing: -.035em; font-size: 1.02rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-weight: 700; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .91rem; font-weight: 750; color: #35473c; }
.nav-links a { position: relative; padding: 27px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; border-radius: 99px; background: var(--brand); transition: right .22s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-dark); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); place-items: center; font-size: 1.25rem; cursor: pointer; }
.mobile-nav { position: fixed; z-index: 79; inset: 116px 0 auto 0; padding: 20px max(18px, calc((100% - 1180px)/2)); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); transform: translateY(-145%); opacity: 0; transition: .28s ease; }
.mobile-nav.open { transform: translateY(0); opacity: 1; }
.mobile-nav > a:not(.btn) { display: block; padding: 13px 5px; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-nav .btn { margin-top: 18px; width: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-dark); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--brand); border-radius: 99px; }
.display { margin: 18px 0 22px; max-width: 710px; font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.058em; }
.h1 { margin: 18px 0; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -.048em; }
.h2 { margin: 14px 0 16px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.12; letter-spacing: -.045em; }
.h3 { margin: 0 0 10px; font-size: clamp(1.17rem, 2vw, 1.45rem); line-height: 1.25; letter-spacing: -.025em; }
.lead { margin: 0; max-width: 760px; color: var(--muted); font-size: clamp(1.02rem, 1.8vw, 1.18rem); }
.muted { color: var(--muted); }
.kicker-note { margin-top: 14px; color: var(--muted); font-size: .86rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.26) 50%, transparent 75%); transform: translateX(-120%); transition: transform .55s ease; }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 13px 28px rgba(31,116,72,.22); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 17px 34px rgba(31,116,72,.26); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--brand-dark); }
.btn-ghost:hover { border-color: #9ebbaa; background: #fff; }
.btn-small { min-height: 43px; padding-inline: 15px; border-radius: 11px; font-size: .88rem; }
.btn:disabled { opacity: .6; cursor: wait; transform: none; }

.hero { position: relative; overflow: hidden; padding: 65px 0 84px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -340px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(184,232,102,.2), transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #405149; font-size: .81rem; font-weight: 800; }
.pill i { color: var(--brand); }
.hero-visual { position: relative; min-height: 565px; transform: translate(var(--hero-x, 0), var(--hero-y, 0)); transition: transform .32s ease-out; }
.hero-image { position: absolute; inset: 20px 0 32px 30px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #dce7df; }
.hero-image img { height: 100%; object-fit: cover; animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(7,35,21,.28)); }
.hero-frame { position: absolute; inset: 0 34px 58px 0; border: 1px solid rgba(31,116,72,.18); border-radius: var(--radius-lg); pointer-events: none; }
.float-card { position: absolute; z-index: 3; width: 205px; padding: 16px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(15px); animation: card-float 5.2s ease-in-out infinite; }
.float-card.top { top: 0; right: -10px; }
.float-card.bottom { left: 0; bottom: 0; animation-delay: -2.4s; }
.float-label { display: flex; align-items: center; gap: 9px; color: var(--brand-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.float-label i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-soft); }
.float-value { display: block; margin-top: 9px; font-size: 1.12rem; line-height: 1.25; font-weight: 900; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.64); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 78px; padding: 16px; border-right: 1px solid var(--line); color: #3f5046; font-size: .88rem; font-weight: 850; opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; }
.trust-item:last-child { border-right: 0; }
.trust-item.is-visible { opacity: 1; transform: translateY(0); }
.trust-item i { color: var(--brand); font-size: 1.2rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head > div { max-width: 790px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 12px 32px rgba(21,55,36,.05); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #bdd0c3; box-shadow: var(--shadow-sm); }
.service-card .media { position: relative; height: 235px; overflow: hidden; }
.service-card .media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .media img { transform: scale(1.045); }
.price-tag { position: absolute; left: 15px; bottom: 15px; padding: 8px 11px; border-radius: 10px; background: rgba(10,56,35,.93); color: #fff; font-weight: 900; font-size: .86rem; backdrop-filter: blur(8px); }
.service-card .body { padding: 24px; }
.service-card p { margin: 0; }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #45564c; font-size: .91rem; }
.service-card li::before { content: "✓"; margin-right: 8px; color: var(--brand); font-weight: 900; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--brand-dark); font-weight: 900; }
.card-link i { transition: transform .2s ease; }
.card-link:hover i { transform: translateX(4px); }
.price-footnote { margin-top: 20px; padding: 13px 15px; border-left: 3px solid var(--brand); border-radius: 0 10px 10px 0; background: #eef4ef; color: #526258; font-size: .86rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 12px 32px rgba(21,55,36,.055); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.product-card:hover { transform: translateY(-6px); border-color: #bdd0c3; box-shadow: var(--shadow-sm); }
.product-media { position: relative; height: 280px; overflow: hidden; background: #f6f8f5; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.availability { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(10,56,35,.92); color: #fff; font-size: .75rem; font-weight: 850; backdrop-filter: blur(8px); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-brand { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-body h3 { margin: 8px 0 10px; }
.product-body p { margin: 0; }
.product-body ul { margin: 18px 0 22px; padding: 0; list-style: none; display: grid; gap: 8px; color: #45564c; font-size: .88rem; }
.product-body li::before { content: "✓"; margin-right: 8px; color: var(--brand); font-weight: 900; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.product-price { color: var(--brand-dark); font-size: 1.35rem; font-weight: 900; line-height: 1.1; }
.product-price small { display: block; margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 750; }
.equipment-note { display: flex; gap: 9px; margin: 20px 0 0; color: var(--muted); font-size: .78rem; }
.equipment-more { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 28px 30px; border: 1px solid #b9d6c2; border-radius: var(--radius-md); background: linear-gradient(135deg, #edf7f0, #f8fbf8); box-shadow: 0 12px 30px rgba(21,55,36,.05); }
.equipment-more h3 { margin: 7px 0 8px; color: var(--brand-dark); font-size: 1.35rem; }
.equipment-more p { max-width: 720px; color: var(--muted); }
.btn-whatsapp { flex: 0 0 auto; background: #1f8b51; color: #fff; box-shadow: 0 10px 24px rgba(31,139,81,.2); }
.btn-whatsapp:hover { background: #187341; transform: translateY(-2px); }
.equipment-preview { display: grid; grid-template-columns: repeat(3, 1fr) 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f6f8f5; box-shadow: 0 12px 32px rgba(21,55,36,.05); }
.equipment-preview > img { height: 250px; object-fit: cover; border-right: 1px solid var(--line); }
.equipment-preview-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.equipment-preview-copy > span { color: var(--brand); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.equipment-preview-copy > strong { margin-top: 8px; color: var(--brand-dark); font-size: 1.25rem; line-height: 1.3; }

.split { display: grid; grid-template-columns: .94fr 1.06fr; gap: 54px; align-items: center; }
.image-panel { position: relative; overflow: hidden; min-height: 520px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-panel img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(7,35,21,.16)); }
.image-note { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; padding: 16px 18px; border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); font-weight: 850; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.feature-card { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card.is-visible { opacity: 1; transform: translateY(0); }
.feature-card:hover { border-color: #b5caba; box-shadow: var(--shadow-sm); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand-dark); font-size: 1.12rem; }
.feature-card h3 { margin: 15px 0 6px; font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.feature-icon svg { width: 23px; height: 23px; fill: var(--brand-dark); }
.feature-icon svg .leaf-line { fill: none; stroke: var(--brand-dark); stroke-width: 1.8; stroke-linecap: round; }

.detail-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.detail-row { display: grid; grid-template-columns: .78fr 1fr 1.15fr; opacity: 0; transform: translateY(8px); transition: opacity .4s ease, transform .4s ease; }
.detail-row.is-visible { opacity: 1; transform: translateY(0); }
.detail-row > div { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.detail-row > div + div { border-left: 1px solid var(--line); }
.detail-row:last-child > div { border-bottom: 0; }
.detail-row.header { background: var(--brand-deep); color: #fff; font-weight: 900; font-size: .84rem; letter-spacing: .05em; text-transform: uppercase; opacity: 1; transform: none; }
.detail-row strong { color: var(--brand-dark); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: process; }
.process-card { position: relative; min-height: 225px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.process-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.process-card::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 34px; color: #c2d9ca; font-size: 2.55rem; font-weight: 900; line-height: 1; }
.process-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -42px; top: -42px; border-radius: 50%; background: var(--brand-soft); opacity: .7; }
.process-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-item { border: 1px solid var(--line); border-radius: 17px; background: var(--surface); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item.open { border-color: #adc6b4; box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; border: 0; background: transparent; text-align: left; font-weight: 900; cursor: pointer; }
.faq-question i { transition: transform .25s ease; }
.faq-item.open .faq-question i { transform: rotate(45deg); }
.faq-answer { padding: 0 21px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }

.cta { position: relative; overflow: hidden; padding: clamp(30px, 6vw, 64px); border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--brand-deep), #17653e); color: #fff; box-shadow: var(--shadow); }
.cta::before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -190px; border-radius: 50%; background: rgba(184,232,102,.2); animation: cta-pulse 6s ease-in-out infinite; }
.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 33%, rgba(255,255,255,.07) 50%, transparent 67%); transform: translateX(-110%); animation: cta-shine 8s ease-in-out infinite; }
.cta > * { position: relative; z-index: 1; }
.cta .lead { color: #c8d8ce; }
.cta .eyebrow { color: var(--lime); }
.cta .eyebrow::before { background: var(--lime); }
.cta .btn-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.25); }

.page-hero { padding: 48px 0 54px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #eef4ef 0%, var(--page) 100%); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: .84rem; font-weight: 750; }
.breadcrumb a:hover { color: var(--brand-dark); }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.company-stamp { min-width: 260px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.company-stamp span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.company-stamp strong { display: block; margin-top: 4px; font-size: 1rem; }

.notice { padding: 17px 19px; border: 1px solid #c3d8c9; border-radius: 16px; background: #eef6f0; color: #405248; }
.notice i { margin-right: 8px; color: var(--brand); }
.service-grid { display: grid; gap: 18px; }
.service-detail { display: grid; grid-template-columns: 310px 1fr; min-height: 245px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 12px 32px rgba(21,55,36,.045); transition: transform .25s ease, box-shadow .25s ease; scroll-margin-top: 130px; }
.service-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-detail img { height: 100%; object-fit: cover; }
.service-content { padding: 27px 29px; }
.service-topline { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.price { color: var(--brand-dark); font-size: 1.42rem; line-height: 1.2; font-weight: 900; white-space: nowrap; }
.price small { display: block; margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tag { padding: 6px 9px; border-radius: 999px; background: var(--surface-soft); color: var(--brand-dark); font-size: .76rem; font-weight: 850; }
.inclusion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.inclusion-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); }
.inclusion-card i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand-dark); }
.inclusion-card h3 { margin: 16px 0 8px; font-size: 1rem; }
.inclusion-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: .89rem; }

.about-quote { padding: 25px; border-left: 4px solid var(--brand); border-radius: 0 18px 18px 0; background: var(--surface); box-shadow: var(--shadow-sm); }
.about-quote p { margin: 0; font-size: 1.08rem; }
.about-quote span { display: block; margin-top: 10px; color: var(--muted); font-size: .84rem; font-weight: 800; }
.company-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.company-card { min-height: 180px; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); }
.company-card .label { color: var(--muted); font-size: .76rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.company-card strong { display: block; margin-top: 16px; color: var(--brand-dark); font-size: 1.14rem; }
.company-card p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.sic-list { display: grid; gap: 10px; }
.sic-item { display: grid; grid-template-columns: 90px 1fr; gap: 18px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.sic-code { color: var(--brand-dark); font-weight: 900; }

.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.gallery-disclaimer { max-width: 420px; color: var(--muted); font-size: .85rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-slot { position: relative; overflow: hidden; border: 0; border-radius: 19px; padding: 0; background: #dce7df; cursor: zoom-in; box-shadow: 0 10px 30px rgba(20,50,32,.07); }
.gallery-slot:nth-child(1), .gallery-slot:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.gallery-slot img { height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.gallery-slot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(6,29,18,.76)); }
.gallery-slot:hover img, .gallery-slot:focus-visible img { transform: scale(1.055); filter: saturate(1.04); }
.gallery-caption { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 14px; color: #fff; text-align: left; }
.gallery-caption strong { display: block; font-size: .93rem; }
.gallery-caption small { color: rgba(255,255,255,.78); font-size: .75rem; }
.gallery-lightbox { width: min(1180px, calc(100% - 28px)); max-width: none; padding: 0; border: 0; border-radius: 24px; overflow: hidden; background: #08140d; color: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.5); }
.gallery-lightbox::backdrop { background: rgba(4,14,9,.84); backdrop-filter: blur(8px); }
.gallery-lightbox img { max-height: 78vh; object-fit: contain; background: #07100b; }
.gallery-lightbox p { margin: 0; padding: 16px 60px 18px 20px; }
.lightbox-close { position: absolute; z-index: 3; top: 13px; right: 13px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(6,20,12,.72); color: #fff; cursor: pointer; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 26px; align-items: start; }
.contact-card, .form-card { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 12px 36px rgba(21,55,36,.055); }
.contact-card { padding: clamp(24px, 4vw, 36px); position: sticky; top: 116px; }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-item { display: grid; grid-template-columns: 43px 1fr; gap: 13px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcfa; }
.contact-item > i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); }
.contact-item .label { display: block; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-item a, .contact-item strong, .contact-item span.value { display: inline-block; margin-top: 4px; font-weight: 850; }
.quote-help { margin-top: 25px; padding-top: 23px; border-top: 1px solid var(--line); }
.quote-help ul { margin: 12px 0 0; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.form-card { padding: clamp(24px, 4vw, 38px); }
.form-route { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 23px 0 28px; }
.form-route span { position: relative; padding-top: 14px; color: #8a978f; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.form-route span::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 99px; background: #e1e7e2; transition: background .25s ease; }
.form-route span.active::before { background: var(--brand); }
.form-route span.current { color: var(--brand-dark); }
.form-section { padding: 21px 0; border-top: 1px solid var(--line); }
.form-section:first-of-type { border-top: 0; padding-top: 0; }
.form-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-weight: 900; }
.form-section-title span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-soft); color: var(--brand-dark); font-size: .82rem; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.choice-card { position: relative; min-height: 92px; display: grid; align-content: center; gap: 7px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfa; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: #b9ccbF; }
.choice-card.selected { border-color: var(--brand); background: #eef7f0; box-shadow: 0 0 0 3px rgba(31,116,72,.08); }
.choice-card input { position: absolute; opacity: 0; }
.choice-card i { color: var(--brand); font-size: 1.1rem; }
.choice-card strong { font-size: .84rem; line-height: 1.3; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfa; color: var(--ink); padding: 12px 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(31,116,72,.09); }
.field textarea { min-height: 140px; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; }
.check input { margin-top: 4px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 6px; }
.form-actions small { color: var(--muted); max-width: 360px; }
.form-success { padding: 35px; border: 1px solid #b9d3c0; border-radius: 20px; background: #eff8f1; text-align: center; opacity: 0; transform: scale(.97); transition: opacity .3s ease, transform .3s ease; }
.form-success.show { opacity: 1; transform: scale(1); }
.success-icon { width: 70px; height: 70px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-size: 1.8rem; box-shadow: 0 14px 34px rgba(31,116,72,.24); }
.reference-box { width: fit-content; margin: 18px auto; padding: 10px 15px; border: 1px dashed #85aa91; border-radius: 11px; background: #fff; font-weight: 900; letter-spacing: .05em; }

.legal { display: grid; grid-template-columns: 250px 1fr; gap: 32px; align-items: start; }
.legal-nav { position: sticky; top: 118px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.legal-nav a { display: block; padding: 8px 10px; border-radius: 9px; color: var(--muted); font-size: .84rem; font-weight: 750; }
.legal-nav a:hover { background: var(--surface-soft); color: var(--brand-dark); }
.legal-content { padding: clamp(25px, 5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.legal-content h2 { margin-top: 35px; scroll-margin-top: 120px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #4c5c52; }
.legal-content li { margin-bottom: 7px; }
.legal-contact { display: grid; gap: 8px; padding: 18px; border-radius: 14px; background: var(--surface-soft); }

.config-empty { display: inline-block; min-width: 150px; min-height: 1.1em; border-radius: 4px; background: linear-gradient(90deg, rgba(216,224,218,.65), rgba(238,243,239,.8), rgba(216,224,218,.65)); background-size: 210% 100%; animation: empty-shimmer 3s linear infinite; vertical-align: middle; }
.config-empty-link { pointer-events: none; }
.config-empty-link [data-email-text], .config-empty-link [data-phone-text] { min-width: 150px; }

.site-footer { margin-top: 74px; padding: 64px 0 23px; background: #0a1e13; color: #e5eee8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1.1fr; gap: 34px; }
.footer-brand .brand-copy small { color: #9db2a4; }
.footer-brand-block p { max-width: 420px; color: #aebfb4; font-size: .89rem; }
.company-meta { line-height: 1.8; }
.footer-title { margin-bottom: 16px; color: #9bb0a2; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-link-button { width: fit-content; border: 0; padding: 0; background: none; color: #d1ddd5; font: inherit; font-size: .87rem; cursor: pointer; }
.footer-links a:hover, .footer-link-button:hover { color: #fff; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact > * { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: start; color: #d1ddd5; font-size: .86rem; }
.footer-contact i { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: #93a89a; font-size: .81rem; }

.cookie-banner { position: fixed; z-index: 120; left: 18px; right: 18px; bottom: 18px; width: min(990px, calc(100% - 36px)); margin: auto; display: none; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(10,30,19,.96); color: #fff; box-shadow: 0 26px 80px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.cookie-banner.show { display: grid; animation: banner-in .35s ease both; }
.cookie-copy { display: flex; align-items: center; gap: 13px; }
.cookie-copy p { margin: 3px 0 0; color: #b9c9bf; font-size: .82rem; }
.cookie-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(184,232,102,.14); color: var(--lime); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner .btn-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.22); }
.modal { position: fixed; z-index: 130; inset: 0; display: none; place-items: center; padding: 18px; background: rgba(5,18,11,.67); }
.modal.open { display: grid; }
.modal-card { width: min(610px, 100%); max-height: 88vh; overflow: auto; padding: 26px; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.icon-btn { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cookie-option p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.switch { position: relative; width: 50px; height: 28px; flex: 0 0 50px; }
.switch input { opacity: 0; }
.slider { position: absolute; inset: 0; border-radius: 99px; background: #cbd4ce; transition: background .2s ease; }
.slider::before { content: ""; position: absolute; width: 22px; height: 22px; left: 3px; top: 3px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.18); transition: transform .2s ease; }
.switch input:checked + .slider { background: var(--brand); }
.switch input:checked + .slider::before { transform: translateX(22px); }
.loader-overlay { position: fixed; z-index: 140; inset: 0; display: none; place-items: center; padding: 18px; background: rgba(245,248,245,.92); backdrop-filter: blur(13px); }
.loader-overlay.show { display: grid; }
.loader-card { width: min(420px, 100%); padding: 33px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.loader-logo { width: 100px; height: 74px; margin: 0 auto 15px; overflow: hidden; border-radius: 15px; animation: loader-leaf 1.35s ease-in-out infinite; }
.loader-logo img { height: 100%; object-fit: cover; }
.loader-card p { color: var(--muted); }
.loader-track { height: 7px; overflow: hidden; margin-top: 22px; border-radius: 99px; background: #e0e8e2; }
.loader-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand), var(--lime)); transition: width .48s ease; }

@keyframes logo-shine { 0%, 62% { transform: translateX(-75%); } 78%, 100% { transform: translateX(75%); } }
@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.055); } }
@keyframes card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes cta-pulse { 0%,100% { transform: scale(1); opacity: .18; } 50% { transform: scale(1.12); opacity: .28; } }
@keyframes cta-shine { 0%,62% { transform: translateX(-110%); } 82%,100% { transform: translateX(110%); } }
@keyframes empty-shimmer { to { background-position: -210% 0; } }
@keyframes banner-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes loader-leaf { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-5px); } }

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .menu-btn { display: grid; }
  .hero-grid, .split, .contact-grid, .legal { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 530px; }
  .contact-card { position: static; }
  .cards, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .equipment-preview { grid-template-columns: repeat(3, 1fr); }
  .equipment-preview-copy { grid-column: 1 / -1; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .company-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-nav { position: static; display: flex; overflow-x: auto; gap: 5px; }
  .legal-nav a { white-space: nowrap; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .company-stamp { width: fit-content; }
}

@media (max-width: 760px) {
  .utility-inner { gap: 14px; }
  .utility-address { min-width: 0; max-width: 52%; }
  .utility-address span { overflow: hidden; text-overflow: ellipsis; }
  .utility-email { margin-left: auto; }
  .navbar { min-height: 72px; }
  .nav-actions .btn { display: none; }
  .mobile-nav { inset-block-start: 110px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .65rem; }
  .hero { padding-top: 40px; }
  .hero-visual { min-height: 440px; }
  .hero-image { inset: 20px 0 24px 17px; }
  .hero-frame { inset: 0 20px 46px 0; }
  .float-card { width: 176px; padding: 13px; }
  .float-card.top { right: 0; }
  .float-card.bottom { left: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .cards, .product-grid, .feature-grid, .inclusion-grid, .company-cards { grid-template-columns: 1fr; }
  .equipment-more { align-items: flex-start; flex-direction: column; }
  .equipment-preview { grid-template-columns: repeat(3, 1fr); }
  .equipment-preview > img { height: 180px; }
  .section-head, .gallery-intro { display: block; }
  .section-head .btn, .gallery-disclaimer { margin-top: 18px; }
  .detail-row { grid-template-columns: 1fr; }
  .detail-row.header { display: none; }
  .detail-row > div { border-bottom: 1px solid var(--line); }
  .detail-row > div + div { border-left: 0; }
  .detail-row > div::before { display: block; margin-bottom: 4px; color: var(--muted); font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
  .detail-row > div:nth-child(1)::before { content: "Item"; }
  .detail-row > div:nth-child(2)::before { content: "Included"; }
  .detail-row > div:nth-child(3)::before { content: "Quote note"; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail img { height: 235px; }
  .service-topline { display: block; }
  .price { margin-top: 13px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 185px; }
  .gallery-slot:nth-child(1), .gallery-slot:nth-child(6) { grid-column: span 2; grid-row: span 1; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-actions { display: block; }
  .form-actions small { display: block; margin-top: 12px; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
  .footer-bottom { display: grid; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 70px 0; }
  .section-sm { padding: 45px 0; }
  .utility-address { max-width: 58%; min-width: 0; }
  .utility-email { max-width: 48%; overflow: hidden; }
  .utility-email span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-mark { width: 52px; height: 42px; flex-basis: 52px; }
  .display { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  .hero-visual { min-height: 390px; }
  .float-card { width: 160px; }
  .float-value { font-size: .94rem; }
  .trust-item { min-height: 70px; font-size: .78rem; }
  .process { grid-template-columns: 1fr; }
  .equipment-preview { grid-template-columns: 1fr; }
  .equipment-preview > img { height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card { min-height: 190px; }
  .choice-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 225px; }
  .gallery-slot:nth-child(1), .gallery-slot:nth-child(6) { grid-column: auto; }
  .sic-item { grid-template-columns: 1fr; gap: 5px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-actions .btn { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
