/* Envirops marketing kit styles
   Built on tokens from ../../colors_and_type.css */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--canvas-cream);
  color: var(--ink-black);
  font-family: var(--font-sans);
  font-weight: var(--fw-body);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

/* ===================== EYEBROW ===================== */
.eo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-black);
}
.eo-eyebrow__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--signal-orange);
}

/* ===================== BUTTONS ===================== */
.eo-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 14px 24px;
  border-radius: 20px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 150ms ease, background 150ms ease, transform 80ms ease;
}
.eo-btn:active { transform: scale(0.98); }
.eo-btn--primary {
  background: var(--ink-black);
  color: var(--canvas-cream);
  border-color: var(--ink-black);
}
.eo-btn--primary:hover { opacity: 0.88; }
.eo-btn--secondary {
  background: var(--white);
  color: var(--ink-black);
  border-color: var(--ink-black);
  font-weight: 450;
}
.eo-btn--secondary:hover { background: var(--lifted-cream); }

/* ===================== SATELLITE ===================== */
.eo-satellite {
  position: absolute;
  right: -8px;
  bottom: 18px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  color: var(--ink-black);
  transition: transform 150ms ease;
}
.eo-satellite:hover { transform: translate(2px, -2px); }

/* ===================== PORTRAIT ===================== */
.eo-portrait {
  position: relative;
  flex-shrink: 0;
}
.eo-portrait__disc {
  width: 100%; height: 100%;
  border-radius: 50%;
}

/* ===================== NAV ===================== */
.eo-nav {
  position: sticky;
  top: 20px;
  z-index: 50;
  margin: 20px auto 0;
  width: min(1180px, calc(100% - 48px));
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  padding: 12px 18px 12px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.eo-nav__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink-black); }
.eo-nav__byline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--granite);
  padding-left: 12px;
  border-left: 1px solid rgba(20,20,19,0.18);
  white-space: nowrap;
}
@media (max-width: 700px) { .eo-nav__byline { display: none !important; } }
.eo-nav__links {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
.eo-nav__links a {
  color: var(--ink-black);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 150ms ease;
}
.eo-nav__links a:hover { opacity: 0.6; }
.eo-nav__cta { padding: 10px 18px; font-size: 13px; white-space: nowrap; }

@media (max-width: 1080px) { .eo-nav__byline { display: none; } }
@media (max-width: 900px) {
  .eo-nav__links { display: none; }
}

/* ===================== SECTION SCAFFOLD ===================== */
.eo-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 48px;
}
.eo-section__head { max-width: 820px; margin-bottom: 64px; }
.eo-section__title {
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 18px 0 0;
}
@media (max-width: 900px) {
  .eo-section { padding: 72px 24px; }
  .eo-section__title { font-size: 36px; }
}

/* ===================== HERO BYLINE ===================== */
.eo-hero__byline {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 6px 18px 6px 6px;
  background: var(--lifted-cream);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 4px 16px rgba(0,0,0,0.04);
}
.eo-hero__byline-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink-black);
  line-height: 1.1;
}
.eo-hero__byline-role {
  font-size: 12px;
  font-weight: 450;
  color: var(--granite);
  line-height: 1.2;
  margin-top: 2px;
}

/* ===================== FOOTER SIG ===================== */
.eo-footer__sig {
  font-size: 14px;
  font-weight: 450;
  color: var(--dust-taupe);
  margin: -56px 0 80px;
  letter-spacing: -0.01em;
}

/* ===================== HERO ===================== */
.eo-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px 64px;
}
.eo-hero__headline {
  font-size: 88px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 16px 0 0;
}
.eo-hero__sub {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--ink-black);
  font-weight: 450;
}
.eo-hero__ctas {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.eo-hero__trust {
  margin-top: 24px;
  font-size: 14px;
  color: var(--slate-gray);
  max-width: 520px;
}

.eo-hero__frame {
  margin-top: 64px;
  background: #1c1c1c;
  border-radius: 40px;
  height: 460px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}
.eo-hero__frame::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 75% 25%, rgba(243, 115, 56, 0.18), transparent 55%),
              radial-gradient(circle at 18% 90%, rgba(92, 122, 102, 0.22), transparent 60%);
}
.eo-hero__frame-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.eo-hero__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.eo-chip {
  background: rgba(255,255,255,0.1);
  color: var(--canvas-cream);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
}
.eo-chip--sage {
  background: rgba(92,122,102,0.24);
  border-color: rgba(228,236,230,0.4);
}
.eo-hero__play {
  align-self: center;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--canvas-cream);
  color: var(--ink-black);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.eo-hero__frame-caption {
  color: var(--canvas-cream);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  text-align: center;
}

@media (max-width: 900px) {
  .eo-hero { padding: 40px 24px; }
  .eo-hero__headline { font-size: 48px; }
  .eo-hero__frame { height: 340px; padding: 20px; border-radius: 28px; }
}

/* ===================== PROBLEM ===================== */
.eo-problem__body { max-width: 760px; font-size: 17px; line-height: 1.5; color: var(--ink-black); margin-bottom: 56px; }
.eo-problem__body p { margin: 0 0 16px; }
.eo-problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(20,20,19,0.1);
}
.eo-problem__list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(20,20,19,0.1);
  font-size: 17px;
  line-height: 1.4;
  padding-right: 24px;
}
.eo-problem__list li:nth-child(odd) { padding-right: 48px; }
.eo-problem__list li:nth-child(even) { padding-left: 48px; border-left: 1px solid rgba(20,20,19,0.1); }
.eo-problem__num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--signal-orange);
  flex-shrink: 0;
  padding-top: 3px;
}
.eo-problem__close {
  margin-top: 56px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.015em;
  max-width: 820px;
  color: var(--ink-black);
}

@media (max-width: 900px) {
  .eo-problem__list { grid-template-columns: 1fr; }
  .eo-problem__list li:nth-child(odd),
  .eo-problem__list li:nth-child(even) { padding: 24px 0; border-left: 0; }
}

/* ===================== SERVICES ===================== */
.eo-services__intro { font-size: 18px; line-height: 1.5; color: var(--ink-black); max-width: 640px; margin-top: 28px; }
.eo-services__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 60px 32px;
  margin-top: 80px;
}
.eo-services__arc {
  position: absolute;
  inset: 80px -30px 80px -30px;
  width: calc(100% + 60px);
  height: calc(100% - 160px);
  pointer-events: none;
  z-index: 0;
}
.eo-service {
  position: relative;
  z-index: 1;
  background: transparent;
}
.eo-service .eo-eyebrow { margin-top: 28px; }
.eo-service__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 12px 0 12px;
  max-width: 320px;
}
.eo-service__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--granite);
}
.eo-service__bullets li {
  padding: 6px 0 6px 18px;
  position: relative;
}
.eo-service__bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 6px; height: 1.5px;
  background: var(--ink-black);
}

/* Asymmetric placement */
.eo-service--1 { grid-column: 1 / span 5; margin-top: 0; }
.eo-service--2 { grid-column: 7 / span 5; margin-top: 60px; }
.eo-service--3 { grid-column: 2 / span 5; margin-top: 40px; }
.eo-service--4 { grid-column: 8 / span 5; margin-top: 20px; }
.eo-service--5 { grid-column: 3 / span 5; margin-top: 20px; }

@media (max-width: 900px) {
  .eo-services__arc { display: none; }
  .eo-services__grid { grid-template-columns: 1fr; gap: 56px; }
  .eo-service--1, .eo-service--2, .eo-service--3, .eo-service--4, .eo-service--5 {
    grid-column: 1 / -1; margin-top: 0;
  }
}

/* ===================== HOW IT WORKS ===================== */
.eo-how__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.eo-how__step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 48px;
  padding: 36px 0;
  border-top: 1px solid rgba(20,20,19,0.12);
}
.eo-how__step:last-child { border-bottom: 1px solid rgba(20,20,19,0.12); }
.eo-how__num {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--signal-orange);
  font-feature-settings: "tnum";
}
.eo-how__body h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.eo-how__body p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--granite);
  max-width: 720px;
  margin: 0;
}

@media (max-width: 900px) {
  .eo-how__step { grid-template-columns: 1fr; gap: 12px; }
  .eo-how__body h3 { font-size: 22px; }
}

/* ===================== TRUST ===================== */
.eo-trust { padding: 60px 48px; }
.eo-trust__card {
  background: var(--lifted-cream);
  border-radius: 40px;
  padding: 80px 80px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.06);
  max-width: 1200px;
  margin: 0 auto;
}
.eo-trust__head { max-width: 760px; }
.eo-trust__title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 16px 0 32px;
}
.eo-trust__body p { font-size: 17px; line-height: 1.5; color: var(--ink-black); margin: 0 0 16px; max-width: 760px; }
.eo-trust__points {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
}
.eo-trust__points li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink-black);
}
.eo-trust__check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--field-sage);
  color: var(--canvas-cream);
  display: inline-flex; align-items: center; justify-content: center;
}
.eo-trust__close {
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.015em;
  max-width: 720px;
}

@media (max-width: 900px) {
  .eo-trust__card { padding: 40px 28px; border-radius: 28px; }
  .eo-trust__title { font-size: 30px; }
  .eo-trust__points { grid-template-columns: 1fr; }
}

/* ===================== FOUNDER ===================== */
.eo-founder__head { max-width: 760px; margin-bottom: 56px; }
.eo-founder__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: flex-start;
}
.eo-founder__portrait-wrap { position: relative; }
.eo-founder__badge {
  position: absolute;
  bottom: -8px;
  right: -12px;
  background: var(--ink-black);
  color: var(--canvas-cream);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border-radius: 999px;
}
.eo-founder__text p { font-size: 17px; line-height: 1.55; margin: 0 0 18px; color: var(--ink-black); max-width: 640px; }
.eo-founder__logos {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 4px 0 22px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(20, 20, 19, 0.08);
  max-width: 640px;
}
.eo-founder__logos-label {
  font-family: var(--font-sans, 'Sofia Sans', sans-serif);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8a8a85;
  flex-shrink: 0;
}
.eo-founder__logos-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.eo-founder__logo {
  display: block;
  width: auto;
  opacity: 0.85;
  filter: grayscale(100%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.eo-founder__logo:hover { opacity: 1; filter: grayscale(0%); }
.eo-founder__logo--apple { height: 26px; }
.eo-founder__logo--tenx { height: 22px; }
.eo-founder__logo--kaizen { height: 30px; }
.eo-founder__logo-sep {
  width: 1px;
  height: 20px;
  background: rgba(20, 20, 19, 0.12);
}

.eo-founder__pull {
  margin-top: 16px;
  padding: 28px 0 28px;
  border-top: 1px solid rgba(20,20,19,0.12);
  border-bottom: 1px solid rgba(20,20,19,0.12);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ink-black);
}
.eo-founder__sig { margin-top: 20px; font-size: 14px; color: var(--slate-gray); }

@media (max-width: 900px) {
  .eo-founder__row { grid-template-columns: 1fr; gap: 32px; }
  .eo-founder__pull { font-size: 18px; }
}

/* ===================== CTA SECTION ===================== */
.eo-cta { padding: 80px 48px; }
.eo-cta__inner {
  background: var(--ink-black);
  color: var(--canvas-cream);
  border-radius: 40px;
  padding: 96px 80px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.eo-cta__inner::after {
  content: "";
  position: absolute;
  top: -120px; right: -180px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,115,56,0.16), transparent 65%);
  pointer-events: none;
}
.eo-cta .eo-eyebrow { color: var(--canvas-cream); }
.eo-cta .eo-eyebrow__dot { background: var(--light-signal-orange); }
.eo-cta__headline {
  color: var(--canvas-cream);
  font-size: 54px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 18px 0 24px;
}
.eo-cta__body {
  font-size: 18px;
  line-height: 1.5;
  max-width: 680px;
  color: var(--dust-taupe);
  margin: 0 0 36px;
}
.eo-cta__buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.eo-cta__buttons .eo-btn--primary {
  background: var(--canvas-cream);
  color: var(--ink-black);
  border-color: var(--canvas-cream);
}
.eo-cta__buttons .eo-btn--secondary {
  background: transparent;
  color: var(--canvas-cream);
  border-color: var(--canvas-cream);
}
.eo-cta__small {
  margin-top: 32px;
  font-size: 13px;
  color: var(--dust-taupe);
  max-width: 520px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .eo-cta__inner { padding: 48px 28px; border-radius: 28px; }
  .eo-cta__headline { font-size: 32px; }
}

/* ===================== FAQ ===================== */
.eo-faq__list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(20,20,19,0.14); }
.eo-faq__item { border-bottom: 1px solid rgba(20,20,19,0.14); }
.eo-faq__q {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  font: inherit;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink-black);
  cursor: pointer;
}
.eo-faq__q:hover { opacity: 0.7; }
.eo-faq__chev {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--ink-black);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 400;
  flex-shrink: 0;
}
.eo-faq__a {
  font-size: 17px;
  line-height: 1.5;
  color: var(--granite);
  max-width: 820px;
  padding: 0 0 32px;
}
.eo-faq__item.is-open .eo-faq__chev { background: var(--ink-black); color: var(--canvas-cream); }

/* ===================== FOOTER ===================== */
.eo-footer {
  background: var(--ink-black);
  color: var(--canvas-cream);
  margin-top: 80px;
}
.eo-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 48px 80px;
}
.eo-footer__headline {
  color: var(--canvas-cream);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 80px;
  max-width: 900px;
}
.eo-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.eo-footer__col-head {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dust-taupe);
  margin-bottom: 18px;
}
.eo-footer__cols ul { list-style: none; padding: 0; margin: 0; }
.eo-footer__cols li {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 450;
  color: var(--canvas-cream);
}
.eo-footer__rule {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  margin: 80px 0 24px;
}
.eo-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--dust-taupe);
}
.eo-footer__legal { display: flex; gap: 24px; }
.eo-footer__legal a { color: var(--dust-taupe); }
.eo-footer__locale {
  background: transparent;
  color: var(--canvas-cream);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .eo-footer__inner { padding: 56px 24px 40px; }
  .eo-footer__headline { font-size: 32px; margin-bottom: 48px; }
  .eo-footer__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
}
