/*
Theme Name: MetHego Kazan Dairesi
Theme URI: https://site1.77-223-137-163.nip.io
Author: METRONIX
Description: Merkezi sistem kazan dairesi otomasyonu ve uzaktan izleme landing page teması.
Version: 1.5.0
Text Domain: methego
*/

:root {
  --bg: #f3f0e8;
  --bg-soft: #173f3d;
  --panel: #f9f6ef;
  --panel-2: #e8eee8;
  --ink: #101211;
  --muted: #303431;
  --line: rgba(36, 55, 53, .14);
  --red: #e66c4f;
  --red-dark: #b94f38;
  --cyan: #55aaa3;
  --green: #73ae86;
  --amber: #dda34b;
  --white: #fff;
  --shadow: 0 24px 70px rgba(31, 63, 60, .14);
  --radius: 34px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Trebuchet MS", "Avenir Next", ui-rounded, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { position: relative; padding: 92px 0; overflow: hidden; }
.section--light { color: var(--ink); background: #fbfaf6; }
.section--soft { color: #f5f8fb; background: var(--bg-soft); }
.section--soft .section-lead { color: #9fb0be; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.section--light .eyebrow { color: var(--red); }
.section-lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.section--light .section-lead { color: #586774; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(230,108,79,.22); }
.btn--ghost { color: #14212b; background: rgba(255, 255, 255, .82); border-color: rgba(20, 33, 43, .22); }
.btn--dark { color: #fff; background: #101923; }
.btn svg { width: 19px; height: 19px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  color: #101211;
  border-bottom-color: rgba(16,18,17,.12);
  background: rgba(251,250,246,.95);
  box-shadow: 0 6px 24px rgba(16,18,17,.06);
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { background: rgba(251,250,246,.98); border-color: rgba(16,18,17,.16); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(16,18,17,.08); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: #14212b; text-decoration: none; }
.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bg-soft);
  box-shadow: 0 9px 24px rgba(23,63,61,.18);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.brand-mark::before { width: 22px; height: 22px; border: 2px solid #f6b46e; }
.brand-mark::after { width: 7px; height: 7px; background: var(--red); }
.brand-type strong { display: block; font-size: 19px; font-weight: 500; line-height: 1; letter-spacing: .12em; }
.brand-type small { display: block; margin-top: 5px; color: #657783; font-size: 9px; letter-spacing: .24em; }
.nav-links { display: flex; align-items: center; gap: 29px; }
.nav-links a { color: #101211; font-size: 16px; font-weight: 500; letter-spacing: .01em; text-decoration: none; }
.nav-links a:hover { color: var(--red); }
.nav-links .nav-whatsapp { padding: 11px 17px; color: #0a7040; border: 1px solid rgba(20,155,87,.35); border-radius: 999px; background: rgba(40, 209, 124, .1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: #14212b; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; }

.hero { min-height: 750px; display: flex; align-items: center; padding: 132px 0 82px; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(247,244,236,.99) 0%, rgba(247,244,236,.92) 38%, rgba(247,244,236,.18) 68%, rgba(247,244,236,.02) 100%), var(--hero-image) center/cover no-repeat; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, var(--bg)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(330px, .48fr); gap: 54px; align-items: center; }
.hero-copy { max-width: 730px; }
.hero-alert { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 14px 8px 8px; color: #3f5a55; border: 1px solid rgba(85,170,163,.28); border-radius: 999px; background: rgba(255,255,255,.68); box-shadow: 0 10px 28px rgba(31,63,60,.08); font-size: 13px; }
.hero-alert span { padding: 4px 9px; color: #fff; border-radius: 999px; background: var(--red); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(40px, 5vw, 61px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero p { max-width: 660px; margin: 26px 0 0; color: #202321; font-size: clamp(18px, 2vw, 22px); }
.hero-route { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 28px; color: #171a18; font-size: 12px; }
.hero-route span { display: inline-flex; align-items: center; gap: 7px; }
.hero-route i { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; border-radius: 50%; background: var(--bg-soft); font-style: normal; font-size: 10px; }
.hero-route b { color: var(--red); }
.live-card { align-self: end; padding: 22px; color: var(--ink); border: 1px solid rgba(36,55,53,.13); border-radius: 30px; background: rgba(253,251,245,.91); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.live-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.live-card-head span { color: #70807b; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: #aef3cf; border-radius: 999px; background: rgba(40,209,124,.12); font-size: 11px; font-weight: 800; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(40,209,124,.1); animation: pulse 1.7s infinite; }
.live-temp { display: flex; align-items: end; justify-content: space-between; margin: 22px 0; }
.live-temp strong { font-size: 52px; line-height: 1; letter-spacing: -.05em; }
.live-temp small { color: #71807c; }
.spark { width: 116px; height: 44px; }
.spark polyline { fill: none; stroke: var(--cyan); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.live-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.live-metric { padding: 13px; border-radius: 16px; background: #edf1eb; }
.live-metric span { display: block; color: #72817d; font-size: 11px; }
.live-metric b { display: block; margin-top: 3px; font-size: 17px; }
.trust-strip { position: relative; z-index: 4; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fbfaf6; box-shadow: 0 18px 50px rgba(31,63,60,.1); }
.trust-item { padding: 25px 27px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item b { display: block; font-size: 17px; }
.trust-item span { color: #242825; font-size: 13px; }

.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.problem-media { position: relative; }
.problem-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: 0 25px 70px rgba(36, 45, 52, .2); }
.problem-stamp { position: absolute; right: -18px; bottom: -22px; max-width: 225px; padding: 18px; color: #fff; border-radius: 22px; background: var(--bg-soft); box-shadow: var(--shadow); }
.problem-stamp b { display: block; color: var(--amber); font-size: 28px; line-height: 1; }
.problem-stamp span { display: block; margin-top: 7px; font-size: 13px; }
.problem-list { display: grid; gap: 12px; margin-top: 30px; }
.problem-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid #dce3e7; }
.problem-item:last-child { border: 0; }
.problem-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--red); border-radius: 13px; background: rgba(227,28,42,.09); font-weight: 900; }
.problem-item b { display: block; font-size: 17px; }
.problem-item span { display: block; margin-top: 3px; color: #272b29; font-size: 14px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.feature-card { min-height: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); transition: transform .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(24,185,232,.42); }
.feature-card:nth-child(2), .feature-card:nth-child(5) { transform: translateY(22px); }
.feature-card:nth-child(2):hover, .feature-card:nth-child(5):hover { transform: translateY(17px); }
.feature-number { display: inline-grid; width: 44px; height: 44px; place-items: center; color: var(--cyan); border: 1px solid rgba(24,185,232,.25); border-radius: 14px; background: rgba(24,185,232,.08); font-weight: 900; }
.feature-card h3 { margin: 24px 0 8px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.product-stage { margin-top: 54px; padding: 13px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.04); box-shadow: var(--shadow); }
.browser-frame { overflow: hidden; border-radius: 22px; background: #f3f5f7; }
.browser-bar { display: flex; align-items: center; gap: 8px; height: 48px; padding: 0 17px; background: #15191d; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #46515a; }
.browser-bar i:first-child { background: var(--red); }
.browser-address { flex: 1; max-width: 410px; margin-left: 12px; padding: 6px 13px; color: #86939c; border-radius: 7px; background: #252b31; font-size: 11px; }
.dashboard { display: grid; grid-template-columns: 210px 1fr; min-height: 540px; color: #17202a; }
.dash-side { padding: 26px 18px; color: #fff; background: #173f3d; }
.dash-logo { margin-bottom: 30px; font-size: 20px; font-weight: 950; letter-spacing: .07em; }
.dash-logo span { color: var(--red); }
.dash-nav { display: grid; gap: 8px; }
.dash-nav div { padding: 11px 13px; color: #9aa7b2; border-radius: 9px; font-size: 12px; font-weight: 700; }
.dash-nav div.active { color: #fff; background: var(--red); }
.dash-main { padding: 25px; background: #eef1f4; }
.dash-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dash-head h3 { margin: 0; font-size: 20px; }
.dash-head small { color: #667580; }
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.dash-kpi { padding: 15px; border-radius: 12px; background: #fff; box-shadow: 0 5px 15px rgba(26,37,48,.05); }
.dash-kpi span { display: block; color: #72808b; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.dash-kpi b { display: block; margin-top: 7px; font-size: 22px; }
.dash-kpi small { color: #18a866; }
.dash-panels { display: grid; grid-template-columns: 1.45fr .75fr; gap: 12px; margin-top: 12px; }
.dash-panel { padding: 17px; border-radius: 12px; background: #fff; box-shadow: 0 5px 15px rgba(26,37,48,.05); }
.dash-panel h4 { margin: 0 0 12px; font-size: 13px; }
.chart { position: relative; height: 185px; overflow: hidden; border-bottom: 1px solid #dce3e7; background: repeating-linear-gradient(to bottom, transparent 0 45px, #e8edf0 46px); }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.chart polyline { fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.alarm-list { display: grid; gap: 9px; }
.alarm { display: flex; align-items: center; gap: 9px; padding: 10px; border-radius: 9px; background: #f4f6f7; font-size: 11px; }
.alarm i { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.alarm.warn i { background: var(--amber); }
.alarm strong { display: block; font-size: 11px; }
.alarm span { color: #78858e; }
.product-note { display: flex; justify-content: space-between; gap: 18px; margin-top: 24px; color: #91a3b1; font-size: 13px; }

.scada-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 54px; align-items: center; }
.scada-media { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #05101a; box-shadow: var(--shadow); }
.scada-media img { width: 100%; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #cad5dd; }
.check-list--dark li { color: #111311; }
.check-list li::before { content: "✓"; flex: none; display: grid; width: 25px; height: 25px; place-items: center; color: #071019; border-radius: 50%; background: var(--green); font-weight: 950; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 55px; }
.process-step { position: relative; padding-right: 30px; }
.process-step::after { content: ""; position: absolute; top: 21px; right: 10px; left: 52px; height: 1px; background: #ccd5db; }
.process-step:last-child::after { display: none; }
.process-step b { position: relative; z-index: 2; display: grid; width: 43px; height: 43px; place-items: center; color: #fff; border-radius: 50%; background: #101923; }
.process-step h3 { margin: 20px 0 8px; font-size: 18px; }
.process-step p { margin: 0; color: #292d2a; font-size: 14px; }

.contact-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 46px; align-items: center; padding: 55px; border: 1px solid rgba(255,255,255,.16); border-radius: 38px; background: radial-gradient(circle at 82% 0, rgba(246,180,110,.2), transparent 38%), linear-gradient(140deg, #1c4b48, #123533); box-shadow: var(--shadow); }
.contact-panel h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.contact-panel p { max-width: 630px; color: #aebdca; }
.contact-card { padding: 28px; border-radius: 22px; background: #fff; color: #15202a; }
.contact-card label { display: block; margin-bottom: 13px; color: #53626e; font-size: 12px; font-weight: 800; }
.contact-card input, .contact-card textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #d8e0e5; border-radius: 11px; outline: 0; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(24,185,232,.12); }
.contact-card textarea { min-height: 90px; resize: vertical; }
.contact-card .btn { width: 100%; border: 0; }
.phone-link { display: inline-block; margin-top: 22px; color: #fff; font-size: 24px; font-weight: 900; text-decoration: none; }
.phone-link span { display: block; color: #8ea2b1; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.faq-list { max-width: 880px; margin-top: 46px; }
.faq-item { border-bottom: 1px solid #d8e0e5; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: #16212a; border: 0; background: transparent; text-align: left; font-size: 18px; font-weight: 800; cursor: pointer; }
.faq-question i { flex: none; position: relative; width: 25px; height: 25px; border-radius: 50%; background: #e9eef1; }
.faq-question i::before, .faq-question i::after { content: ""; position: absolute; top: 12px; left: 7px; width: 11px; height: 1px; background: #15202a; transition: transform .2s; }
.faq-question i::after { transform: rotate(90deg); }
.faq-item.open .faq-question i::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; color: #292d2a; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 0 23px; }

.site-footer { padding: 38px 0; color: #fff; border-top: 1px solid rgba(255,255,255,.1); background: #050b11; }
.site-footer .brand { color: #fff; }
.scada-media figcaption { padding: 12px 16px; color: #9fb0be; font-size: 12px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-grid p { margin: 0; color: #788a98; font-size: 13px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #a7b5c0; font-size: 13px; text-decoration: none; }

.whatsapp-float { position: fixed; z-index: 110; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; color: #06140c; border-radius: 999px; background: #39e58c; box-shadow: 0 18px 40px rgba(21, 184, 98, .3); font-weight: 900; text-decoration: none; }
.whatsapp-float svg { width: 23px; height: 23px; }
.advisor-toggle { position: fixed; z-index: 112; right: 24px; bottom: 88px; display: flex; align-items: center; gap: 10px; padding: 13px 17px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #173f3d; box-shadow: var(--shadow); cursor: pointer; }
.advisor-toggle i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--red); font-style: normal; }
.advisor-panel { position: fixed; z-index: 111; right: 24px; bottom: 145px; width: min(390px, calc(100% - 32px)); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #173f3d; box-shadow: 0 28px 80px rgba(18,53,51,.34); transform: translateY(18px) scale(.98); opacity: 0; pointer-events: none; transition: .22s ease; }
.advisor-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.advisor-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 19px; border-bottom: 1px solid var(--line); }
.advisor-head strong { display: block; font-size: 14px; }
.advisor-head span { display: block; color: #7f96a6; font-size: 10px; }
.advisor-close { color: #a7b7c2; border: 0; background: transparent; font-size: 22px; cursor: pointer; }
.advisor-messages { height: 265px; overflow: auto; padding: 17px; }
.msg { max-width: 88%; margin-bottom: 10px; padding: 10px 12px; border-radius: 13px 13px 13px 4px; color: #d9e4eb; background: #193244; font-size: 13px; }
.msg.user { margin-left: auto; color: #fff; border-radius: 13px 13px 4px 13px; background: var(--red); }
.advisor-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 17px 12px; }
.advisor-quick button { padding: 7px 10px; color: #bcd0dc; border: 1px solid #2c4657; border-radius: 999px; background: transparent; font-size: 11px; cursor: pointer; }
.advisor-form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.advisor-form input { min-width: 0; flex: 1; padding: 10px 12px; color: #fff; border: 1px solid #294355; border-radius: 10px; background: #0a151d; outline: 0; }
.advisor-form button { width: 42px; color: #fff; border: 0; border-radius: 10px; background: var(--red); cursor: pointer; }
.advisor-transfer { display: block; margin: 10px 0; padding: 9px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; font-size: 12px; }
.advisor-demo-button { display: block; width: 100%; margin-top: 10px; padding: 9px 11px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 0; background: transparent; cursor: pointer; text-align: left; }
.advisor-lead { display: grid; gap: 9px; margin: 12px 0; padding: 14px 0; border-width: 1px 0; border-style: solid; border-color: rgba(255,255,255,.25); }
.advisor-lead label { color: rgba(255,255,255,.82); font-size: 11px; }
.advisor-lead input { width: 100%; margin-top: 4px; padding: 9px 10px; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; background: rgba(255,255,255,.08); outline: 0; }
.advisor-lead small { color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.4; }
.advisor-lead button { padding: 10px; color: #fff; border: 0; border-radius: 0; background: var(--red); cursor: pointer; }
.reveal { transform: translateY(24px); opacity: 0; transition: transform .65s ease, opacity .65s ease; }
.reveal.visible { transform: none; opacity: 1; }
strong, b, .btn, .nav-links a, .hero h1, .section-title, .contact-panel h2, .feature-card h3, .process-step h3, .faq-question, .phone-link, .dash-logo { font-weight: 500 !important; }

/* 1.2 — düz, mimari görünüm */
.eyebrow { display: none !important; }
.eyebrow::before { display: none !important; content: none !important; }
.btn { border-radius: 3px; }
.hero-alert { display: block; padding: 0; color: #111311; border: 0; border-left: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hero-alert span { display: none; }
.live-card { border-width: 1px 0; border-radius: 0; background: rgba(253,251,245,.72); box-shadow: none; }
.live-metric { border-left: 2px solid var(--cyan); border-radius: 0; background: transparent; }
.trust-grid { border-width: 1px 0; border-radius: 0; background: transparent; box-shadow: none; }
.trust-item { border-color: rgba(36,55,53,.16); }
.problem-media img { border-radius: 0; box-shadow: none; }
.problem-stamp { position: static; max-width: none; padding: 12px 0 0; color: #202321; border-radius: 0; background: transparent; box-shadow: none; }
.problem-stamp b { display: inline; margin-right: 8px; color: var(--red); font-size: 13px; }
.problem-stamp span { display: inline; color: #202321; }
.problem-icon { border-radius: 0; background: transparent; }
.feature-grid { gap: 0; border-top: 1px solid rgba(255,255,255,.22); }
.feature-card { min-height: 220px; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; background: transparent; }
.feature-card:nth-child(2), .feature-card:nth-child(5), .feature-card:hover, .feature-card:nth-child(2):hover, .feature-card:nth-child(5):hover { transform: none; }
.feature-number { width: auto; height: auto; place-items: start; border: 0; border-radius: 0; background: transparent; }
.product-stage { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.browser-frame, .scada-media { border-radius: 0; box-shadow: none; }
.dash-kpi, .dash-panel, .alarm { border-radius: 0; box-shadow: none; }
.contact-panel { border: 0; border-radius: 0; box-shadow: none; }
.contact-card { color: #fff; border-top: 1px solid rgba(255,255,255,.38); border-radius: 0; background: transparent; }
.contact-card label { color: #fff; }
.contact-card input, .contact-card textarea { border: 0; border-bottom: 1px solid rgba(255,255,255,.5); border-radius: 0; background: rgba(255,255,255,.08); color: #fff; }
.contact-card input:focus, .contact-card textarea:focus { border-color: #fff; box-shadow: none; }
.section--soft, .section--soft h1, .section--soft h2, .section--soft h3, .section--soft h4, .section--soft p, .section--soft li, .section--soft .section-lead { color: #fff; }
.section--soft .feature-card p, .section--soft .product-note, .section--soft figcaption { color: rgba(255,255,255,.78); }
.section--light, .section--light h1, .section--light h2, .section--light h3, .section--light h4, .section--light p, .section--light li, .section--light .section-lead, .section--light .faq-question { color: #101211; }
.advisor-toggle, .advisor-panel, .advisor-toggle i, .whatsapp-float, .msg, .advisor-form input, .advisor-form button, .advisor-quick button { border-radius: 3px; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 82px 0 auto; display: none; padding: 22px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 40px rgba(16,31,42,.12); }
  .nav-links.open { display: grid; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .problem-grid, .scada-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .live-card { max-width: 480px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2), .feature-card:nth-child(5) { transform: none; }
  .dashboard { grid-template-columns: 1fr; }
  .dash-side { display: none; }
  .dash-kpis { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .process-step:nth-child(2)::after { display: none; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 28px, 1180px); --radius: 20px; }
  .section { padding: 78px 0; }
  .nav-shell { min-height: 72px; }
  .brand-type strong { font-size: 17px; }
  .brand-type small { font-size: 8px; }
  .hero { padding-top: 118px; }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.96) 68%), var(--hero-image) 66% center/cover no-repeat; }
  .hero h1 { font-size: 39px; }
  .hero-alert { align-items: flex-start; border-radius: 0; }
  .hero-route b { display: none; }
  .hero-route { gap: 10px 18px; }
  .btn-row .btn { width: 100%; }
  .live-card { padding: 17px; }
  .trust-strip { margin-top: -18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .problem-stamp { right: 10px; bottom: -28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .dash-main { padding: 14px; }
  .dash-kpis { grid-template-columns: 1fr 1fr; }
  .dash-panels { grid-template-columns: 1fr; }
  .product-stage { padding: 7px; border-radius: 22px; }
  .product-note { display: block; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .contact-panel { padding: 28px 20px; }
  .footer-grid { display: grid; }
  .advisor-toggle span { display: none; }
  .advisor-toggle { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .advisor-panel { right: 16px; bottom: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { transform: none; opacity: 1; }
}
