@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #102423;
  --ink-soft: #50605d;
  --forest: #092d2d;
  --forest-mid: #0d3b3a;
  --forest-light: #15504b;
  --lime: #b7f55a;
  --lime-soft: #d9ff9f;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --line: #dfe4dc;
  --blue: #8ed8ff;
  --peach: #ffc4a3;
  --lavender: #d7c5ff;
  --yellow: #ffd775;
  --shadow: 0 24px 70px rgba(8, 37, 36, 0.13);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--forest);
  background: var(--lime);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 15px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 42, 42, 0.92);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 32px rgba(2, 20, 20, 0.18);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Manrope', sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(183, 245, 90, 0.18);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
}

.primary-nav > a:not(.nav-cta) {
  color: rgba(255, 255, 255, 0.76);
  transition: color 0.2s ease;
}

.primary-nav > a:not(.nav-cta):hover {
  color: #fff;
}

.nav-cta {
  padding: 11px 18px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 7px 20px rgba(183, 245, 90, 0.14);
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  background: #c7ff72;
  transform: translateY(-2px);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  place-content: center;
  gap: 7px;
  padding: 0;
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
}

.menu-toggle span {
  width: 19px;
  height: 1.5px;
  display: block;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-toggle[aria-expanded='true'] span:first-child {
  transform: translateY(4.25px) rotate(45deg);
}

.menu-toggle[aria-expanded='true'] span:last-child {
  transform: translateY(-4.25px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 74% 35%, rgba(32, 103, 94, 0.48), transparent 32%),
    linear-gradient(135deg, #082a2a 0%, #092f2f 58%, #0b3734 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 65%, transparent 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 68px;
  content: '';
  background: var(--paper);
  clip-path: polygon(0 78%, 72% 78%, 77% 0, 100% 0, 100% 100%, 0 100%);
}

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

.hero-glow-one {
  top: 92px;
  right: 8%;
  width: 260px;
  height: 260px;
  background: rgba(183, 245, 90, 0.09);
}

.hero-glow-two {
  bottom: 130px;
  left: -100px;
  width: 340px;
  height: 340px;
  background: rgba(142, 216, 255, 0.06);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 810px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 48px;
  padding-top: 75px;
  padding-bottom: 70px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 10px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 1px;
  display: inline-block;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: 'Manrope', sans-serif;
}

h1 {
  max-width: 630px;
  margin-bottom: 28px;
  font-size: clamp(53px, 5.35vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.065em;
}

h1 em,
h2 em {
  color: var(--lime);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero-lede {
  max-width: 565px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--forest);
  background: var(--lime);
  box-shadow: 0 10px 28px rgba(183, 245, 90, 0.14);
}

.button-primary:hover {
  background: #c7ff72;
  box-shadow: 0 14px 34px rgba(183, 245, 90, 0.22);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600;
}

.text-link span {
  color: var(--lime);
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 50px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-proof > div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
  padding-right: 22px;
  margin-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-proof > div:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}

.hero-proof strong {
  color: var(--lime);
  font-family: 'Manrope', sans-serif;
  font-size: 27px;
  letter-spacing: -0.05em;
}

.hero-proof span {
  max-width: 82px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.25;
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 55px 0 35px 10px;
  transform: perspective(1500px) rotateY(-3deg);
  transform-origin: center left;
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: var(--ink);
  background: #f9fbf8;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 17px;
  box-shadow: 0 40px 80px rgba(0, 13, 13, 0.4), 0 0 0 7px rgba(255, 255, 255, 0.035);
}

.dashboard-topbar {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 13px;
  color: #53605e;
  background: #fff;
  border-bottom: 1px solid #e9ede8;
  font-size: 8px;
}

.window-dots {
  display: flex;
  gap: 4px;
}

.window-dots span {
  width: 6px;
  height: 6px;
  display: block;
  background: #d7ddda;
  border-radius: 50%;
}

.dashboard-name {
  flex: 1;
  font-weight: 600;
  text-align: center;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  color: #176d49;
  background: #e8f8ec;
  border-radius: 99px;
  font-size: 7px;
  font-weight: 700;
}

.live-pill i {
  width: 4px;
  height: 4px;
  background: #31b06d;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(49, 176, 109, 0.12);
}

.dashboard-body {
  min-height: 470px;
  display: grid;
  grid-template-columns: 52px 1fr;
}

.dashboard-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-top: 18px;
  background: #0d3837;
}

.side-logo {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}

.side-item {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0.35;
  border: 1px solid #fff;
  border-radius: 4px;
}

.side-item.active {
  opacity: 1;
  background: var(--lime);
  border-color: var(--lime);
}

.side-item.active::before,
.side-item.active::after {
  position: absolute;
  width: 4px;
  height: 4px;
  content: '';
  background: var(--forest);
  border-radius: 1px;
}

.side-item.active::before {
  top: 2px;
  left: 2px;
}

.side-item.active::after {
  right: 2px;
  bottom: 2px;
}

.dashboard-main {
  padding: 24px 22px;
}

.dashboard-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboard-heading small,
.dashboard-heading strong {
  display: block;
}

.dashboard-heading small {
  margin-bottom: 4px;
  color: #8a9693;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.dashboard-heading strong {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  letter-spacing: -0.04em;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack span,
.avatar-stack i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-left: -5px;
  color: #fff;
  background: #d48f72;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
}

.avatar-stack span:nth-child(2) {
  background: #628c9c;
}

.avatar-stack i {
  color: #57706c;
  background: #e8eeeb;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 10px;
}

.metric-card {
  position: relative;
  min-height: 136px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(18, 44, 41, 0.035);
}

.metric-card small,
.metric-card strong,
.metric-card span {
  position: relative;
  z-index: 2;
  display: block;
}

.metric-card small {
  margin-bottom: 5px;
  color: #7b8986;
  font-size: 7px;
}

.metric-card strong {
  font-family: 'Manrope', sans-serif;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.metric-card .trend {
  position: absolute;
  top: 39px;
  right: 12px;
  color: #1e9a63;
  font-size: 7px;
  font-weight: 700;
}

.sparkline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  fill: none;
  stroke: #5fbd74;
  stroke-width: 2;
}

.sparkline .spark-area {
  fill: url('#none');
  stroke: none;
  opacity: 0.18;
  fill: #a8e7ae;
}

.metric-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
}

.metric-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inventory-icon {
  color: #496eb2;
  background: #e9f0ff;
}

.invoice-icon {
  color: #9d7234;
  background: #fff2d9;
}

.metric-card .status-text {
  margin-top: 7px;
  color: #87918f;
  font-size: 6px;
}

.dashboard-bottom {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.activity-card,
.ai-card {
  min-width: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 11px;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  font-size: 8px;
}

.card-title span {
  color: #748c86;
  font-size: 6px;
}

.activity-row {
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border-top: 1px solid #f0f2ef;
}

.activity-dot {
  width: 5px;
  height: 5px;
  background: #64be78;
  border-radius: 50%;
}

.activity-dot.blue {
  background: #6eaadd;
}

.activity-dot.gold {
  background: #dfaa4d;
}

.activity-row span b,
.activity-row span small {
  display: block;
  font-size: 6px;
  line-height: 1.55;
}

.activity-row span small,
.activity-row time {
  color: #8c9694;
  font-size: 5.5px;
}

.ai-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #123f3d, #092d2d);
  border-color: #20514d;
}

.ai-card::after {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 100px;
  height: 100px;
  content: '';
  background: rgba(183, 245, 90, 0.08);
  border-radius: 50%;
}

.ai-symbol {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 7px;
  font-size: 11px;
}

.ai-card > small,
.ai-card > strong {
  display: block;
  position: relative;
  z-index: 2;
}

.ai-card > small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 6px;
}

.ai-card > strong {
  max-width: 140px;
  font-size: 8px;
  line-height: 1.5;
}

.ai-response {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 6px;
  margin-top: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 7px;
}

.ai-response span {
  width: 11px;
  height: 11px;
  display: block;
  background: var(--lime);
  border-radius: 4px;
}

.ai-response p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 5.5px;
  line-height: 1.5;
}

.floating-chip {
  position: absolute;
  z-index: 4;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(10, 47, 46, 0.08);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 17, 16, 0.2);
  animation: float 5s ease-in-out infinite;
}

.chip-ai {
  top: 30px;
  right: -13px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  font-size: 9px;
  font-weight: 700;
}

.chip-ai span {
  color: #47742f;
  font-size: 13px;
}

.chip-savings {
  right: 34px;
  bottom: 4px;
  display: grid;
  grid-template-columns: 30px 1fr;
  padding: 11px 14px 11px 10px;
  animation-delay: -2s;
}

.chip-savings > span {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #31815b;
  background: #ddf6e5;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

.chip-savings b {
  font-size: 8px;
}

.chip-savings small {
  color: #82908d;
  font-size: 6px;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(183, 245, 90, 0.13);
  border-radius: 50%;
}

.orbit-one {
  top: -55px;
  right: -95px;
  width: 510px;
  height: 510px;
}

.orbit-two {
  right: -40px;
  bottom: -110px;
  width: 390px;
  height: 390px;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.audience-strip {
  position: relative;
  z-index: 4;
  padding: 18px 0 28px;
  background: var(--paper);
}

.audience-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.audience-inner > p {
  margin: 0;
  color: #7b8784;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.audience-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.audience-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667471;
  font-size: 12px;
  font-weight: 600;
}

.audience-list i {
  width: 5px;
  height: 5px;
  background: #a5b3af;
  border-radius: 50%;
}

.section {
  padding: 120px 0;
}

.section-kicker {
  margin-bottom: 20px;
  color: #57756f;
}

.section-kicker::before {
  width: 20px;
  height: 1px;
  display: inline-block;
  content: '';
  background: currentColor;
}

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

.section-intro {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.section-intro h2,
.difference-heading h2,
.faq-heading h2,
.custom-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.07;
  letter-spacing: -0.06em;
}

.section-intro h2 em,
.difference-heading h2 em,
.faq-heading h2 em {
  color: #367568;
}

.section-intro > p {
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.products {
  padding-top: 106px;
  background: var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 30px;
  background: #f2f3ee;
  border: 1px solid #e4e7df;
  border-radius: var(--radius-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.product-card:hover {
  z-index: 2;
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.product-card h3,
.product-card p,
.product-card .product-icon,
.product-card ul,
.product-card a,
.product-card .product-content {
  position: relative;
  z-index: 2;
}

.product-number {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 25px;
  color: #99a39f;
  font-size: 11px;
  font-weight: 700;
}

.product-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 14px;
}

.product-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-wms { color: #42754f; background: #d4efcf; }
.icon-erp { color: #3a6f8e; background: #d9eff8; }
.icon-billing { color: #946d34; background: #f7e5bb; }
.icon-emp { color: #7255a7; background: #e9ddff; }
.icon-hrms { color: #9c5f4a; background: #f8dfd1; }
.icon-ai { color: var(--forest); background: var(--lime); font-size: 23px; }

.product-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.product-card p {
  max-width: 320px;
  margin-bottom: 24px;
  color: #66726f;
  font-size: 14px;
  line-height: 1.65;
}

.product-card > a,
.product-card .product-content > a {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a5e55;
  font-size: 13px;
  font-weight: 700;
}

.product-card a span {
  transition: transform 0.2s ease;
}

.product-card a:hover span {
  transform: translate(3px, -3px);
}

.product-wide {
  grid-column: span 2;
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.product-wide:hover {
  background: #0b3433;
}

.product-wide .product-content {
  width: 52%;
  height: 100%;
}

.product-wide p {
  color: rgba(255, 255, 255, 0.62);
}

.product-wide ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 16px;
  padding: 0;
  margin: -4px 0 0;
  list-style: none;
}

.product-wide li {
  color: rgba(255, 255, 255, 0.67);
  font-size: 10px;
}

.product-wide li::before {
  margin-right: 7px;
  color: var(--lime);
  content: '✓';
}

.product-wide .product-icon {
  margin-bottom: 25px;
}

.product-wide .product-number {
  color: rgba(255, 255, 255, 0.35);
}

.product-wide .product-content > a {
  color: var(--lime);
}

.product-card > .warehouse-graphic {
  position: absolute;
  z-index: 1;
  top: 65px;
  right: 28px;
  bottom: 28px;
  width: 42%;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    #0e3b39;
  background-size: 25px 25px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.warehouse-rack {
  position: absolute;
  bottom: 50px;
  width: 54px;
  height: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.warehouse-rack::before,
.warehouse-rack::after {
  position: absolute;
  bottom: -9px;
  width: 3px;
  height: 9px;
  content: '';
  background: rgba(255, 255, 255, 0.25);
}

.warehouse-rack::before { left: 3px; }
.warehouse-rack::after { right: 3px; }
.rack-one { left: 22px; transform: skewY(4deg); }
.rack-two { left: 98px; height: 198px; }
.rack-three { left: 174px; transform: skewY(-4deg); }

.warehouse-rack i {
  background: #497469;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 2px;
}

.warehouse-rack i:nth-child(3n + 1) { background: #b08b55; }
.warehouse-rack i:nth-child(4n) { background: #5d8979; }

.scan-line {
  position: absolute;
  right: 15px;
  bottom: 43px;
  left: 15px;
  height: 1px;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  opacity: 0.7;
}

.package {
  position: absolute;
  right: 23px;
  bottom: 48px;
  width: 45px;
  height: 37px;
  background: #c79e5f;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.package::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 9px;
  content: '';
  background: #e7c58f;
}

.package span {
  position: absolute;
  top: 17px;
  left: -68px;
  width: 68px;
  height: 2px;
  background: rgba(255,255,255,.16);
}

.product-ai {
  color: #fff;
  background: linear-gradient(145deg, #143e3b, #092d2d);
  border-color: #16433f;
}

.product-ai:hover {
  background: linear-gradient(145deg, #194b47, #0a3332);
}

.product-ai p {
  color: rgba(255, 255, 255, 0.6);
}

.product-ai a {
  color: var(--lime);
}

.product-ai .product-number {
  color: rgba(255, 255, 255, 0.35);
}

.ai-grid-pattern {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 210px;
  height: 210px;
  opacity: 0.3;
  background-image:
    radial-gradient(circle, var(--lime) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle at center, #000, transparent 70%);
}

.websites {
  padding-top: 0;
  background: var(--paper);
}

.website-panel {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: 68px;
  background:
    radial-gradient(circle at 89% 10%, rgba(255, 255, 255, 0.78), transparent 27%),
    #e2f3c7;
  border: 1px solid #cfdfb8;
  border-radius: var(--radius-lg);
}

.website-panel::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.22;
  background-image: radial-gradient(#6c8a64 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent 40%, #000 100%);
}

.website-copy,
.website-visual {
  position: relative;
  z-index: 2;
}

.website-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.website-copy h2 em {
  color: #387363;
}

.website-copy > p {
  max-width: 490px;
  margin-bottom: 28px;
  color: #586d66;
  line-height: 1.75;
}

.website-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.website-features span {
  padding: 7px 11px;
  color: #315a50;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(50, 95, 82, 0.13);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.button-website {
  color: #fff;
  background: var(--forest);
  box-shadow: 0 13px 27px rgba(8, 46, 45, 0.16);
}

.button-website:hover {
  background: #154a45;
}

.website-visual {
  min-height: 440px;
}

.browser-card {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(8, 46, 45, 0.13);
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(28, 63, 52, 0.17);
}

.browser-card-back {
  top: 48px;
  right: 0;
  width: 74%;
  height: 310px;
  opacity: 0.72;
  transform: rotate(5deg);
}

.browser-card-main {
  top: 72px;
  left: 0;
  z-index: 2;
  width: 84%;
  height: 330px;
  transform: rotate(-2.5deg);
}

.browser-bar {
  height: 31px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  color: #7d8c87;
  background: #f1f3ef;
  border-bottom: 1px solid #e2e6e0;
  font-size: 6px;
}

.browser-bar i {
  width: 5px;
  height: 5px;
  background: #c6cfca;
  border-radius: 50%;
}

.browser-bar span {
  flex: 1;
  text-align: center;
}

.site-block {
  height: 10px;
  margin-left: 25px;
  background: #cfd9d2;
  border-radius: 10px;
}

.site-block-title {
  width: 50%;
  height: 27px;
  margin-top: 52px;
  background: #345e54;
}

.site-block-copy {
  width: 38%;
  margin-top: 13px;
}

.site-pills {
  display: flex;
  gap: 7px;
  margin: 30px 25px;
}

.site-pills b {
  width: 54px;
  height: 88px;
  background: #e9efe9;
  border-radius: 9px;
}

.mini-nav {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
}

.mini-nav b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-right: auto;
  color: var(--forest);
  background: var(--lime);
  border-radius: 7px;
  font-size: 7px;
}

.mini-nav i {
  width: 27px;
  height: 4px;
  background: #d5dcd7;
  border-radius: 10px;
}

.mini-hero {
  height: 173px;
  padding: 30px 24px;
  color: #fff;
  background: var(--forest);
}

.mini-hero small,
.mini-hero strong,
.mini-hero span {
  display: block;
}

.mini-hero small {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: .13em;
}

.mini-hero strong {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.mini-hero span {
  width: 58px;
  height: 17px;
  margin-top: 13px;
  background: var(--lime);
  border-radius: 99px;
}

.mini-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 15px 20px;
}

.mini-cards i {
  height: 54px;
  background: #edf0eb;
  border-radius: 7px;
}

.conversion-chip,
.responsive-chip {
  position: absolute;
  z-index: 4;
  background: #fff;
  border: 1px solid rgba(9, 45, 44, 0.08);
  border-radius: 11px;
  box-shadow: 0 15px 38px rgba(21, 56, 46, 0.18);
}

.conversion-chip {
  right: 6px;
  bottom: 17px;
  display: grid;
  grid-template-columns: 31px 1fr;
  padding: 11px 15px 11px 10px;
}

.conversion-chip > span {
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #2d7651;
  background: #dff5e3;
  border-radius: 8px;
  font-weight: 700;
}

.conversion-chip strong {
  font-size: 9px;
}

.conversion-chip small {
  color: #86938e;
  font-size: 6px;
}

.responsive-chip {
  bottom: 40px;
  left: -18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #43665e;
  font-size: 8px;
  font-weight: 700;
}

.responsive-chip > span {
  width: 9px;
  height: 13px;
  display: block;
  border: 1.5px solid #3a7564;
  border-radius: 2px;
}

.custom {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 40%, rgba(27, 95, 88, 0.55), transparent 32%),
    #082e2d;
}

.custom::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: '';
  opacity: 0.12;
  background-image: radial-gradient(rgba(183, 245, 90, 0.65) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.custom-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 105px;
}

.custom-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: 0 35px 70px rgba(0, 16, 15, 0.22);
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 38px 38px;
}

.build-card {
  position: absolute;
  z-index: 3;
  top: 155px;
  left: 50%;
  width: 250px;
  padding: 15px;
  color: var(--ink);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 22px 50px rgba(0, 15, 14, 0.3);
  transform: translateX(-50%) rotate(-2deg);
}

.build-card-top {
  display: flex;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf0ec;
}

.build-card-top span {
  width: 6px;
  height: 6px;
  background: #d9dfdc;
  border-radius: 50%;
}

.build-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 12px 7px;
  border-bottom: 1px solid #edf0ec;
}

.build-row > i {
  width: 28px;
  height: 28px;
  display: block;
  background: #e6efe9;
  border-radius: 8px;
}

.build-row div b,
.build-row div small {
  display: block;
  height: 5px;
  background: #233c38;
  border-radius: 10px;
}

.build-row div b { width: 75px; margin-bottom: 6px; }
.build-row div small { width: 50px; background: #ced8d4; }

.build-row em {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #448963;
  background: #e3f4e8;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
}

.build-row.active > i { background: var(--lime); }
.build-row.active em { color: var(--forest); background: var(--lime); }

.build-node {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.78);
  background: #174440;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 700;
}

.node-one { top: 77px; left: 42px; }
.node-two { top: 93px; right: 42px; }
.node-three { right: 30px; bottom: 74px; color: var(--forest); background: var(--lime); border: 0; }

.connection-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(183, 245, 90, 0.38);
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
}

.cursor-label {
  position: absolute;
  z-index: 5;
  bottom: 112px;
  left: 45px;
  padding: 8px 11px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
  transform: rotate(3deg);
}

.cursor-label span {
  position: absolute;
  top: -8px;
  left: 12px;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--lime);
  border-left: 1px solid transparent;
  transform: rotate(-20deg);
}

.custom-copy h2 {
  margin-bottom: 28px;
}

.custom-copy h2 em,
.contact-copy h2 em {
  color: var(--lime);
}

.custom-lede {
  max-width: 530px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 16px;
  line-height: 1.75;
}

.custom-points {
  margin-bottom: 36px;
}

.custom-points > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.custom-points > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.custom-points > div > span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
}

.custom-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.custom-points strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.button-light {
  color: var(--forest);
  background: #fff;
}

.button-light:hover {
  background: var(--lime-soft);
}

.difference {
  background: var(--cream);
}

.difference-heading {
  max-width: 800px;
  margin-bottom: 60px;
}

.comparison {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe2d9;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(36, 53, 48, 0.055);
}

.comparison-labels,
.comparison-row {
  display: grid;
  grid-template-columns: 0.38fr 1fr 1fr;
}

.comparison-labels {
  color: #66736f;
  background: #eceee7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison-labels::before {
  content: '';
}

.comparison-labels span,
.comparison-row > * {
  padding: 18px 25px;
}

.comparison-labels span:last-child {
  color: var(--forest);
  background: rgba(183, 245, 90, 0.72);
}

.comparison-row {
  border-top: 1px solid #e5e7e0;
}

.comparison-row > strong {
  color: #5f6c69;
  font-size: 13px;
}

.comparison-row > div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #78837f;
  font-size: 13px;
  border-left: 1px solid #e5e7e0;
}

.comparison-row > div:last-child {
  color: var(--ink);
  background: #f8fcef;
}

.comparison-row i {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #9a6c63;
  background: #f5e9e6;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
}

.comparison-row .plus {
  color: #2f714d;
  background: #dff2e0;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.principle {
  padding: 29px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #e0e2da;
  border-radius: var(--radius-md);
}

.principle > span {
  color: #538478;
  font-size: 10px;
  font-weight: 700;
}

.principle h3 {
  margin: 48px 0 10px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.principle p {
  margin: 0;
  color: #64716e;
  font-size: 13px;
  line-height: 1.65;
}

.process {
  background: var(--paper);
}

.process-track {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  align-items: start;
}

.process-track article > span {
  color: #87938f;
  font-size: 10px;
  font-weight: 700;
}

.process-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 18px 0 26px;
  color: #32695f;
  background: #e6efe8;
  border-radius: 20px;
}

.process-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-track article:nth-of-type(2) .process-icon { color: #476d8c; background: #e2eff6; }
.process-track article:nth-of-type(3) .process-icon { color: #74549b; background: #eee5f8; }
.process-track article:nth-of-type(4) .process-icon { color: #8e6438; background: #f7ebd7; }

.process-track h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.process-track p {
  max-width: 200px;
  margin: 0;
  color: #6a7673;
  font-size: 13px;
  line-height: 1.65;
}

.process-line {
  display: block;
  height: 1px;
  margin-top: 74px;
  background-image: linear-gradient(90deg, #ccd5d0 50%, transparent 50%);
  background-size: 8px 1px;
}

.faq {
  background: #eef0ea;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}

.faq-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-heading p {
  max-width: 340px;
  margin: 26px 0 22px;
  color: #687470;
}

.text-link.dark {
  color: var(--forest);
}

.text-link.dark:hover span {
  transform: translateX(3px);
}

.accordion details {
  border-top: 1px solid #ccd3ce;
}

.accordion details:last-child {
  border-bottom: 1px solid #ccd3ce;
}

.accordion summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.025em;
  cursor: pointer;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  position: relative;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  content: '';
  background: var(--forest);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion details p {
  max-width: 630px;
  padding: 0 60px 24px 0;
  margin: -5px 0 0;
  color: #687470;
  font-size: 14px;
  line-height: 1.75;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background: #082e2d;
}

.contact::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 65px 65px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.contact-glow {
  position: absolute;
  top: 40px;
  left: 9%;
  width: 420px;
  height: 420px;
  background: rgba(183, 245, 90, 0.08);
  border-radius: 50%;
  filter: blur(35px);
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 100px;
}

.contact-copy {
  padding-top: 28px;
}

.contact-copy > p {
  max-width: 480px;
  margin: 28px 0 44px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 16px;
  line-height: 1.75;
}

.contact-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  max-width: 410px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.contact-note > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 12px;
  font-size: 19px;
}

.contact-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.contact-note strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.direct-contact a {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.direct-contact small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-contact strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  transition: color 0.2s ease;
}

.direct-contact a:hover strong {
  color: var(--lime);
}

.lead-form {
  padding: 35px;
  color: var(--ink);
  background: #fbfcf8;
  border-radius: 24px;
  box-shadow: 0 35px 80px rgba(0, 15, 14, 0.28);
}

.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e7e0;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.form-heading i {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.lead-form label {
  display: block;
  margin-bottom: 17px;
  color: #40534f;
  font-size: 11px;
  font-weight: 700;
}

.lead-form label small {
  color: #89938f;
  font-weight: 400;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  display: block;
  margin-top: 7px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #dce2dc;
  border-radius: 10px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input,
.lead-form select {
  height: 48px;
  padding: 0 13px;
}

.lead-form textarea {
  min-height: 105px;
  padding: 13px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: #a1aaa7;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #6a9f75;
  box-shadow: 0 0 0 3px rgba(106, 159, 117, 0.13);
}

.button-submit {
  width: 100%;
  margin-top: 4px;
  color: #fff;
  background: var(--forest);
}

.button-submit:hover {
  background: #12433f;
}

.form-status {
  min-height: 18px;
  margin: 12px 0 -8px;
  color: #66736f;
  font-size: 11px;
  text-align: center;
}

.form-status a {
  color: #245f50;
  text-decoration: underline;
}

.site-footer {
  color: #d9e2df;
  background: #061e1e;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  padding-top: 70px;
  padding-bottom: 65px;
}

.brand-footer {
  color: #fff;
}

.footer-main > div:first-child > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Manrope', sans-serif;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.footer-links {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.4fr;
  gap: 40px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-bottom {
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}

.footer-bottom a:hover {
  color: var(--lime);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.7,.2,1);
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-visual.reveal {
  transform: perspective(1500px) rotateY(-3deg) translateY(24px);
}

.hero-visual.reveal.is-visible {
  transform: perspective(1500px) rotateY(-3deg) translateY(0);
}

@media (max-width: 1150px) {
  .hero-grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 30px;
  }

  .hero-proof > div {
    padding-right: 13px;
    margin-right: 13px;
  }

  .dashboard-body {
    min-height: 425px;
  }

  .dashboard-main {
    padding: 19px 16px;
  }

  .metric-card {
    padding: 12px;
  }

  .custom-grid,
  .contact-grid {
    gap: 60px;
  }

  .website-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 55px;
  }

  .website-copy {
    max-width: 620px;
  }

  .website-visual {
    width: min(100%, 590px);
    min-height: 420px;
    margin-inline: auto;
  }

  .faq-grid {
    gap: 70px;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 40px, 760px);
  }

  .primary-nav {
    gap: 20px;
  }

  .primary-nav > a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    width: 92%;
    margin: 0 auto;
  }

  .audience-inner {
    display: block;
  }

  .audience-inner > p {
    margin-bottom: 18px;
    text-align: center;
  }

  .audience-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section {
    padding: 95px 0;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .section-intro > p {
    max-width: 600px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-wide {
    grid-column: 1 / -1;
  }

  .custom-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .custom-visual {
    order: 2;
    min-height: 500px;
  }

  .custom-copy {
    order: 1;
  }

  .custom-copy,
  .contact-copy {
    max-width: 660px;
  }

  .comparison-labels,
  .comparison-row {
    grid-template-columns: 0.3fr 1fr 1fr;
  }

  .comparison-labels span,
  .comparison-row > * {
    padding: 16px;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
    gap: 46px 60px;
  }

  .process-line {
    display: none;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-heading {
    position: static;
  }

  .lead-form {
    max-width: 720px;
  }

  .footer-main {
    grid-template-columns: 0.55fr 1.45fr;
    gap: 50px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 560px);
  }

  .nav-wrap {
    min-height: 68px;
  }

  .menu-toggle {
    display: grid;
  }

  .primary-nav {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #061f1f;
    opacity: 0;
    visibility: hidden;
    isolation: isolate;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    -webkit-overflow-scrolling: touch;
  }

  body.menu-open .site-header {
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    background: #061f1f;
    border-bottom-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.menu-open .nav-wrap {
    position: relative;
    z-index: 112;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav > a:not(.nav-cta) {
    display: block;
    padding: 18px 5px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }

  .nav-cta {
    margin-top: 25px;
    padding: 15px 20px;
    text-align: center;
  }

  .hero::after {
    height: 45px;
    clip-path: polygon(0 70%, 65% 70%, 72% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-grid {
    padding-top: 118px;
    padding-bottom: 95px;
  }

  h1 {
    font-size: clamp(45px, 13vw, 65px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-proof > div {
    display: block;
  }

  .hero-proof strong,
  .hero-proof span {
    display: block;
  }

  .hero-proof span {
    margin-top: 3px;
  }

  .hero-visual {
    width: 100%;
    padding-top: 40px;
  }

  .dashboard-body {
    min-height: 385px;
    grid-template-columns: 39px 1fr;
  }

  .dashboard-side {
    gap: 20px;
  }

  .dashboard-main {
    padding: 16px 12px;
  }

  .metric-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .metric-card:nth-child(3) {
    display: none;
  }

  .dashboard-bottom {
    grid-template-columns: 1fr;
  }

  .ai-card {
    display: none;
  }

  .dashboard-shell {
    border-radius: 13px;
  }

  .chip-ai {
    right: -7px;
  }

  .chip-savings {
    right: 18px;
    bottom: -6px;
  }

  .section {
    padding: 78px 0;
  }

  .section-intro h2,
  .difference-heading h2,
  .faq-heading h2,
  .custom-copy h2,
  .contact-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card.product-wide {
    grid-column: auto;
    min-height: 575px;
  }

  .product-wide .product-content {
    width: 100%;
    height: auto;
  }

  .product-wide .product-content > a {
    top: 275px;
    bottom: auto;
  }

  .product-card > .warehouse-graphic {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    height: 215px;
  }

  .product-card {
    min-height: 365px;
  }

  .website-panel {
    padding: 36px 24px 24px;
    border-radius: 24px;
  }

  .website-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .website-copy > p {
    font-size: 14px;
  }

  .website-visual {
    min-height: 340px;
  }

  .browser-card-main {
    top: 45px;
    width: 92%;
    height: 280px;
  }

  .browser-card-back {
    top: 25px;
    width: 82%;
    height: 270px;
  }

  .mini-hero {
    height: 142px;
    padding: 23px 19px;
  }

  .mini-hero strong {
    font-size: 19px;
  }

  .conversion-chip {
    right: -5px;
    bottom: 0;
  }

  .responsive-chip {
    bottom: 16px;
    left: -5px;
  }

  .custom-grid,
  .contact-grid {
    gap: 46px;
  }

  .custom-visual {
    min-height: 420px;
  }

  .build-card {
    top: 120px;
    width: 220px;
  }

  .build-node {
    transform: scale(.9);
  }

  .node-one { top: 45px; left: 18px; }
  .node-two { top: 62px; right: 18px; }
  .node-three { right: 16px; bottom: 40px; }
  .cursor-label { bottom: 73px; left: 16px; }

  .comparison {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .comparison-labels {
    display: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #dfe2d9;
    border-radius: 16px;
  }

  .comparison-row > strong {
    padding: 13px 17px;
    background: #e7eae2;
  }

  .comparison-row > div {
    padding: 15px 17px;
    border-top: 1px solid #e5e7e0;
    border-left: 0;
  }

  .comparison-row > div:nth-child(2)::after {
    margin-left: auto;
    color: #9aa29f;
    font-size: 8px;
    content: 'TYPICAL';
  }

  .comparison-row > div:last-child::after {
    margin-left: auto;
    color: #4d785e;
    font-size: 8px;
    font-weight: 700;
    content: 'APPLCA';
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle h3 {
    margin-top: 30px;
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .process-track article {
    display: grid;
    grid-template-columns: 62px 1fr;
    column-gap: 18px;
  }

  .process-track article > span {
    display: none;
  }

  .process-icon {
    grid-row: 1 / 3;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .process-icon svg {
    width: 27px;
    height: 27px;
  }

  .process-track h3 {
    margin: 2px 0 4px;
  }

  .process-track p {
    max-width: none;
  }

  .faq-grid {
    gap: 38px;
  }

  .accordion summary {
    font-size: 15px;
  }

  .contact {
    padding: 80px 0;
  }

  .lead-form {
    padding: 25px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 440px) {
  .hero-proof > div {
    padding-right: 8px;
    margin-right: 8px;
  }

  .hero-proof strong {
    font-size: 23px;
  }

  .hero-proof span {
    font-size: 9px;
  }

  .dashboard-heading strong {
    font-size: 13px;
  }

  .dashboard-body {
    min-height: 355px;
  }

  .activity-row {
    padding: 6px 0;
  }

  .warehouse-rack {
    width: 44px;
  }

  .rack-two { left: 83px; }
  .rack-three { left: 144px; }

  .custom-visual {
    min-height: 390px;
  }

  .node-two {
    display: none;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .hero-visual.reveal {
    opacity: 1;
    transform: none;
  }
}
