/* Nav responsive */
.nav-desktop { display: none; }
.nav-cta-desktop { display: none; }
.nav-hamburger { display: flex; }
@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
  .nav-cta-desktop { display: inline-flex; }
  .nav-hamburger { display: none; }
}

/* Sections */
.ea-section {
  padding: 80px 0;
  position: relative;
}
.ea-section--alt {
  background-color: rgba(255, 255, 255, 0.5);
}
.ea-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .ea-container { padding: 0 48px; }
  .ea-section { padding: 100px 0; }
}

.ea-section-label {
  font-size: 11.7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(0, 84%, 55%);
  margin-bottom: 12px;
}
.ea-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: rgb(23, 23, 23);
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ea-section-heading { font-size: 36px; }
}
.ea-section-subheading {
  font-size: 14.4px;
  color: rgba(23, 23, 23, 0.55);
  line-height: 1.625;
  max-width: 600px;
}
.ea-section-header {
  margin-bottom: 56px;
}
.ea-section-header--center {
  text-align: center;
}
.ea-section-header--center .ea-section-subheading {
  margin-left: auto;
  margin-right: auto;
}

/* Feature blocks */
.ea-feature {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 48px 0;
}
.ea-feature + .ea-feature {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ea-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ea-feature__label {
  font-size: 11.7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(0, 84%, 55%);
  margin-bottom: 12px;
}
.ea-feature__title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(23, 23, 23);
  line-height: 1.25;
  margin-bottom: 16px;
}
.ea-feature__text {
  font-size: 14.4px;
  color: rgba(23, 23, 23, 0.55);
  line-height: 1.7;
  margin-bottom: 20px;
}
.ea-feature__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ea-feature__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(23, 23, 23, 0.65);
  line-height: 1.5;
}
.ea-feature__list-item svg {
  width: 18px;
  height: 18px;
  color: hsl(0, 84%, 55%);
  flex-shrink: 0;
  margin-top: 1px;
}
.ea-feature__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ea-feature__image {
  width: 100%;
  border-radius: 12px;
  border: 1.5px solid rgba(220, 38, 38, 0.15);
  box-shadow:
    0 0 8px rgba(220, 38, 38, 0.06),
    0 0 20px rgba(220, 38, 38, 0.03),
    0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .ea-feature {
    flex-direction: row;
    gap: 56px;
    align-items: center;
  }
  .ea-feature--reverse {
    flex-direction: row-reverse;
  }
  .ea-feature__content,
  .ea-feature__visual {
    flex: 1;
  }
  .ea-feature__title {
    font-size: 28px;
  }
}

/* Steps */
.ea-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .ea-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.ea-step {
  text-align: center;
}
.ea-step__number {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: hsl(0, 84%, 55%);
  color: white;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.ea-step__title {
  font-size: 16.2px;
  font-weight: 600;
  color: rgb(23, 23, 23);
  margin-bottom: 8px;
}
.ea-step__text {
  font-size: 13.5px;
  color: rgba(23, 23, 23, 0.55);
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}
.ea-step__image {
  width: 100%;
  border-radius: 12px;
  border: 1.5px solid rgba(220, 38, 38, 0.15);
  box-shadow:
    0 0 8px rgba(220, 38, 38, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}

/* Contact */
.ea-contact__form-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 32px;
  border: 1.5px solid rgba(220, 38, 38, 0.15);
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.06), 0 8px 24px rgba(0, 0, 0, 0.06);
}
.ea-form-group {
  margin-bottom: 20px;
}
.ea-form-label {
  display: block;
  font-size: 12.6px;
  font-weight: 500;
  color: rgb(23, 23, 23);
  margin-bottom: 6px;
}
.ea-form-input,
.ea-form-textarea {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  font-size: 14.4px;
  color: rgb(23, 23, 23);
  font-family: Poppins, sans-serif;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ea-form-input::placeholder,
.ea-form-textarea::placeholder {
  color: rgba(23, 23, 23, 0.35);
}
.ea-form-input:focus,
.ea-form-textarea:focus {
  outline: none;
  border-color: hsl(0, 84%, 55%);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.ea-form-textarea {
  min-height: 100px;
  resize: vertical;
}
.ea-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  background: hsl(0, 84%, 55%);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14.4px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  transition: background 0.15s;
}
.ea-form-submit:hover {
  background: hsl(0, 84%, 45%);
}
.ea-form-message {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
}
.ea-form-message--success {
  display: block;
  background: rgba(16, 163, 74, 0.08);
  color: #166534;
  border: 1px solid rgba(16, 163, 74, 0.2);
}
.ea-form-message--error {
  display: block;
  background: rgba(220, 38, 38, 0.08);
  color: #991B1B;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

/* Footer */
.ea-footer {
  background: rgba(248, 250, 252, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(23, 23, 23, 0.5);
  padding: 64px 0 32px;
}
.ea-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .ea-footer__inner {
    grid-template-columns: 1fr 2fr;
  }
}
.ea-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ea-footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ea-footer__logo img {
  height: 28px;
  width: auto;
}
.ea-footer__logo span {
  font-size: 14.4px;
  font-weight: 600;
  color: rgb(23, 23, 23);
  letter-spacing: -0.025em;
}
.ea-footer__tagline {
  font-size: 12.6px;
  line-height: 1.6;
  max-width: 280px;
}
.ea-footer__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (min-width: 640px) {
  .ea-footer__columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ea-footer__col-title {
  font-size: 10.8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(23, 23, 23, 0.35);
  margin-bottom: 16px;
}
.ea-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ea-footer__link {
  font-size: 12.6px;
  color: rgba(23, 23, 23, 0.5);
  text-decoration: none;
  transition: color 0.15s;
}
.ea-footer__link:hover {
  color: rgb(23, 23, 23);
}
.ea-footer__bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 640px) {
  .ea-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ea-footer__copyright {
  font-size: 11.7px;
  color: rgba(23, 23, 23, 0.3);
}
.ea-footer__social {
  display: flex;
  gap: 12px;
}
.ea-footer__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: rgba(23, 23, 23, 0.35);
  transition: color 0.15s, background 0.15s;
  text-decoration: none;
}
.ea-footer__social-link:hover {
  color: rgb(23, 23, 23);
  background: rgba(0, 0, 0, 0.04);
}
.ea-footer__social-link svg {
  width: 18px;
  height: 18px;
}

/* Pillars grid */
.ea-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .ea-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ea-pillars {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.ea-pillar {
  text-align: center;
  padding: 32px 20px;
}
.ea-pillar__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.ea-pillar__title {
  font-size: 16.2px;
  font-weight: 700;
  color: rgb(23, 23, 23);
  margin-bottom: 8px;
}
.ea-pillar__text {
  font-size: 13.5px;
  color: rgba(23, 23, 23, 0.55);
  line-height: 1.6;
}

/* AI Governance section */
.ea-ai-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .ea-ai-section {
    flex-direction: row;
    gap: 56px;
    align-items: center;
  }
}
.ea-ai-section__content {
  flex: 1;
}
.ea-ai-section__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ea-ai-section__image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.4);
}

/* Differentiator section */
.ea-diff {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .ea-diff {
    flex-direction: row;
    gap: 56px;
    align-items: center;
  }
}
.ea-diff__content {
  flex: 1;
}
.ea-diff__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ea-diff__image {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid rgba(220, 38, 38, 0.15);
  box-shadow:
    0 0 8px rgba(220, 38, 38, 0.06),
    0 0 20px rgba(220, 38, 38, 0.03),
    0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Platform blocks */
.ea-platform-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .ea-platform-blocks {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.ea-platform-block {
  padding: 0;
}
.ea-platform-block__heading {
  font-size: 22px;
  font-weight: 700;
  color: rgb(23, 23, 23);
  line-height: 1.25;
  margin-bottom: 16px;
}
.ea-platform-block__text {
  font-size: 14.4px;
  color: rgba(23, 23, 23, 0.55);
  line-height: 1.7;
}

/* Split layout (text + image side by side) */
.ea-split {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .ea-split {
    flex-direction: row;
    gap: 56px;
    align-items: center;
  }
}
.ea-split__content {
  flex: 1;
}
.ea-split__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Form responsive */
@media (max-width: 767px) {
  .ea-form-row-2col {
    grid-template-columns: 1fr !important;
  }

  /* Fix reversed sections stacking backwards + tighten gap */
  .ea-split-wrap {
    flex-direction: column !important;
    gap: 32px !important;
  }

  /* Reduce section vertical padding */
  .ea-main-section {
    padding: 60px 0 !important;
  }

  /* Reduce container horizontal padding */
  .ea-main-container {
    padding: 0 20px !important;
  }

  /* Reduce divider spacing */
  .ea-divider {
    margin-top: 40px !important;
    padding-top: 40px !important;
  }

  /* Scale down heading sizes */
  .ea-split-heading {
    font-size: 28px !important;
  }
}
