:root {
  --ea-ink: #121212;
  --ea-muted: #5b5b55;
  --ea-soft: #fbfaf7;
  --ea-paper: #fdfdfc;
  --ea-line: rgba(18, 18, 18, 0.14);
  --ea-blue: #477000;
  --ea-green: #d7ff66;
  --ea-orange: #ff6b35;
  --ea-radius: 22px;
}

body {
  background: var(--ea-paper);
  color: var(--ea-ink);
  font-size: 17px;
  line-height: 1.6;
}

.container,
.site-header__inner,
.topbar__inner,
.footer-main,
.footer-bottom,
.v3-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  background: var(--ea-ink);
}

.site-header {
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid var(--ea-line);
  box-shadow: none;
  z-index: 1000;
}

.site-header__inner {
  height: 78px;
}

.brand__mark {
  border-radius: 0;
  background: var(--ea-ink);
}

.brand__text strong {
  color: var(--ea-ink);
  font-size: 0.98rem;
  font-weight: 850;
}

.brand__text em {
  color: var(--ea-muted);
}

.nav-link {
  color: var(--ea-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-link:hover,
.nav-link[aria-expanded="true"] {
  background: #faf8f4;
  color: var(--ea-ink);
}

.btn,
.v3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ea-ink);
  border-radius: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn:hover,
.v3-btn:hover {
  transform: translateY(-2px);
}

.btn--primary,
.v3-btn--dark {
  background: var(--ea-ink);
  color: #fff;
  box-shadow: none;
}

.btn--secondary,
.v3-btn--text {
  background: transparent;
  color: var(--ea-ink);
}

.v3-btn--text {
  border-color: transparent;
  padding-inline: 0;
}

.v3-btn--text::after {
  content: "";
  width: 32px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
}

.v3-btn--light {
  background: var(--ea-green);
  color: var(--ea-ink);
  border-color: var(--ea-green);
}

.mega-menu__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 240px;
  border-radius: 0;
  border: 1px solid var(--ea-line);
  background: #fffaf0;
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.16);
}

.mega-menu {
  position: fixed;
  top: 96px;
  left: 50%;
  z-index: 1001;
  width: min(900px, calc(100vw - 32px));
  transform: translateX(-50%) translateY(12px);
}

.nav-item--mega.is-open .mega-menu,
.nav-item--mega:hover .mega-menu {
  transform: translateX(-50%) translateY(0);
}

.mega-menu__panel {
  padding: 18px 16px;
}

.mega-link {
  border-radius: 0;
  grid-template-columns: 28px 1fr;
  gap: 1px 10px;
  padding: 7px 6px;
}

.mega-link:hover {
  background: #faf8f4;
}

.mega-link span {
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: var(--ea-green);
  color: var(--ea-ink);
  font-size: 0.66rem;
}

.mega-menu__section + .mega-menu__section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--ea-line);
}

.mega-menu__label {
  margin-bottom: 8px;
}

.mega-link strong {
  font-size: 0.86rem;
}

.mega-link em {
  font-size: 0.72rem;
  line-height: 1.28;
}

.mega-card {
  gap: 10px;
  padding: 18px;
}

.mega-card h3 {
  font-size: 1.08rem;
}

.mega-card .btn {
  width: 100%;
  min-height: 36px;
  padding: 9px 13px;
  font-size: 0.84rem;
}

.mega-card__email {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.mega-card__email:hover {
  color: #fff;
}

.mega-card {
  background: var(--ea-ink);
  justify-content: flex-start;
  gap: 14px;
  padding: 24px;
}

.mega-card h3 {
  margin-bottom: 4px;
}

.mega-card .btn {
  width: fit-content;
  min-height: 40px;
  padding-inline: 16px;
}

h2 {
  font-size: clamp(1.62rem, 4.4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.55rem);
}

.v3-home h1,
.v3-home h2,
.v3-home h3 {
  color: var(--ea-ink);
  letter-spacing: -0.055em;
}

.v3-home h1 {
  font-size: clamp(2.35rem, 4.1vw, 4.65rem);
  line-height: 0.98;
  max-width: 720px;
}

.v3-home h2 {
  font-size: clamp(2.35rem, 4.1vw, 4.65rem);
  line-height: 0.98;
}

.v3-home h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.v3-home p {
  color: var(--ea-muted);
}

.v3-kicker {
  margin: 0 0 18px;
  color: var(--ea-blue) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-lead {
  max-width: 620px;
  margin-top: 16px;
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.52;
}

.v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}

.v3-hero {
  min-height: calc(100vh - 118px);
  padding: 24px 0;
  display: flex;
  align-items: center;
}

.v3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.v3-hero__media {
  position: relative;
  height: min(455px, calc(88vh - 170px));
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: var(--ea-ink);
}

.v3-hero__media img,
.v3-showcase__image img,
.v3-image-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3-hero__media figcaption,
.v3-image-break figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: rgba(18, 18, 18, 0.84);
  color: #fff;
}

.v3-hero__media figcaption strong,
.v3-image-break figcaption strong {
  color: #fff;
  font-size: 0.98rem;
}

.v3-hero__media figcaption span,
.v3-image-break figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.v3-proof {
  padding: clamp(28px, 4vw, 56px) 0;
  background: #faf8f4;
}

.v3-proof .v3-wrap {
  position: relative;
  display: grid;
  min-height: clamp(320px, 30vw, 390px);
  place-items: center;
}

.v3-proof__statement {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(18, 18, 18, 0.14);
  border-radius: 34px;
  background: rgba(255, 250, 240, 0.88);
  text-align: center;
  backdrop-filter: blur(14px);
}

.v3-proof__statement p {
  margin: 0 0 12px;
  color: var(--ea-blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-proof__statement h2 {
  margin: 0;
  color: var(--ea-ink);
  font-size: clamp(1.6rem, 3.5vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.v3-logo-row {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}

.v3-logo-row .client-logo {
  position: absolute;
  display: flex;
  width: clamp(140px, 13vw, 220px);
  height: clamp(86px, 8vw, 128px);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.5);
  opacity: 0.46;
  filter: saturate(0.2);
  animation: v3-logo-float 8s ease-in-out infinite;
}

@keyframes v3-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.v3-logo-row .client-logo:nth-child(1) {
  left: 0;
  top: 0;
  opacity: 0.56;
  animation-delay: -1s;
}

.v3-logo-row .client-logo:nth-child(2) {
  right: 0;
  top: 0;
  opacity: 0.56;
  animation-delay: -4s;
}

.v3-logo-row .client-logo:nth-child(3) {
  left: 22%;
  top: 13%;
  animation-delay: -2.5s;
}

.v3-logo-row .client-logo:nth-child(4) {
  right: 16%;
  top: 31%;
  animation-delay: -6s;
}

.v3-logo-row .client-logo:nth-child(5) {
  left: 3%;
  top: 54%;
  animation-delay: -3.5s;
}

.v3-logo-row .client-logo:nth-child(6) {
  right: 4%;
  top: 58%;
  animation-delay: -7s;
}

.v3-logo-row .client-logo:nth-child(7) {
  left: 22%;
  bottom: 0;
  animation-delay: -5s;
}

.v3-logo-row .client-logo:nth-child(8) {
  right: 23%;
  bottom: 2%;
  animation-delay: -2s;
}

.v3-logo-row .client-logo:nth-child(9) {
  left: 44%;
  top: 4%;
  opacity: 0.28;
  animation-delay: -8s;
}

.v3-logo-row .client-logo img {
  max-width: 92%;
  max-height: 82%;
  filter: grayscale(1);
  opacity: 0.78;
}

@media (prefers-reduced-motion: reduce) {
  .v3-logo-row .client-logo {
    animation: none;
  }
}

.v3-belief {
  padding: clamp(36px, 6.5vw, 80px) 0;
  background: var(--ea-ink);
}

.v3-belief__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
  gap: 80px;
  align-items: start;
}

.v3-belief h2,
.v3-belief .v3-kicker {
  color: #fff !important;
}

.v3-belief__text {
  display: grid;
  gap: 24px;
}

.v3-belief__text p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.v3-systems {
  padding: clamp(36px, 6.5vw, 88px) 0;
  background: #faf8f4;
}

.v3-systems__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.v3-systems__head .v3-section-head {
  margin-bottom: 0;
}

.v3-rail-controls {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.v3-rail-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  color: var(--ea-ink);
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.v3-rail-btn:hover {
  background: var(--ea-green);
  border-color: var(--ea-ink);
  transform: translateY(-2px);
}

.v3-card-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 40vw);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding-bottom: 10px;
}

.v3-card-rail::-webkit-scrollbar {
  display: none;
}

.v3-system-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 250, 240, 0.9)),
    var(--ea-paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v3-system-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.06);
  z-index: -1;
}

.v3-system-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.06), transparent);
  z-index: -1;
}

.v3-system-card:nth-child(2) {
  background: linear-gradient(145deg, #e8ff98, var(--ea-green));
}

.v3-system-card:nth-child(3) {
  background: linear-gradient(145deg, #ffffff, #ecece5);
}

.v3-system-card:nth-child(4) {
  background: linear-gradient(145deg, #ff875f, var(--ea-orange));
}

.v3-system-card:nth-child(4) h3,
.v3-system-card:nth-child(4) p,
.v3-system-card:nth-child(4) span {
  color: #fff;
}

.v3-system-card:nth-child(5) {
  background: linear-gradient(145deg, #eef4ff, #cadcff);
}

.v3-system-card:nth-child(6) {
  background: linear-gradient(145deg, #1d1d1b, #3b3a33);
}

.v3-system-card:nth-child(6) h3,
.v3-system-card:nth-child(6) p {
  color: #fff;
}

.v3-system-card:nth-child(6) span {
  color: var(--ea-green);
}

.v3-system-card span {
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.56);
  color: var(--ea-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.v3-system-card h3 {
  max-width: 420px;
  margin: auto 0 18px;
  letter-spacing: -0.045em;
}

.v3-system-card p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.48;
}

.v3-callout-bar{padding:clamp(24px,4.5vw,52px) 0;background:var(--ea-paper);position:relative}
.v3-callout-bar::before{content:'';position:absolute;inset:0;pointer-events:none;opacity:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 35%,#000 78%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 35%,#000 78%,transparent 100%)}
.v3-callout-bar .v3-callout-inner{position:relative;text-align:center;padding:clamp(18px,3vw,34px) 0}
.v3-callout-bar .v3-callout-blobs{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.v3-callout-bar .v3-callout-blobs path{fill:#477000}
.v3-callout-bar .v3-callout-blobs path:first-child{fill:#b6df35}
.v3-callout-bar .v3-callout-text{position:relative;z-index:1;margin:0 auto;font-family:"Barlow Condensed","Inter",system-ui,sans-serif;font-size:clamp(1.8rem,4vw,3.55rem);font-weight:400;line-height:1.05;letter-spacing:-0.02em;color:#2e2e2a;max-width:760px}
.v3-callout-bar .v3-callout-text .cb-l1{display:inline-block;text-transform:uppercase;color:#fff;background:#1c1c1a;border-radius:16px;padding:.18em .52em;line-height:1.14}
.v3-callout-bar .v3-callout-text em{display:inline-block;margin-top:.42em;font-style:normal;color:#628f0e;font-family:"Dancing Script",cursive;font-size:0.74em;font-weight:700;letter-spacing:0;line-height:1.25;text-transform:none;background:rgba(217,255,102,.20);border:1px solid rgba(98,143,14,.20);border-radius:14px;padding:.24em .68em;transform:rotate(-3deg);box-shadow:0 4px 16px rgba(98,143,14,.08)}

.v3-method,
.v3-services,
.v3-pricing {
  padding: clamp(36px, 6.5vw, 88px) 0;
}

.v3-section-head {
  max-width: 820px;
  margin-bottom: clamp(22px, 4.5vw, 58px);
}

.v3-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.44fr);
  gap: 70px;
  align-items: end;
}

.v3-section-head--split > p {
  font-size: 1.05rem;
}

.v3-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ea-line);
  border-left: 1px solid var(--ea-line);
}

.v3-steps article {
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid var(--ea-line);
  border-bottom: 1px solid var(--ea-line);
  background: rgba(255, 255, 255, 0.28);
}

.v3-steps span {
  display: block;
  margin-bottom: 76px;
  color: var(--ea-orange);
  font-weight: 900;
}

.v3-steps h3 {
  margin-bottom: 16px;
}

.v3-showcase {
  padding: clamp(36px, 6.5vw, 80px) 0;
  background: #faf8f4;
}

.v3-showcase__grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 0.82fr);
  gap: 72px;
  align-items: center;
}

.v3-showcase__image {
  height: 640px;
  margin: 0;
  overflow: hidden;
}

.v3-showcase__copy > p:not(.v3-kicker) {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.08rem;
}

.v3-showcase--dash {
  padding-bottom: clamp(36px, 8vw, 110px);
  background: linear-gradient(180deg, #f3f6ec 0%, #eef3e3 100%);
  border-top: 1px solid rgba(71, 112, 0, 0.12);
  border-bottom: 1px solid rgba(71, 112, 0, 0.12);
}

.v3-showcase--dash .v3-showcase__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.52fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.v3-showcase--dash .v3-showcase__top h2 {
  max-width: 560px;
}

.v3-showcase--dash .v3-showcase__top > div > p:not(.v3-kicker) {
  margin-top: 18px;
  font-size: 1.05rem;
}

.v3-showcase--dash .v3-definition-list div {
  grid-template-columns: 1fr;
  gap: 4px;
  padding-block: 16px;
}

.v3-dashboard {
  background: transparent;
  padding: 0;
}

.v3-definition-list {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  border-top: 1px solid var(--ea-line);
}

.v3-definition-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--ea-line);
}

.v3-definition-list dt {
  color: var(--ea-ink);
  font-weight: 900;
}

.v3-definition-list dd {
  margin: 0;
  color: var(--ea-muted);
}

.v3-service-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(160px, auto);
  gap: 16px;
}

.v3-service-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 30px;
  background: #fffaf0;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.v3-service-list article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.12));
  z-index: -1;
}

.v3-service-list article::after {
  display: none;
}

.v3-service-list article:hover {
  border-color: rgba(18, 18, 18, 0.28);
  transform: translateY(-3px);
}

.v3-service-list article:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(145deg, #ecff9b, var(--ea-green));
}

.v3-service-list article:nth-child(2) {
  grid-column: span 4;
  background: linear-gradient(145deg, #151512, #2d2c25);
}

.v3-service-list article:nth-child(3) {
  grid-column: span 2;
  background: linear-gradient(145deg, #f5f0e6, #e8deca);
}

.v3-service-list article:nth-child(4) {
  grid-column: span 2;
  background: linear-gradient(145deg, #fff7f2, #ffe4d6);
}

.v3-service-list article:nth-child(2) h3,
.v3-service-list article:nth-child(2) p {
  color: #fff;
}

.v3-service-list h3 {
  max-width: 12ch;
  margin-bottom: 18px;
  color: var(--ea-ink);
  font-size: clamp(1.18rem, 1.9vw, 1.9rem);
  line-height: 1.02;
}

.v3-service-list p {
  max-width: 38ch;
  color: rgba(18, 18, 18, 0.86);
  font-size: clamp(0.9rem, 0.95vw, 1.02rem);
  line-height: 1.48;
}

.v3-service-list article:nth-child(1) h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
}

.v3-service-list article:nth-child(2) h3 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.45vw, 2.55rem);
}

.v3-service-list article:nth-child(2) p {
  max-width: 50ch;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
}

.v3-service-list article:nth-child(3) h3,
.v3-service-list article:nth-child(4) h3 {
  font-size: clamp(1.05rem, 1.55vw, 1.52rem);
}

.v3-service-list article:nth-child(3) p,
.v3-service-list article:nth-child(4) p {
  font-size: clamp(0.84rem, 0.88vw, 0.96rem);
}

.v3-image-break {
  padding: 0 0 clamp(36px, 6.5vw, 88px);
}

.v3-image-break figure {
  position: relative;
  height: 600px;
  margin: 0;
  overflow: hidden;
}

.v3-pricing {
  background: #f3eee4;
}

.v3-pricing h2 {
  color: var(--ea-ink) !important;
}

.v3-pricing .v3-kicker {
  color: var(--ea-blue) !important;
}

.v3-pricing-table {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.v3-pricing-table article {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) 220px minmax(300px, 0.7fr);
  gap: 42px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.v3-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.v3-price-card {
  display: flex;
  flex-direction: column;
  background: #1a1a17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 26px 22px 24px;
  position: relative;
}

.v3-price-card--feat {
  background: #1f1812;
  border-color: rgba(255, 107, 53, 0.6);
}

.v3-price-card__tag {
  position: absolute;
  top: -11px;
  left: 22px;
  background: var(--ea-orange);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

.v3-price-card__name {
  color: var(--ea-green) !important;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.v3-price-card__amt {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.v3-price-card__per {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 500;
  margin: 6px 0 0;
}

.v3-price-card__line {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 20px 0;
}

.v3-price-card ul {
  display: grid;
  align-content: start;
  gap: 11px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.v3-price-card p:has(.v3-price-card__cta) {
  margin: auto 0 0;
}

.v3-price-card p .v3-price-card__cta {
  display: flex;
}

.v3-price-card p br {
  display: none;
}

.v3-price-card li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}

.v3-price-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ea-green);
  font-weight: 900;
}

.v3-price-card li.v3-price-card__inherit {
  color: #fff;
  font-weight: 700;
  padding-left: 0;
}

.v3-price-card li.v3-price-card__inherit::before {
  content: "";
}

.v3-price-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.18s, border-color 0.18s;
}

.v3-price-card__cta:hover {
  background: rgba(255, 255, 255, 0.14);
}

.v3-price-card--feat .v3-price-card__cta {
  background: var(--ea-orange);
  border-color: var(--ea-orange);
}

.v3-price-card--feat .v3-price-card__cta:hover {
  background: #ff5719;
}

.v3-price-addons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.v3-price-addon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #1a1a17;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px 22px;
}

.v3-price-addon h4 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.v3-price-addon .v3-price-addon__amt {
  color: var(--ea-green);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.v3-price-addon p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  line-height: 1.45;
}

.v3-price-addon--custom {
  grid-column: span 1;
  justify-content: center;
}

.v3-price-addon__link {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ea-orange);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  width: fit-content;
}

.v3-price-addon__link::after {
  content: "\2192";
  transition: transform 0.18s;
}

.v3-price-addon__link:hover::after {
  transform: translateX(4px);
}

@media (max-width: 980px) {
  .v3-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .v3-price-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .v3-price-addons {
    grid-template-columns: 1fr;
  }
  .v3-price-card {
    padding: 20px;
    border-radius: 18px;
  }
  .v3-price-card__name {
    margin: 0;
  }
  .v3-price-card__amt {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 1.5rem;
  }
  .v3-price-card__per {
    margin-top: 2px;
  }
  .v3-price-card__line {
    margin: 14px 0;
  }
  .v3-price-card ul {
    flex: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    margin-bottom: 16px;
  }
  .v3-price-card li {
    font-size: 0.8rem;
    line-height: 1.35;
    padding-left: 18px;
  }
  .v3-price-card li.v3-price-card__inherit {
    grid-column: 1 / -1;
    font-size: 0.84rem;
  }
  .v3-price-card__name {
    font-size: 0.7rem;
  }
  .v3-price-card__per {
    font-size: 0.74rem;
  }
  .v3-price-card__cta {
    font-size: 0.88rem;
    padding: 13px;
  }
  .v3-price-card--feat .v3-price-card__amt {
    top: 30px;
  }
}

.v3-plan {
  margin-bottom: 8px;
  color: var(--ea-green) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v3-pricing-table h3,
.v3-price {
  color: #fff !important;
}

.v3-price {
  font-size: 1.35rem;
  font-weight: 900;
}

.v3-pricing-table ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-pricing-table li {
  color: rgba(255, 255, 255, 0.7);
}

.v3-pricing-table li::before {
  content: "- ";
  color: var(--ea-green);
}

.v3-final {
  padding: clamp(36px, 6.5vw, 80px) 0;
  background: var(--ea-ink);
}

.v3-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: end;
}

.v3-final h2,
.v3-final .v3-kicker {
  color: #fff !important;
}

.v3-final h2 {
  max-width: 920px;
}

.v3-final .v3-btn--light {
  background: var(--ea-green);
  border-color: var(--ea-green);
  color: var(--ea-ink);
}

.site-footer {
  background: var(--ea-ink);
}

.v3-subpage {
  background: var(--ea-paper);
}

.v3-page-hero {
  min-height: min(72vh, 620px);
  padding: clamp(48px, 9vw, 110px) 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 55% 80% at 10% 40%, rgba(71, 112, 0, 0.10), transparent 60%),
    radial-gradient(ellipse 50% 70% at 96% 90%, rgba(255, 107, 53, 0.08), transparent 55%),
    var(--ea-paper);
}

.v3-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.v3-hero-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  border-radius: 30px;
  border: 1px solid rgba(71, 112, 0, 0.22);
  background: rgba(71, 112, 0, 0.05);
  color: var(--ea-ink);
  font-size: 0.82rem;
  font-weight: 600;
}

.v3-hero-chips span::before {
  content: "\2713";
  color: var(--ea-blue);
  font-weight: 900;
}

.v3-chooser-hero {
  min-height: min(78vh, 680px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 4vw, 48px) 0 clamp(32px, 5vw, 64px);
  background:
    radial-gradient(ellipse 60% 55% at 14% 14%, rgba(71, 112, 0, 0.16), transparent 60%),
    radial-gradient(ellipse 55% 45% at 88% 30%, rgba(255, 107, 53, 0.14), transparent 55%),
    linear-gradient(to bottom, #efe8da 0%, #efe8da 60%, var(--ea-ink) 60%, var(--ea-ink) 100%);
}

.v3-chooser-hero .v3-kicker {
  text-align: center;
}

.v3-chooser-hero h1 {
  max-width: 620px;
  margin: 0 auto;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.v3-chooser-skip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--ea-muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.v3-chooser-skip::after {
  content: "\2193";
  transition: transform 0.16s;
}

.v3-chooser-skip:hover {
  color: var(--ea-ink);
}

.v3-chooser-skip:hover::after {
  transform: translateY(3px);
}

.v3-chooser {
  width: 100%;
  max-width: 640px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 26px;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 30px 70px rgba(18, 18, 18, 0.4), 0 12px 28px rgba(18, 18, 18, 0.25);
  position: relative;
}

.v3-chooser__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.v3-chooser__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ea-blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v3-chooser__badge::before {
  content: "\25C6";
  font-size: 0.7rem;
}

.v3-chooser__step {
  color: rgba(18, 18, 18, 0.4);
  font-size: 0.74rem;
  font-weight: 700;
}

.v3-chooser__q {
  color: var(--ea-ink);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 18px;
}

.v3-chooser__opts {
  display: grid;
  gap: 10px;
}

.v3-chooser__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  background: var(--ea-paper);
  color: var(--ea-ink);
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s, border-color 0.16s;
}

.v3-chooser__opt::after {
  content: "\2192";
  color: var(--ea-blue);
  transition: transform 0.16s;
}

.v3-chooser__opt:hover {
  background: rgba(71, 112, 0, 0.06);
  border-color: rgba(71, 112, 0, 0.4);
}

.v3-chooser__opt:hover::after {
  transform: translateX(4px);
}

.v3-chooser__res-name {
  color: var(--ea-blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.v3-chooser__res-price {
  color: var(--ea-ink);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.v3-chooser__res-desc {
  color: var(--ea-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0 0 20px;
}

.v3-chooser__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  background: var(--ea-orange);
  border: 1px solid var(--ea-orange);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.16s;
}

.v3-chooser__cta:hover {
  background: #ff5719;
}

.v3-chooser__reset {
  margin-top: 16px;
  background: none;
  border: none;
  color: rgba(18, 18, 18, 0.45);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.v3-chooser__reset:hover {
  color: var(--ea-ink);
}

.v3-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: 52px;
  align-items: center;
}

.v3-subsection {
  padding: clamp(38px, 7vw, 96px) 0;
}

.v3-subsection--cream {
  background: #faf8f4;
}

.v3-numbered-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v3-numbered-list--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v3-numbered-list article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(215, 255, 102, 0.18), transparent 42%),
    rgba(255, 250, 240, 0.72);
}

.v3-numbered-list article::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.08));
  z-index: -1;
}

.v3-numbered-list article:nth-child(2n) {
  background:
    linear-gradient(90deg, rgba(255, 107, 53, 0.11), transparent 42%),
    rgba(255, 250, 240, 0.72);
}

.v3-numbered-list article:nth-child(3n) {
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.08), transparent 42%),
    rgba(255, 250, 240, 0.72);
}

.v3-numbered-list span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.58);
  color: var(--ea-blue);
  font-size: 0.74rem;
  font-weight: 900;
}

.v3-numbered-list h3 {
  margin-bottom: 12px;
  font-size: clamp(1.08rem, 1.45vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.v3-numbered-list p {
  color: rgba(18, 18, 18, 0.78);
  font-size: 0.9rem;
  line-height: 1.44;
}

.v3-numbered-list--four article {
  min-height: 235px;
  padding: 20px;
}

.v3-numbered-list--four span {
  margin-bottom: 30px;
}

.v3-numbered-list--four h3 {
  font-size: clamp(1rem, 1.28vw, 1.34rem);
}

.v3-numbered-list--four p {
  font-size: 0.86rem;
}

.v3-price-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.v3-price-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) 220px minmax(320px, 0.7fr);
  gap: 28px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.72);
}

.v3-price-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-price-list li::before {
  content: "- ";
  color: var(--ea-blue);
}

.v3-faq-list {
  display: grid;
  gap: 12px;
}

.v3-faq-list article {
  padding: 20px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.72);
}

.v3-faq-list h3 {
  margin-bottom: 10px;
}

.v3-bio-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.v3-bio-card {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid var(--ea-line);
  background: #fff;
}

.v3-bio-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-bio-card li::before {
  content: "- ";
  color: var(--ea-blue);
}

.v3-bio-copy {
  display: grid;
  gap: 24px;
  max-width: 760px;
}

.v3-bio-copy p {
  font-size: 1.12rem;
}

.v3-timeline {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.v3-timeline article {
  display: grid;
  grid-template-columns: 180px minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(215, 255, 102, 0.14), transparent 34%),
    rgba(255, 250, 240, 0.72);
}

.v3-timeline span {
  width: fit-content;
  height: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.58);
  color: var(--ea-blue);
  font-weight: 900;
}

.svc-hero {
  min-height: calc(100vh - 118px);
  padding: 24px 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 60% 80% at 12% 50%, rgba(71, 112, 0, 0.10), transparent 60%),
    radial-gradient(ellipse 50% 70% at 95% 10%, rgba(255, 107, 53, 0.08), transparent 55%),
    var(--ea-paper);
  color: var(--ea-ink);
}

.svc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.svc-hero h1,
.v3-page-hero h1 {
  font-size: clamp(1.72rem, 3.9vw, 4.35rem);
  line-height: 0.98;
}

.svc-hero h1,
.svc-hero .v3-kicker {
  color: var(--ea-ink) !important;
}

.svc-hero .v3-lead {
  color: var(--ea-muted);
}

.svc-hero__proof {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.svc-hero__proof span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
}

.svc-hero__proof strong {
  color: var(--ea-green);
}

.svc-lead-form {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: #11110f;
  box-shadow: 0 22px 60px rgba(18, 18, 18, 0.18);
}

.svc-lead-form::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(215, 255, 102, 0.14));
  pointer-events: none;
}

.svc-lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--ea-green);
}

.svc-lead-form h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.12rem, 1.35vw, 1.42rem);
  line-height: 1.15;
}

.svc-lead-form p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.svc-lead-form form {
  position: relative;
  display: grid;
  gap: 8px;
  z-index: 1;
}

.svc-lead-form input,
.svc-lead-form select,
.svc-lead-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 0.84rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.svc-lead-form input:focus,
.svc-lead-form select:focus,
.svc-lead-form textarea:focus {
  border-color: rgba(71, 112, 0, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(215, 255, 102, 0.34);
}

.svc-lead-form textarea {
  min-height: 70px;
  resize: vertical;
}

.svc-lead-form input::placeholder,
.svc-lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.svc-lead-form select {
  color: rgba(255, 255, 255, 0.78);
}

.svc-lead-form button {
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid var(--ea-green);
  border-radius: 999px;
  background: var(--ea-green);
  color: var(--ea-ink);
  font-weight: 900;
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.svc-lead-form button:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: #fff;
  color: var(--ea-ink);
}

.svc-form-success h2 {
  color: var(--ea-green) !important;
  font-size: 1.35rem;
  margin-bottom: 6px;
}

.svc-form-success p {
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.svc-index {
  padding: 24px 0;
  background: #151512;
  border-block: 0;
}

.svc-index__row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.svc-index__row a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.svc-index__row a:hover {
  background: var(--ea-green);
  border-color: var(--ea-green);
  color: var(--ea-ink);
}

.svc-feature {
  padding: clamp(36px, 8vw, 110px) 0;
  background: var(--ea-paper);
}

.svc-feature__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 0.82fr);
  gap: 72px;
  align-items: center;
}

.svc-feature figure {
  height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(18, 18, 18, 0.1);
}

.svc-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.svc-stack article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px 18px;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(215, 255, 102, 0.18), transparent 42%),
    rgba(255, 250, 240, 0.78);
}

.svc-stack article::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.07));
  z-index: -1;
}

.svc-stack article:nth-child(3n) {
  background:
    linear-gradient(90deg, rgba(255, 107, 53, 0.12), transparent 42%),
    rgba(255, 250, 240, 0.78);
}

.svc-stack article:nth-child(4n) {
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.07), transparent 42%),
    rgba(255, 250, 240, 0.78);
}

.svc-stack span {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 14px;
  color: var(--ea-blue);
  background: rgba(255, 250, 240, 0.5);
  font-size: 0.72rem;
  font-weight: 900;
}

.svc-stack h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.svc-stack p {
  margin: 0;
  color: rgba(18, 18, 18, 0.82);
  font-size: 0.88rem;
  line-height: 1.42;
}

.v3-section-head--split + .svc-stack article {
  grid-template-columns: 54px minmax(0, 1fr);
}

.v3-section-head--split + .svc-stack span {
  position: relative;
  overflow: hidden;
  color: transparent;
  text-indent: -999px;
}

.v3-section-head--split + .svc-stack span::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--ea-blue);
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  text-indent: 0;
}

.v3-section-head--split + .svc-stack article:nth-child(1) span::before {
  content: "\f201";
}

.v3-section-head--split + .svc-stack article:nth-child(2) span::before {
  content: "\f140";
}

.v3-section-head--split + .svc-stack article:nth-child(3) span::before {
  content: "\f0ae";
}

.v3-section-head--split + .svc-stack article:nth-child(4) span::before {
  content: "\f2f1";
}

.svc-deep {
  padding: clamp(36px, 8vw, 110px) 0;
  background: #faf8f4;
}

.svc-deep__grid {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(390px, 38vw);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  padding: 10px 0 22px;
  counter-reset: depth-card;
}

.svc-deep__grid::-webkit-scrollbar {
  display: none;
}

.svc-rail-shell {
  position: relative;
}

.svc-scroll-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 5;
  background: transparent;
}

@media (hover: none), (pointer: coarse), (max-width: 680px) {
  .svc-scroll-zone {
    display: none;
    pointer-events: none;
  }
}

.svc-scroll-zone--left {
  left: 0;
  cursor: default;
}

.svc-scroll-zone--right {
  right: 0;
  cursor: default;
}

.svc-rail-shell.is-scrolling .svc-scroll-zone {
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.035), transparent);
}

.svc-rail-shell.is-scrolling .svc-scroll-zone--right {
  background: linear-gradient(270deg, rgba(18, 18, 18, 0.035), transparent);
}

.svc-deep article {
  counter-increment: depth-card;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 330px;
  padding: 32px;
  border: 1px solid rgba(18, 18, 18, 0.09);
  border-radius: 30px;
  background: #fffaf0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.svc-deep article > * {
  position: relative;
  z-index: 1;
}

.svc-deep article::marker {
  display: none;
}

.svc-deep article::before {
  content: counter(depth-card, decimal-leading-zero);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ea-green);
  color: var(--ea-ink);
  font-size: 0.78rem;
  font-weight: 950;
}

.svc-deep article::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.12));
  opacity: 1;
  z-index: 0;
}

.svc-deep article:nth-child(2) {
  background: #fff3ec;
}

.svc-deep article:nth-child(3) {
  background: #151512;
}

.svc-deep article:nth-child(4) {
  background: #f1eee7;
}

.svc-deep article:nth-child(5) {
  background: #f9ffe1;
}

.svc-deep article:nth-child(6) {
  background: #eef1f3;
}

.svc-deep article:nth-child(2)::before {
  background: var(--ea-orange);
}

.svc-deep article:nth-child(4)::before {
  background: #c8c2b4;
}

.svc-deep article:nth-child(6)::before {
  background: #b9c0c8;
}

.svc-deep h3 {
  margin: auto 0 14px;
  max-width: 11ch;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1.02;
}

.svc-deep p {
  color: rgba(18, 18, 18, 0.72);
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.55;
}

.svc-deep article:nth-child(3) h3,
.svc-deep article:nth-child(3) p {
  color: #fff;
}

.svc-deep article:nth-child(3)::before {
  background: var(--ea-green);
}

.svc-outcomes {
  padding: clamp(36px, 8vw, 110px) 0;
  background: #151512;
}

.svc-outcomes h2,
.svc-outcomes .v3-kicker {
  color: #fff !important;
}

.svc-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.svc-outcomes article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.svc-outcomes article:nth-child(1) {
  background: var(--ea-green);
}

.svc-outcomes article:nth-child(1) strong,
.svc-outcomes article:nth-child(1) p {
  color: var(--ea-ink);
}

.svc-outcomes article:nth-child(3) {
  background: #fff3ec;
}

.svc-outcomes article:nth-child(3) strong,
.svc-outcomes article:nth-child(3) p {
  color: var(--ea-ink);
}

.svc-outcomes strong {
  display: block;
  margin-bottom: 44px;
  color: var(--ea-green);
  font-size: clamp(1.28rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.svc-outcomes article:nth-child(2) strong,
.svc-outcomes article:nth-child(4) strong {
  color: #fff;
}

.svc-outcomes article:nth-child(2) h3,
.svc-outcomes article:nth-child(4) h3 {
  color: #fff;
}

.svc-outcomes p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-col__trigger {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
}

.footer-col__trigger span:first-child {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
}

.footer-col__icon {
  display: none;
}

.footer-col__panel {
  display: grid;
  gap: 9px;
}

@media (max-width: 1080px) {
  .primary-nav,
  .header-cta,
  .topbar {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .v3-hero__grid,
  .v3-belief__grid,
  .v3-showcase__grid,
  .v3-section-head--split,
  .v3-final__grid,
  .v3-page-hero__grid,
  .v3-bio-grid {
    grid-template-columns: 1fr;
  }

  .v3-numbered-list,
  .v3-numbered-list--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-price-list article,
  .v3-timeline article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v3-bio-card {
    position: static;
  }

  .v3-hero__media {
    height: clamp(190px, calc(88vh - 430px), 380px);
    min-height: 0;
  }

  .v3-showcase__image,
  .v3-image-break figure {
    height: 420px;
    min-height: 0;
  }

  .v3-showcase--dash .v3-showcase__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v3-db-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .v3-db-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .v3-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v3-logo-row {
    display: block;
  }

  .v3-pricing-table article {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (min-width: 681px) and (max-height: 760px) {
  .v3-home h1,
  .svc-hero h1,
  .v3-page-hero h1 {
    font-size: clamp(2rem, 3.35vw, 3.65rem);
  }

  .v3-lead {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.44;
  }

  .v3-actions {
    margin-top: 14px;
  }

  .v3-hero,
  .v3-page-hero,
  .svc-hero {
    min-height: calc(100vh - 100px);
    padding-block: 16px;
  }

  .v3-hero__media {
    height: min(380px, calc(88vh - 135px));
    min-height: 260px;
  }

  .svc-lead-form {
    padding: 26px;
  }

  .svc-lead-form p {
    margin-bottom: 10px;
  }

  .svc-lead-form textarea {
    min-height: 48px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .container,
  .site-header__inner,
  .footer-main,
  .footer-bottom,
  .v3-wrap {
    width: min(100% - 20px, 1200px);
  }

  .site-header {
    border-bottom-color: var(--ea-line);
  }

  .site-header__inner {
    height: 58px;
  }

  .brand {
    gap: 8px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    font-size: 0.66rem;
  }

  .brand__text strong {
    font-size: 0.9rem;
  }

  .brand__text em {
    display: none;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .v3-home h1 {
    font-size: clamp(1.72rem, 7.2vw, 2.18rem);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .v3-home h2 {
    font-size: clamp(1.48rem, 6.3vw, 2.02rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .v3-home h3 {
    font-size: clamp(1.05rem, 4.4vw, 1.28rem);
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .v3-kicker {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .v3-lead {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .v3-actions {
    gap: 10px;
    margin-top: 15px;
  }

  .v3-btn {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 0.84rem;
  }

  .v3-hero,
  .svc-hero,
  .v3-method,
  .v3-showcase,
  .v3-services,
  .v3-pricing,
  .v3-final,
  .v3-belief,
  .v3-systems,
  .v3-page-hero,
  .v3-subsection {
    padding-block: 30px;
    margin-bottom: 6px;
  }

  .v3-hero {
    min-height: auto;
    padding-top: 24px;
  }

  .v3-proof {
    padding: 28px 0;
  }

  .v3-proof .v3-wrap {
    min-height: 280px;
  }

  .v3-hero__grid,
  .v3-showcase__grid {
    gap: 14px;
  }

  .v3-hero__media {
    height: clamp(260px, 72vw, 340px);
  }

  .v3-showcase__image,
  .v3-image-break figure {
    height: 160px;
  }

  .v3-hero .v3-actions {
    margin-bottom: 18px;
  }

  .v3-proof__statement {
    margin-top: 0;
    padding: 22px;
    border-radius: 24px;
  }

  .v3-logo-row .client-logo {
    width: 118px;
    height: 72px;
    border-radius: 16px;
    opacity: 0.36;
  }

  .v3-logo-row .client-logo img {
    max-height: 82%;
    max-width: 92%;
  }

  .v3-logo-row .client-logo:nth-child(7),
  .v3-logo-row .client-logo:nth-child(8),
  .v3-logo-row .client-logo:nth-child(9) {
    display: none;
  }

  .v3-logo-row .client-logo:nth-child(1) {
    left: 0;
    top: 0;
    opacity: 0.5;
  }

  .v3-logo-row .client-logo:nth-child(2) {
    left: auto;
    right: 0;
    top: 0;
    opacity: 0.5;
  }

  .v3-logo-row .client-logo:nth-child(3) {
    left: 31%;
    right: auto;
    top: 6%;
  }

  .v3-logo-row .client-logo:nth-child(4) {
    left: 5%;
    top: 72%;
  }

  .v3-logo-row .client-logo:nth-child(5) {
    right: 7%;
    top: 74%;
  }

  .v3-logo-row .client-logo:nth-child(6) {
    right: 0;
    top: 40%;
  }

  .v3-hero__media figcaption,
  .v3-image-break figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }

  .v3-hero__media figcaption span,
  .v3-image-break figcaption span {
    display: none;
  }

  .v3-belief__grid {
    gap: 20px;
  }

  .v3-belief__text {
    gap: 14px;
  }

  .v3-belief__text p,
  .v3-section-head--split > p,
  .v3-service-list p,
  .v3-system-card p,
  .v3-showcase__copy > p:not(.v3-kicker) {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .v3-section-head {
    margin-bottom: 22px;
  }

  .v3-systems__head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 22px;
  }

  .v3-rail-controls {
    justify-content: flex-end;
  }

  .v3-rail-btn {
    width: 42px;
    height: 42px;
  }

  .v3-card-rail {
    grid-auto-columns: minmax(260px, 82vw);
    gap: 12px;
  }

  .v3-system-card {
    min-height: 236px;
    padding: 18px;
    border-radius: 22px;
  }

  .v3-system-card span {
    padding: 6px 9px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .v3-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 0;
  }

  .v3-numbered-list,
  .v3-numbered-list--four {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .v3-numbered-list article {
    min-height: auto;
    padding: 14px;
    border-radius: 18px;
  }

  .v3-numbered-list span {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 11px;
    font-size: 0.62rem;
  }

  .v3-numbered-list h3 {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .v3-numbered-list p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .v3-steps article {
    min-height: 164px;
    padding: 14px;
    border: 1px solid var(--ea-line);
    background: rgba(255, 255, 255, 0.36);
  }

  .v3-steps span {
    margin-bottom: 22px;
    font-size: 0.72rem;
  }

  .v3-steps h3 {
    margin-bottom: 8px;
    font-size: 0.98rem;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .v3-steps p {
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .v3-definition-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 18px;
  }

  .v3-showcase--dash .v3-definition-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    border-top: none;
    margin-top: 22px;
  }

  .v3-showcase--dash .v3-definition-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px;
    border-bottom: none;
    border: 1px solid rgba(71, 112, 0, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
  }

  .v3-showcase--dash .v3-definition-list dt {
    font-size: 0.82rem;
  }

  .v3-showcase--dash .v3-definition-list dd {
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .v3-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(132px, auto);
    gap: 10px;
  }

  .v3-service-list article {
    padding: 14px;
    border-radius: 20px;
  }

  .v3-service-list article::after {
    inset: auto 12px 12px;
    height: 2px;
  }

  .v3-service-list article:nth-child(1),
  .v3-service-list article:nth-child(2) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .v3-service-list article:nth-child(3),
  .v3-service-list article:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .v3-service-list h3 {
    max-width: 12ch;
    margin-bottom: 12px;
    font-size: clamp(0.9rem, 4.2vw, 1.08rem);
    line-height: 1.08;
  }

  .v3-service-list p {
    font-size: clamp(0.68rem, 3vw, 0.78rem);
    line-height: 1.38;
  }

  .v3-service-list article:nth-child(1) h3,
  .v3-service-list article:nth-child(2) h3 {
    max-width: 18ch;
    font-size: clamp(1.08rem, 5vw, 1.35rem);
  }

  .v3-service-list article:nth-child(1) p,
  .v3-service-list article:nth-child(2) p {
    font-size: clamp(0.78rem, 3.3vw, 0.88rem);
  }

  .v3-service-list article:nth-child(3) h3,
  .v3-service-list article:nth-child(4) h3 {
    max-width: 11ch;
    font-size: clamp(0.78rem, 3.65vw, 0.98rem);
  }

  .v3-service-list article:nth-child(3) p,
  .v3-service-list article:nth-child(4) p {
    font-size: clamp(0.62rem, 2.75vw, 0.72rem);
  }

  .v3-image-break {
    padding-bottom: 42px;
  }

  .v3-pricing-table article {
    gap: 12px;
    padding: 22px 0;
  }

  .v3-price-list article,
  .v3-timeline article {
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  .v3-price-list article {
    grid-template-columns: 1fr;
  }

  .v3-timeline article {
    grid-template-columns: 1fr;
  }

  .v3-faq-list article {
    padding: 14px;
    border-radius: 18px;
  }

  .v3-bio-grid,
  .v3-page-hero__grid {
    gap: 20px;
  }

  .svc-hero,
  .svc-feature,
  .svc-deep,
  .svc-outcomes {
    padding-block: 24px;
  }

  .svc-hero,
  .v3-page-hero {
    min-height: auto;
  }

  .svc-hero h1,
  .v3-page-hero h1 {
    font-size: clamp(1.52rem, 7.2vw, 2rem);
    line-height: 1.02;
  }

  .svc-hero__grid,
  .svc-feature__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .svc-lead-form {
    padding: 14px;
  }

  .svc-lead-form h2 {
    margin-bottom: 6px;
    font-size: 1.18rem;
  }

  .svc-lead-form p {
    margin-bottom: 10px;
    font-size: 0.86rem;
  }

  .svc-lead-form form {
    gap: 7px;
  }

  .svc-lead-form input,
  .svc-lead-form select,
  .svc-lead-form textarea {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .svc-lead-form textarea {
    min-height: 58px;
  }

  .svc-lead-form button {
    min-height: 40px;
  }

  .svc-hero__proof span {
    padding: 11px 0;
  }

  .svc-index {
    padding: 14px 0;
  }

  .svc-feature figure {
    height: 260px;
    border-radius: 22px;
  }

  .svc-stack {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .svc-stack article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .svc-stack span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    padding: 0;
    font-size: 0.62rem;
  }

  .svc-stack h3 {
    max-width: none;
    margin-bottom: 0;
    font-size: 0.92rem;
  }

  .svc-stack p {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .svc-outcomes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .svc-deep__grid {
    grid-auto-columns: minmax(82vw, 82vw);
    gap: 12px;
  }

  .svc-deep article {
    min-height: 245px;
    padding: 22px;
    border-radius: 22px;
  }

  .svc-deep h3 {
    font-size: 1.35rem;
  }

  .svc-deep p {
    font-size: 0.9rem;
  }

  .svc-outcomes article {
    min-height: 150px;
    padding: 14px;
    border-radius: 20px;
  }

  .svc-outcomes strong {
    margin-bottom: 18px;
    font-size: clamp(0.95rem, 4vw, 1.18rem);
  }

  .svc-outcomes p {
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .v3-bio-card {
    padding: 16px;
  }

  .v3-bio-copy {
    gap: 14px;
  }

  .v3-bio-copy p {
    font-size: 0.98rem;
  }

  .v3-price {
    font-size: 1.08rem;
  }

  .v3-pricing-table ul {
    gap: 5px;
  }

  .v3-final__grid {
    gap: 20px;
  }

  .footer-main {
    gap: 22px;
    padding: 34px 0;
  }

  .footer-brand {
    padding-bottom: 18px;
  }

  .footer-col {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .footer-col__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin: 0;
    color: #fff;
  }

  .footer-col__icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .footer-col__icon::before,
  .footer-col__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 1px;
    background: rgba(255, 255, 255, 0.72);
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .footer-col__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .footer-col.is-open .footer-col__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .footer-col__panel {
    max-height: 0;
    overflow: hidden;
    gap: 0;
    padding: 0;
    transition: max-height 0.24s ease, padding 0.24s ease;
  }

  .footer-col.is-open .footer-col__panel {
    max-height: 220px;
    padding: 0 0 14px;
  }

  .footer-col__panel a {
    display: block;
    padding: 7px 0;
    font-size: 0.92rem;
  }

  .footer-bottom {
    padding: 18px 0;
  }
}

/* Fix: mobile drawer must sit above sticky header (z-index:1000) */
.mobile-drawer{z-index:1100}
.drawer-overlay{z-index:1090}

/* Mega-menu sits flush under the header; the nav item fills the full header height
   so hover stays continuous from the link into the menu — no bridge needed. */
.mega-menu{top:76px}
.primary-nav{align-self:stretch}
.nav-list{height:100%;align-items:stretch}
.nav-item{display:flex;align-items:center;height:100%}
