/* Enterprise landing sections (AI Academic Operating System positioning) */

:root {
  --ent-font: "Open Sans", Arial, sans-serif;
  --ent-heading: #0f172a;
  --ent-text: rgba(31, 41, 55, 0.86);
  --ent-muted: rgba(31, 41, 55, 0.72);
  --ent-border: rgba(15, 23, 42, 0.10);
  --ent-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body {
  font-family: var(--ent-font);
  color: var(--ent-text);
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: var(--ent-font);
  color: var(--ent-heading);
}

.title-v1 h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.title-v1 p,
.enterprise-lead,
.enterprise-govai__lead,
.enterprise-compflow__lead,
.enterprise-valdeploy__lead,
.enterprise-slab__lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ent-muted);
}

.content-boxes-in-v3 .heading-sm,
#services .heading-md,
#services .title-v1 h2,
#news .title-v1 h2 {
  font-weight: 900;
  color: var(--ent-heading);
}

#about p,
#services p,
#news p,
.service-block p,
.content-boxes-in-v3 p,
.news-v1-in p {
  color: var(--ent-muted);
  line-height: 1.7;
}

.enterprise-highlight {
  display: inline;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(231, 76, 60, 0.14);
  box-shadow: 0 8px 18px rgba(231, 76, 60, 0.12);
  border: 1px solid rgba(231, 76, 60, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.parallax-quote .enterprise-highlight {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 16px;
}

.enterprise-card__title,
.enterprise-govai__title,
.enterprise-compflow__title,
.enterprise-valdeploy__title,
.enterprise-slab__title {
  font-weight: 900;
  color: var(--ent-heading);
}

.enterprise-hero {
  padding: 86px 0 78px;
  background: linear-gradient(135deg, #0b1b2b 0%, #142a44 60%, #0b1b2b 100%);
  color: #ffffff;
}

.enterprise-eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(231, 76, 60, 0.24);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(231, 76, 60, 0.10);
  color: #b53a2e;
  margin-bottom: 14px;
}

.enterprise-hero .enterprise-eyebrow {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.86);
}

.enterprise-eyebrow--light {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
}

.enterprise-hero__title {
  font-weight: 800;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.15;
}

.enterprise-hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 auto;
  max-width: 980px;
}

.enterprise-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.enterprise-section {
  padding: 74px 0;
  background: #ffffff;
}

.enterprise-section--alt {
  background: #f7f9fc;
}

.enterprise-context {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
}
.enterprise-context:before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(231, 76, 60, 0.18), rgba(231, 76, 60, 0));
  pointer-events: none;
}
.enterprise-context:after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -160px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle at 40% 40%, rgba(11, 27, 43, 0.14), rgba(11, 27, 43, 0));
  pointer-events: none;
}

.enterprise-slab {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(6px);
}
.enterprise-slab__header {
  margin-bottom: 14px;
}
.enterprise-slab__badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.enterprise-slab--problem .enterprise-slab__badge {
  background: rgba(231, 76, 60, 0.12);
  color: #b53a2e;
  border: 1px solid rgba(231, 76, 60, 0.22);
}
.enterprise-slab--solution .enterprise-slab__badge {
  background: rgba(11, 27, 43, 0.10);
  color: #0b1b2b;
  border: 1px solid rgba(11, 27, 43, 0.18);
}
.enterprise-slab__title {
  font-weight: 900;
  margin: 0 0 10px;
  color: #0f172a;
  line-height: 1.25;
}
.enterprise-slab__lead {
  margin: 0;
  color: rgba(38, 50, 56, 0.80);
  line-height: 1.7;
}
.enterprise-slab__list {
  margin: 16px 0 0;
  padding-left: 18px;
}
.enterprise-slab__list li {
  margin: 10px 0;
  line-height: 1.6;
  color: rgba(38, 50, 56, 0.82);
}
.enterprise-slab__note {
  margin: 16px 0 0;
  color: rgba(38, 50, 56, 0.76);
  font-weight: 600;
}

.enterprise-flow--compact {
  padding: 16px;
  border-radius: 16px;
  box-shadow: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.enterprise-flow--compact .enterprise-flow__step {
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 12px;
}
.enterprise-flow--compact .enterprise-flow__ai {
  border-radius: 12px;
}

.enterprise-context__accent {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(231, 76, 60, 0.06);
  border: 1px solid rgba(231, 76, 60, 0.14);
}
.enterprise-context__accent-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e74c3c;
  flex: 0 0 auto;
}
.enterprise-context__accent-text {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.74);
}

.enterprise-section--cta {
  background: linear-gradient(135deg, #0b1b2b 0%, #142a44 60%, #0b1b2b 100%);
  color: #ffffff;
}

.enterprise-lead {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(38, 50, 56, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.enterprise-lead--light {
  color: rgba(255, 255, 255, 0.82);
}

.enterprise-title {
  font-weight: 800;
}

.enterprise-title--light {
  color: #ffffff;
}

.enterprise-panel {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.enterprise-list {
  margin: 0;
  padding-left: 18px;
}

.enterprise-list li {
  margin: 10px 0;
  line-height: 1.6;
  color: rgba(38, 50, 56, 0.82);
}

.enterprise-list--cols {
  columns: 2;
  column-gap: 28px;
}

@media (max-width: 767px) {
  .enterprise-list--cols {
    columns: 1;
  }
}

.enterprise-note {
  margin: 16px 0 0;
  color: rgba(38, 50, 56, 0.76);
}

.enterprise-govai .title-v1 {
  margin-bottom: 26px;
}

.enterprise-govai__panel {
  border-radius: 18px;
  padding: 22px 22px;
}

.enterprise-govai__panel--gov {
  border-left: 5px solid rgba(231, 76, 60, 0.55);
}

.enterprise-govai__panel--ai {
  border-left: 5px solid rgba(11, 27, 43, 0.55);
}

.enterprise-govai__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.enterprise-govai__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.75);
}

.enterprise-govai__panel--gov .enterprise-govai__icon {
  background: rgba(231, 76, 60, 0.12);
  color: #b53a2e;
}

.enterprise-govai__panel--ai .enterprise-govai__icon {
  background: rgba(11, 27, 43, 0.10);
  color: #0b1b2b;
}

.enterprise-govai__title {
  margin: 0 0 6px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

.enterprise-govai__lead {
  margin: 0;
  color: rgba(38, 50, 56, 0.80);
  line-height: 1.7;
}

.enterprise-govai__list {
  margin-top: 14px;
}

.enterprise-govai__note {
  font-weight: 800;
}

.enterprise-compflow .title-v1 {
  margin-bottom: 26px;
}

.enterprise-compflow__panel {
  border-radius: 18px;
  padding: 22px 22px;
}

.enterprise-compflow__panel--compliance {
  border-left: 5px solid rgba(231, 76, 60, 0.55);
}

.enterprise-compflow__timeline {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 18px;
  padding: 22px 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.enterprise-compflow__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.enterprise-compflow__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.75);
}

.enterprise-compflow__panel--compliance .enterprise-compflow__icon {
  background: rgba(231, 76, 60, 0.12);
  color: #b53a2e;
}

.enterprise-compflow__timeline .enterprise-compflow__icon {
  background: rgba(11, 27, 43, 0.10);
  color: #0b1b2b;
}

.enterprise-compflow__title {
  margin: 0 0 6px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

.enterprise-compflow__lead {
  margin: 0;
  color: rgba(38, 50, 56, 0.80);
  line-height: 1.7;
}

.enterprise-compflow__list {
  margin-top: 14px;
}

.enterprise-compflow__note {
  font-weight: 800;
}

.enterprise-compflow__timelineBody {
  margin-top: 12px;
  box-shadow: none;
}

.enterprise-valdeploy .title-v1 {
  margin-bottom: 26px;
}

.enterprise-valdeploy__panel {
  border-radius: 18px;
  padding: 22px 22px;
}

.enterprise-valdeploy__panel--proof {
  border-left: 5px solid rgba(231, 76, 60, 0.55);
}

.enterprise-valdeploy__panel--deploy {
  border-left: 5px solid rgba(11, 27, 43, 0.55);
}

.enterprise-valdeploy__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.enterprise-valdeploy__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.75);
}

.enterprise-valdeploy__panel--proof .enterprise-valdeploy__icon {
  background: rgba(231, 76, 60, 0.12);
  color: #b53a2e;
}

.enterprise-valdeploy__panel--deploy .enterprise-valdeploy__icon {
  background: rgba(11, 27, 43, 0.10);
  color: #0b1b2b;
}

.enterprise-valdeploy__title {
  margin: 0 0 6px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

.enterprise-valdeploy__lead {
  margin: 0;
  color: rgba(38, 50, 56, 0.80);
  line-height: 1.7;
}

.enterprise-valdeploy__list {
  margin-top: 14px;
}

.enterprise-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.enterprise-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(231, 76, 60, 0.12);
  color: #e74c3c;
  font-size: 18px;
  margin-bottom: 12px;
}

.enterprise-card__title {
  font-weight: 800;
  margin: 0 0 8px;
  color: #0f172a;
}

.enterprise-card__text {
  margin: 0;
  color: rgba(38, 50, 56, 0.78);
  line-height: 1.6;
  font-size: 18px;
}

.enterprise-flow {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.enterprise-flow__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.enterprise-flow__step {
  padding: 10px 14px;
  border-radius: 12px;
  background: #f7f9fc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-weight: 800;
  color: #0f172a;
}

.enterprise-flow__arrow {
  color: rgba(15, 23, 42, 0.45);
}

.enterprise-flow__ai {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(11, 27, 43, 0.06);
  border: 1px dashed rgba(11, 27, 43, 0.18);
}

.enterprise-flow__ai-badge {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(231, 76, 60, 0.14);
  color: #e74c3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.enterprise-flow__ai-text {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.75);
}

.enterprise-timeline {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 10px 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.enterprise-timeline__item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.enterprise-timeline__item:last-child {
  border-bottom: 0;
}

.enterprise-timeline__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e74c3c;
  margin-top: 6px;
  flex: 0 0 auto;
}

.enterprise-timeline__text {
  color: rgba(38, 50, 56, 0.82);
  line-height: 1.6;
}

.enterprise-meta {
  margin: 28px auto 0;
  max-width: 980px;
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.enterprise-meta__title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  margin: 0 0 10px;
}

.enterprise-meta__list {
  margin: 0 0 16px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.enterprise-meta__list li {
  margin: 8px 0;
  line-height: 1.5;
}

.enterprise-meta__positioning {
  max-width: none;
  margin: 0;
}

/* Pricing row alignment (legend vs plan columns) */
#pricing-educlo .legend ul > li:not(:first-child),
#pricing-educlo .plans-wrapper .plan ul > li:not(:first-child) {
  height: 52px;
  display: flex;
  align-items: center;
}

#pricing-educlo .legend ul > li:not(:first-child) {
  overflow: hidden;
  justify-content: flex-start;
  line-height: 1.25;
}

#pricing-educlo .plans-wrapper .plan ul > li:not(:first-child) {
  justify-content: center;
  line-height: 1;
}
