.eim-homepage-active {
  background: #f7f9f6 !important;
}

body.eim-homepage-active #masthead,
body.eim-homepage-active #main-slider,
body.eim-homepage-active #breadcrumb,
body.eim-homepage-active .header-cycle-slideshow,
body.eim-homepage-active .cycle-slideshow,
body.eim-homepage-active .slider-section,
body.eim-homepage-active .main-slider,
body.eim-homepage-active .featured-slider,
body.eim-homepage-active .breadcrumb,
body.eim-homepage-active .breadcrumbs,
body.eim-homepage-active .breadcrumb-trail,
body.eim-homepage-active .entry-header,
body.eim-homepage-active #sidebar-primary,
body.eim-homepage-active .sidebar,
body.eim-homepage-active .widget-area,
body.eim-homepage-active #colophon,
body.eim-homepage-active footer.site-footer,
body.eim-homepage-active #footer-widgets {
  display: none !important;
}

body.eim-homepage-active #page,
body.eim-homepage-active #content,
body.eim-homepage-active .site-content,
body.eim-homepage-active #content .container,
body.eim-homepage-active .site-content .container,
body.eim-homepage-active .inner-wrapper,
body.eim-homepage-active #primary,
body.eim-homepage-active .content-area,
body.eim-homepage-active #main,
body.eim-homepage-active .site-main,
body.eim-homepage-active article,
body.eim-homepage-active .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  float: none !important;
}

body.eim-homepage-active .entry-content > :where(div, section, article) {
  max-width: none !important;
}

body.admin-bar.eim-homepage-active .eim-site-header {
  top: 32px;
}

body.eim-homepage-active .eim-hero,
body.eim-homepage-active .eim-hero h1,
body.eim-homepage-active .eim-hero h2,
body.eim-homepage-active .eim-hero h3,
body.eim-homepage-active .eim-site-header,
body.eim-homepage-active .eim-site-header a {
  color: #ffffff !important;
}

body.eim-homepage-active .eim-hero .eim-eyebrow {
  color: #d9ff75 !important;
}

body.eim-homepage-active .eim-hero-copy,
body.eim-homepage-active .eim-hero-panel {
  color: rgba(255, 255, 255, 0.86) !important;
}

body.eim-homepage-active .eim-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 8, 8, 0.98) 0%, rgba(3, 8, 8, 0.9) 42%, rgba(3, 8, 8, 0.58) 74%, rgba(3, 8, 8, 0.82) 100%),
    linear-gradient(0deg, rgba(3, 8, 8, 0.98) 0%, rgba(3, 8, 8, 0.22) 48%, rgba(3, 8, 8, 0.72) 100%) !important;
}

body.eim-homepage-active .eim-site-header .eim-nav-cta {
  color: #07100f !important;
}

body.eim-homepage-active .eim-cta,
body.eim-homepage-active .eim-cta h2,
body.eim-homepage-active .eim-cta h3,
body.eim-homepage-active .eim-cta label {
  color: #ffffff !important;
}

body.eim-homepage-active .eim-cta p,
body.eim-homepage-active .eim-cta .wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.86) !important;
}

.eim-premium-homepage {
  --ink: #111716;
  --muted: #5f6f6b;
  --paper: #f7f9f6;
  --white: #ffffff;
  --teal: #00a99d;
  --teal-dark: #007c75;
  --lime: #c8ef62;
  --amber: #d9a441;
  --line: #dce5df;
  --charcoal: #091111;
}

.eim-premium-homepage, .eim-premium-homepage * {
  box-sizing: border-box;
}

.eim-premium-homepage {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.eim-premium-homepage a {
  color: inherit;
  text-decoration: none;
}

.eim-site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: rgba(9, 17, 17, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.eim-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.eim-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(200, 239, 98, 0.5);
  background: var(--lime);
  color: var(--charcoal);
  font-weight: 800;
  letter-spacing: 0;
}

.eim-brand-name {
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.eim-nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
}

.eim-nav a:hover {
  color: var(--lime);
}

.eim-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.eim-hero-media,
.eim-hero-overlay {
  position: absolute;
  inset: 0;
}

.eim-hero-media {
  
  background-position: 66% center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.08);
}

.eim-hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 17, 17, 0.98) 0%, rgba(9, 17, 17, 0.86) 38%, rgba(9, 17, 17, 0.45) 68%, rgba(9, 17, 17, 0.7) 100%),
    linear-gradient(0deg, rgba(9, 17, 17, 0.95) 0%, rgba(9, 17, 17, 0.18) 48%, rgba(9, 17, 17, 0.65) 100%);
}

.eim-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 160px 0 58px;
}

.eim-eyebrow,
.eim-section-kicker {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eim-premium-homepage h1,
.eim-premium-homepage h2,
.eim-premium-homepage h3,
.eim-premium-homepage p {
  margin-top: 0;
}

.eim-premium-homepage h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.eim-hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

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

.eim-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
}

.eim-button.eim-primary {
  background: var(--lime);
  color: var(--charcoal);
}

.eim-button.eim-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.eim-signal-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin-top: 58px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.eim-signal-row span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: rgba(9, 17, 17, 0.68);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.eim-section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.eim-intro .eim-split,
.eim-process,
.eim-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.eim-split h2,
.eim-section-heading h2,
.eim-proof h2,
.eim-process-copy h2,
.eim-cta h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.eim-split p,
.eim-section-heading p,
.eim-process-copy p,
.eim-cta p {
  color: var(--muted);
  font-size: 18px;
}

.eim-band {
  width: 100%;
  padding-right: clamp(20px, 4vw, 56px);
  padding-left: clamp(20px, 4vw, 56px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.eim-section-heading {
  width: min(1160px, 100%);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
}

.eim-feature-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.eim-feature {
  min-height: 280px;
  padding: 26px;
  background: var(--white);
}

.eim-feature-index {
  color: var(--teal-dark);
  font-weight: 850;
}

.eim-feature h3 {
  margin: 52px 0 12px;
  font-size: 22px;
  line-height: 1.1;
}

.eim-feature p,
.eim-proof-item span,
.eim-steps li {
  color: var(--muted);
}

.eim-proof {
  align-items: center;
}

.eim-proof-list {
  border-top: 1px solid var(--line);
}

.eim-proof-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.eim-proof-item strong {
  color: var(--teal-dark);
}

.eim-process-section {
  padding-top: 28px;
}

.eim-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.eim-steps li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.eim-steps span {
  color: var(--ink);
  font-weight: 850;
}

.eim-cta {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(32px, 6vw, 80px);
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eim-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.eim-contact-form {
  display: grid;
  gap: 14px;
}

.eim-contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 750;
}

.eim-contact-form input,
.eim-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
}

.eim-contact-form input::placeholder,
.eim-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.eim-contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: var(--charcoal);
  background: var(--lime);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.eim-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(20px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

/* Premium brand pass */
.eim-premium-homepage {
  --ink: #0c1110;
  --muted: #66736f;
  --paper: #f3f6f1;
  --white: #ffffff;
  --teal: #00b9aa;
  --teal-dark: #006f69;
  --lime: #d9ff75;
  --amber: #d5ad5a;
  --line: #dce4dd;
  --charcoal: #070d0d;
  --charcoal-2: #101918;
  --smoke: #edf2ec;
  --shadow: 0 24px 80px rgba(7, 13, 13, 0.16);
}

.eim-premium-homepage {
  background:
    linear-gradient(180deg, #f6f8f4 0%, #edf2ec 48%, #f7f8f3 100%);
  font-feature-settings: "kern";
}

.eim-site-header {
  top: 18px;
  right: clamp(14px, 3vw, 38px);
  left: clamp(14px, 3vw, 38px);
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(7, 13, 13, 0.72);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
}

.eim-brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(217, 255, 117, 0.38);
  background:
    linear-gradient(135deg, rgba(217, 255, 117, 1), rgba(0, 185, 170, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 14px 36px rgba(0, 185, 170, 0.22);
}

.eim-brand-mark span {
  color: #07100f;
  font-size: 13px;
  font-weight: 950;
}

.eim-brand-name {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.eim-brand-name strong {
  font-size: 15px;
  font-weight: 850;
}

.eim-brand-name span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 650;
}

.eim-nav {
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.eim-nav a {
  padding: 10px 13px;
  border-radius: 7px;
}

.eim-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.eim-nav .eim-nav-cta {
  color: #08100f;
  background: var(--lime);
}

.eim-hero {
  min-height: 100vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eim-hero::after {
  content: "";
  position: absolute;
  right: 5vw;
  bottom: 7vh;
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  border: 1px solid rgba(217, 255, 117, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.eim-hero-media {
  background-position: 72% center;
  opacity: 0.86;
  transform: scale(1.02);
}

.eim-hero-overlay {
  background:
    radial-gradient(circle at 72% 30%, rgba(0, 185, 170, 0.22), transparent 32%),
    radial-gradient(circle at 86% 80%, rgba(217, 255, 117, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(7, 13, 13, 0.98) 0%, rgba(7, 13, 13, 0.92) 39%, rgba(7, 13, 13, 0.48) 70%, rgba(7, 13, 13, 0.76) 100%),
    linear-gradient(0deg, rgba(7, 13, 13, 1) 0%, rgba(7, 13, 13, 0.12) 52%, rgba(7, 13, 13, 0.72) 100%);
}

.eim-hero-frame {
  position: absolute;
  inset: 112px clamp(18px, 4vw, 54px) 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.eim-hero-frame::before,
.eim-hero-frame::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 1px;
  background: var(--lime);
}

.eim-hero-frame::before {
  top: -1px;
  left: 28px;
}

.eim-hero-frame::after {
  right: 28px;
  bottom: -1px;
}

.eim-hero-inner {
  width: min(1240px, calc(100% - 48px));
  padding: 190px 0 54px;
}

.eim-eyebrow,
.eim-section-kicker {
  color: var(--teal-dark);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.eim-hero .eim-eyebrow,
.eim-cta .eim-eyebrow {
  color: var(--lime);
}

.eim-premium-homepage h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(56px, 8.4vw, 116px);
  line-height: 0.88;
  font-weight: 820;
}

.eim-hero-copy {
  max-width: 735px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.52;
}

.eim-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.eim-button.eim-primary {
  background: linear-gradient(135deg, var(--lime), #aef5dc);
  box-shadow: 0 18px 44px rgba(217, 255, 117, 0.18);
}

.eim-button.eim-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.eim-hero-panel {
  display: grid;
  grid-template-columns: 0.82fr 1fr 1.25fr;
  gap: 1px;
  width: min(1050px, 100%);
  margin-top: 72px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.eim-hero-panel div {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
  background: rgba(7, 13, 13, 0.72);
  backdrop-filter: blur(10px);
}

.eim-panel-label {
  color: rgba(217, 255, 117, 0.72);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eim-hero-panel strong {
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.15;
}

.eim-marquee {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.eim-marquee span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.eim-section {
  width: min(1240px, calc(100% - 48px));
  padding: 118px 0;
}

.eim-split h2,
.eim-section-heading h2,
.eim-proof h2,
.eim-process-copy h2,
.eim-cta h2 {
  font-size: clamp(38px, 4.7vw, 70px);
  line-height: 0.98;
  font-weight: 820;
}

.eim-split p,
.eim-section-heading p,
.eim-process-copy p,
.eim-cta p {
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.68;
}

.eim-metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 76px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.eim-metrics-strip div {
  min-height: 158px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.eim-metrics-strip strong {
  color: var(--teal-dark);
  font-size: 13px;
}

.eim-metrics-strip span {
  max-width: 280px;
  font-size: 20px;
  font-weight: 780;
  line-height: 1.18;
}

.eim-band {
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 255, 117, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 169, 157, 0.12), transparent 30%),
    linear-gradient(180deg, #eef5ef 0%, #e7f0ea 100%);
  padding-top: 150px;
  padding-bottom: 118px;
}

.eim-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  gap: 18px;
  background: transparent;
}

.eim-feature {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(0, 124, 117, 0.2);
  background:
    linear-gradient(145deg, rgba(226, 240, 231, 0.94), rgba(209, 230, 220, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 18px 48px rgba(7, 16, 15, 0.045);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.eim-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(0, 185, 170, 0.18);
}

.eim-feature-index {
  color: var(--amber);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.eim-feature h3 {
  max-width: 430px;
  margin: 76px 0 16px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
}

.eim-feature p {
  max-width: 510px;
  font-size: 17px;
  line-height: 1.65;
}

.eim-proof-list {
  border-top: 0;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.eim-proof-item {
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.eim-proof-item strong {
  color: var(--lime);
}

.eim-proof-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.eim-proof-item b {
  color: var(--white);
}

.eim-ai-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  padding-top: 42px;
}

.eim-ai-proof-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.98;
  font-weight: 820;
}

.eim-ai-proof-copy p {
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.68;
}

.eim-ai-proof-points {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.eim-ai-proof-points span {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(0, 111, 105, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.eim-ai-proof-visual {
  position: relative;
  margin: 0;
  padding: 16px;
  background: var(--charcoal);
  box-shadow: 0 30px 90px rgba(7, 13, 13, 0.2);
}

.eim-ai-proof-visual::before {
  content: "";
  position: absolute;
  inset: -16px 28px auto auto;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(0, 185, 170, 0.22);
  pointer-events: none;
}

.eim-ai-proof-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.eim-ai-proof-visual figcaption {
  padding: 14px 2px 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.eim-process-section {
  padding-top: 78px;
}

.eim-steps {
  border-top: 1px solid rgba(12, 17, 16, 0.14);
}

.eim-steps li {
  grid-template-columns: 142px minmax(0, 1fr);
  padding: 30px 0;
  color: var(--muted);
  font-size: 18px;
}

.eim-steps span {
  color: var(--teal-dark);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eim-insights-section {
  padding-top: 86px;
}

.eim-insights-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}

.eim-insights-header h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.7vw, 70px);
  line-height: 0.98;
  font-weight: 820;
}

.eim-insights-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.68;
}

.eim-blog-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
}

.eim-featured-post {
  position: relative;
  min-height: 470px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 4vw, 46px);
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(7, 13, 13, 0.94), rgba(7, 13, 13, 0.72)),
    url("ai-search-media-hero.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.eim-featured-post::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.eim-featured-post > * {
  position: relative;
  z-index: 1;
}

.eim-post-meta {
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eim-featured-post h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.eim-featured-post p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.eim-featured-post strong {
  margin-top: 18px;
  color: var(--lime);
}

.eim-post-list {
  display: grid;
  border-top: 1px solid rgba(12, 17, 16, 0.13);
}

.eim-post-list a {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(12, 17, 16, 0.13);
}

.eim-post-list a:hover .eim-post-title {
  color: var(--teal-dark);
}

.eim-post-list span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.eim-post-title {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
  font-weight: 680;
  letter-spacing: 0;
  transition: color 160ms ease;
}

.eim-cta {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  padding: clamp(36px, 5vw, 72px);
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 185, 170, 0.18), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(217, 255, 117, 0.12), transparent 24%),
    var(--charcoal);
  box-shadow: 0 28px 90px rgba(7, 13, 13, 0.22);
  overflow: hidden;
}

.eim-cta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.eim-cta-content,
.eim-contact-form {
  position: relative;
  z-index: 1;
}

.eim-contact-form {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.eim-contact-form input,
.eim-contact-form textarea {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
}

.eim-contact-form input:focus,
.eim-contact-form textarea:focus {
  outline: 2px solid rgba(217, 255, 117, 0.36);
  border-color: rgba(217, 255, 117, 0.5);
}

.eim-contact-form button {
  min-height: 54px;
  background: linear-gradient(135deg, var(--lime), #aef5dc);
}

.eim-footer {
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 14px;
}

@media (max-width: 860px) {
  .eim-site-header {
    position: absolute;
    align-items: flex-start;
    top: 14px;
    right: 14px;
    left: 14px;
  }

  .eim-nav {
    display: none;
  }

  .eim-brand-name {
    white-space: normal;
  }

  .eim-hero {
    min-height: auto;
  }

  .eim-hero-media {
    background-position: center top;
  }

  .eim-hero-overlay {
    background:
      radial-gradient(circle at 72% 22%, rgba(0, 185, 170, 0.18), transparent 30%),
      linear-gradient(0deg, rgba(7, 13, 13, 0.98) 0%, rgba(7, 13, 13, 0.82) 58%, rgba(7, 13, 13, 0.76) 100%),
      rgba(7, 13, 13, 0.35);
  }

  .eim-hero-inner {
    width: min(100% - 32px, 1240px);
    padding-top: 136px;
  }

  .eim-signal-row,
  .eim-hero-panel,
  .eim-marquee,
  .eim-metrics-strip,
  .eim-ai-proof-section,
  .eim-insights-header,
  .eim-blog-showcase,
  .eim-intro .eim-split,
  .eim-section-heading,
  .eim-feature-grid,
  .eim-proof,
  .eim-process,
  .eim-cta {
    grid-template-columns: 1fr;
  }

  .eim-hero-frame {
    display: none;
  }

  .eim-hero-panel {
    margin-top: 44px;
  }

  .eim-hero-panel div {
    min-height: auto;
    padding: 18px;
  }

  .eim-marquee span {
    min-height: 62px;
  }

  .eim-metrics-strip div {
    min-height: 124px;
  }

  .eim-feature {
    min-height: auto;
  }

  .eim-feature h3 {
    margin-top: 28px;
  }

  .eim-proof-item,
  .eim-steps li,
  .eim-post-list a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .eim-featured-post {
    min-height: 390px;
  }

  .eim-ai-proof-section {
    padding-top: 16px;
  }

  .eim-ai-proof-visual {
    padding: 10px;
  }

  .eim-cta {
    width: min(100% - 32px, 1240px);
  }
}

@media (max-width: 520px) {
  .eim-premium-homepage h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .eim-brand-mark {
    width: 40px;
    height: 40px;
  }

  .eim-hero-actions .eim-button {
    width: 100%;
  }

  .eim-section {
    width: min(100% - 32px, 1240px);
    padding: 68px 0;
  }

  .eim-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .eim-feature {
    padding: 24px;
  }

  .eim-feature h3 {
    font-size: 28px;
  }

  .eim-contact-form {
    padding: 16px;
  }
}
