:root {
  --ink: #0b2723;
  --ink-soft: #45615b;
  --teal: #08786d;
  --teal-deep: #07574f;
  --paper: #f6f8f1;
  --paper-green: #edf6ef;
  --white: #ffffff;
  --lime: #c9ef63;
  --lime-soft: #e9f9bd;
  --mint: #d7efe0;
  --line: #d7e3dc;
  --shadow: 0 24px 70px rgba(18, 68, 58, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible {
  outline: 3px solid #42b8aa;
  outline-offset: 4px;
  border-radius: 8px;
}
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.hero {
  min-height: 820px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 84% 24%, rgba(157, 222, 183, .46), transparent 28%),
    radial-gradient(circle at 10% 82%, rgba(201, 239, 99, .18), transparent 24%),
    linear-gradient(138deg, #fbfcf7 0%, #f1f7ef 58%, #e9f3ec 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background-image:
    linear-gradient(rgba(8,120,109,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,120,109,.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.nav {
  position: relative;
  z-index: 10;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(8, 87, 79, .13);
}
.nav .brand {
  gap: 12px;
  font-size: 19px;
  letter-spacing: .075em;
}
.nav .brand small {
  margin-left: -6px;
  font-size: 11px;
}
.nav .brand .camera-glyph {
  width: 42px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 9px 24px rgba(8,120,109,.11), inset 0 0 0 1px rgba(255,255,255,.65);
}
.nav .brand .camera-glyph::after {
  width: 9px;
  height: 12px;
  right: -10px;
}
.nav .brand .camera-glyph span {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 3px rgba(8,120,109,.08);
}
.brand, .monitor-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .085em;
}
.brand small {
  color: var(--teal);
  margin-left: -5px;
  padding-bottom: 3px;
  align-self: flex-end;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.camera-glyph {
  width: 31px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  position: relative;
  border: 2px solid var(--teal);
  border-radius: 7px;
  transform: skew(-4deg);
}
.camera-glyph::after {
  content: "";
  width: 7px;
  height: 9px;
  position: absolute;
  right: -8px;
  border: 2px solid var(--teal);
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.camera-glyph span {
  width: 7px;
  height: 7px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}
.nav-links { display: flex; align-items: center; gap: 31px; color: #46645e; font-size: 15px; font-weight: 650; }
.nav-links a, .nav-call { transition: color .2s ease; }
.nav-links a:hover, .nav-call:hover { color: var(--teal); }
.nav-call {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(8,87,79,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 8px 24px rgba(16,75,63,.05);
  font-size: 18px;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
  white-space: nowrap;
}

.hero-grid {
  min-height: 730px;
  padding: 66px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(58px, 7vw, 106px);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy { padding-bottom: 10px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(8, 120, 109, .2);
  border-radius: 999px;
  color: var(--teal-deep);
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 26px rgba(20,80,67,.05);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(8,120,109,.11);
  animation: pulse 2.4s infinite;
}
.hero h1 {
  max-width: 720px;
  margin: 30px 0 28px;
  color: var(--ink);
  font-size: clamp(60px, 6.15vw, 92px);
  font-weight: 710;
  line-height: .92;
  letter-spacing: -.066em;
}
.hero h1 em { color: var(--teal); font-style: normal; font-weight: 540; }
.hero-lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.66; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  min-height: 56px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 780;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #18310f; background: var(--lime); box-shadow: 0 14px 28px rgba(119,158,35,.16); }
.button-primary:hover { background: #d7f782; box-shadow: 0 17px 34px rgba(119,158,35,.2); }
.button-ghost { color: var(--ink); border-color: rgba(8,87,79,.18); background: rgba(255,255,255,.72); }
.button-ghost:hover { border-color: var(--teal); background: var(--white); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 48px 0 0;
  padding: 0;
  color: #56716b;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}
.trust-row li { display: flex; align-items: center; gap: 8px; }
.trust-row span { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .1em; }

.monitor-wrap { min-height: 560px; display: grid; place-items: center; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(8,120,109,.13); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(114,167,74,.2); }
.monitor-card {
  width: min(100%, 500px);
  padding: 15px;
  position: relative;
  z-index: 2;
  color: #f5fff8;
  border: 1px solid rgba(11,39,35,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, #113832, #092a26);
  box-shadow: 0 36px 90px rgba(13,67,58,.24);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.monitor-topbar, .monitor-footer { height: 45px; display: flex; align-items: center; justify-content: space-between; }
.monitor-brand { gap: 7px; color: rgba(245,255,248,.76); font-size: 10px; letter-spacing: .13em; }
.monitor-brand .camera-glyph { width: 21px; height: 14px; border-width: 1px; border-color: var(--lime); border-radius: 4px; }
.monitor-brand .camera-glyph::after { width: 4px; height: 6px; right: -5px; border-width: 1px; border-color: var(--lime); }
.monitor-brand .camera-glyph span { width: 5px; height: 5px; border-width: 1px; border-color: var(--lime); }
.live-badge { display: flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 6px; color: #ffdddd; background: rgba(255,78,78,.12); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.live-badge span { width: 5px; height: 5px; border-radius: 50%; background: #ff6464; box-shadow: 0 0 8px #ff6464; }
.camera-frame { height: 328px; overflow: hidden; position: relative; border-radius: 13px; background: linear-gradient(180deg, rgba(134,184,166,.22), rgba(5,29,27,.3)), #17483f; }
.camera-frame::after { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,.08) 3px); }
.camera-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5,43,38,.03), rgba(3,27,24,.24)),
    url('/hero-house-v2.jpg') center 46% / cover no-repeat;
  filter: saturate(.86) contrast(1.04);
}
.camera-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(222,255,222,.09), transparent 34%),
    radial-gradient(ellipse at center, transparent 48%, rgba(2,18,15,.38) 100%);
}
.building, .parking-line { display: none; }
.scan-line { position: absolute; z-index: 3; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,239,99,.75), transparent); box-shadow: 0 0 14px rgba(201,239,99,.45); animation: scan 5s linear infinite; }
.frame-label { position: absolute; z-index: 4; left: 18px; right: 18px; top: 17px; display: flex; justify-content: space-between; color: rgba(241,255,247,.8); font: 700 10px/1 monospace; letter-spacing: .1em; }
.focus-corner { position: absolute; z-index: 4; width: 26px; height: 26px; border-color: rgba(201,239,99,.62); }
.corner-a { left: 14%; top: 30%; border-left: 1px solid; border-top: 1px solid; }
.corner-b { right: 14%; top: 30%; border-right: 1px solid; border-top: 1px solid; }
.corner-c { left: 14%; bottom: 22%; border-left: 1px solid; border-bottom: 1px solid; }
.corner-d { right: 14%; bottom: 22%; border-right: 1px solid; border-bottom: 1px solid; }
.monitor-footer { gap: 12px; padding: 0 4px; color: rgba(249,255,249,.57); font: 700 9px/1 monospace; letter-spacing: .08em; }
.timeline { height: 2px; flex: 1; border-radius: 2px; background: rgba(255,255,255,.1); }
.timeline span { display: block; width: 68%; height: 100%; background: var(--lime); }
.recording { color: #ff8585; }
.status-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(20,72,63,.14); backdrop-filter: blur(10px); }
.status-online { right: -28px; top: 91px; }
.status-archive { left: -22px; bottom: 74px; }
.status-icon { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; border-radius: 9px; color: #173416; background: var(--lime); font-size: 10px; font-weight: 900; }
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: 12px; line-height: 1.45; }
.status-card small { color: #667b74; font-size: 10px; line-height: 1.45; }

.proof-strip { position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); }
.proof-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.proof-grid p { min-height: 54px; margin: 0; padding-left: 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.proof-grid p:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { font-size: 16px; }
.proof-grid span { margin-top: 5px; color: #5f7770; font-size: 13px; }

.section-heading { margin-bottom: 54px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.section-heading h2, .objects-copy h2, .own-copy h2, .faq-title h2, .contact-copy h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 690;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: end; }
.split-heading p, .center-heading p, .objects-copy > p, .own-copy > p, .faq-title > p, .contact-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.split-heading > p { max-width: 500px; margin: 0 0 7px; }
.center-heading { max-width: 700px; margin-inline: auto; text-align: center; }
.center-heading .section-kicker { justify-content: center; }
.center-heading p { max-width: 610px; margin: 18px auto 0; }

.solutions { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { min-height: 300px; padding: 24px; position: relative; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 9px 35px rgba(28,75,66,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: #bad4c7; box-shadow: var(--shadow); }
.card-number { color: #789188; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.benefit-icon { width: 58px; height: 58px; margin: 52px 0 29px; display: grid; place-items: center; border-radius: 18px; background: var(--paper-green); }
.benefit-icon::before { content: ""; width: 19px; height: 19px; border: 2px solid var(--teal); border-radius: 50%; }
.benefit-icon span { width: 8px; height: 8px; position: absolute; border-radius: 50%; background: var(--lime); transform: translate(8px,-8px); box-shadow: 0 0 0 4px #eef6dd; }
.benefit-card h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: #566f67; font-size: 15px; line-height: 1.65; }

.objects { background: var(--white); }
.objects-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(64px,8vw,120px); align-items: center; }
.objects-copy h2 { max-width: 460px; }
.objects-copy > p { max-width: 450px; margin: 23px 0 31px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 6px; color: var(--teal); border-bottom: 1px solid rgba(8,120,109,.35); font-size: 15px; font-weight: 800; }
.case-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.case-card { min-height: 210px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,#f8faf6,#edf6ef); }
.case-card::after { content: ""; width: 130px; height: 130px; position: absolute; right: -42px; top: -49px; border: 1px solid rgba(8,120,109,.12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(8,120,109,.025), 0 0 0 56px rgba(8,120,109,.018); }
.case-card > span { position: absolute; top: 24px; left: 24px; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.case-card h3 { margin: 0 0 9px; font-size: 19px; letter-spacing: -.025em; }
.case-card p { margin: 0; color: #566f67; font-size: 15px; line-height: 1.6; }

.own-camera { padding-top: 40px; background: var(--white); }
.own-camera-card { min-height: 560px; padding: 56px 7%; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; overflow: hidden; position: relative; border: 1px solid #c9ded1; border-radius: 34px; background: radial-gradient(circle at 18% 50%, rgba(201,239,99,.36), transparent 25%), linear-gradient(135deg,#e8f5ec,#f8fbf1); }
.own-visual { min-height: 390px; display: grid; place-items: center; position: relative; }
.signal-ring { position: absolute; border: 1px solid rgba(8,120,109,.18); border-radius: 50%; }
.ring-a { width: 340px; height: 340px; }
.ring-b { width: 245px; height: 245px; box-shadow: 0 0 0 35px rgba(255,255,255,.18); }
.camera-device { width: 178px; height: 124px; display: grid; place-items: center; position: relative; z-index: 2; border-radius: 42px 42px 32px 32px; background: linear-gradient(145deg,#fff,#dcece1); box-shadow: 0 30px 55px rgba(22,86,71,.18), inset 0 -10px 18px rgba(8,120,109,.08); transform: rotate(-5deg); }
.camera-device::after { content: ""; width: 50px; height: 20px; position: absolute; right: -33px; border-radius: 0 12px 12px 0; background: #d9e9df; }
.device-lens { width: 63px; height: 63px; display: grid; place-items: center; border: 11px solid #173e38; border-radius: 50%; background: radial-gradient(circle at 38% 35%,#a6e1d2 0 5%,#163f3a 15%,#061916 65%); box-shadow: 0 0 0 7px #b9d2c4; }
.cloud-chip { position: absolute; right: 0; bottom: 45px; z-index: 4; padding: 13px 18px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(23,73,63,.11); }
.cloud-chip b { color: var(--teal); font-size: 12px; letter-spacing: .12em; }
.cloud-chip small { margin-top: 3px; color: #637a73; font-size: 11px; }
.own-copy h2 { max-width: 620px; }
.own-copy > p { margin: 23px 0 25px; }
.own-copy ul { margin: 0 0 32px; padding: 0; display: grid; gap: 12px; list-style: none; color: #38534d; font-size: 15px; }
.own-copy li { display: flex; align-items: center; gap: 11px; }
.own-copy li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-deep); background: var(--lime-soft); font-size: 10px; font-weight: 900; }
.button-dark { color: #effff5; background: var(--teal-deep); box-shadow: 0 14px 28px rgba(8,87,79,.16); }
.button-dark:hover { background: var(--teal); }

.pricing { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.plan-card { min-height: 625px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 10px 35px rgba(28,75,66,.035); }
.plan-accent { border: 2px solid var(--teal); background: linear-gradient(180deg,#f1faef,#fff 38%); box-shadow: 0 26px 65px rgba(12,105,91,.12); }
.plan-top { min-height: 74px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.plan-top h3 { margin: 0 0 7px; font-size: 21px; letter-spacing: -.025em; }
.plan-top p { margin: 0; color: #627871; font-size: 14px; line-height: 1.5; }
.plan-badge { padding: 7px 9px; color: var(--teal-deep); border-radius: 7px; background: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.price { margin-top: 27px; display: flex; align-items: flex-start; gap: 8px; }
.price strong { font-size: clamp(43px,4vw,58px); line-height: .9; letter-spacing: -.055em; }
.price > span { margin-top: 3px; font-size: 15px; font-weight: 800; line-height: .9; }
.price small { color: #637a73; font-size: 11px; font-weight: 650; white-space: nowrap; }
.year-price { margin: 12px 0 0; color: var(--teal); font-size: 14px; font-weight: 750; }
.plan-card ul { margin: 34px 0; padding: 27px 0 0; display: grid; gap: 15px; border-top: 1px solid var(--line); list-style: none; color: #3b5750; font-size: 15px; }
.plan-card li { display: flex; align-items: center; gap: 10px; }
.plan-card li span { color: var(--teal); font-size: 11px; font-weight: 900; }
.plan-card .button { width: 100%; margin-top: auto; }
.button-outline { color: var(--ink); border-color: var(--line); background: #f8faf6; }
.button-outline:hover { border-color: var(--teal); background: var(--white); }
.extras { margin-top: 24px; padding: 23px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.66); }
.extras p { margin: 0; color: #3b5750; font-size: 14px; line-height: 1.7; }
.extras > span { color: #627871; font-size: 12px; white-space: nowrap; }

.process { background: var(--paper-green); }
.steps-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cbded2; list-style: none; }
.steps-grid li { min-height: 260px; padding: 23px 27px 0 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #cbded2; }
.steps-grid li:not(:first-child) { padding-left: 27px; }
.steps-grid li:last-child { border-right: 0; }
.steps-grid > li > span { color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.steps-grid h3 { margin: 0 0 11px; font-size: 18px; letter-spacing: -.02em; }
.steps-grid p { margin: 0 0 27px; color: #526c64; font-size: 15px; line-height: 1.65; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,9vw,140px); }
.faq-title { position: sticky; top: 32px; align-self: start; }
.faq-title h2 { max-width: 360px; }
.faq-title > p { max-width: 330px; margin: 22px 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 730; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -5px 50px 25px 0; color: #536d65; font-size: 15px; line-height: 1.7; }

.contact { padding: 32px 0 90px; background: var(--white); }
.contact-card { padding: 74px 7%; display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; border: 1px solid #c5ddcf; border-radius: 34px; background: radial-gradient(circle at 4% 100%, rgba(201,239,99,.5), transparent 28%), linear-gradient(135deg,#dff2e5,#f7fbee); }
.contact-copy h2 { max-width: 670px; }
.contact-copy > p { max-width: 600px; margin: 23px 0 32px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button-contact { color: var(--ink); border-color: rgba(8,87,79,.18); background: rgba(255,255,255,.65); }
.button-contact:hover { border-color: var(--teal); background: var(--white); }
.contact-info { padding: 9px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.contact-info > div { min-height: 128px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(8,87,79,.13); border-radius: 17px; background: rgba(255,255,255,.62); }
.contact-info span { color: #60776f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-info a, .contact-info p { margin: 0; color: var(--ink); font-size: 15px; font-weight: 720; line-height: 1.5; }

.footer { padding: 55px 0 28px; color: #eaf6ef; background: #0c332d; }
.footer .brand small { color: var(--lime); }
.footer .camera-glyph, .footer .camera-glyph::after, .footer .camera-glyph span { border-color: var(--lime); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer .brand { font-size: 17px; }
.footer .brand .camera-glyph { width: 36px; height: 24px; }
.footer-grid > p { margin: 0; color: rgba(234,246,239,.68); font-size: 13px; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: rgba(234,246,239,.78); font-size: 13px; }
.footer-bottom { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(234,246,239,.58); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.mobile-actions { display: none; }

@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(8,120,109,0); } }
@keyframes scan { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateY(327px); opacity: 0; } }

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 780px; }
  .monitor-wrap { min-height: 520px; }
  .monitor-card { transform: none; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-card { min-height: 270px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .plan-card { min-height: auto; }
  .plan-card .button { margin-top: 14px; }
  .contact-card { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 780px) {
  .section { padding: 78px 0; }
  .proof-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; }
  .proof-grid p { padding: 16px 20px; border-left: 0; }
  .proof-grid p:nth-child(even) { border-left: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .objects-grid, .own-camera-card, .faq-grid { grid-template-columns: 1fr; }
  .objects-grid { gap: 50px; }
  .own-camera-card { padding: 40px; gap: 25px; }
  .own-visual { min-height: 330px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid li { border-bottom: 1px solid #cbded2; }
  .steps-grid li:nth-child(2) { border-right: 0; }
  .faq-title { position: static; }
  .extras { align-items: flex-start; flex-direction: column; }
  .extras > span { white-space: normal; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1220px); }
  .section { padding: 65px 0; }
  html { scroll-padding-top: 78px; }
  .nav { height: 78px; }
  .nav .brand { gap: 9px; font-size: 16px; }
  .nav .brand small { font-size: 10px; }
  .nav .brand .camera-glyph { width: 36px; height: 24px; }
  .nav-call { min-height: 42px; padding: 0 9px; border-radius: 9px; font-size: 12px; }
  .nav-call::after { content: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding: 55px 0 65px; gap: 52px; }
  .eyebrow { max-width: 100%; font-size: 11px; line-height: 1.4; }
  .hero h1 { margin-top: 25px; font-size: clamp(48px,15.7vw,68px); }
  .hero-lead { font-size: 17px; line-height: 1.58; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { gap: 12px 20px; margin-top: 34px; }
  .monitor-wrap { min-height: 405px; margin-inline: 3px; }
  .monitor-card { padding: 10px; border-radius: 17px; }
  .camera-frame { height: 245px; }
  .status-online { right: -5px; top: 37px; }
  .status-archive { left: -5px; bottom: 24px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 300px; height: 300px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .objects-copy h2, .own-copy h2, .faq-title h2, .contact-copy h2 { font-size: 36px; }
  .benefit-grid, .case-grid, .steps-grid, .contact-info { grid-template-columns: 1fr; }
  .benefit-card { min-height: 250px; }
  .benefit-icon { margin-top: 39px; }
  .case-card { min-height: 190px; }
  .own-camera { padding-top: 10px; }
  .own-camera-card { width: calc(100% - 20px); padding: 28px 20px 32px; border-radius: 25px; }
  .own-visual { min-height: 285px; }
  .ring-a { width: 280px; height: 280px; }
  .ring-b { width: 200px; height: 200px; }
  .camera-device { width: 150px; height: 104px; }
  .cloud-chip { bottom: 17px; }
  .plan-card { padding: 24px; border-radius: 20px; }
  .steps-grid li, .steps-grid li:not(:first-child) { min-height: 215px; padding: 20px 8px; border-right: 0; }
  .faq-list summary { min-height: 72px; font-size: 16px; }
  .contact { padding-bottom: 68px; }
  .contact-card { width: calc(100% - 20px); padding: 42px 20px; border-radius: 25px; }
  .footer { padding-bottom: 90px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 40; left: 10px; right: 10px; bottom: 10px; height: 56px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; border: 1px solid rgba(8,87,79,.18); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 14px 40px rgba(10,55,47,.2); backdrop-filter: blur(14px); }
  .mobile-actions a { display: grid; place-items: center; border-radius: 10px; color: var(--ink); font-size: 14px; font-weight: 800; }
  .mobile-actions a:last-child { background: var(--lime); }
  @keyframes scan { 100% { transform: translateY(244px); opacity: 0; } }
}

@media (max-width: 370px) {
  .nav .brand { font-size: 15px; }
  .nav-call { padding-inline: 7px; font-size: 11px; }
}

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