:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f6faf8;
  --surface-green: #eef9f4;
  --surface-blue: #f1f7ff;
  --text: #10231c;
  --heading: #092018;
  --muted: #607269;
  --line: #dce9e3;
  --line-strong: #c8ddd3;
  --green: #0f9f67;
  --green-dark: #08784c;
  --green-soft: #dff7ec;
  --green-light: #59c99a;
  --blue: #3478d4;
  --violet: #7657cf;
  --amber: #c8811d;
  --cyan: #188eaa;
  --shadow-sm: 0 8px 24px rgba(18, 67, 48, 0.07);
  --shadow-md: 0 18px 50px rgba(15, 76, 53, 0.10);
  --shadow-lg: 0 30px 80px rgba(11, 65, 45, 0.14);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: #c9f2df; color: var(--heading); }
img, svg { display: block; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  background: var(--heading);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, .95);
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(11, 56, 40, .06);
}
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--heading);
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.55px;
  white-space: nowrap;
}
.brand-mark {
  width: 31px;
  height: 35px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 93% 19%, 88% 72%, 50% 100%, 12% 72%, 7% 19%);
  background: linear-gradient(145deg, #39c990, #087d4f);
  filter: drop-shadow(0 7px 10px rgba(15, 159, 103, .20));
}
.brand-mark span {
  width: 18px;
  height: 20px;
  clip-path: inherit;
  background: #fff;
}
.brand-mark.small { width: 21px; height: 24px; }
.brand-mark.small span { width: 12px; height: 14px; }

.nav-links { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.nav-links a {
  position: relative;
  color: #435a50;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transition: right .2s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--green-dark); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 999px; background: var(--heading); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: linear-gradient(135deg, #13ad71, #0a8b59);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(15, 159, 103, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(15, 159, 103, .25); }
.button:focus-visible { outline: 3px solid rgba(15, 159, 103, .22); outline-offset: 3px; }
.button-secondary {
  background: #fff;
  color: var(--heading);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}
.button-secondary:hover { box-shadow: var(--shadow-md); border-color: #a8cdbb; }
.button-ghost {
  background: #fff;
  color: var(--heading);
  border-color: var(--line-strong);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 780px;
  padding-top: 172px;
  padding-bottom: 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 30%, rgba(74, 207, 151, .16), transparent 31%),
    radial-gradient(circle at 10% 5%, rgba(65, 134, 225, .08), transparent 28%),
    linear-gradient(180deg, #fbfefd 0%, #f6fbf8 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(31, 122, 87, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 122, 87, .045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .8; }
.hero-orb-one { width: 250px; height: 250px; right: -100px; top: 180px; background: rgba(73, 207, 151, .13); }
.hero-orb-two { width: 180px; height: 180px; left: -80px; bottom: 60px; background: rgba(69, 134, 223, .08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.01fr .99fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 1.55px;
  font-size: 11px;
  font-weight: 800;
}
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(15, 159, 103, .10); }
h1, h2, h3 { margin: 0; color: var(--heading); font-family: "Manrope", sans-serif; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 760px; margin: 24px 0; font-size: clamp(46px, 5.6vw, 76px); letter-spacing: -3.7px; }
h1 span, h2 span { color: var(--green); }
.hero-lead { max-width: 660px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 38px; color: #4d665a; font-size: 12px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-style: normal; font-size: 11px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.visual-grid { position: absolute; inset: 32px 12px; border-radius: 42px; background-image: linear-gradient(rgba(15, 159, 103, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 159, 103, .07) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, black 20%, transparent 74%); }
.dashboard-card {
  position: relative;
  z-index: 3;
  width: 500px;
  max-width: 92%;
  padding: 24px;
  border: 1px solid rgba(160, 201, 182, .75);
  border-radius: 26px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-lg), inset 0 1px 0 #fff;
  transform: perspective(1000px) rotateY(-3deg) rotateX(1.5deg);
}
.dashboard-top, .activity-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.mini-brand { display: flex; align-items: center; gap: 9px; color: var(--heading); font-size: 12px; }
.online { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 10px; font-weight: 700; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(15, 159, 103, .11); }
.security-summary { display: flex; align-items: center; gap: 18px; margin: 28px 0; }
.shield { width: 80px; height: 90px; display: grid; place-items: center; clip-path: polygon(50% 0, 93% 18%, 87% 72%, 50% 100%, 13% 72%, 7% 18%); background: linear-gradient(145deg, #55d2a0, #0b8d5b); filter: drop-shadow(0 12px 18px rgba(14, 139, 89, .23)); }
.shield-core { width: 60px; height: 69px; display: grid; place-items: center; clip-path: inherit; background: #fff; color: var(--green-dark); }
.shield-core svg { width: 28px; height: 28px; }
.summary-label { display: block; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.security-summary strong, .security-summary small { display: block; }
.security-summary strong { margin: 3px 0; color: var(--heading); font-family: "Manrope"; font-size: 21px; }
.security-summary small { color: var(--muted); font-size: 12px; }
.scan-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.scan-row div { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); }
.scan-row span, .scan-row strong { display: block; }
.scan-row span { color: var(--muted); font-size: 9px; }
.scan-row strong { margin-top: 2px; color: var(--heading); font-size: 14px; }
.scan-row .safe { color: var(--green-dark); }
.activity-card { margin-top: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fbfefd; }
.activity-head span, .activity-head small { display: block; }
.activity-head span { color: var(--heading); font-size: 11px; font-weight: 700; }
.activity-head small { color: var(--muted); font-size: 9px; }
.activity-head b { padding: 5px 8px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 9px; }
.chart { height: 92px; margin-top: 8px; }
.chart svg { width: 100%; height: 100%; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; }
.floating-alert { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; min-width: 215px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); box-shadow: var(--shadow-md); }
.floating-alert b, .floating-alert small { display: block; }
.floating-alert b { color: var(--heading); font-size: 11px; }
.floating-alert small { color: var(--muted); font-size: 9px; }
.alert-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--green-soft); color: var(--green-dark); }
.alert-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.blue-icon { background: #e7f1ff; color: var(--blue); }
.alert-one { left: -15px; top: 115px; }
.alert-two { right: -25px; bottom: 85px; }

.capability-strip { border-block: 1px solid var(--line); background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 31px 0; }
.capability-grid div { padding: 0 30px; border-left: 1px solid var(--line); }
.capability-grid div:first-child { padding-left: 0; border-left: 0; }
.capability-grid strong, .capability-grid span { display: block; }
.capability-grid strong { color: var(--heading); font-family: "Manrope"; font-size: 18px; }
.capability-grid span { margin-top: 2px; color: var(--muted); font-size: 11px; }

.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .architecture-copy h2, .contact-copy h2, .business-copy h2 { margin: 17px 0; font-size: clamp(37px, 4.4vw, 57px); letter-spacing: -2.35px; }
.section-heading p, .architecture-copy > p, .contact-copy > p, .business-copy p { margin: 0; color: var(--muted); font-size: 16px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card::after { content: ""; position: absolute; right: -60px; top: -70px; width: 160px; height: 160px; border-radius: 50%; background: rgba(15, 159, 103, .05); pointer-events: none; }
.feature-card:hover { transform: translateY(-5px); border-color: #b6d8c8; box-shadow: var(--shadow-md); }
.feature-large { grid-row: span 2; min-height: 640px; padding: 36px; background: linear-gradient(155deg, #fff 0%, #f1faf6 100%); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; background: var(--green-soft); color: var(--green-dark); }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-box.cyan { background: #e4f6fa; color: var(--cyan); }
.icon-box.violet { background: #efeafe; color: var(--violet); }
.icon-box.amber { background: #fff2df; color: var(--amber); }
.icon-box.blue { background: #e8f1fe; color: var(--blue); }
.card-tag { color: var(--green-dark); text-transform: uppercase; letter-spacing: 1.3px; font-size: 10px; font-weight: 800; }
.feature-card h3 { margin: 10px 0 13px; font-size: 25px; letter-spacing: -.7px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-card li { position: relative; padding-left: 25px; color: #3e5b4e; font-size: 13px; }
.feature-card li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 9px; font-weight: 800; }
.feature-card > a { position: absolute; left: 30px; bottom: 28px; display: inline-flex; gap: 7px; align-items: center; color: var(--green-dark); text-decoration: none; font-size: 13px; font-weight: 700; }
.feature-card > a span { transition: transform .2s ease; }
.feature-card > a:hover span { transform: translateX(4px); }
.scan-demo { margin-top: 36px; padding: 20px; border: 1px solid #cfe4da; border-radius: 17px; background: rgba(255, 255, 255, .86); box-shadow: var(--shadow-sm); }
.scan-demo-head, .verdict { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.scan-demo-head span, .verdict span { color: var(--muted); font-size: 10px; }
.scan-demo-head b { color: var(--green-dark); font-size: 10px; }
.scan-demo-file { display: flex; align-items: center; gap: 12px; margin: 18px 0; }
.scan-demo-file > i { width: 36px; height: 42px; border-radius: 8px 8px 10px 10px; background: linear-gradient(145deg, #d8f4e7, #b8e5d0); clip-path: polygon(0 0, 68% 0, 100% 28%, 100% 100%, 0 100%); }
.scan-demo-file strong, .scan-demo-file small { display: block; }
.scan-demo-file strong { color: var(--heading); font-size: 12px; }
.scan-demo-file small { color: var(--muted); font-size: 9px; }
.progress { height: 7px; overflow: hidden; border-radius: 999px; background: #e5f1eb; }
.progress i { display: block; width: 88%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #16a36a, #65d1a4); }
.verdict { margin-top: 14px; }
.verdict strong { color: #b0443f; font-size: 11px; }

.architecture { background: linear-gradient(180deg, #f3faf6 0%, #f7fbf9 100%); border-block: 1px solid var(--line); }
.architecture-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; }
.check-list { display: grid; gap: 14px; margin-top: 35px; }
.check-list > div { display: flex; gap: 15px; padding: 16px; border: 1px solid rgba(191, 219, 206, .85); border-radius: 15px; background: rgba(255, 255, 255, .74); }
.check-list i { flex: 0 0 35px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--green-soft); color: var(--green-dark); font-style: normal; font-size: 10px; font-weight: 800; }
.check-list b, .check-list small { display: block; }
.check-list b { color: var(--heading); font-size: 13px; }
.check-list small { color: var(--muted); font-size: 11px; }
.architecture-map { position: relative; min-height: 520px; overflow: hidden; border: 1px solid #cfe2d8; border-radius: var(--radius-lg); background: rgba(255, 255, 255, .85); box-shadow: var(--shadow-md); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(35, 140, 100, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 140, 100, .07) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(circle, black 24%, transparent 80%); }
.node { position: absolute; z-index: 2; min-width: 130px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); text-align: center; }
.node b, .node small { display: block; }
.node b { color: var(--heading); font-size: 12px; }
.node small { color: var(--muted); font-size: 9px; }
.center-node { left: 50%; top: 50%; min-width: 145px; padding: 24px 18px; transform: translate(-50%, -50%); }
.center-node .brand-mark { margin: 0 auto 8px; }
.node-1 { left: 8%; top: 12%; }
.node-2 { right: 7%; top: 13%; }
.node-3 { left: 7%; bottom: 12%; }
.node-4 { right: 6%; bottom: 12%; }
.connectors { position: absolute; inset: 0; width: 100%; height: 100%; }
.connectors path { fill: none; stroke: #8ccdb0; stroke-width: 1.5; stroke-dasharray: 5 6; }

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.platform-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.platform-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 17px; }
.platform-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.platform-icon.android { background: #e4f7ed; color: #168c5e; }
.platform-icon.ios { background: #f0f2f5; color: #30383f; }
.platform-icon.windows { background: #e7f1ff; color: #3172c7; }
.platform-icon.ios svg, .platform-icon.windows svg { fill: currentColor; stroke: none; }
.platform-card h3 { margin-bottom: 12px; font-size: 24px; }
.platform-card p { min-height: 110px; margin: 0; color: var(--muted); font-size: 14px; }
.status-pill { display: inline-flex; margin-top: 22px; padding: 7px 11px; border-radius: 999px; background: #eef2f0; color: #5d6c65; font-size: 10px; font-weight: 700; }
.status-primary { background: var(--green-soft); color: var(--green-dark); }

.business { padding-top: 40px; }
.business-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; padding: 66px; border: 1px solid #cde1d7; border-radius: 32px; background: linear-gradient(135deg, #eff9f4 0%, #f8fcfa 52%, #edf5ff 100%); box-shadow: var(--shadow-md); }
.business-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -120px; border-radius: 50%; background: rgba(58, 126, 216, .08); }
.business-copy { position: relative; z-index: 2; }
.business-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.business-copy .button { margin-top: 28px; }
.business-dashboard { position: relative; z-index: 2; }
.mini-window { overflow: hidden; border: 1px solid #c7ddd2; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); transform: perspective(1000px) rotateY(-4deg); }
.window-head { display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f8fbf9; }
.window-head > span { width: 8px; height: 8px; border-radius: 50%; background: #d3ddd8; }
.window-head b { margin-left: 8px; color: #52665c; font-size: 10px; }
.window-content { display: grid; grid-template-columns: 60px 1fr; min-height: 260px; }
.side-nav { display: grid; align-content: start; gap: 14px; padding: 20px; border-right: 1px solid var(--line); background: #fbfdfc; }
.side-nav i { width: 18px; height: 7px; border-radius: 999px; background: #d9e5df; }
.side-nav i:first-child { background: #75c9a2; }
.window-main { padding: 25px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-row span { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); }
.metric-row b, .metric-row small { display: block; }
.metric-row b { color: var(--green-dark); font-family: "Manrope"; font-size: 16px; }
.metric-row small { color: var(--muted); font-size: 9px; }
.fake-chart { height: 100px; display: flex; align-items: flex-end; gap: 9px; margin: 18px 0; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fbfefd; }
.fake-chart i { flex: 1; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, #62d0a0, #bde8d5); }
.fake-chart i:nth-child(1) { height: 35%; }.fake-chart i:nth-child(2) { height: 62%; }.fake-chart i:nth-child(3) { height: 48%; }.fake-chart i:nth-child(4) { height: 80%; }.fake-chart i:nth-child(5) { height: 55%; }.fake-chart i:nth-child(6) { height: 73%; }.fake-chart i:nth-child(7) { height: 90%; }
.device-lines { display: grid; gap: 8px; }
.device-lines span { height: 10px; border-radius: 999px; background: #e8f0ec; }
.device-lines span:nth-child(2) { width: 84%; }.device-lines span:nth-child(3) { width: 66%; }

.contact-section { background: #f7fbf9; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: start; }
.contact-copy { padding-top: 28px; }
.contact-points { display: grid; gap: 12px; margin: 30px 0; }
.contact-points span { display: flex; align-items: center; gap: 10px; color: #3d594c; font-size: 13px; font-weight: 600; }
.contact-points i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-style: normal; font-size: 11px; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; box-shadow: var(--shadow-sm); }
.contact-email > span:first-child { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--green-soft); color: var(--green-dark); }
.contact-email svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-email small, .contact-email strong { display: block; }
.contact-email small { color: var(--muted); font-size: 9px; }
.contact-email strong { color: var(--heading); font-size: 13px; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-md); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.form-heading h3 { font-size: 24px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-form label { display: block; margin: 0 0 8px; color: #243d32; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-bottom: 18px; padding: 13px 15px; border: 1px solid #cadcd3; border-radius: 12px; background: #fff; color: var(--heading); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.message-label-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.message-label-row label { margin-bottom: 8px; }
.character-counter { margin-bottom: 8px; color: #71837a; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.character-counter.near-limit { color: #9a6700; }
.character-counter.at-limit { color: #b33f39; }
.field-help { margin: -12px 0 18px; color: #7a8b83; font-size: 10px; }
/* IMPORTANT: never set `overflow` (or a transform/filter/perspective) on this
   wrapper or any of its ancestors. hCaptcha injects its challenge as a
   position:fixed overlay inside this container; a scroll container clips it and
   the checkbox appears to do nothing when clicked. */
.captcha-wrap { min-height: 78px; margin: 2px 0 18px; overflow: visible; }
.captcha-wrap .h-captcha { display: block; min-height: 78px; }
.captcha-wrap iframe { max-width: 100%; }
/* An explicit `display` value overrides the browser's `[hidden] { display: none }`,
   so re-assert it for both boxes below. */
.captcha-wrap .h-captcha[hidden], .captcha-fallback[hidden] { display: none !important; }

/* Shown only when the hCaptcha script cannot load (blocked by a network filter,
   privacy extension or offline). Without this the user just sees an empty gap
   and an unexplained "complete the security check" error. */
.captcha-fallback { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; border: 1px solid #e4cfa5; border-radius: 12px; background: #fdf8ec; color: #7a5a12; font-size: 12px; line-height: 1.5; }
.captcha-fallback svg { flex: none; width: 17px; height: 17px; margin-top: 1px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.captcha-fallback a { color: #6b4e0f; font-weight: 700; }
.captcha-fallback code { padding: 1px 5px; border-radius: 4px; background: #f3e7c9; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.captcha-status { margin: -12px 0 16px; font-size: 11px; font-weight: 700; }
.captcha-status.ok { color: var(--green-dark); }
.captcha-status.warn { color: #9a6700; }

/* Inline field-level validation */
.field-error { display: none; margin: -12px 0 16px; color: #b33f39; font-size: 11px; font-weight: 600; }
.field-error.visible { display: block; }
.contact-form input[aria-invalid="true"], .contact-form select[aria-invalid="true"], .contact-form textarea[aria-invalid="true"] { border-color: #d99b96; background: #fffafa; }
.contact-form input[aria-invalid="true"]:focus, .contact-form select[aria-invalid="true"]:focus, .contact-form textarea[aria-invalid="true"]:focus { border-color: #b33f39; box-shadow: 0 0 0 4px rgba(179, 63, 57, .10); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #95a69e; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: #accabd; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(15, 159, 103, .10); background: #fcfffd; }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: not-allowed; opacity: .65; transform: none; }
.form-note { margin: 13px 0 0; color: #7a8b83; text-align: center; font-size: 9px; }
.form-status { min-height: 21px; margin: 12px 0 0; text-align: center; font-size: 12px; font-weight: 700; }
.form-status.success { color: var(--green-dark); }
.form-status.error { color: #b33f39; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, .75fr); gap: 48px; }
.footer-brand p { max-width: 270px; margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid b { margin-bottom: 5px; color: var(--heading); font-size: 12px; }
.footer-grid a:not(.brand) { color: var(--muted); text-decoration: none; font-size: 12px; transition: color .2s ease; }
.footer-grid a:not(.brand):hover { color: var(--green-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); color: #83928b; font-size: 10px; }

.legal-page { min-height: 100vh; padding: 48px 0 90px; background: linear-gradient(180deg, #f7fbf9, #fff); }
.legal-shell > .brand { margin-bottom: 30px; }
.legal-card { max-width: 920px; margin: 0 auto; padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-md); }
.legal-kicker { color: var(--green-dark); text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; font-weight: 800; }
.legal-card h1 { margin: 12px 0 18px; font-size: clamp(36px, 5vw, 58px); letter-spacing: -2.5px; }
.legal-card h2 { margin: 35px 0 10px; font-size: 21px; letter-spacing: -.5px; }
.legal-card p { color: #51675d; font-size: 14px; }
.legal-card a:not(.button) { color: var(--green-dark); font-weight: 700; }
.legal-back { margin-top: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
/* Once the entrance animation has finished, drop the transform entirely.
   A non-`none` transform makes the element a containing block for fixed-position
   descendants, which breaks the hCaptcha challenge overlay (it is rendered with
   position:fixed and would otherwise be anchored to the form instead of the viewport). */
.reveal.reveal-done { transform: none; transition: opacity .7s ease; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

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

@media (max-width: 1020px) {
  .hero-grid, .architecture-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 540px; }
  .architecture-grid, .contact-grid { gap: 55px; }
  .business-card { grid-template-columns: 1fr; padding: 52px; }
  .platform-card p { min-height: 135px; }
}

@media (max-width: 820px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-links { position: absolute; top: 70px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-md); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; border-radius: 10px; }
  .nav-links a:hover { background: var(--surface-soft); }
  .nav-links a::after { display: none; }
  .hero { padding-top: 142px; }
  h1 { letter-spacing: -2.8px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .capability-grid div:nth-child(3) { padding-left: 0; border-left: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; min-height: auto; }
  .feature-card { min-height: 300px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card p { min-height: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 70px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 28px; height: 32px; }
  .brand-mark span { width: 16px; height: 19px; }
  .hero { min-height: auto; padding-top: 125px; padding-bottom: 80px; }
  .hero-grid { gap: 40px; }
  h1 { margin: 19px 0; font-size: clamp(40px, 13vw, 55px); letter-spacing: -2.3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 455px; }
  .dashboard-card { max-width: 100%; padding: 17px; transform: none; }
  .dashboard-top { align-items: flex-start; }
  .online { padding: 6px 8px; }
  .security-summary { margin: 22px 0; }
  .shield { width: 62px; height: 70px; }
  .shield-core { width: 47px; height: 54px; }
  .security-summary strong { font-size: 17px; }
  .scan-row { gap: 6px; }
  .scan-row div { padding: 10px 8px; }
  .scan-row strong { font-size: 11px; }
  .floating-alert { min-width: 180px; padding: 10px 12px; }
  .alert-one { left: -4px; top: 72px; }
  .alert-two { right: -4px; bottom: 20px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid div { padding: 0 0 18px !important; border-left: 0; border-bottom: 1px solid var(--line); }
  .capability-grid div:last-child { padding-bottom: 0 !important; border-bottom: 0; }
  .section-heading h2, .architecture-copy h2, .contact-copy h2, .business-copy h2 { letter-spacing: -1.7px; }
  .feature-card, .feature-large { padding: 25px; }
  .feature-card > a { left: 25px; bottom: 24px; }
  .architecture-map { min-height: 440px; }
  .node { min-width: 105px; padding: 11px; }
  .center-node { min-width: 125px; }
  .node-1 { left: 3%; }.node-2 { right: 3%; }.node-3 { left: 3%; }.node-4 { right: 3%; }
  .business-card { padding: 34px 24px; border-radius: 24px; }
  .window-content { grid-template-columns: 45px 1fr; }
  .side-nav { padding: 15px 12px; }
  .window-main { padding: 17px; }
  .metric-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 20px; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 5px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
