:root {
  color-scheme: light;
  --ink: #101615;
  --ink-soft: #43514d;
  --paper: #f6f8f5;
  --paper-strong: #ffffff;
  --line: #d9e1dc;
  --forest: #0f3d35;
  --green: #22a06b;
  --blue: #2a7de1;
  --amber: #d98b18;
  --red: #c84d3a;
  --charcoal: #111715;
  --charcoal-soft: #18211f;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 29, 24, 0.18);
  --radius: 8px;
  --site-header-height: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-height);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(14, 20, 18, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(14, 20, 18, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 820;
  font-size: 19px;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: #90eabd;
}

.brand-mark path,
.footer-brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark circle,
.footer-brand-mark circle {
  fill: rgba(14, 20, 18, 0.96);
  stroke: currentColor;
  stroke-width: 3.2;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 680;
}

.main-nav a,
.nav-login,
.nav-quote {
  text-decoration: none;
}

.main-nav a,
.nav-quote {
  color: inherit;
}

.nav-quote {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.main-nav a:hover,
.nav-login:hover,
.nav-quote:hover {
  color: var(--white);
}


.nav-login {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 14px;
  font-weight: 760;
  white-space: nowrap;
}


.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
  padding: 128px clamp(20px, 5vw, 72px) 98px;
}

.node-field,
.hero-shade {
  position: absolute;
  inset: 0;
}

.node-field {
  width: 100%;
  height: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 18, 16, 0.92) 0%, rgba(12, 18, 16, 0.72) 36%, rgba(12, 18, 16, 0.22) 100%),
    linear-gradient(0deg, rgba(12, 18, 16, 0.92) 0%, rgba(12, 18, 16, 0.02) 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  color: #75e0a9;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(64px, 11vw, 150px);
  line-height: 0.82;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy {
  width: min(630px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(20px, 2.4vw, 31px);
  line-height: 1.25;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}



.button,
button {
  transition: transform 0.12s ease, filter 0.12s ease, opacity 0.12s ease, box-shadow 0.12s ease;
}

.button:active,
button:active,
.button.is-pressed,
button.is-pressed {
  transform: translateY(1px);
  filter: brightness(0.96);
}

.button.is-busy,
button.is-busy,
.button[aria-busy="true"],
button[aria-busy="true"] {
  cursor: progress;
}

.form-status[data-state="pending"] {
  color: var(--ink-soft);
}

.button-primary {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.button-primary:hover {
  background: #1b8a5c;
  border-color: #1b8a5c;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.hero-graphs {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(42px, 7vw, 86px);
  width: min(820px, 62vw);
  min-height: 540px;
  pointer-events: none;
}

.hero-quickstart {
  position: absolute;
  top: -70px;
  right: 0;
  width: min(500px, 100%);
  pointer-events: none;
}

.hero-proofline {
  margin: 0 0 12px;
  color: rgba(117, 224, 169, 0.9);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 0 0 18px rgba(34, 160, 107, 0.25);
}

.hero-proof-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 520;
  line-height: 1.35;
}

.hero-proof-list li {
  position: relative;
  padding-left: 19px;
}

.hero-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(117, 224, 169, 0.95);
  box-shadow: 0 0 16px rgba(117, 224, 169, 0.52);
}

.hero-feature-kicker {
  position: absolute;
  top: 114px;
  right: 0;
  width: min(500px, 100%);
  margin: 0 0 12px;
  color: rgba(117, 224, 169, 0.9);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 0 0 18px rgba(34, 160, 107, 0.25);
}

.hero-feature-list {
  position: absolute;
  top: 148px;
  right: 0;
  width: min(500px, 100%);
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.35;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.hero-feature-list li {
  position: relative;
  padding-left: 19px;
}

.hero-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(117, 224, 169, 0.95);
  box-shadow: 0 0 16px rgba(117, 224, 169, 0.52);
}

.hero-bar-chart {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84%;
  height: 184px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 8px;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero-bar-line {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(34, 160, 107, 0.24));
}

.hero-bar-line path {
  fill: none;
  stroke: rgba(117, 224, 169, 0.78);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-bar-chart i {
  position: relative;
  z-index: 2;
  display: block;
  height: var(--h);
  min-height: 12px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, rgba(117, 224, 169, 0.72), rgba(34, 160, 107, 0.22));
  box-shadow: 0 0 20px rgba(34, 160, 107, 0.18);
}

.section {
  min-height: calc(100svh - var(--site-header-height));
  scroll-margin-top: var(--site-header-height);
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.section-tight {
  padding-bottom: clamp(44px, 8vw, 86px);
}

.section-heading {
  width: min(830px, 100%);
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}
.trust-section {
  min-height: auto;
  scroll-margin-top: var(--site-header-height);
  padding: clamp(48px, 7vw, 92px) clamp(20px, 5vw, 72px);
  background: #f8faf7;
  border-bottom: 1px solid var(--line);
}

.trust-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.trust-copy {
  display: grid;
  gap: 16px;
}

.trust-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.62;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.flow-step {
  min-height: 260px;
  padding: 26px;
  background: var(--paper-strong);
  display: grid;
  grid-template-rows: 18px 58px 1fr;
  align-content: start;
  gap: 18px;
}

.step-index {
  color: var(--green);
  font-weight: 860;
  font-size: 13px;
}

.flow-step p,
.visual-copy p,
.film-copy p,
.package p,
.security-section p,
.contact-copy p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.contact-info {
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}

.contact-info h3 {
  font-size: 18px;
}

.contact-info p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

.visual-section {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background: #edf3ef;
}

.product-visual {
  border-radius: var(--radius);
  background: var(--charcoal-soft);
  color: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(17, 23, 21, 0.22);
}

.visual-toolbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: #101615;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.visual-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c84d3a;
}

.visual-toolbar span:nth-child(2) {
  background: var(--amber);
}

.visual-toolbar span:nth-child(3) {
  background: var(--green);
}

.visual-toolbar strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.product-shot {
  position: relative;
  background: #06110f;
  padding: clamp(14px, 2vw, 24px);
}

.product-visual.canvas-visual {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.canvas-visual .product-shot {
  padding: 0;
  background: transparent;
  border: 1px solid rgba(17, 23, 21, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.product-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.product-shot-caption {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(12, 18, 16, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.product-shot-caption strong,
.product-shot-caption span {
  display: block;
}

.product-shot-caption strong {
  font-size: 15px;
}

.product-shot-caption span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.42;
}

.visual-copy {
  max-width: 560px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 680;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
}

.network-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background: #f8faf7;
}

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

.network-copy p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.network-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.network-points div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.network-points strong {
  color: var(--forest);
  font-size: 15px;
}

.network-points span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.network-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid rgba(17, 23, 21, 0.18);
  box-shadow: var(--shadow);
}

.network-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.network-visual figcaption {
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.68);
  background: #111715;
  font-size: 13px;
}

.image-zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: inherit;
}

.image-zoom-trigger img {
  display: block;
}

.image-zoom-trigger:focus-visible {
  outline: 3px solid rgba(34, 160, 107, 0.72);
  outline-offset: 4px;
}

.image-zoom-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(12, 18, 16, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.image-zoom-trigger:hover .image-zoom-label,
.image-zoom-trigger:focus-visible .image-zoom-label {
  background: rgba(34, 160, 107, 0.94);
}

.film-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
  background: var(--charcoal);
  color: var(--white);
}

.film-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.film-frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(120deg, rgba(34, 160, 107, 0.18), transparent 32%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 58px),
    #18211f;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  position: relative;
  overflow: hidden;
}

.play-button {
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  border-radius: 50%;
  background: var(--green);
  position: relative;
  margin: 0 auto 16px;
  box-shadow: 0 18px 48px rgba(34, 160, 107, 0.34);
}

.play-button::before {
  content: "";
  position: absolute;
  left: 39%;
  top: 30%;
  border-left: 24px solid var(--white);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.film-frame strong,
.film-frame span {
  display: block;
}

.film-frame strong {
  font-size: clamp(23px, 3vw, 42px);
}

.film-frame span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
}

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

.package {
  min-height: 390px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--paper-strong);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.package-step {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(34, 160, 107, 0.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.08em;
}

.package-highlight {
  border-color: rgba(34, 160, 107, 0.48);
  box-shadow: var(--shadow);
}

.package ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 19px;
  color: var(--ink-soft);
  line-height: 1.45;
}

.text-link {
  margin-top: auto;
  color: var(--forest);
  font-weight: 860;
  text-decoration: none;
}

.text-link-button {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.text-link:hover {
  text-decoration: underline;
}

.payment-strip {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(217, 139, 24, 0.34);
  background: rgba(217, 139, 24, 0.09);
  color: #59400f;
  font-weight: 720;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(30px, 5vw, 70px);
  background: #ffffff;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.security-grid div {
  min-height: 160px;
  padding: 24px;
  background: var(--paper);
}

.security-grid strong,
.security-grid span {
  display: block;
}

.security-grid strong {
  color: var(--forest);
  font-size: 18px;
}

.security-grid span {
  margin-top: 10px;
  color: var(--ink-soft);
  line-height: 1.48;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
  min-height: calc(100svh - var(--site-header-height));
  scroll-margin-top: var(--site-header-height);
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
  background: #edf3ef;
}

.question-section {
  background: #f8faf7;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.form-note {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(34, 160, 107, 0.24);
  border-radius: var(--radius);
  background: rgba(34, 160, 107, 0.08);
}

.form-note strong {
  color: var(--forest);
  font-size: 17px;
}

.form-note span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.form-section-title {
  margin-top: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.08em;
  }

.trust-section .eyebrow,
.section-heading .eyebrow,
.visual-copy .eyebrow,
.network-copy .eyebrow,
.security-section .eyebrow,
.contact-copy .eyebrow,
.form-section-title,
.step-index,
.package-step {
  color: var(--green);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd7d0;
  border-radius: var(--radius);
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

input[readonly] {
  background: #f0f5f2;
  color: var(--ink-soft);
}

textarea {
  resize: vertical;
}

.field-hint {
  color: #63736c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.form-status[data-state="success"] {
  color: var(--forest);
}

.form-status[data-state="error"] {
  color: #a24032;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.info-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.info-dot {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 160, 107, 0.42);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(34, 160, 107, 0.08);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  cursor: help;
}

.process-info {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(34, 160, 107, 0.28);
  border-radius: var(--radius);
  background: rgba(34, 160, 107, 0.08);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.process-info[hidden] {
  display: none;
}

.process-info strong {
  color: var(--forest);
  font-size: 15px;
  font-weight: 850;
}

.lookup-field {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.lookup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.lookup-button {
  min-height: 46px;
  border: 1px solid rgba(34, 160, 107, 0.42);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--forest);
  background: rgba(34, 160, 107, 0.08);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.lookup-button:hover {
  background: rgba(34, 160, 107, 0.14);
}

.lookup-status {
  min-height: 18px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.lookup-status[data-state="success"] {
  color: var(--forest);
}

.lookup-status[data-state="error"] {
  color: #a24032;
}

@media (max-width: 540px) {
  .lookup-row {
    grid-template-columns: 1fr;
  }

  .lookup-button {
    width: 100%;
  }
}

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

button.button {
  width: auto;
  font: inherit;
}

button.button.wide {
  width: 100%;
}


.image-lightbox-open {
  overflow: hidden;
}

.image-lightbox-back {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(12px, 2vw, 28px);
  background: rgba(5, 10, 9, 0.84);
  backdrop-filter: blur(10px);
}

.image-lightbox-back[hidden] {
  display: none;
}

.image-lightbox {
  position: relative;
  width: min(1600px, 100%);
  max-height: calc(100svh - 32px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
}

.image-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100svh - 92px);
  object-fit: contain;
  border-radius: var(--radius);
  background: #06110f;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.55);
}

.image-lightbox p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.image-lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(12, 18, 16, 0.84);
  color: #fff;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.quote-modal-open {
  overflow: hidden;
}

.quote-modal-back {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 22px;
  background: rgba(12, 18, 16, 0.72);
}

.quote-modal-back[hidden] {
  display: none;
}

.quote-modal {
  width: min(980px, 100%);
  max-height: min(900px, calc(100svh - 44px));
  overflow: auto;
  border-radius: var(--radius);
  background: #edf3ef;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.quote-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 0;
}

.quote-modal-header h2 {
  font-size: clamp(34px, 4.8vw, 58px);
}

.quote-close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper-strong);
  color: var(--ink);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.quote-form {
  margin: 0;
  box-shadow: none;
}

.quote-subsection{display:grid;gap:4px;margin-top:2px}.quote-subsection h3{margin:0;font-size:17px}.quote-subsection p{margin:0;color:var(--ink-soft);font-size:14px}.quote-networks,.quote-sites{display:grid;gap:8px}.quote-network-row,.quote-site-card{padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.54)}.quote-network-row{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;align-items:end}.quote-site-card{display:grid;gap:6px}.quote-site-header,.quote-site-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.quote-site-title{margin:0;font-size:16px;line-height:1.2}.quote-site-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px}.quote-check{min-height:28px;display:flex;align-items:center;gap:8px;padding-top:0;color:var(--ink-soft);font-weight:750}.quote-check input{width:14px;height:14px;min-height:14px;flex:0 0 auto}.quote-producer-list{display:grid;gap:4px;max-width:720px}.quote-producer-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(220px,260px) auto;gap:8px;align-items:center}.quote-producer-name{min-height:36px;display:flex;align-items:center;font-weight:800;color:var(--ink)}.quote-producer-capacity{display:grid;grid-template-columns:auto minmax(92px,120px);align-items:center;gap:8px;margin:0;color:var(--ink-soft);font-size:13px}.quote-producer-capacity input{min-height:36px;height:36px;padding:6px 9px}.quote-action-button{min-height:38px;border-color:var(--line);background:var(--paper-strong);color:var(--ink)}.quote-remove-button{min-height:36px;padding:0 12px;border-color:rgba(235,87,87,.6);background:rgba(255,255,255,.88);color:#9b1c1c;white-space:nowrap}.quote-remove-button:hover{border-color:#eb5757;background:rgba(235,87,87,.08)}.quote-row-actions{display:flex;justify-content:flex-start}.quote-site-footer{max-width:720px;margin-top:2px}.quote-site-summary{color:var(--ink-soft);font-size:13px;font-weight:750}@media(max-width:760px){.quote-network-row,.quote-site-grid,.quote-producer-row{grid-template-columns:1fr}.quote-site-header,.quote-site-footer{align-items:stretch;flex-direction:column}.quote-producer-list,.quote-site-footer{max-width:none}.quote-producer-capacity{grid-template-columns:1fr}.quote-remove-button{width:100%}}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(20px, 5vw, 72px);
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.footer-brand-mark {
  width: 28px;
  height: 28px;
  color: #90eabd;
  flex: 0 0 auto;
}

@media (max-width: 1060px) {
  .flow-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visual-section,
  .network-section,
  .film-section,
  .security-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .trust-inner {
    grid-template-columns: 1fr;
  }

  .trust-section {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  :root {
    --site-header-height: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    gap: 12px;
  }

  .main-nav {
    display: none;
  }


  .nav-login {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hero {
    min-height: 1120px;
    padding-top: 110px;
    align-items: start;
  }

  .hero-graphs {
    left: 20px;
    right: 20px;
    bottom: 34px;
    width: auto;
    min-height: 570px;
  }

  .hero-quickstart,
  .hero-feature-kicker,
  .hero-feature-list {
    left: 0;
    right: auto;
    width: min(520px, 100%);
  }

  .hero-feature-list {
    gap: 9px;
    font-size: 14px;
  }

  .hero-bar-chart {
    width: 88%;
    height: 170px;
    gap: 6px;
  }

  .flow-grid,
  .package-grid,
  .security-grid,
  .lead-form,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .network-points div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .image-zoom-label {
    right: 10px;
    bottom: 10px;
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .image-lightbox {
    max-height: calc(100svh - 24px);
  }

  .image-lightbox img {
    max-height: calc(100svh - 84px);
  }


}

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