/* InfoMind Smart Garden — company-site refresh */
:root,
html[data-theme="light"] {
  --bg: #f3f7f1;
  --bg-soft: #fbfdf9;
  --card: #ffffff;
  --text: #12231c;
  --muted: #617068;
  --brand: #9ce65b;
  --brand-2: #3c824e;
  --accent: #dff5ca;
  --garden-dark: #0d241b;
  --garden-mid: #285d36;
  --garden-lime: #a8ec67;
  --line: rgba(18, 35, 28, .12);
  --shadow: 0 18px 48px rgba(29, 67, 41, .10);
  --radius: 24px;
}

html[data-theme="dark"] {
  --bg: #07140f;
  --bg-soft: #0b1d16;
  --card: #10271e;
  --text: #eff8ef;
  --muted: #aec0b5;
  --accent: #1c3d2b;
  --line: rgba(239, 248, 239, .12);
  --shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(168, 236, 103, .10), transparent 25rem),
    linear-gradient(180deg, var(--bg-soft), var(--bg));
  color: var(--text);
  line-height: 1.6;
}

html, body { overflow-x: clip; }

body::selection { background: var(--garden-lime); color: var(--garden-dark); }

.container { max-width: 1240px; }

header {
  background: color-mix(in srgb, var(--bg-soft) 88%, transparent);
  border-bottom-color: var(--line);
}

header nav { min-height: 108px; gap: 1.5rem; }

header .logo {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-block: 9px;
  padding: 6px 12px;
  min-width: max-content;
  border: 1px solid rgba(18, 35, 28, .09);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

header .logo img {
  width: clamp(166px, 14vw, 184px);
  height: auto;
  aspect-ratio: 2.32 / 1;
  object-fit: contain;
  border-radius: 0;
}

header .brand { display: none; }

.nav-links { gap: .1rem; }
.nav-links a { padding: .55rem .72rem; font-size: .91rem; font-weight: 650; }
.nav-links .nav-panel {
  margin-left: .35rem;
  padding-inline: 1rem;
  color: #102119;
  background: var(--garden-lime);
  border: 1px solid rgba(18, 35, 28, .08);
}
.nav-links .nav-demo {
  color: color-mix(in srgb, var(--text) 78%, var(--garden-lime));
  border: 1px solid var(--line);
}
.nav-links .theme-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.hero { padding: 28px 0 0; }
.hero::before {
  position: absolute;
  inset: 28px max(18px, calc((100vw - 1300px) / 2)) 0;
  z-index: -1;
  content: "";
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 20%, rgba(168, 236, 103, .24), transparent 28rem),
    linear-gradient(125deg, #0a1e16 0%, #102c20 55%, #2c6137 100%);
  box-shadow: 0 28px 80px rgba(12, 42, 25, .22);
}
.hero .glow { display: none; }
.hero .wrap {
  grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
  min-height: 650px;
  padding-block: clamp(58px, 7vw, 90px);
  gap: clamp(36px, 5vw, 72px);
}
.hero-copy { color: #f7fff5; }
.hero .badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #dff7cd;
  background: rgba(184, 240, 123, .10);
  border-color: rgba(184, 240, 123, .24);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .73rem;
}
.status-dot {
  display: inline-block;
  width: .58rem;
  height: .58rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--garden-lime);
  box-shadow: 0 0 0 5px rgba(168, 236, 103, .14);
}
.hero h1 {
  margin: 24px 0 20px;
  max-width: 9ch;
  color: #fff;
  font-size: clamp(3.25rem, 6.2vw, 6rem);
  font-weight: 560;
  letter-spacing: -.065em;
  line-height: .92;
}
.hero h1 em { color: var(--garden-lime); font-style: normal; }
.hero p { max-width: 51ch; color: rgba(244, 253, 243, .78); font-size: 1.08rem; }
.hero .btn { background: var(--garden-lime); color: #102119; border-color: transparent; }
.hero .btn.secondary { background: rgba(255,255,255,.05); color: #fff; border-color: rgba(255,255,255,.2); box-shadow: none; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 34px 0 0;
  padding: 24px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-proof li { display: flex; flex-direction: column; gap: 2px; padding-right: 12px; }
.hero-proof strong { color: #fff; font-size: .9rem; }
.hero-proof span { color: rgba(244,253,243,.58); font-size: .72rem; line-height: 1.4; }

.product-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0,0,0,.38);
  transform: rotate(1.1deg);
}
.product-preview img { width: 100%; aspect-ratio: 1.48; object-fit: cover; object-position: top; }
.product-preview figcaption {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: 12px 18px;
  color: #496058;
  background: #fff;
  font-size: .78rem;
}
.preview-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 15px;
  color: #668076;
  background: #eef4eb;
  font-size: .7rem;
}
.preview-bar span { width: 8px; height: 8px; border-radius: 50%; background: #c4d0c4; }
.preview-bar strong { margin-left: 6px; font-weight: 600; }

section { padding-block: clamp(58px, 7vw, 96px); }
.proof-strip { padding-block: 26px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.proof-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 10px 28px rgba(29,67,41,.05);
}
.proof-grid article > div { display: flex; flex-direction: column; }
.proof-grid strong { font-size: .88rem; }
.proof-grid small { color: var(--muted); font-size: .72rem; }
.proof-icon, .card-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: var(--garden-mid);
  background: var(--accent);
  font-weight: 800;
}

.section-head { align-items: end; margin-bottom: 34px; }
.section-head > p { max-width: 48ch; margin: 0; color: var(--muted); }
.section-head h2, section h2 { margin: 4px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; line-height: 1.02; }
.eyebrow {
  color: #579935;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.architecture {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: architecture;
}
.architecture li {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--card);
}
.architecture li:first-child { border-radius: 24px 0 0 24px; }
.architecture li:last-child { border-radius: 0 24px 24px 0; }
.architecture li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  content: "→";
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--garden-mid);
  background: var(--bg-soft);
  transform: translateY(-50%);
}
.architecture span { color: #69a943; font-size: .75rem; font-weight: 800; }
.architecture strong { margin-top: auto; font-size: 1.12rem; }
.architecture small { margin-top: 7px; color: var(--muted); line-height: 1.45; }

/* Smart Garden animated product demo */
.demo-animation-section {
  overflow: clip;
  color: #f4fbf2;
  background: radial-gradient(circle at 12% 24%, rgba(168,236,103,.13), transparent 27rem), linear-gradient(180deg, #0d241b, #091b14);
}
.demo-animation-section .eyebrow { color: var(--garden-lime); }
.demo-heading { align-items: flex-end; }
.demo-heading-actions { display: flex; max-width: 510px; align-items: flex-end; flex-direction: column; gap: 14px; }
.demo-heading-actions p { margin: 0; color: #b9c9bf; text-align: right; }
.demo-animation-section .btn.secondary { color: #fff; border-color: rgba(255,255,255,.2); box-shadow: none; }
.garden-simulation {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(222,244,220,.15);
  border-radius: 30px;
  background: #dfeade;
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}
.sim-panel { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 24px; color: #15271f; background: #f6f9f4; }
.sim-app-bar, .sim-panel-title, .sim-device-top, .sim-switch-row, .sim-ai-head, .sim-scene-head { display: flex; align-items: center; justify-content: space-between; }
.sim-app-bar { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(21,39,31,.1); }
.sim-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; }
.sim-brand img { width: 32px; height: 32px; object-fit: contain; }
.sim-connection { display: inline-flex; align-items: center; gap: 7px; color: #4d6558; font-size: .72rem; font-weight: 700; }
.sim-connection i { width: 8px; height: 8px; border-radius: 50%; background: #6bc94c; box-shadow: 0 0 0 5px rgba(107,201,76,.14); }
.sim-panel-title { margin-bottom: 16px; }
.sim-panel-title > div { display: flex; flex-direction: column; }
.sim-panel-title span { color: #6e8076; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sim-panel-title strong { font-size: 1.18rem; }
.sim-panel-title .sim-clock { color: #50645a; font-variant-numeric: tabular-nums; }
.sim-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sim-device {
  padding: 16px;
  border: 1px solid rgba(21,39,31,.1);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(32,70,44,.07);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.sim-device-top { margin-bottom: 14px; }
.sim-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #367549; background: #eaf5e7; font-weight: 800; }
.sim-badge { padding: 4px 8px; border-radius: 999px; color: #397328; background: #e1f5d9; font-size: .62rem; font-weight: 800; }
.sim-badge.manual { color: #405a91; background: #edf0ff; }
.sim-device > small { display: block; min-height: 34px; color: #687a70; }
.sim-gauge {
  display: grid;
  width: 112px;
  height: 112px;
  margin: 15px auto 10px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#63bd4b calc(var(--moisture, 62) * 1%), #e8efe7 0);
  transition: background .35s ease;
}
.sim-gauge::before { grid-area: 1/1; width: 82px; height: 82px; content: ""; border-radius: 50%; background: #fff; }
.sim-gauge > span { z-index: 1; grid-area: 1/1; font-size: 1.58rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.sim-gauge span small { margin-left: 2px; color: #6d8175; font-size: .7rem; }
.sim-moisture-card > p { margin: 0; color: #4e6859; text-align: center; font-size: .74rem; font-weight: 700; }
.sim-switch-row { justify-content: flex-start; gap: 12px; margin-top: 22px; }
.sim-switch { position: relative; width: 58px; height: 31px; padding: 3px; border: 1px solid #aeb8b0; border-radius: 999px; background: #dfe4e1; opacity: 1; transition: background .3s ease, border-color .3s ease; }
.sim-switch span { display: block; width: 23px; height: 23px; border-radius: 50%; background: #7d8982; box-shadow: 0 2px 7px rgba(0,0,0,.18); transition: transform .3s ease, background .3s ease; }
.sim-switch-row strong { font-size: .88rem; }
.sim-safety { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 10px 12px; border-radius: 12px; color: #596c61; background: #f1f5f0; font-size: .67rem; }
.sim-safety strong { color: #365244; font-variant-numeric: tabular-nums; }
.sim-mini-device { display: flex; min-height: 76px; align-items: center; gap: 12px; }
.sim-mini-device > div { display: flex; flex-direction: column; }
.sim-mini-device small { min-height: 0; color: #718177; }
.sim-email {
  position: absolute;
  right: 22px;
  bottom: 98px;
  left: 22px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(42,96,55,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 40px rgba(17,54,29,.18);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .35s ease, transform .35s ease;
}
.sim-mail-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: #2a763e; background: #e2f5dc; }
.sim-email > div { display: flex; min-width: 0; flex-direction: column; }
.sim-email small { color: #6a7b71; }
.sim-email strong { overflow: hidden; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.sim-email > span:last-child { color: #75907f; font-size: .64rem; }
.sim-ai { margin-top: auto; padding: 15px; border: 1px solid rgba(93,141,90,.18); border-radius: 17px; background: #edf6ea; }
.sim-ai-head { margin-bottom: 8px; color: #387543; font-size: .7rem; font-weight: 800; }
.sim-ai-head small { color: #728378; font-weight: 600; }
.sim-ai-message { min-height: 43px; color: #41594b; font-size: .76rem; transition: opacity .2s ease; }
.sim-ai-message.is-changing { animation: sim-ai-slide .45s ease both; }
.sim-scene { display: flex; min-width: 0; flex-direction: column; padding: 24px; color: #163023; background: #e3eee1; }
.sim-scene-head { margin-bottom: 14px; }
.sim-scene-head > div { display: flex; align-items: center; gap: 10px; }
.sim-scene-head > span { padding: 6px 10px; border-radius: 999px; color: #43624e; background: rgba(255,255,255,.72); font-size: .68rem; font-weight: 700; }
.plant-scene { width: 100%; height: auto; overflow: visible; border-radius: 24px; box-shadow: 0 18px 45px rgba(53,90,59,.12); }
.sim-water-flow, .sim-drops { opacity: 0; }
.sim-plant { transform-origin: center bottom; transition: transform 1s ease; }
.sim-soil { transition: fill 1s ease; }
.sim-pump-light { transition: fill .3s ease, filter .3s ease; }
.sim-tank-water { transition: transform 4.7s linear; transform-origin: center bottom; }
.sim-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: auto; padding-top: 16px; }
.sim-timeline span { display: flex; align-items: center; gap: 7px; color: #6c8073; font-size: .67rem; font-weight: 700; }
.sim-timeline i { width: 9px; height: 9px; border-radius: 50%; background: #afbeb2; transition: background .25s ease, box-shadow .25s ease; }
.sim-disclaimer { margin: 14px 0 0; color: #9fb2a5; font-size: .72rem; text-align: center; }
.garden-simulation[data-phase="alert"] .sim-email, .garden-simulation[data-phase="watering"] .sim-email { opacity: 1; transform: translateY(0); }
.garden-simulation[data-phase="alert"] .sim-moisture-card { border-color: #e4aa5b; box-shadow: 0 0 0 3px rgba(228,170,91,.14); }
.garden-simulation[data-phase="alert"] .sim-plant-one { transform: rotate(3deg) translateY(8px); }
.garden-simulation[data-phase="alert"] .sim-plant-two { transform: rotate(-2deg) translateY(5px); }
.garden-simulation[data-phase="watering"] .sim-watering-card { border-color: #6ac952; box-shadow: 0 0 0 3px rgba(106,201,82,.14); }
.garden-simulation[data-phase="watering"] .sim-switch { border-color: #55ad3d; background: #77d65c; }
.garden-simulation[data-phase="watering"] .sim-switch span { background: #fff; transform: translateX(27px); }
.garden-simulation[data-phase="watering"] .sim-water-flow { opacity: 1; animation: sim-flow .7s linear infinite; }
.garden-simulation[data-phase="watering"] .sim-drops { opacity: 1; animation: sim-drops .85s ease-in infinite; }
.garden-simulation.is-paused .sim-water-flow, .garden-simulation.is-paused .sim-drops { animation-play-state: paused; }
.garden-simulation[data-phase="watering"] .sim-pump-light { fill: #7ade59; filter: drop-shadow(0 0 7px rgba(80,199,57,.75)); }
.garden-simulation[data-phase="watering"] .sim-tank-water { transform: scaleY(.91); }
.garden-simulation[data-phase="watering"] .sim-soil, .garden-simulation[data-phase="complete"] .sim-soil { fill: #4e3c30; }
.garden-simulation[data-phase="complete"] .sim-plant { transform: translateY(-3px); }
.garden-simulation[data-phase="complete"] .sim-email { opacity: 0; transform: translateY(16px); }
.garden-simulation[data-phase="monitor"] [data-sim-step="monitor"] i,
.garden-simulation[data-phase="alert"] [data-sim-step="alert"] i,
.garden-simulation[data-phase="watering"] [data-sim-step="watering"] i,
.garden-simulation[data-phase="complete"] [data-sim-step="complete"] i { background: #6ac94e; box-shadow: 0 0 0 5px rgba(106,201,78,.16); }
@keyframes sim-flow { to { stroke-dashoffset: -30; } }
@keyframes sim-drops { 0% { transform: translateY(-7px); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(18px); opacity: 0; } }
@keyframes sim-ai-slide { 0% { opacity: 0; transform: translateY(8px); } 100% { opacity: 1; transform: translateY(0); } }

.section-tint { background: color-mix(in srgb, var(--accent) 28%, transparent); }
.feature-cards .card { position: relative; display: flex; min-height: 270px; flex-direction: column; box-shadow: none; }
.feature-cards .card h3 { margin: 24px 0 8px; font-size: 1.25rem; }
.feature-cards .card p { margin: 0; color: var(--muted); }
.availability {
  align-self: flex-start;
  margin-top: auto;
  padding: .3rem .65rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.availability.available { color: #245f28; background: #e1f6d9; }
.availability.roadmap { color: #765326; background: #fff0d8; }
.roadmap-card { border-style: dashed; }
.roadmap-card .card-icon { color: #8d642e; background: #fff0d8; }
.text-link { color: #47872e; font-weight: 750; }

.device-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.device-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.device-card:nth-child(1), .device-card:nth-child(2), .device-card:nth-child(3) { grid-column: span 2; }
.device-card:nth-child(4), .device-card:nth-child(5) { grid-column: span 3; }
.device-card > span { font-size: 1.7rem; }
.device-card > div { display: flex; flex-direction: column; margin-top: auto; }
.device-card strong { font-size: 1.08rem; }
.device-card small { color: var(--muted); }
.device-card b { align-self: flex-start; margin-top: 14px; color: #5d7b6c; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.about-company { background: var(--garden-dark); color: #f4fbf2; }
.about-company .feature { grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(40px, 6vw, 84px); }
.about-company p { color: #b9c9bf; }
.about-company .shot { border-color: rgba(255,255,255,.1); }
.about-company .btn.secondary { color: #fff; border-color: rgba(255,255,255,.2); }
.app-window {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(206, 237, 211, .22);
  border-radius: 22px;
  background: #f8fbf7;
  box-shadow: 0 34px 74px rgba(0,0,0,.34), 0 0 0 8px rgba(168,236,103,.035);
}
.installation-preview { transform: rotate(-1deg); }
.installation-preview::before {
  position: absolute;
  inset: -80px auto auto -90px;
  z-index: -1;
  width: 280px;
  height: 280px;
  content: "";
  border-radius: 50%;
  background: rgba(168, 236, 103, .18);
  filter: blur(40px);
}
.app-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  color: #66786f;
  background: #e9f0e8;
  font-size: .67rem;
}
.app-window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #b8c7b9; }
.app-window-bar strong { margin-left: 7px; overflow: hidden; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.app-window-screen { position: relative; overflow: hidden; background: #eef4ed; }
.app-window-screen img { width: 100%; aspect-ratio: 1.92; object-fit: cover; object-position: center; }
.live-data-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(28, 75, 38, .12);
  border-radius: 999px;
  color: #224c2c;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(15,45,25,.14);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.live-data-badge i { width: 7px; height: 7px; border-radius: 50%; background: #65c93d; box-shadow: 0 0 0 4px rgba(101,201,61,.16); }
.app-window figcaption {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  color: #5d7165;
  background: #fff;
  font-size: .71rem;
}
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { margin: 8px 0; color: #d9e7db; }
.check-list li::before { margin-right: 10px; color: var(--garden-lime); content: "✓"; font-weight: 900; }

.loft-section .feature { grid-template-columns: .9fr 1.1fr; }
.loft-section .text-link { align-self: center; }
.shot img { width: 100%; }

#gallery { padding-top: 76px; }
.gallery figure { border-color: var(--line); box-shadow: 0 12px 32px rgba(29,67,41,.08); }

#contact { background: color-mix(in srgb, var(--garden-dark) 96%, #fff); color: #f4fbf2; }
#contact .section-head p { color: #b9c9bf; }
#contact .card { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.12); }
#contact input, #contact textarea, #contact select {
  width: 100%;
  color: #f4fbf2;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.18);
}
#contact input.sr-only { width: 1px; height: 1px; padding: 0; border: 0; }
#contact .consent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
#contact .consent-row input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--garden-lime);
}
#contact select { padding: .8rem .9rem; border-radius: 12px; }
#contact select option { color: #14231c; background: #fff; }
#contact input::placeholder, #contact textarea::placeholder { color: #a7bbb0; }
#contact .pill { color: #c3d3c7; background: transparent; }
#contact .btn.secondary { color: #fff; border-color: rgba(255,255,255,.2); }

.faq { padding-block: clamp(58px, 7vw, 96px); }
.faq-item { border-color: var(--line); box-shadow: none; }
.faq-item h3 { font-size: 1.05rem; }

footer { background: var(--garden-dark); }
.foot { grid-template-columns: 1fr auto; border-top-color: rgba(255,255,255,.12); color: #aebfb4; }

@media (max-width: 1080px) {
  header .nav-links a { padding-inline: .5rem; font-size: .82rem; }
  .nav-links .nav-demo { display: none; }
  .hero .wrap { grid-template-columns: .9fr 1.1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .garden-simulation { grid-template-columns: 1fr; }
  .sim-panel { min-height: 610px; }
}

@media (max-width: 860px) {
  header nav { min-height: 82px; }
  header .logo { margin-block: 7px; padding: 5px 8px; border-radius: 13px; }
  header .logo img { width: 132px; height: auto; }
  .nav-links { inset: 88px 16px auto; align-items: stretch; }
  .nav-links a { width: 100%; padding: .8rem 1rem; font-size: .95rem; }
  .nav-links .nav-panel { margin: .25rem 0 0; text-align: center; }
  .nav-links .theme-toggle { width: 100%; border-radius: 12px; }
  .hero { padding-top: 16px; }
  .hero::before { inset: 16px 10px 0; border-radius: 28px; }
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; padding-block: 52px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .product-preview { margin-top: 10px; transform: none; }
  .architecture { grid-template-columns: 1fr 1fr; gap: 12px; }
  .architecture li, .architecture li:first-child, .architecture li:last-child { min-height: 180px; border-radius: 20px; }
  .architecture li::after { display: none !important; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .device-grid { grid-template-columns: 1fr 1fr; }
  .device-card:nth-child(n) { grid-column: span 1; }
  .about-company .feature { grid-template-columns: 1fr; }
  .installation-preview { transform: none; }
  .demo-heading-actions { align-items: flex-start; }
  .demo-heading-actions p { text-align: left; }
}

@media (max-width: 600px) {
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }
  .hero-proof li { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.10); }
  .proof-grid, .architecture, .device-grid { grid-template-columns: 1fr; }
  .proof-grid article { padding: 14px; }
  .architecture li { min-height: 160px; }
  .device-card { min-height: 160px; }
  .live-data-badge { top: 10px; right: 10px; }
  .product-preview figcaption { align-items: flex-start; }
  .foot { grid-template-columns: 1fr; }
  .garden-simulation { border-radius: 22px; }
  .sim-panel, .sim-scene { padding: 15px; }
  .sim-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sim-moisture-card, .sim-watering-card { grid-column: 1 / -1; min-height: 235px; }
  .sim-mini-device { min-height: 72px; padding: 12px; }
  .sim-mini-device .sim-icon { width: 30px; height: 30px; }
  .sim-email { right: 12px; bottom: 90px; left: 12px; }
  .sim-email > span:last-child { display: none; }
  .sim-email strong { white-space: normal; }
  .sim-timeline { grid-template-columns: 1fr 1fr; }
  .sim-scene-head { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  .btn { transition: none; }
  .garden-simulation *, .garden-simulation *::before, .garden-simulation *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
