:root {
  --green: #42d392;
  --green-deep: #0d6d4e;
  --green-dark: #071d17;
  --green-ink: #10221b;
  --green-pale: #e9f5ed;
  --green-line: rgba(19, 72, 53, 0.13);
}

.greenhouse-page {
  background: #f4f7f1;
  color: var(--green-ink);
}

#olcumler,
#uyarilar,
#kalibrasyon {
  scroll-margin-top: 145px;
}

.greenhouse-page .announcement {
  background: linear-gradient(90deg, #071d17, #12382d);
}

.greenhouse-page .site-header::after {
  background: rgba(248, 250, 246, 0.93);
}

.greenhouse-page .btn-outline {
  border-color: rgba(13, 109, 78, 0.2);
  background: rgba(66, 211, 146, 0.12);
  color: var(--green-deep);
}

.greenhouse-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 75% 50%, rgba(66, 211, 146, .2), transparent 31%),
    linear-gradient(135deg, #061712 0%, #0a2a20 55%, #071d17 100%);
  background-size: 48px 48px, 48px 48px, auto, auto;
  color: #fff;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  top: -230px;
  left: 12%;
  border: 1px solid rgba(66, 211, 146, .22);
}

.hero-glow-two {
  width: 760px;
  height: 760px;
  right: -420px;
  bottom: -520px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.greenhouse-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  gap: 70px;
  align-items: center;
  min-height: 690px;
  padding-top: 70px;
  padding-bottom: 76px;
}

.back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.back-link:hover { color: #fff; }

.green-kicker,
.alert-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.green-kicker i,
.alert-kicker i {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.green-kicker.light { color: var(--green); }

.greenhouse-hero .green-kicker {
  color: var(--green);
}

.greenhouse-hero-copy h1 {
  max-width: 740px;
  margin: 20px 0 22px;
  font: 700 clamp(46px, 5.8vw, 80px)/.96 "Outfit", sans-serif;
  letter-spacing: -.052em;
}

.greenhouse-hero-copy h1 span { color: var(--green); }

.greenhouse-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.78;
}

.greenhouse-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.greenhouse-btn {
  min-height: 52px;
  padding: 0 24px;
  color: #062117;
  background: linear-gradient(135deg, #5ce1a5, #35c887);
  box-shadow: 0 18px 32px rgba(42, 192, 127, .2);
}

.greenhouse-btn span { font-size: 18px; }

.greenhouse-btn-ghost {
  min-height: 52px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-weight: 700;
}

.hero-proof li { display: flex; gap: 7px; align-items: center; }
.hero-proof span { color: var(--green); }

.device-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 530px;
}

.device-stage::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 8%;
  bottom: 17px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0,0,0,.52);
  filter: blur(25px);
}

.plc-image {
  position: relative;
  z-index: 2;
  width: min(490px, 92%);
  height: auto;
  max-height: 530px;
  object-fit: contain;
  filter: drop-shadow(0 32px 34px rgba(0,0,0,.42));
}

.device-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(66, 211, 146, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 460px; height: 460px; }
.orbit-two { width: 580px; height: 580px; opacity: .55; }

.mqtt-badge,
.floating-reading {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(8, 32, 24, .82);
  box-shadow: 0 15px 36px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}

.mqtt-badge {
  top: 28px;
  right: 12%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mqtt-badge i,
.live-title i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(66, 211, 146, .12);
}

.floating-reading {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 150px;
  padding: 12px;
  border-radius: 16px;
}

.floating-reading .reading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--green);
  background: rgba(66, 211, 146,.13);
  font: 700 13px "Outfit", sans-serif;
}

.floating-reading small,
.floating-reading strong { display: block; }
.floating-reading small { color: rgba(255,255,255,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.floating-reading strong { margin-top: 4px; font: 700 15px "Outfit", sans-serif; }
.reading-temp { left: -28px; top: 32%; }
.reading-ph { right: -26px; top: 46%; }
.reading-weight { left: -10px; bottom: 10%; }

.live-strip {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--green-line);
  background: #fff;
  box-shadow: 0 16px 48px rgba(17, 54, 40, .06);
}

.live-strip-inner {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  min-height: 104px;
}

.live-title,
.live-value {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--green-line);
}

.live-title { gap: 12px; padding-right: 26px; }
.live-title span { font-weight: 800; }
.live-title small { display: block; color: rgba(16,34,27,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.live-value {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 24px;
}

.live-value:last-child { border-right: 0; }
.live-value small { color: rgba(16,34,27,.48); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.live-value strong { margin-top: 3px; font: 700 28px "Outfit", sans-serif; }
.live-value strong span { color: rgba(16,34,27,.48); font-size: 14px; }
.live-value em { position: absolute; top: 17px; right: 14px; padding: 4px 7px; border-radius: 99px; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.live-value em.stable { color: #087249; background: #e3f7ed; }
.live-value em.warning { color: #9a5f05; background: #fff1cf; }

.greenhouse-section { padding: 94px 0; }

.greenhouse-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.greenhouse-heading h2,
.mqtt-copy h2,
.alert-copy h2,
.calibration-copy h2,
.plc-copy h2,
.greenhouse-cta h2 {
  margin: 17px 0 0;
  font: 700 clamp(38px, 4.6vw, 61px)/1.02 "Outfit", sans-serif;
  letter-spacing: -.045em;
}

.greenhouse-heading > p,
.mqtt-copy > p,
.alert-copy > p,
.calibration-copy > p,
.plc-copy > p {
  margin: 0;
  color: rgba(16,34,27,.65);
  line-height: 1.8;
}

.measurement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.measure-card {
  position: relative;
  min-height: 390px;
  padding: 30px;
  border: 1px solid var(--green-line);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 45px rgba(17,54,40,.06);
  overflow: hidden;
}

.measure-card-photo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, .95fr);
  gap: 20px;
}

.measure-card-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.measure-number { position: absolute; top: 1px; right: 1px; color: rgba(16,34,27,.2); font: 700 12px "Outfit", sans-serif; letter-spacing: .12em; }
.measure-card-copy .measure-number { position: static; align-self: flex-end; }

.measure-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 12px;
  border-radius: 15px;
  color: var(--green-deep);
  background: var(--green-pale);
  font: 700 14px "Outfit", sans-serif;
}

.measure-card h3 { margin: 22px 0 10px; font: 700 28px "Outfit", sans-serif; letter-spacing: -.025em; }
.measure-card p { margin: 0; color: rgba(16,34,27,.62); font-size: 14px; line-height: 1.75; }
.measure-topic { display: inline-flex; margin-top: auto; padding: 8px 11px; border-radius: 9px; color: #0c6f50; background: #edf8f2; font: 600 10px ui-monospace, SFMono-Regular, Consolas, monospace; }

.soil-details {
  display: grid;
  gap: 9px;
  margin: 17px 0;
  padding: 0;
  list-style: none;
}

.soil-details li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  color: rgba(16,34,27,.62);
  font-size: 10px;
  line-height: 1.55;
}

.soil-details li span {
  color: var(--green-deep);
  font-weight: 800;
}

.soil-care-note {
  margin-bottom: 18px;
  padding: 12px 13px;
  border-left: 3px solid #df8c3d;
  border-radius: 0 11px 11px 0;
  background: #fff4e7;
}

.soil-care-note strong,
.soil-care-note span { display: block; }
.soil-care-note strong { color: #99520f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.soil-care-note span { margin-top: 5px; color: rgba(77,44,14,.72); font-size: 9px; line-height: 1.5; }

.ph-card {
  display: flex;
  flex-direction: column;
}

.ph-product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
}

.ph-product-intro .measure-icon { margin-top: 0; }
.ph-product-intro .measure-photo { min-height: 220px; }

.ph-calibration-guide {
  margin: 20px 0 24px;
  padding: 17px;
  border: 1px solid rgba(13, 109, 78, .12);
  border-radius: 16px;
  background: #f1f8f3;
}

.ph-calibration-guide > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green-deep);
  font: 700 13px "Outfit", sans-serif;
}

.ph-calibration-guide ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-calibration-guide li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
}

.ph-calibration-guide li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: #fff;
  background: var(--green-deep);
  font: 700 9px "Outfit", sans-serif;
}

.ph-calibration-guide li p {
  font-size: 11px;
  line-height: 1.55;
}

.ph-calibration-guide li b { color: var(--green-deep); }

.ph-calibration-guide > small {
  display: block;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid rgba(13, 109, 78, .12);
  color: rgba(16,34,27,.58);
  font-size: 10px;
  line-height: 1.55;
}

.measure-photo {
  position: relative;
  min-height: 315px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(150deg, #eef4ec, #dfece2);
}

.measure-photo img { width: 100%; height: 100%; object-fit: contain; }
.soil-photo img { padding: 38px 26px; mix-blend-mode: multiply; }
.soil-photo-note {
  position: absolute;
  top: 17px;
  right: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-deep);
  box-shadow: 0 12px 25px rgba(13,109,78,.22);
  font-size: 8px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.soil-photo-note b {
  display: block;
  margin-bottom: 2px;
  font: 700 17px "Outfit", sans-serif;
  letter-spacing: 0;
}

.soil-photo > small {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 11px;
  border-radius: 10px;
  color: rgba(16,34,27,.66);
  background: rgba(255,255,255,.84);
  font-size: 8px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}
.ph-photo { background: #fff; }
.ph-photo img { padding: 54px 20px 22px; }
.product-label { position: absolute; z-index: 2; top: 17px; left: 18px; color: rgba(16,34,27,.42); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.product-label strong { display: block; margin-top: 3px; color: var(--green-ink); font: 700 16px "Outfit", sans-serif; letter-spacing: 0; }

.climate-chart {
  margin: 22px 0 18px;
  padding: 16px;
  border: 1px solid rgba(13,109,78,.12);
  border-radius: 17px;
  background: linear-gradient(180deg, #f8fcf9, #eef7f1);
}

.climate-chart-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.climate-chart-head > div {
  display: grid;
  grid-template-columns: 8px auto;
  column-gap: 7px;
  align-items: center;
}

.climate-chart-head i {
  grid-row: 1 / 3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.climate-chart-head .temp-dot { background: #e56b4f; box-shadow: 0 0 0 4px rgba(229,107,79,.1); }
.climate-chart-head .humidity-dot { background: #2589b8; box-shadow: 0 0 0 4px rgba(37,137,184,.1); }
.climate-chart-head span { color: rgba(16,34,27,.46); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.climate-chart-head strong { margin-top: 2px; font: 700 15px "Outfit", sans-serif; }
.climate-chart-head > small { margin-left: auto; color: rgba(16,34,27,.4); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.climate-chart svg { width: 100%; overflow: visible; }
.chart-grid line { stroke: rgba(16,34,27,.1); stroke-width: 1; stroke-dasharray: 4 5; }
.chart-y-labels text,.chart-x-labels text { fill: rgba(16,34,27,.43); font: 8px "Manrope", sans-serif; }
.chart-line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.temp-line { stroke: #e56b4f; }
.humidity-line { stroke: #2589b8; }
.chart-area { fill: none; }
.temp-area { fill: rgba(229,107,79,.07); }
.temp-point { fill: #e56b4f; stroke: #fff; stroke-width: 2; }
.humidity-point { fill: #2589b8; stroke: #fff; stroke-width: 2; }
.climate-range { display: flex; justify-content: space-between; gap: 12px; margin-top: 6px; color: rgba(16,34,27,.45); font-size: 8px; }
.climate-range b { color: rgba(16,34,27,.7); }
.climate-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.climate-topics .measure-topic { margin-top: 0; }
.weight-visual { display: flex; align-items: baseline; margin: 24px 0 20px; padding: 18px; border-radius: 17px; background: #0a271f; color: #fff; }
.weight-visual span { font: 700 36px "Outfit", sans-serif; }.weight-visual small { margin-left: 7px; color: var(--green); font-weight: 700; }.weight-visual i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(66,211,146,.13); }

.extension-row { display: flex; gap: 20px; align-items: center; margin-top: 22px; padding: 19px 22px; border: 1px solid var(--green-line); border-radius: 18px; background: rgba(255,255,255,.62); }
.extension-row > span { flex-shrink: 0; color: var(--green-deep); font-size: 12px; font-weight: 800; }
.extension-row ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.extension-row li { padding: 7px 11px; border-radius: 999px; background: #e7f2e9; color: rgba(16,34,27,.68); font-size: 11px; font-weight: 700; }

.mqtt-section {
  background:
    radial-gradient(circle at 13% 35%, rgba(66,211,146,.11), transparent 26%),
    linear-gradient(135deg, #071c16, #0a2b21);
  color: #fff;
}

.mqtt-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .8fr); gap: 88px; align-items: center; }
.mqtt-copy h2 span { color: var(--green); }
.mqtt-copy > p { margin-top: 22px; color: rgba(255,255,255,.63); }
.topic-window { margin-top: 30px; padding: 16px 18px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(0,0,0,.22); box-shadow: 0 22px 45px rgba(0,0,0,.15); }
.topic-window-top { display: flex; align-items: center; gap: 5px; margin-bottom: 15px; }
.topic-window-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.24); }
.topic-window-top span:first-child { background: #ff7a6f; }.topic-window-top span:nth-child(2) { background: #f3c35b; }.topic-window-top span:nth-child(3) { background: var(--green); }
.topic-window-top small { margin-left: auto; color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.topic-window code { display: block; padding: 5px 0; color: #c8dfd5; font-size: 10px; white-space: normal; overflow-wrap: anywhere; }.topic-window code b { color: var(--green); font-weight: 600; }

.data-flow { display: grid; }
.data-flow article { position: relative; display: grid; grid-template-columns: 28px 54px 1fr; gap: 15px; align-items: center; min-height: 90px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); }
.data-flow article.flow-active { border-color: rgba(66,211,146,.35); background: linear-gradient(90deg, rgba(66,211,146,.15), rgba(66,211,146,.045)); box-shadow: 0 15px 40px rgba(0,0,0,.16); }
.flow-step { color: rgba(255,255,255,.3); font: 600 10px "Outfit", sans-serif; }
.flow-symbol { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; color: var(--green); background: rgba(66,211,146,.1); font: 700 17px "Outfit", sans-serif; }
.data-flow strong,.data-flow small { display: block; }.data-flow strong { font-family: "Outfit", sans-serif; }.data-flow small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: 10px; }
.flow-line { justify-self: center; width: 1px; height: 19px; background: linear-gradient(rgba(66,211,146,.25),rgba(66,211,146,.7)); }

.alerts-section { background: #f0f6f1; }
.alert-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 80px; align-items: center; padding: 54px 62px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #0a2b21, #123d30); box-shadow: 0 26px 70px rgba(17,54,40,.13); overflow: hidden; }
.alert-kicker { color: #ff9a88; }
.alert-copy h2 span { color: #ff9a88; }.alert-copy > p { margin-top: 20px; color: rgba(255,255,255,.62); }
.alert-phone { position: relative; width: min(100%, 350px); margin-left: auto; padding: 14px; border: 7px solid #061712; border-radius: 28px; background: #e9f0eb; color: var(--green-ink); box-shadow: 0 25px 50px rgba(0,0,0,.27); transform: rotate(2deg); }
.phone-top { display: flex; justify-content: space-between; padding: 2px 8px 11px; color: rgba(16,34,27,.42); font-size: 9px; font-weight: 800; }
.phone-notification { display: grid; grid-template-columns: 36px 1fr; gap: 11px; padding: 15px; border-radius: 17px; background: #fff; box-shadow: 0 12px 25px rgba(17,54,40,.1); }
.notification-mark { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: #e3644f; font: 800 17px "Outfit", sans-serif; }
.phone-notification small,.phone-notification strong { display: block; }.phone-notification small { color: rgba(16,34,27,.4); font-size: 8px; }.phone-notification strong { margin-top: 4px; font: 700 14px "Outfit", sans-serif; }.phone-notification p { margin: 5px 0 0; color: rgba(16,34,27,.6); font-size: 9px; line-height: 1.45; }
.phone-status { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 10px 12px; border-radius: 13px; background: rgba(255,255,255,.55); color: rgba(16,34,27,.55); font-size: 9px; font-weight: 700; }.phone-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.alert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.alert-grid article { padding: 23px; border: 1px solid var(--green-line); border-radius: 20px; background: #fff; }
.alert-channel { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 32px; padding: 0 9px; border-radius: 10px; color: var(--green-deep); background: var(--green-pale); font: 800 10px "Outfit", sans-serif; }
.alert-grid h3 { margin: 17px 0 8px; font: 700 18px "Outfit", sans-serif; }.alert-grid p { margin: 0; color: rgba(16,34,27,.6); font-size: 12px; line-height: 1.65; }
.integration-note { margin: 14px 4px 0; color: rgba(16,34,27,.46); font-size: 10px; text-align: right; }

.calibration-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(480px, 1.08fr); gap: 70px; align-items: center; }
.calibration-copy > p { margin-top: 20px; }
.calibration-note { margin-top: 26px; padding: 17px 18px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; background: #e7f2e9; }
.calibration-note strong,.calibration-note span { display: block; }.calibration-note strong { color: var(--green-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.calibration-note span { margin-top: 7px; color: rgba(16,34,27,.64); font-size: 12px; line-height: 1.6; }
.buffer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.buffer-card { display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: center; min-height: 164px; padding: 20px; border: 1px solid var(--green-line); border-radius: 22px; background: #fff; box-shadow: 0 15px 35px rgba(17,54,40,.05); }
.buffer-bottle { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 70px; height: 105px; margin-top: 9px; border-radius: 9px 9px 15px 15px; color: #fff; background: #5760a7; box-shadow: inset 0 0 0 5px rgba(255,255,255,.12); }
.buffer-bottle::before { content: ""; position: absolute; top: -10px; width: 45px; height: 14px; border-radius: 5px 5px 2px 2px; background: #223024; }
.buffer-bottle span { font: 700 20px "Outfit", sans-serif; }.buffer-bottle small { margin-top: 2px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.buffer-neutral .buffer-bottle { background: #3d9c72; }.buffer-base .buffer-bottle { background: #2a81aa; }.buffer-care .buffer-bottle { background: #69746f; }
.buffer-code { color: rgba(16,34,27,.42); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.buffer-card h3 { margin: 6px 0 5px; font: 700 16px "Outfit", sans-serif; }.buffer-card p { margin: 0; color: rgba(16,34,27,.56); font-size: 11px; line-height: 1.55; }

.plc-section { background: #fff; }
.plc-layout { display: grid; grid-template-columns: minmax(370px, .85fr) minmax(0, 1fr); gap: 76px; align-items: center; }
.plc-photo-panel { position: relative; display: flex; align-items: center; justify-content: center; min-height: 550px; border-radius: 30px; background: radial-gradient(circle at 45% 40%, #315e4c, #0a271e 65%); overflow: hidden; }
.plc-photo-panel::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.plc-photo-panel img { position: relative; z-index: 2; width: 83%; height: auto; max-height: 500px; object-fit: contain; filter: drop-shadow(0 30px 32px rgba(0,0,0,.4)); }
.plc-label { position: absolute; z-index: 3; top: 31px; left: 31px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.plc-copy > p { margin-top: 20px; }
.plc-list { margin: 28px 0 0; padding: 0; list-style: none; }
.plc-list li { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 16px 0; border-top: 1px solid var(--green-line); }.plc-list li:last-child { border-bottom: 1px solid var(--green-line); }
.plc-list > li > span { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; color: var(--green-deep); background: var(--green-pale); font: 700 9px "Outfit", sans-serif; }.plc-list strong,.plc-list small { display: block; }.plc-list strong { font: 700 15px "Outfit", sans-serif; }.plc-list small { margin-top: 4px; color: rgba(16,34,27,.56); font-size: 11px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 24px; color: var(--green-deep); font-size: 13px; font-weight: 800; }.text-link span { font-size: 18px; }

.greenhouse-cta { padding: 88px 0; color: #fff; background: #071d17; }
.greenhouse-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.greenhouse-cta h2 { max-width: 780px; }
.cta-side p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.75; }
.cta-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 24px; }.cta-phone { color: rgba(255,255,255,.78); font: 700 15px "Outfit", sans-serif; }

@media (max-width: 1080px) {
  .greenhouse-hero-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 54px; }
  .greenhouse-hero-copy { max-width: 760px; }
  .device-stage { width: min(600px, 100%); margin: 0 auto; }
  .live-strip-inner { grid-template-columns: repeat(4, 1fr); }
  .live-title { grid-column: 1 / -1; min-height: 60px; border-right: 0; border-bottom: 1px solid var(--green-line); }
  .greenhouse-heading,.mqtt-layout,.calibration-layout,.plc-layout,.greenhouse-cta-inner { grid-template-columns: 1fr; }
  .greenhouse-heading { gap: 25px; }
  .mqtt-layout,.calibration-layout,.plc-layout,.greenhouse-cta-inner { gap: 42px; }
  .alert-hero { gap: 36px; padding: 44px; }
  .alert-grid { grid-template-columns: repeat(2, 1fr); }
  .plc-photo-panel { min-height: 480px; }
}

@media (max-width: 760px) {
  #olcumler,
  #uyarilar,
  #kalibrasyon { scroll-margin-top: 175px; }

  .greenhouse-hero { min-height: auto; }
  .greenhouse-hero-grid { min-height: auto; padding-top: 42px; padding-bottom: 50px; }
  .back-link { margin-bottom: 25px; }
  .greenhouse-hero-copy h1 { font-size: clamp(42px, 13vw, 62px); }
  .greenhouse-hero-copy > p { font-size: 15px; }
  .greenhouse-actions { display: grid; }
  .hero-proof { display: grid; gap: 9px; }
  .device-stage { min-height: 400px; }
  .orbit-one { width: 340px; height: 340px; }.orbit-two { width: 430px; height: 430px; }
  .plc-image { max-height: 390px; }
  .mqtt-badge { top: 5px; right: 4%; }
  .floating-reading { min-width: 127px; padding: 9px; }
  .floating-reading .reading-icon { width: 32px; height: 32px; font-size: 11px; }
  .floating-reading strong { font-size: 12px; }.floating-reading small { font-size: 7px; }
  .reading-temp { left: 0; top: 29%; }.reading-ph { right: 0; top: 50%; }.reading-weight { left: 3%; bottom: 5%; }
  .live-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .live-value { border-bottom: 1px solid var(--green-line); }.live-value:nth-child(3),.live-value:nth-child(5) { border-right: 0; }
  .greenhouse-section { padding: 65px 0; }
  .measurement-grid,.buffer-grid { grid-template-columns: 1fr; }
  .measure-card { min-height: 350px; padding: 23px; }
  .measure-card-photo { grid-template-columns: 1fr; }
  .ph-product-intro,
  .ph-calibration-guide ol { grid-template-columns: 1fr; }
  .measure-photo { min-height: 250px; }
  .measure-topic { margin-top: 25px; }
  .extension-row { align-items: flex-start; flex-direction: column; }
  .mqtt-layout { gap: 48px; }
  .alert-hero { grid-template-columns: 1fr; padding: 28px 22px; border-radius: 24px; }
  .alert-phone { margin: 0 auto; transform: none; }
  .alert-grid { grid-template-columns: 1fr; }
  .integration-note { text-align: left; }
  .calibration-layout { gap: 35px; }
  .buffer-card { grid-template-columns: 74px 1fr; }
  .plc-photo-panel { min-height: 390px; }.plc-photo-panel img { max-height: 350px; }
  .greenhouse-cta { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
