:root {
  --green: #07883f;
  --green-700: #056c35;
  --green-900: #034925;
  --green-soft: #eaf7ef;
  --yellow: #ffc900;
  --yellow-soft: #fff6cb;
  --ink: #101a24;
  --muted: #53616b;
  --line: #dce6e1;
  --surface: #ffffff;
  --canvas: #f7faf8;
  --shadow: 0 14px 40px rgba(10, 37, 24, .09);
  --shadow-lg: 0 24px 70px rgba(10, 37, 24, .16);
  --radius: 20px;
  --radius-sm: 12px;
  --container: 1240px;
  --header-height: 82px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

html[data-theme="dark"] {
  --ink: #f3f8f5;
  --muted: #bdc9c2;
  --line: #293b32;
  --surface: #13221b;
  --canvas: #0c1712;
  --green-soft: #173629;
  --yellow-soft: #443b08;
  --shadow: 0 16px 44px rgba(0, 0, 0, .28);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.025em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--ink); color: var(--surface); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }

.site-header {
  position: sticky; z-index: 1000; top: 0; height: var(--header-height); border-bottom: 1px solid rgba(210, 220, 215, .8);
  background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(14px); transition: box-shadow .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(8, 35, 22, .09); }
.site-header__inner { display: flex; align-items: center; gap: 22px; height: 100%; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img, .brand .custom-logo { width: 156px; max-height: 66px; object-fit: contain; }
.custom-logo-link { display: inline-flex; }
.site-nav { height: 100%; }
.site-nav__list { display: flex; align-items: center; gap: 2px; height: 100%; margin: 0; padding: 0; list-style: none; }
.site-nav__item { position: relative; display: flex; align-items: center; height: 100%; }
.site-nav__link {
  display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 9px 10px; border: 0; border-radius: 10px;
  background: transparent; color: var(--ink); font-size: .86rem; font-weight: 720; cursor: pointer; white-space: nowrap;
}
.site-nav__link .icon { width: 20px; height: 20px; }
.site-nav__link:hover, .site-nav__link:focus-visible { color: var(--green); background: var(--green-soft); outline: 0; }
.solutions-menu {
  position: absolute; top: calc(100% - 7px); left: 0; width: 440px; padding: 12px; border: 1px solid var(--line); border-radius: 16px;
  background: var(--surface); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s var(--ease);
}
.solutions-menu::before { content: ""; position: absolute; top: -12px; left: 0; width: 100%; height: 14px; }
.solutions-menu a { display: flex; align-items: center; gap: 14px; padding: 13px; border-radius: 12px; }
.solutions-menu a:hover, .solutions-menu a:focus-visible { background: var(--green-soft); color: var(--green); outline: 0; }
.solutions-menu a .icon { width: 30px; height: 30px; color: var(--green); }
.solutions-menu strong, .solutions-menu small { display: block; }
.solutions-menu strong { color: var(--ink); font-size: .92rem; }
.solutions-menu small { margin-top: 2px; color: var(--muted); font-size: .78rem; }
.site-nav__solutions:hover .solutions-menu, .site-nav__solutions:focus-within .solutions-menu, .site-nav__solutions.is-open .solutions-menu { opacity: 1; visibility: visible; transform: none; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.theme-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 4px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.theme-toggle__track { position: relative; display: block; width: 36px; height: 20px; border-radius: 999px; background: var(--ink); }
.theme-toggle__track i { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: var(--surface); transition: transform .25s var(--ease); }
html[data-theme="dark"] .theme-toggle__track i { transform: translateX(16px); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); transition: .2s var(--ease); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 19px; border: 1px solid transparent;
  border-radius: 10px; background: var(--green); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 10px 25px rgba(7, 136, 63, .22); outline: 0; }
.button--yellow { background: var(--yellow); color: #172016; }
.button--yellow:hover, .button--yellow:focus-visible { background: #f2be00; box-shadow: 0 10px 25px rgba(255, 201, 0, .25); }
.button--ghost { border-color: var(--green); background: transparent; color: var(--green); }
.button--ghost:hover, .button--ghost:focus-visible { background: var(--green-soft); }
.button--light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; }
.button--light:hover { background: rgba(255,255,255,.17); }
.button--small { min-height: 42px; padding: 8px 14px; font-size: .86rem; }
.button .icon { width: 19px; height: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; }
.text-link:hover { gap: 12px; }

main { overflow: clip; }
.section { padding: 76px 0; }
.section--tight { padding: 44px 0; }
.section--surface { background: var(--surface); }
.section--soft { background: linear-gradient(180deg, var(--green-soft), color-mix(in srgb, var(--green-soft) 30%, var(--canvas))); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading__copy { max-width: 720px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.section-heading p { margin: 0; }
.title-underline::after { content: ""; display: block; width: 52px; height: 3px; margin-top: 12px; border-radius: 4px; background: var(--yellow); }
.accent { color: var(--green); }
.accent-yellow { color: var(--yellow); }

.hero {
  position: relative; min-height: 620px; display: grid; align-items: center; background:
    radial-gradient(circle at 20% 40%, rgba(255, 201, 0, .16), transparent 28%),
    linear-gradient(112deg, var(--surface) 0 47%, #dceee3 47% 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(255,255,255,.15)); pointer-events: none; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.35fr; align-items: center; gap: 38px; min-height: 620px; }
.hero__content { padding: 70px 0; }
.hero__content h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.hero__content > p { max-width: 610px; margin-bottom: 30px; font-size: 1.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust .icon { width: 18px; height: 18px; color: var(--green); }
.hero__visual { align-self: stretch; min-height: 520px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 30px 0; transform: skewX(-8deg); overflow: hidden; }
.hero-panel { position: relative; display: flex; align-items: flex-end; min-width: 0; border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); isolation: isolate; }
.hero-panel::before { content: ""; position: absolute; inset: 0; background: var(--panel-bg); transition: transform .5s var(--ease); }
.hero-panel:hover::before, .hero-panel:focus-visible::before { transform: scale(1.06); }
.hero-panel::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.hero-panel:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.hero-panel:nth-child(1) { --panel-bg: url("../images/hero-gps.webp") center / cover no-repeat; }
.hero-panel:nth-child(2) { --panel-bg: url("../images/hero-energia.webp") center / cover no-repeat; }
.hero-panel:nth-child(3) { --panel-bg: url("../images/hero-mecanica.webp") center / cover no-repeat; }
.hero-panel:nth-child(4) { --panel-bg: url("../images/hero-salud-natural.webp") center / cover no-repeat; }
.hero-panel__content { position: relative; z-index: 2; width: 100%; padding: 22px 14px; color: #fff; transform: skewX(8deg); }
.hero-panel__content .icon { width: 30px; height: 30px; margin-bottom: 10px; color: var(--yellow); }
.hero-panel__content strong { display: block; font-size: .9rem; line-height: 1.2; }

.page-hero { position: relative; padding: 76px 0; background: var(--surface); isolation: isolate; }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0 0 0 48%; background: linear-gradient(135deg, var(--green-soft), #c8e5d3); clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.page-hero--gps::before,
.page-hero--energy::before,
.page-hero--mechanic::before,
.page-hero--natural::before { background-size: cover; background-position: center; }
.page-hero--gps::before { background-image: linear-gradient(90deg, rgba(234,247,239,.18), rgba(0,0,0,.08)), url("../images/hero-gps.webp"); }
.page-hero--energy::before { background-image: linear-gradient(90deg, rgba(234,247,239,.12), rgba(0,0,0,.08)), url("../images/hero-energia.webp"); }
.page-hero--mechanic::before { background-image: linear-gradient(90deg, rgba(3,18,11,.12), rgba(0,0,0,.18)), url("../images/hero-mecanica.webp"); }
.page-hero--natural::before { background-image: linear-gradient(90deg, rgba(255,255,255,.12), rgba(76,57,24,.06)), url("../images/hero-salud-natural.webp"); }
.page-hero--gps .page-hero__visual > *,
.page-hero--energy .page-hero__visual > *,
.page-hero--mechanic .page-hero__visual > *,
.page-hero--natural .page-hero__visual > * { display: none; }
.page-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-hero__visual { position: relative; min-height: 350px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { width: 280px; height: 280px; background: linear-gradient(140deg, var(--green), var(--green-900)); box-shadow: var(--shadow-lg); }
.orb--two { width: 110px; height: 110px; right: 8%; bottom: 2%; background: var(--yellow); }
.page-hero__icon { position: relative; z-index: 1; width: 150px; height: 150px; padding: 33px; border: 1px solid rgba(255,255,255,.5); border-radius: 34px; color: #fff; background: rgba(255,255,255,.14); backdrop-filter: blur(12px); transform: rotate(-8deg); }
.catalog-hero { padding: 28px 0; overflow: hidden; }
.catalog-hero::before { display: none; }
.catalog-hero .page-hero__grid { grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); min-height: 245px; gap: 25px; }
.catalog-hero h1 { margin-bottom: 12px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.catalog-hero p { max-width: 520px; margin-bottom: 0; }
.catalog-hero__mosaic { display: grid; grid-template-columns: repeat(4, 1fr); height: 245px; overflow: hidden; border-radius: 18px; background: var(--green-soft); transform: skewX(-7deg); transform-origin: center; box-shadow: var(--shadow); }
.catalog-hero__mosaic img { width: calc(100% + 30px); height: 100%; max-width: none; margin-left: -15px; padding: 8px; object-fit: cover; background: #fff; transform: skewX(7deg); }
.catalog-hero__mosaic img + img { border-left: 1px solid var(--line); }
.catalog-section { padding: 28px 0 44px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--green); }

.cards { display: grid; gap: 18px; }
.cards--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cards--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cards--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.cards--6 { grid-template-columns: repeat(6, minmax(0,1fr)); }
.card {
  position: relative; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 2px 0 rgba(10,35,23,.02);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover { z-index: 2; transform: translateY(-6px); border-color: color-mix(in srgb, var(--green) 34%, var(--line)); box-shadow: var(--shadow); }
.card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 18px; border-radius: 16px; color: var(--green); background: var(--green-soft); }
.card__icon .icon { width: 31px; height: 31px; }
.card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.card p { margin-bottom: 14px; font-size: .9rem; }
.card p:last-child { margin-bottom: 0; }
.card--horizontal { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; }
.card--horizontal .card__icon { margin: 0; }
.card--horizontal p { margin: 0; }
.category-tag { display: inline-flex; align-items: center; width: fit-content; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; color: var(--green-700); background: var(--green-soft); font-size: .67rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.card-media { min-height: 180px; margin: -23px -23px 20px; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; background: linear-gradient(140deg, var(--green-soft), #b2dbc2); }
.card-media img { width: 100%; height: 180px; object-fit: cover; }
.card-media--gps { background: linear-gradient(145deg, #d9eee2, #3d9362); }
.card-media--energy { background: linear-gradient(145deg, #fff3ae, #547c67); }
.card-media--mechanic { background: linear-gradient(145deg, #dfe5e4, #303d42); }
.card-media--natural { background: linear-gradient(145deg, #e4efd0, #7b5b32); }
.card-media__symbol { display: grid; place-items: center; width: 100%; height: 180px; color: rgba(255,255,255,.9); }
.card-media__symbol .icon { width: 78px; height: 78px; }

.solutions-strip { position: relative; z-index: 4; margin-top: -38px; }
.solutions-strip .cards { padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.solution-mini { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; min-height: 142px; padding: 18px; border-radius: 16px; }
.solution-mini:hover { background: var(--green-soft); }
.solution-mini .card__icon { margin: 0; }
.solution-mini p { margin: 5px 0 0; font-size: .82rem; }

.product-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.product-card__media { position: relative; height: 220px; display: grid; place-items: center; background: linear-gradient(150deg, var(--green-soft), var(--surface)); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.product-card__media .icon { width: 88px; height: 88px; color: var(--green); opacity: .74; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.product-card__body h2 { margin-bottom: 8px; font-size: 1.08rem; }
.product-card__body p { flex: 1; }
.product-card__price { margin: 8px 0 15px; color: var(--green); font-size: 1.18rem; font-weight: 900; }
.product-card__actions { display: flex; gap: 9px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.stat strong { display: block; color: var(--green); font-size: 1.75rem; }
.stat span { color: var(--muted); font-size: .82rem; }

.video-card { overflow: hidden; padding: 0; }
.video-card__thumb { position: relative; height: 190px; display: grid; place-items: center; background: linear-gradient(135deg, #153527, #61796f); }
.video-card__play { display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid rgba(255,255,255,.88); border-radius: 50%; color: #fff; background: rgba(0,0,0,.28); cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease); }
.video-card__play:hover { transform: scale(1.08); background: var(--green); }
.video-card__play .icon { width: 28px; height: 28px; }
.video-card__body { padding: 20px; }
.video-card__body p { margin: 0; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: steps; }
.process-step { position: relative; padding: 6px 10px 6px 62px; counter-increment: steps; }
.process-step::before { content: counter(steps); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 21px; left: calc(100% - 10px); width: 35px; border-top: 2px dashed #aab8b0; }
.process-step h3 { margin-bottom: 7px; font-size: .98rem; }
.process-step p { margin: 0; font-size: .84rem; }

.cta-banner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr auto; gap: 28px; align-items: center; padding: 36px 40px; border-radius: 24px; color: #fff; background: linear-gradient(115deg, var(--green-900), var(--green), #739332); }
.cta-banner::after { content: ""; position: absolute; right: -70px; top: -100px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04), 0 0 0 100px rgba(255,255,255,.03); }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cta-banner p { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); }
.cta-banner__actions { display: flex; gap: 10px; }

.benefit-bar { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.benefit-bar__item { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; padding: 20px; }
.benefit-bar__item + .benefit-bar__item { border-left: 1px solid var(--line); }
.benefit-bar__item .icon { color: var(--green); width: 31px; height: 31px; }
.benefit-bar__item strong, .benefit-bar__item span { display: block; }
.benefit-bar__item span { color: var(--muted); font-size: .78rem; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: 32px; align-items: start; }
.sidebar-stack { display: grid; gap: 18px; position: sticky; top: calc(var(--header-height) + 22px); }
.contact-location { overflow: hidden; }
.contact-location--wide { margin-top: 22px; }
.contact-location__address { color: var(--ink); font-weight: 800; }
.contact-map { position: relative; min-height: 250px; margin: 16px -8px 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--green-soft); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.98) contrast(1.02); }
.panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.panel h2, .panel h3 { font-size: 1.18rem; }
.check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); font-size: .9rem; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: var(--green); font-size: .72rem; font-weight: 900; }

.catalog-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 14px; margin-bottom: 24px; }
.search-box { position: relative; }
.search-box .icon { position: absolute; left: 15px; top: 50%; width: 20px; height: 20px; color: var(--muted); transform: translateY(-50%); }
.search-box input { padding-left: 46px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--surface); font-size: .82rem; font-weight: 800; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { border-color: var(--green); color: #fff; background: var(--green); }
[data-filter-card][hidden] { display: none !important; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-grid--single { grid-template-columns: 1fr; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--ink); font-size: .82rem; font-weight: 800; }
input, select, textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--surface); transition: border-color .18s, box-shadow .18s;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(7,136,63,.12); outline: 0; }
.file-drop { display: grid; place-items: center; min-height: 138px; padding: 18px; border: 2px dashed #bdcbc4; border-radius: 13px; text-align: center; background: var(--canvas); }
.file-drop input { max-width: 360px; border: 0; background: transparent; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.consent label { font-size: .82rem; color: var(--muted); }
.honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; color: var(--green-900); background: var(--green-soft); font-weight: 700; }
.form-notice--error { color: #8e1c1c; background: #ffeded; }
.draft-status { margin: 0; color: var(--green); font-size: .8rem; font-weight: 700; }
.faq__item + .faq__item { border-top: 1px solid var(--line); }
.faq__question { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 14px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: .84rem; font-weight: 800; cursor: pointer; }
.faq__question span { color: var(--green); font-size: 1.2rem; transition: transform .2s var(--ease); }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s var(--ease); }
.faq__answer p { min-height: 0; margin: 0; overflow: hidden; font-size: .8rem; }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.faq__item.is-open .faq__answer p { padding-bottom: 14px; }
.faq__item.is-open .faq__question span { transform: rotate(45deg); }

.vacancy-card { display: flex; flex-direction: column; }
.vacancy-card__top { display: flex; gap: 13px; align-items: start; }
.vacancy-card__top .card__icon { width: 48px; height: 48px; margin: 0; }
.vacancy-card__top h3 { flex: 1; }
.profile-badge { padding: 5px 8px; border-radius: 999px; color: #224f9e; background: #e8efff; font-size: .67rem; font-weight: 900; }
.profile-badge--expert { color: #705b00; background: var(--yellow-soft); }
.profile-badge--trainee { color: #67458f; background: #f0e7ff; }
.vacancy-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 12px 0; color: var(--muted); font-size: .76rem; }
.vacancy-card .check-list { flex: 1; margin-bottom: 16px; }
.vacancy-actions { display: flex; gap: 8px; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 3%; right: 3%; top: 11px; height: 2px; background: var(--green); }
.timeline__item { position: relative; padding-top: 36px; }
.timeline__item::before { content: ""; position: absolute; top: 4px; left: 0; width: 15px; height: 15px; border: 4px solid var(--surface); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px var(--green); }
.timeline__item strong { display: block; margin-bottom: 7px; color: var(--green); }
.timeline__item p { font-size: .8rem; }

.article-card time { display: block; margin-bottom: 9px; color: var(--muted); font-size: .78rem; }
.article-card h3 { font-size: 1.2rem; }
.entry-content { color: var(--muted); }
.entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-content .alignwide { max-width: var(--container); }
.entry-content .alignfull { max-width: none; }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; color: var(--ink); }

.product-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
.product-gallery { position: sticky; top: calc(var(--header-height) + 24px); }
.product-gallery__main { min-height: 430px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, var(--surface), var(--green-soft)); overflow: hidden; }
.product-gallery__main img { width: 100%; height: 430px; object-fit: contain; padding: 25px; }
.product-gallery__main .icon { width: 140px; height: 140px; color: var(--green); opacity: .65; }
.product-summary h1 { font-size: clamp(2.4rem, 4vw, 4rem); }
.product-price { margin: 18px 0; color: var(--green); font-size: 2rem; font-weight: 900; }
.stock { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; }
.tabs { display: flex; gap: 5px; margin: 34px 0 20px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); overflow-x: auto; }
.tab-button { flex: 1; min-width: max-content; padding: 10px 14px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.tab-button.is-active { color: #fff; background: var(--green); }
.tab-panel[hidden] { display: none; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.spec { padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.spec strong, .spec span { display: block; }
.spec span { color: var(--muted); font-size: .8rem; }

.modal { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(4,20,12,.78); }
.modal.is-open { display: grid; }
.modal__dialog { position: relative; width: min(100%, 900px); overflow: hidden; border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-lg); }
.modal__close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--surface); cursor: pointer; }
.modal__content { min-height: 480px; display: grid; place-items: center; padding: 60px; text-align: center; }
.modal iframe { width: 100%; aspect-ratio: 16/9; border: 0; }

.site-footer { padding-top: 54px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .78fr 1fr 1.42fr; gap: 34px; padding-bottom: 38px; }
.footer-brand img { width: 160px; margin-bottom: 16px; }
.footer-brand p { max-width: 290px; font-size: .86rem; }
.site-footer h2 { margin-bottom: 15px; font-size: .94rem; }
.site-footer ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }
.site-footer a:hover { color: var(--green); }
.footer-contact p { display: flex; gap: 9px; margin-bottom: 8px; font-size: .82rem; }
.footer-contact .icon { width: 18px; height: 18px; color: var(--green); }
.social-links { display: flex; gap: 8px; margin-top: 15px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--green); font-size: .75rem; font-weight: 900; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.footer-bottom a { margin-left: auto; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border: 4px solid var(--surface); border-radius: 50%; color: #fff; background: #18a957; box-shadow: var(--shadow); font-size: .76rem; font-weight: 900; }

/* Detailed product catalog */
.product-page { background: var(--surface); }
.product-intro { padding: 22px 0 26px; }
.product-intro .breadcrumbs { margin: 0 0 16px; }
.breadcrumbs .icon { width: 16px; height: 16px; }
.product-detail--pro { grid-template-columns: minmax(390px, .88fr) minmax(0, 1.22fr); gap: 36px; }
.product-detail--pro .product-gallery { position: static; }
.product-detail--pro .product-gallery__main { min-height: 390px; border-radius: 14px; background: #fff; }
.product-detail--pro .product-gallery__main img { height: 390px; padding: 18px; }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 10px; overflow-x: auto; scrollbar-width: thin; }
.product-thumb { flex: 0 0 86px; height: 62px; padding: 4px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; }
.product-thumb.is-active { border: 2px solid var(--green); }
.product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-summary h1 { margin-bottom: 10px; font-size: clamp(2.2rem, 3.2vw, 3.45rem); }
.product-summary__meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--muted); font-size: .78rem; }
.product-summary__meta .category-tag { margin: 0; }
.product-summary__commerce { display: flex; gap: 28px; align-items: center; margin: 15px 0; }
.product-summary__commerce .product-price { margin: 0; color: var(--ink); font-size: 2.05rem; }
.product-summary__commerce .stock { margin: 0 0 0 auto; font-size: .85rem; }
.product-summary__commerce .stock .icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: #fff; background: var(--green); }
.product-summary__description p { max-width: 760px; margin-bottom: 15px; font-size: .93rem; }
.product-feature-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); margin: 20px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-feature { display: grid; place-items: center; align-content: start; min-height: 112px; padding: 15px 10px; text-align: center; }
.product-feature + .product-feature { border-left: 1px solid var(--line); }
.product-feature > span { color: var(--green); }
.product-feature:nth-child(3n) > span { color: #e4a900; }
.product-feature .icon { width: 31px; height: 31px; }
.product-feature strong, .product-feature small { display: block; }
.product-feature strong { margin-top: 7px; font-size: .75rem; }
.product-feature small { margin-top: 3px; color: var(--muted); font-size: .66rem; line-height: 1.3; }
.product-content { padding: 0 0 32px; }
.product-section-nav { position: sticky; z-index: 20; top: var(--header-height); display: grid; grid-template-columns: repeat(6, 1fr); margin: 0 0 12px; border: 1px solid var(--line); border-radius: 10px; background: color-mix(in srgb, var(--surface) 96%, transparent); backdrop-filter: blur(12px); }
.product-section-nav a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 8px; color: var(--muted); font-size: .77rem; font-weight: 760; text-align: center; }
.product-section-nav a .icon { width: 20px; height: 20px; }
.product-section-nav a:hover, .product-section-nav a.is-active { color: var(--green); box-shadow: inset 0 -3px var(--green); }
.product-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-info-panel { scroll-margin-top: calc(var(--header-height) + 70px); min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.product-info-panel h2 { display: flex; gap: 8px; align-items: center; margin-bottom: 14px; font-size: 1rem; }
.product-info-panel h2 > span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; color: #fff; background: var(--green); font-size: .72rem; }
.product-copy { max-height: 135px; margin-bottom: 13px; overflow: auto; font-size: .78rem; }
.product-copy > * { max-width: none; margin-left: 0; margin-right: 0; }
.product-copy p { margin-bottom: 8px; }
.spec-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.spec-grid--compact .spec { display: flex; gap: 9px; align-items: center; min-height: 58px; padding: 9px; }
.spec__icon { color: var(--green); }
.spec__icon .icon { width: 22px; height: 22px; }
.spec-grid--compact small, .spec-grid--compact strong { display: block; }
.spec-grid--compact small { color: var(--muted); font-size: .64rem; }
.spec-grid--compact strong { font-size: .76rem; }
.document-list { display: grid; gap: 6px; }
.document-row { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; min-height: 48px; padding: 7px 0; border-bottom: 1px solid var(--line); }
.document-row:last-child { border-bottom: 0; }
.document-row__icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 7px; color: #fff; background: var(--green); }
.document-row__icon .icon { width: 18px; height: 18px; }
.document-row strong, .document-row small { display: block; }
.document-row strong { font-size: .76rem; }
.document-row small { color: var(--muted); font-size: .65rem; }
.document-status { color: var(--green); font-size: .65rem; font-weight: 800; }
.components-visual { width: 100%; height: 190px; margin-bottom: 10px; border-radius: 10px; object-fit: contain; background: #fff; }
.component-chips, .compatibility-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.component-chips > span { flex: 1 1 105px; padding: 7px 8px; border: 1px solid var(--line); border-radius: 8px; }
.component-chips strong, .component-chips small { display: block; }
.component-chips strong { font-size: .68rem; }
.component-chips small { color: var(--muted); font-size: .6rem; }
.check-list--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.check-list--two li { display: flex; gap: 7px; padding: 0; font-size: .73rem; }
.check-list--two li::before { display: none; }
.check-list--two .icon { width: 18px; height: 18px; color: var(--green); }
.quality-seal { display: flex; gap: 12px; align-items: center; margin-top: 15px; padding: 12px; border-radius: 10px; background: var(--green-soft); }
.quality-seal .icon { width: 38px; height: 38px; color: var(--green); }
.quality-seal strong, .quality-seal span { display: block; }
.quality-seal strong { font-size: .76rem; }
.quality-seal span { color: var(--muted); font-size: .66rem; }
.usage-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.usage-steps li { display: flex; gap: 9px; align-items: start; }
.usage-steps li > span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); font-size: .7rem; font-weight: 900; }
.usage-steps strong, .usage-steps small { display: block; }
.usage-steps strong { font-size: .75rem; }
.usage-steps small { color: var(--muted); font-size: .65rem; }
.compatibility-search { position: relative; display: block; margin-bottom: 11px; }
.compatibility-search .icon { position: absolute; right: 10px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); }
.compatibility-search input { min-height: 39px; padding: 8px 40px 8px 10px; color: var(--muted); font-size: .7rem; }
.compatibility-tags span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .62rem; }
.support-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 12px; }
.support-actions a { display: flex; gap: 7px; align-items: center; min-width: 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; color: var(--green); }
.support-actions .icon { width: 22px; height: 22px; }
.support-actions strong, .support-actions small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.support-actions strong { color: var(--ink); font-size: .66rem; }
.support-actions small { color: var(--muted); font-size: .58rem; }
.source-note { display: flex; gap: 12px; align-items: start; margin-top: 12px; padding: 14px 16px; border: 1px solid #d8e8dc; border-radius: 12px; background: #f1faf4; }
.source-note > .icon { width: 26px; height: 26px; color: var(--green); }
.source-note strong { font-size: .78rem; }
.source-note p { margin: 3px 0 0; font-size: .7rem; }
.product-benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; padding: 15px 0; border-radius: 12px; background: #faf4ea; }
.product-benefit-strip > div { display: flex; gap: 12px; align-items: center; justify-content: center; padding: 0 20px; }
.product-benefit-strip > div + div { border-left: 1px solid #dbcdbb; }
.product-benefit-strip .icon { width: 31px; height: 31px; color: var(--green); }
.product-benefit-strip strong, .product-benefit-strip small { display: block; }
.product-benefit-strip strong { font-size: .76rem; }
.product-benefit-strip small { color: var(--muted); font-size: .66rem; }

/* Project evidence pages */
.project-hero { padding: 22px 0 28px; background: linear-gradient(115deg, #f6fbf8, #fff 52%, #f0f7f3); }
.project-hero__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 42px; align-items: center; }
.project-hero h1 { margin: 12px 0 14px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.project-hero__media { overflow: hidden; min-height: 390px; border-radius: 20px; box-shadow: var(--shadow); }
.project-hero__media img { width: 100%; height: 390px; object-fit: cover; }
.project-meta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 20px; }
.project-meta > span { display: grid; grid-template-columns: auto 1fr; gap: 0 9px; min-width: 220px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .78rem; }
.project-meta .icon { grid-row: 1 / 3; align-self: center; color: var(--green); }
.project-meta strong { font-size: .67rem; }
.project-detail-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 25px; align-items: start; }
.project-detail-grid .entry-content > * { max-width: none; margin-left: 0; margin-right: 0; }
.project-detail-grid .check-list li { display: flex; gap: 8px; padding: 0; }
.project-detail-grid .check-list li::before { display: none; }
.project-detail-grid .check-list .icon { width: 19px; height: 19px; color: var(--green); }
.source-note--project { margin: 0; }
.panel--green { color: #fff; background: linear-gradient(145deg, var(--green-900), var(--green)); }
.panel--green p { color: rgba(255,255,255,.82); }

/* Dark, icon-led footer from the approved desktop prototypes */
.site-footer { color: #f4f8f5; border-top: 3px solid var(--green); background: linear-gradient(135deg, #111b20, #0d171b 55%, #102219); }
.site-footer .footer-brand p, .site-footer ul, .site-footer .footer-contact p, .site-footer .footer-bottom { color: #b9c5c0; }
.site-footer h2 { color: #fff; }
.site-footer a:hover { color: var(--yellow); }
.site-footer .footer-brand img { filter: drop-shadow(0 7px 14px rgba(0,0,0,.2)); }
.footer-heading { display: flex; gap: 9px; align-items: center; }
.footer-heading .icon { width: 21px; height: 21px; color: var(--yellow); }
.footer-links a { display: flex; gap: 8px; align-items: center; width: fit-content; }
.footer-links a .icon { width: 16px; height: 16px; color: #75bf8c; }
.footer-links--solutions a .icon { color: var(--yellow); }
.footer-brand__badge { display: flex; gap: 9px; align-items: center; max-width: 295px; margin-top: 18px; padding: 11px 12px; border: 1px solid #2d493c; border-radius: 10px; color: #b9d9c5; background: rgba(255,255,255,.035); font-size: .72rem; line-height: 1.4; }
.footer-brand__badge .icon { width: 24px; height: 24px; flex: 0 0 auto; color: var(--yellow); }
.footer-contact__methods { display: grid; gap: 7px; }
.footer-contact__methods p { align-items: flex-start; margin: 0; min-width: 0; }
.footer-contact__methods p .icon { flex: 0 0 18px; margin-top: 2px; }
.footer-contact__methods a, .footer-contact__methods span { min-width: 0; overflow-wrap: anywhere; }
.site-footer .social-links a, .site-footer .social-link { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #364b43; border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); }
.site-footer .social-links a:hover { border-color: var(--yellow); color: #101a24; background: var(--yellow); }
.site-footer .social-links svg { width: 19px; height: 19px; }
.site-footer .social-link.is-disabled { opacity: .48; }
.site-footer .footer-contact .icon { color: var(--yellow); }
.footer-trust { display: flex; gap: 10px; align-items: center; margin-top: 16px; padding: 12px; border: 1px solid #2b4a3a; border-radius: 10px; color: #9ad267; background: rgba(7,136,63,.1); font-size: .75rem; }
.footer-trust .icon { width: 27px !important; height: 27px !important; }
.site-footer .footer-bottom { border-top-color: #2b3a35; }
.whatsapp-float svg { width: 29px; height: 29px; }

[data-animate] { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-animate="left"] { transform: translateX(-28px); }
[data-animate="right"] { transform: translateX(28px); }
[data-animate].is-visible { opacity: 1; transform: none; }
[data-animate-delay="1"] { transition-delay: .08s; }
[data-animate-delay="2"] { transition-delay: .16s; }
[data-animate-delay="3"] { transition-delay: .24s; }

@media (max-width: 1140px) {
  :root { --header-height: 74px; }
  .menu-toggle { display: block; order: 2; }
  .header-actions { order: 1; }
  .site-nav {
    position: fixed; top: var(--header-height); right: 0; bottom: 0; width: min(88vw, 420px); height: auto; padding: 18px;
    border-left: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-lg); visibility: hidden; transform: translateX(102%); transition: .28s var(--ease); overflow-y: auto;
  }
  .site-nav.is-open { visibility: visible; transform: none; }
  .site-nav__list { display: grid; align-content: start; gap: 6px; height: auto; }
  .site-nav__item { display: block; height: auto; }
  .site-nav__link { width: 100%; justify-content: flex-start; padding: 12px; }
  .site-nav__solutions { display: block; }
  .solutions-menu { position: static; width: auto; margin-top: 4px; padding: 5px; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .site-nav__solutions.is-open .solutions-menu { display: block; }
  .cards--6 { grid-template-columns: repeat(3, 1fr); }
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .timeline::before { display: none; }
  .product-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-section-nav { grid-template-columns: repeat(3, 1fr); }
  .project-hero__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .hero { background: linear-gradient(180deg, var(--surface), var(--green-soft)); }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .hero__content { padding-bottom: 20px; }
  .hero__visual { min-height: 380px; }
  .solutions-strip { margin-top: -10px; }
  .cards--3, .cards--6 { grid-template-columns: repeat(2, 1fr); }
  .page-hero::before { inset: 52% 0 0; clip-path: none; }
  .page-hero__grid, .content-grid, .product-detail { grid-template-columns: 1fr; }
  .sidebar-stack, .product-gallery { position: static; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process-step::after { display: none; }
  .benefit-bar { grid-template-columns: repeat(2, 1fr); }
  .benefit-bar__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-bar__item:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-banner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .product-detail--pro, .project-hero__grid, .project-detail-grid { grid-template-columns: 1fr; }
  .product-summary__commerce .stock { margin-left: 0; }
  .product-feature-row { grid-template-columns: repeat(3, 1fr); }
  .product-feature:nth-child(4) { border-left: 0; }
  .product-benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .product-benefit-strip > div:nth-child(3) { border-left: 0; }
  .product-benefit-strip > div { padding: 12px 18px; }
  .project-hero__media, .project-hero__media img { min-height: 340px; height: 340px; }
  .catalog-hero .page-hero__grid { grid-template-columns: 1fr; }
  .catalog-hero__mosaic { height: 210px; }
}

@media (max-width: 640px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 54px 0; }
  .site-header__inner { gap: 7px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand img, .brand .custom-logo { width: 126px; }
  .header-actions { display: none; }
  .menu-toggle { order: 1; flex: 0 0 43px; }
  .hero__content { padding-top: 54px; }
  .hero__content h1 { font-size: 2.55rem; }
  .hero__visual { grid-template-columns: repeat(2, 1fr); min-height: 520px; transform: none; }
  .hero-panel__content { transform: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .cards--2, .cards--3, .cards--4, .cards--6, .stats { grid-template-columns: 1fr; }
  .solutions-strip .cards { grid-template-columns: 1fr; }
  .process, .benefit-bar, .timeline { grid-template-columns: 1fr; }
  .benefit-bar__item + .benefit-bar__item { border-left: 0; border-top: 1px solid var(--line); }
  .page-hero { padding: 54px 0; }
  .page-hero h1 { font-size: 2.45rem; }
  .page-hero__visual { min-height: 270px; }
  .orb--one { width: 210px; height: 210px; }
  .page-hero__icon { width: 115px; height: 115px; padding: 25px; }
  .cta-banner { padding: 28px 22px; }
  .cta-banner__actions, .product-card__actions, .vacancy-actions { flex-direction: column; }
  .form-grid, .spec-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .product-gallery__main, .product-gallery__main img { min-height: 320px; height: 320px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom a { margin-left: 0; }
  .modal__content { min-height: 340px; padding: 40px 22px; }
  .product-intro { padding-top: 14px; }
  .product-detail--pro, .product-detail--pro > *, .product-summary, .product-info-panel { width: 100%; min-width: 0; }
  .product-detail--pro .product-gallery__main, .product-detail--pro .product-gallery__main img { min-height: 300px; height: 300px; }
  .product-summary h1 { max-width: 100%; font-size: 2rem; overflow-wrap: anywhere; }
  .product-summary__meta { align-items: flex-start; flex-direction: column; }
  .product-summary__description, .product-summary__description p { max-width: 100%; overflow-wrap: anywhere; }
  .product-summary__commerce { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-feature-row { grid-template-columns: 1fr; }
  .product-feature + .product-feature { border-top: 1px solid var(--line); border-left: 0; }
  .product-section-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .product-section-nav a { justify-content: flex-start; padding-left: 12px; }
  .product-info-grid, .spec-grid--compact, .usage-steps, .check-list--two { grid-template-columns: 1fr; }
  .support-actions { grid-template-columns: 1fr; }
  .product-benefit-strip { grid-template-columns: 1fr; }
  .product-benefit-strip > div + div { border-top: 1px solid #dbcdbb; border-left: 0; }
  .product-benefit-strip > div { justify-content: flex-start; }
  .project-hero__media, .project-hero__media img { min-height: 260px; height: 260px; }
  .catalog-hero { padding: 34px 0; }
  .catalog-hero__mosaic { grid-template-columns: repeat(2, 1fr); height: 270px; transform: none; }
  .catalog-hero__mosaic img { width: 100%; height: 135px; margin: 0; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-animate] { opacity: 1; transform: none; }
}
/* Gutenberg page-builder layer: content remains freely editable in WordPress. */
.entry-content--blocks { overflow: clip; }
.entry-content--blocks > *:not(.alignfull):not(.alignwide) { width: min(100% - 32px, 820px); margin-inline: auto; }
.entry-content--blocks > .alignwide { width: min(100% - 32px, 1240px); margin-inline: auto; }
.entry-content--blocks > .alignfull { width: 100%; margin-inline: 0; }
.entry-content--blocks .wp-block-cover.gps-block-hero { min-height: clamp(420px, 56vw, 620px); padding: clamp(48px, 8vw, 110px) 24px; }
.entry-content--blocks .gps-block-hero .wp-block-cover__inner-container { width: min(100%, 1240px); margin-inline: auto; }
.entry-content--blocks .gps-block-hero .wp-block-group { margin: 0; max-width: 720px; }
.entry-content--blocks .gps-block-hero h1 { color: #fff; max-width: 820px; margin: 10px 0 18px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; }
.entry-content--blocks .gps-block-hero p:not(.gps-block-kicker) { max-width: 720px; color: rgba(255,255,255,.92); }
.entry-content--blocks .gps-block-kicker { display: inline-flex; width: auto; margin: 0; padding: 7px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.entry-content--blocks .wp-block-buttons { margin-top: 26px; gap: 12px; }
.entry-content--blocks .wp-block-button__link { border-radius: 9px; background: var(--green, #07883f); color: #fff; padding: .85rem 1.25rem; font-weight: 800; box-shadow: none; }
.entry-content--blocks .wp-block-button:not(.is-style-outline) .wp-block-button__link { background: var(--yellow, #ffc900); color: #152219; }
.entry-content--blocks .wp-block-button.is-style-outline .wp-block-button__link { border: 2px solid rgba(255,255,255,.8); background: transparent; color: #fff; }
.entry-content--blocks .gps-block-section { padding: clamp(56px, 7vw, 92px) 24px; }
.entry-content--blocks .gps-block-section--soft { background: #f0f7f3; }
.entry-content--blocks .gps-block-section > h2 { margin: 0 0 32px; font-size: clamp(1.85rem, 3vw, 2.7rem); color: #102019; }
.entry-content--blocks .gps-block-columns { align-items: stretch; gap: 18px; }
.entry-content--blocks .gps-block-columns--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.entry-content--blocks .gps-block-columns--3 > .wp-block-column { min-width: 0; }
.entry-content--blocks .gps-block-card { height: 100%; padding: 24px; border: 1px solid #dce7df; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(4, 73, 37, .06); }
.entry-content--blocks .gps-block-card h3 { margin: 0 0 10px; color: #075f32; line-height: 1.2; overflow-wrap: normal; word-break: normal; hyphens: none; }
.entry-content--blocks .gps-block-card p { margin-bottom: 0; color: #52625a; overflow-wrap: normal; word-break: normal; hyphens: none; }
.entry-content--blocks .gps-block-card__image { width: 100%; margin: 0 0 18px; overflow: hidden; border-radius: 12px; }
.entry-content--blocks .gps-block-card__image img { width: 100%; height: 180px; object-fit: cover; }
.entry-content--blocks .gps-dynamic-block.section { padding-top: 32px; }
.entry-content--blocks .gps-block-section > .gps-dynamic-block.section { padding: 10px 0 0; }
.entry-content--blocks .gps-block-section > .gps-dynamic-block.section > .container { width: 100%; }
.block-editor-block-list__layout .gps-block-card { min-height: 150px; padding: 22px; border: 1px solid #dce7df; border-radius: 14px; background: #fff; }
.block-editor-block-list__layout .gps-block-section { padding: 40px 24px; }
.block-editor-block-list__layout .gps-block-hero { border-radius: 0; }
@media (max-width: 781px) {
  .entry-content--blocks .gps-block-columns { gap: 12px; }
  .entry-content--blocks .gps-block-columns--3 { grid-template-columns: 1fr; }
  .entry-content--blocks .gps-block-section { padding-inline: 16px; }
}
@media (min-width: 782px) and (max-width: 1024px) {
  .entry-content--blocks .gps-block-columns--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
