@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}
.highlight .hll {
  background-color: #ffffcc;
}

html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, sans-serif;
  color: rgb(65.25, 65.25, 65.25);
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 18px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #374252;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #1e69d8;
  text-decoration: none;
}
a:visited {
  color: #1e69d8;
}
a:hover {
  color: rgb(65.25, 65.25, 65.25);
  text-decoration: none;
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #818181;
  border-left: 4px solid #e7e7e7;
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #f6f8fa;
}
@media screen and (max-width: 640px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #374252;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid #e7e7e7;
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.feature-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  text-align: left;
  color: rgb(91.8540145985, 110.2248175182, 136.9459854015);
  border-collapse: collapse;
  border: 1px solid #e7e7e7;
}
table tr:nth-child(even) {
  background-color: rgb(246.3, 246.3, 246.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(238.65, 238.65, 238.65);
  border: 1px solid rgb(223.35, 223.35, 223.35);
}
table td {
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 1200px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 57px;
  line-height: 84px;
  background-color: #1e2c3d;
}

.site-title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 640px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited, .site-title:hover, .site-title:active {
  color: #ffffff;
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .site-nav {
    position: absolute;
    top: 10px;
    right: 18px;
    text-align: right;
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(65.25, 65.25, 65.25);
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f061";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 15px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    padding: 5px 0;
    color: rgb(65.25, 65.25, 65.25);
    line-height: 1.5;
  }
}

/**
 * Feature wrapper
 */
.feature-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 30px 102px 30px;
}
@media screen and (max-width: 640px) {
  .feature-wrapper {
    padding: 63px 18px;
  }
}

/**
 * Container for two-column layout
 */
.two-column-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 96px;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .two-column-container {
    flex-direction: column;
    gap: 30px;
  }
  .two-column-container.image-first {
    flex-direction: column-reverse;
  }
}
/**
 * Column in two-column layout
 */
.two-column {
  flex: 1;
}

.center-table th, td {
  min-width: 150px;
}

.center-table {
  margin: 0 auto;
  max-width: 100%;
}

/**
 * Site footer
 */
.site-footer {
  padding: 39px 0;
  background-color: #f7f8fb;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  color: rgb(100.95, 100.95, 100.95);
}

.social-links {
  font-size: 1rem;
  color: rgb(100.95, 100.95, 100.95);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-center-col {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 1200px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 640px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Styles for iframes
 */
.iframe-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.iframe-container iframe {
  width: 100%;
  height: 1400px;
}

/**
 * Page content
 */
.page-content {
  padding: 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: rgb(100.95, 100.95, 100.95);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 1200px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1200px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1200px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

/**
 * Social media
 */
.social-media-list {
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #e7e7e7;
}
.social-media-list li a:hover {
  border-color: rgb(218.25, 218.25, 218.25);
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1200px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"), url("/assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium.woff2") format("woff2"), url("/assets/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("/assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.woff2") format("woff2"), url("/assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.icon-image {
  vertical-align: middle;
  margin-right: 8px;
  height: 1.7em;
}

.front-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .front-title {
    font-size: 48px;
  }
}

.front-subtitle {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.35;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-light {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.35;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-title-3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.35;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-two-col-title {
  font-weight: 600;
  font-size: 42px;
  text-align: left;
}

.feature-subtitle {
  font-size: 20px;
  color: #575a6a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-subtitle-light {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-link {
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-text {
  font-size: 18px;
  color: #575a6a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.feature-two-col-text {
  font-size: 18px;
  color: #575a6a;
}

.feature-two-col-text li {
  margin-bottom: 6px;
}

.feature-image-center {
  display: block;
  border-radius: 5px;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.image-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.feature-image-shadow-small {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.feature-image-small {
  border-radius: 5px;
}

.image-top {
  margin-top: 0;
}

.feature-diagram-small {
  border-radius: 30px;
  border: 1px dashed #d7d9de;
}

.feature-list {
  font-size: 18px;
  color: #575a6a;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 800px;
}

.feature-list-item {
  padding: 8px 0;
}

.feature-list-item b {
  color: #374252;
}

.bg--blue {
  background-color: #426de5;
  color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
  color: #374252;
}

.bg--light-grey {
  background-color: #f7f8fb;
  color: #374252;
}

.bg--dark-grey {
  background-color: #1e2c3d;
  color: #ffffff;
}

.bg--green {
  background-color: #25bea1;
  color: #374252;
}

.bg--header {
  background-color: #1e2c3d;
  color: #ffffff;
}

.connector-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 22px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.connector {
  flex-basis: calc(50% - 10px); /* Half of container width minus half of gap */
  box-sizing: border-box; /* Padding included in the width */
  padding: 42px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  .connector {
    flex-basis: 100%; /* Full container width */
  }
}
.connector-title {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
}

.connector-text {
  font-size: 17px;
  color: #575a6a;
}

.connector-image {
  height: 64px;
  margin-bottom: 25px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--blue {
  display: inline-block;
  padding: 15px 30px;
  margin: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #11a0f3;
  border: 2px solid #11a0f3;
  border-radius: 5px;
}
.button--blue:visited {
  color: #ffffff;
}
.button--blue:hover, .button--blue:active {
  background-color: #1195e1;
  border-color: #1195e1;
  color: #ffffff;
}

:root {
  --eip-navy: #07111f;
  --eip-navy-dark: #030b18;
  --eip-navy-soft: #0c1a2e;
  --eip-blue: #30abf7;
  --eip-blue-dark: #0078d8;
  --eip-text: #07111f;
  --eip-muted: #586272;
  --eip-muted-light: #aab6c7;
  --eip-border: #dbe3ed;
  --eip-border-dark: rgba(170, 182, 199, 0.24);
  --eip-surface: #f7f9fc;
  --eip-white: #ffffff;
}

.accent-1 {
  color: #8aaff9;
}

.accent-2 {
  color: #30abf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--eip-text);
  background: var(--eip-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
textarea,
select {
  font-family: "Inter", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: rgba(3, 11, 24, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .wrapper {
  width: min(100% - 48px, 1360px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--eip-white);
  font-size: 18px;
  font-weight: 800;
}

.site-title .site-logo {
  height: 38px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.site-nav .page-link {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 600;
}

.site-nav .page-link:hover {
  color: var(--eip-white);
}

.eip-container {
  width: min(100% - 56px, 1360px);
  margin: 0 auto;
}

.eip-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  color: var(--eip-white);
  background: radial-gradient(circle at 78% 26%, rgba(0, 168, 244, 0.22), transparent 30%), radial-gradient(circle at 62% 82%, rgba(0, 168, 244, 0.16), transparent 32%), linear-gradient(135deg, #030b18 0%, #071426 58%, #10254a 100%);
}

.eip-hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background-image: url("/assets/images/hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.eip-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 11, 24, 0.98) 0%, rgba(3, 11, 24, 0.86) 42%, rgba(3, 11, 24, 0.34) 100%);
}

.eip-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 620px) 1fr;
  align-items: center;
  min-height: auto;
  padding: 85px 0 32px;
  padding-bottom: 100px;
}

.eip-hero-content {
  max-width: 680px;
}

.eip-eyebrow {
  display: inline-block;
  margin: 0 0 28px;
  padding: 0;
  border: none;
  background: none;
  color: #3a51c5;
  font-size: 15px;
  font-weight: 600;
}

.eip-pill {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0;
  border: none;
  background: none;
  color: #8aaff9;
  font-size: 15px;
  font-weight: 600;
}

.eip-hero-title {
  max-width: 900px;
  width: 900px;
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 800;
}

.eip-hero-title {
  color: #ffffff;
}

.eip-hero-text {
  max-width: 800px;
  width: 800px;
  margin: 0;
  color: var(--eip-muted-light);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.eip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.eip-actions-center {
  justify-content: center;
}

.eip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  min-height: unset;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.eip-button-primary {
  background: var(--eip-blue);
  color: var(--eip-navy-dark);
}

.eip-button-primary:hover {
  background: #27bdff;
  color: var(--eip-navy-dark);
}

.eip-button-secondary {
  background: transparent;
  color: var(--eip-white);
  border-color: rgba(255, 255, 255, 0.22);
}

.eip-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--eip-white);
}

.eip-button-light {
  background: var(--eip-white);
  color: var(--eip-text);
  border-color: var(--eip-border);
}

.eip-button-light:hover {
  border-color: #b7c5d6;
  color: var(--eip-text);
}

.eip-section {
  padding: 80px 0 120px;
}

.eip-section-light {
  background: var(--eip-white);
  color: var(--eip-text);
}

.eip-section-dark {
  background: var(--eip-navy-dark);
  color: var(--eip-white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.eip-section-intro {
  max-width: 820px;
}

.eip-section h2,
.eip-cta h2,
.eip-about h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 800;
}

.eip-section-intro p:not(.eip-eyebrow):not(.eip-pill) {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--eip-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.eip-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
}

.eip-card {
  min-height: 230px;
  padding: 42px 36px;
  border: 1px solid var(--eip-border);
  border-radius: 24px;
  background: var(--eip-surface);
  transition: 0.18s ease;
}

.eip-card:hover {
  border-color: rgba(0, 168, 244, 0.45);
  transform: translateY(-2px);
}

.eip-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 18px;
  border: 1px solid rgba(0, 168, 244, 0.32);
  background: rgba(0, 168, 244, 0.11);
  color: var(--eip-blue-dark);
  font-size: 25px;
  font-weight: 800;
}

.eip-card h3 {
  margin: 0 0 14px;
  color: var(--eip-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.eip-card p {
  margin: 0;
  color: var(--eip-muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.eip-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: center;
}

.eip-section-dark h2 {
  max-width: 680px;
  color: var(--eip-white);
}

.eip-large-text {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--eip-muted-light);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 500;
}

.eip-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.eip-stat {
  min-height: 150px;
  padding: 36px 40px;
  border: 1px solid var(--eip-border-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.eip-stat strong {
  display: block;
  margin-bottom: 10px;
  color: var(--eip-blue);
  font-size: 30px;
  line-height: 0.95;
  font-weight: 700;
}

.eip-stat span {
  color: var(--eip-muted-light);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.eip-cta {
  padding: 128px 0;
  text-align: center;
  background: var(--eip-white);
}

.eip-cta .eip-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.eip-cta h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: var(--eip-text);
}

.eip-cta h2 span {
  color: var(--eip-blue);
}

.eip-cta p:not(.eip-eyebrow) {
  max-width: 760px;
  margin: 30px auto 0;
  color: var(--eip-muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.eip-about {
  padding: 112px 0;
  background: rgba(0, 168, 244, 0.035);
  color: var(--eip-navy-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.8;
}

.eip-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.eip-about h2 {
  max-width: 560px;
  font-size: 35px;
}

.eip-about h2 span {
  color: var(--eip-blue);
}

.eip-about-copy p {
  margin: 0 0 28px;
  color: var(--eip-muted);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.eip-about-copy strong {
  color: var(--eip-white);
  font-weight: 850;
}

.eip-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4d66e5;
  font-size: 16px;
  font-weight: 600;
}

.eip-text-link:hover {
  color: #4d66e5;
}

.site-footer {
  background: var(--eip-navy-dark);
  color: var(--eip-muted-light);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer h2,
.site-footer h3,
.footer-heading {
  color: var(--eip-white);
}

.intake-form {
  max-width: 700px;
  margin: 28px auto 0;
}

.intake-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.intake-form .field {
  margin-bottom: 28px;
}

.intake-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--eip-text);
  font-size: 14px;
  font-weight: 700;
}

.intake-form input,
.intake-form textarea,
.intake-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--eip-border);
  border-radius: 10px;
  background: var(--eip-white);
  color: var(--eip-text);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.intake-form textarea {
  min-height: 130px;
  resize: vertical;
}

.intake-form input::placeholder,
.intake-form textarea::placeholder {
  color: #9aa3ad;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  outline: none;
  border-color: var(--eip-blue);
}

.eip-container,
.site-header .wrapper {
  width: min(100% - 36px, 1360px);
}

.eip-hero,
.eip-hero-grid {
  min-height: auto;
}

.eip-hero-grid {
  grid-template-columns: 1fr;
  padding: 96px 0;
}

.eip-card-grid,
.eip-split,
.eip-about-grid {
  grid-template-columns: 1fr;
}

.eip-stats-grid {
  grid-template-columns: 1fr 1fr;
}

.eip-section,
.eip-cta,
.eip-about {
  padding: 86px 0;
}

@media (max-width: 640px) {
  .eip-hero-title {
    font-size: 48px;
  }
  .eip-section h2,
  .eip-cta h2,
  .eip-about h2 {
    font-size: 38px;
  }
  .eip-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .eip-button {
    width: 100%;
  }
  .eip-card-grid,
  .eip-stats-grid {
    grid-template-columns: 1fr;
  }
  .eip-card,
  .eip-stat {
    padding: 30px 26px;
  }
  .intake-form .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* Platform page */
.platform-hero {
  padding: 96px 0 88px;
  color: var(--eip-white);
  background: radial-gradient(circle at 80% 20%, rgba(0, 168, 244, 0.18), transparent 32%), linear-gradient(135deg, #030b18 0%, #071426 58%, #10254a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.platform-hero h1 {
  font-size: 60px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--eip-white);
  max-width: 900px;
  width: 900px;
}

.platform-hero p:not(.eip-pill) {
  max-width: 800px;
  margin: 24px 0 0;
  color: var(--eip-muted-light);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.platform-diagram-section {
  padding: 88px 0;
  background: var(--eip-white);
}

.platform-diagram-card {
  padding: 40px;
  border: 1px solid rgba(0, 168, 244, 0.16);
  border-radius: 34px;
  background: rgba(0, 168, 244, 0.035);
}

.platform-diagram-labels {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  color: var(--eip-blue-dark);
  font-size: 18px;
  font-weight: 700;
}

.platform-diagram-labels span {
  margin: 0 8px;
}

.platform-diagram-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 28px;
  align-items: center;
}

.platform-stack {
  display: grid;
  gap: 18px;
}

.platform-group-card {
  padding: 24px;
  border: 1px solid var(--eip-border);
  border-radius: 22px;
  background: var(--eip-white);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.06);
}

.platform-group-card h3 {
  margin: 0 0 18px;
  color: var(--eip-text);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

/* Platform mini logo grid */
.platform-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  gap: 0px 0px;
  align-items: start;
}

.platform-mini-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 86px;
}

.platform-mini-item img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto 12px;
  margin-bottom: 4px;
}

.platform-mini-item span {
  display: block;
  width: 100%;
  color: var(--eip-muted);
  font-size: 14px;
  line-height: 1.4;
  min-height: 45px;
  text-align: center;
  white-space: normal;
}

.platform-core {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.platform-orbit {
  position: absolute;
  border: 1px solid rgba(0, 168, 244, 0.22);
  border-radius: 999px;
}

.platform-orbit-1 {
  width: 330px;
  height: 330px;
}

.platform-orbit-2 {
  width: 260px;
  height: 260px;
}

.orbit-pill {
  position: absolute;
  z-index: 2;
  padding: 9px 16px;
  border: 1px solid var(--eip-border);
  border-radius: 999px;
  background: var(--eip-white);
  color: var(--eip-text);
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.08);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.orbit-pill::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--eip-blue);
  vertical-align: 1px;
}

.orbit-top {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-left-top {
  top: 130px;
  left: 6px;
}

.orbit-right-top {
  top: 130px;
  right: 6px;
}

.orbit-left-bottom {
  bottom: 130px;
  left: 12px;
}

.orbit-right-bottom {
  bottom: 130px;
  right: 12px;
}

.orbit-bottom {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.platform-hex {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 238px;
  padding: 28px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #292f73;
  color: #ffffff;
  text-align: center;
}

.platform-hex div {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.platform-hex span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  background: #d8f3ff;
  border: 2px solid var(--eip-blue);
  color: var(--eip-blue);
  font-size: 14px;
  font-weight: 600;
}

.platform-components {
  padding: 0 0 112px;
  background: var(--eip-white);
  margin-top: 100px;
}

.platform-components-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.platform-components h2 {
  margin: 0;
  color: var(--eip-text);
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
}

.platform-text-link {
  color: var(--eip-blue-dark);
  font-size: 15px;
  font-weight: 850;
}

.platform-component-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.platform-component-grid a {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 22px;
  border: 1px solid var(--eip-border);
  border-radius: 18px;
  background: var(--eip-white);
  color: var(--eip-text);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045);
  transition: 0.18s ease;
}

.platform-component-grid a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 14px;
  border-radius: 999px;
  background: var(--eip-blue);
}

.platform-component-grid a:hover {
  border-color: rgba(0, 168, 244, 0.45);
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .platform-diagram-grid {
    grid-template-columns: 1fr;
  }
  .platform-core {
    order: -1;
  }
  .platform-component-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .platform-hero {
    padding: 72px 0;
  }
  .platform-diagram-section {
    padding: 56px 0;
  }
  .platform-diagram-card {
    padding: 24px;
    border-radius: 24px;
  }
  .platform-diagram-labels {
    align-items: flex-start;
    flex-direction: column;
  }
  .platform-core {
    min-height: 460px;
    transform: scale(0.86);
  }
  .platform-components-header {
    display: block;
  }
  .platform-text-link {
    display: inline-flex;
    margin-top: 20px;
  }
  .platform-component-grid {
    grid-template-columns: 1fr;
  }
}
.platform-components-intro {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--eip-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.platform-component-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.platform-component-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--eip-border);
  border-radius: 22px;
  background: var(--eip-white);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045);
  transition: 0.18s ease;
}

.platform-component-card:hover {
  border-color: rgba(0, 168, 244, 0.45);
  transform: translateY(-2px);
}

.platform-component-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid rgba(0, 168, 244, 0.28);
  border-radius: 16px;
  background: rgba(0, 168, 244, 0.09);
  color: var(--eip-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.platform-component-card h3 {
  margin: 0 0 12px;
  color: var(--eip-text);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.platform-component-card p {
  margin: 0;
  color: var(--eip-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 980px) {
  .platform-component-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .platform-component-detail-grid {
    grid-template-columns: 1fr;
  }
}
/* Clean responsive overrides */
@media (max-width: 1100px) {
  .site-header {
    position: relative;
    z-index: 9999;
  }
  .site-header .wrapper {
    width: min(100% - 48px, 1360px);
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-title {
    display: flex;
    align-items: center;
    max-width: calc(100% - 64px);
    margin: 0;
    padding: 0;
  }
  .site-title .site-logo {
    display: block;
    height: 44px;
    width: auto;
    max-width: 100%;
  }
  .site-nav {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .site-nav input#nav-trigger {
    display: none;
  }
  .site-nav label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .nav-items {
    display: none;
    position: absolute;
    top: 56px;
    right: 0;
    width: 240px;
    padding: 16px;
    border-radius: 16px;
    background: #030b18;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    z-index: 10000;
  }
  .site-nav input#nav-trigger:checked ~ .nav-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
  }
  .eip-container {
    width: min(100% - 48px, 1360px);
  }
  .eip-hero-grid {
    grid-template-columns: 1fr;
    padding: 72px 0 88px;
  }
  .eip-hero-content {
    max-width: 100%;
  }
  .eip-hero-title {
    width: auto;
    max-width: 100%;
    font-size: clamp(44px, 7vw, 60px);
    line-height: 1.08;
  }
  .eip-hero-text {
    width: auto;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.58;
  }
  .eip-card-grid,
  .eip-split,
  .eip-about-grid,
  .platform-diagram-grid {
    grid-template-columns: 1fr;
  }
  .platform-core {
    order: -1;
  }
  .platform-component-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .site-header .wrapper {
    width: min(100% - 32px, 1360px);
    padding: 16px 0;
  }
  .site-title .site-logo {
    height: 36px;
  }
  .eip-container {
    width: min(100% - 32px, 1360px);
  }
  .eip-hero-grid {
    padding: 56px 0 72px;
  }
  .eip-pill {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 26px;
  }
  .eip-hero-title {
    font-size: 40px;
    line-height: 1.08;
  }
  .eip-hero-text {
    font-size: 16px;
    line-height: 1.55;
  }
  .eip-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 36px;
  }
  .eip-button {
    width: 100%;
  }
  .eip-section,
  .eip-cta,
  .eip-about,
  .platform-diagram-section {
    padding: 64px 0;
  }
  .eip-section h2,
  .eip-cta h2,
  .eip-about h2,
  .platform-components h2,
  .platform-hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  .eip-card-grid,
  .eip-stats-grid,
  .platform-component-detail-grid,
  .platform-component-grid {
    grid-template-columns: 1fr;
  }
  .platform-diagram-card {
    padding: 22px;
    border-radius: 24px;
  }
  .platform-diagram-labels,
  .platform-orbit,
  .orbit-pill {
    display: none;
  }
  .platform-core {
    min-height: auto;
    padding: 36px 0;
    transform: none;
  }
  .platform-hex {
    width: 180px;
    height: 196px;
    margin: 0 auto;
  }
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.eip-about h2 .accent-1 {
  color: #4d66e5;
}

@media (max-width: 768px) {
  .platform-diagram-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .platform-diagram-labels {
    display: none;
  }
  .platform-diagram-grid .platform-stack:first-child::before {
    content: "Data in";
    display: block;
    margin-bottom: 16px;
    color: var(--eip-blue-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .platform-core {
    order: 2;
    min-height: auto;
    padding: 32px 0;
    transform: none;
  }
  .platform-diagram-grid .platform-stack:first-child {
    order: 1;
  }
  .platform-diagram-grid .platform-stack:last-child {
    order: 3;
  }
  .platform-diagram-grid .platform-stack:last-child::before {
    content: "Intelligence out";
    display: block;
    margin-bottom: 16px;
    color: var(--eip-blue-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .platform-orbit,
  .orbit-pill {
    display: none;
  }
  .platform-hex {
    width: 180px;
    height: 196px;
    margin: 0 auto;
  }
}
/* Final alignment fix: header width = content width */
.site-header .wrapper,
.eip-container {
  width: min(100% - 56px, 1360px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .site-header .wrapper,
  .eip-container {
    width: min(100% - 32px, 1360px);
  }
}
.eip-footer {
  background: var(--eip-navy-dark);
  color: var(--eip-muted-light);
  padding: 80px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.eip-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 80px;
}

.eip-footer-logo {
  height: 38px;
  width: auto;
  margin-bottom: 22px;
}

.eip-footer-brand p {
  max-width: 420px;
  margin: 0;
  color: var(--eip-muted-light);
  font-size: 16px;
  line-height: 1.55;
}

.eip-footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eip-footer-col h4 {
  margin: 0 0 8px;
  color: var(--eip-white);
  font-size: 16px;
  font-weight: 700;
}

.eip-footer-col a,
.eip-footer-col span {
  color: var(--eip-muted-light);
  font-size: 16px;
  line-height: 1.4;
}

.eip-footer-col a:hover {
  color: var(--eip-blue);
}

.eip-subfooter {
  background: var(--eip-navy-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
}

.eip-subfooter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--eip-muted-light);
  font-size: 14px;
}

.eip-subfooter a {
  color: var(--eip-blue);
}

@media (max-width: 768px) {
  .eip-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .eip-subfooter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav-item.is-active {
  font-weight: 600;
}

/* CONTACT PAGE */
.contact-section {
  padding: 88px 0;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}

/* LEFT SIDE */
.contact-details {
  display: grid;
  gap: 20px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-card {
  display: flex;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--eip-border);
  border-radius: 22px;
  background: var(--eip-white);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045);
}

.contact-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(48, 171, 247, 0.1);
  color: var(--eip-blue-dark);
  font-weight: 700;
}

.contact-card span {
  display: block;
  font-size: 12px;
  color: var(--eip-muted);
  margin-bottom: 6px;
}

.contact-card a,
.contact-card p {
  font-size: 16px;
  color: var(--eip-text);
  margin: 0;
}

/* FORM */
.contact-form-card {
  padding: 32px;
  border: 1px solid var(--eip-border);
  border-radius: 22px;
  background: var(--eip-white);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045);
}

.contact-form-card .intake-form {
  max-width: none;
  margin: 0;
}

/* BUTTON FIX */
.contact-form-card button {
  background: var(--eip-blue);
  color: #07111f;
  border-radius: 999px;
  border: none;
  outline: none;
  padding: 12px 22px;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .site-nav {
    display: block;
    position: relative;
  }
  .nav-items {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    width: 180px;
    padding: 18px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 10000;
  }
  #nav-trigger:checked ~ .nav-items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }
  .nav-item {
    color: #07111f !important;
    font-size: 18px;
    font-weight: 700;
  }
  .eip-hero-title,
  .platform-hero h1 {
    width: auto;
    max-width: 100%;
  }
  .eip-hero-text,
  .platform-hero p:not(.eip-pill) {
    width: auto;
    max-width: 100%;
  }
}
/* HERO ASIDE */
.eip-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.eip-hero-aside {
  display: flex;
  justify-content: flex-end;
}

.eip-webinar-card {
  padding: 28px;
  border-radius: 20px;
  background: rgba(48, 171, 247, 0.08);
  border: 1px solid rgba(48, 171, 247, 0.25);
  max-width: 320px;
}

.eip-webinar-label {
  font-size: 12px;
  font-weight: 700;
  color: #8aaff9;
  margin-bottom: 10px;
}

.eip-webinar-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: white;
}

.eip-webinar-card p {
  margin: 12px 0 20px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

/* Mobile only fix for hero webinar */
@media (max-width: 768px) {
  .eip-hero-grid {
    grid-template-columns: 1fr;
  }
  .eip-hero-aside {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .eip-webinar-card {
    max-width: 100%;
    width: 100%;
  }
}
/* Keep feature cards side by side on desktop/tablet */
@media (min-width: 769px) {
  .eip-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .eip-card-grid {
    grid-template-columns: 1fr;
  }
}
.eip-hero .eip-pill a {
  color: var(--eip-blue);
}

.eip-hero .eip-pill a:hover {
  color: #27bdff;
}

/* Fix about section layout */
@media (min-width: 769px) {
  .eip-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .eip-about-grid {
    grid-template-columns: 1fr;
  }
}
.webinar-link {
  color: var(--eip-blue) !important;
  text-decoration: none;
  font-weight: 600;
}

.webinar-link:hover {
  text-decoration: underline;
}

.intake-form button,
.submit-row button {
  cursor: pointer;
}

.intake-form button:hover,
.submit-row button:hover {
  background-color: var(--eip-blue);
}

/* AUDIENCE SPLIT SECTION */
.eip-audience-section {
  padding: 112px 0;
}

.eip-audience-intro {
  max-width: 820px;
  margin-bottom: 58px;
}

.eip-audience-intro h2 {
  margin: 0;
  max-width: 760px;
  color: var(--eip-white);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}

.eip-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.eip-audience-card {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 42px;
  border: 1px solid var(--eip-border-dark);
  border-radius: 28px;
  background: radial-gradient(circle at 100% 0%, rgba(48, 171, 247, 0.12), transparent 34%), rgba(255, 255, 255, 0.035);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.eip-audience-card:hover {
  transform: translateY(-3px);
  border-color: rgba(48, 171, 247, 0.42);
  background: radial-gradient(circle at 100% 0%, rgba(48, 171, 247, 0.17), transparent 36%), rgba(255, 255, 255, 0.05);
}

.eip-audience-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}

.eip-audience-index {
  color: var(--eip-blue);
  font-size: 13px;
  font-weight: 700;
}

.eip-audience-tag {
  padding: 8px 12px;
  border: 1px solid rgba(138, 175, 249, 0.28);
  border-radius: 999px;
  color: #8aaff9;
  background: rgba(138, 175, 249, 0.08);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.eip-audience-card h3 {
  margin: 0;
  max-width: 560px;
  color: var(--eip-white);
  font-size: 32px;
  line-height: 1.16;
  font-weight: 750;
}

.eip-audience-card > p {
  margin: 24px 0 0;
  color: var(--eip-muted-light);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 500;
}

.eip-audience-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.eip-audience-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.eip-audience-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--eip-blue);
}

.eip-audience-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.eip-audience-meta-grid div {
  padding: 20px;
  border: 1px solid rgba(170, 182, 199, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.eip-audience-meta-grid strong,
.eip-audience-meta-grid span {
  display: block;
}

.eip-audience-meta-grid strong {
  margin-bottom: 6px;
  color: var(--eip-blue);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.eip-audience-meta-grid span {
  color: var(--eip-muted-light);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.eip-audience-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding-top: 36px;
  color: var(--eip-blue) !important;
  font-size: 15px;
  font-weight: 650;
}

.eip-audience-link:hover {
  color: #27bdff !important;
}

@media (max-width: 900px) {
  .eip-audience-grid {
    grid-template-columns: 1fr;
  }
  .eip-audience-card {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .eip-audience-section {
    padding: 64px 0;
  }
  .eip-audience-intro {
    margin-bottom: 38px;
  }
  .eip-audience-intro h2 {
    font-size: 36px;
  }
  .eip-audience-card {
    padding: 28px 24px;
    border-radius: 22px;
  }
  .eip-audience-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
  }
  .eip-audience-card h3 {
    font-size: 27px;
  }
  .eip-audience-card > p {
    font-size: 16px;
  }
  .eip-audience-meta-grid {
    grid-template-columns: 1fr;
  }
}
/* Align audience grids and links across both cards */
.eip-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.eip-audience-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

/* The paragraph occupies the available variable space */
.eip-audience-card > p {
  margin-bottom: 0;
}

/* Push the four blocks and the link to the bottom */
.eip-audience-meta-grid {
  margin-top: auto;
}

/* Keep the same distance between blocks and link */
.eip-audience-link {
  margin-top: 42px;
}

.faq-hero .eip-actions {
  margin-top: 36px;
}

.faq-intro-section {
  padding: 96px 0;
  background: var(--eip-white);
  border-bottom: 1px solid var(--eip-border);
}

.faq-intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.faq-intro-grid h2,
.faq-group-heading h2 {
  margin: 0;
  color: var(--eip-text);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.faq-intro-copy > p {
  margin: 0;
  max-width: 720px;
  color: var(--eip-muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.faq-doc-links,
.faq-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.faq-doc-links a,
.faq-inline-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid var(--eip-border);
  border-radius: 999px;
  color: var(--eip-blue-dark);
  background: var(--eip-white);
  font-size: 14px;
  font-weight: 700;
  transition: 0.18s ease;
}

.faq-doc-links a:hover,
.faq-inline-links a:hover {
  border-color: rgba(48, 171, 247, 0.55);
  transform: translateY(-1px);
}

.faq-main-section {
  padding: 104px 0 128px;
  background: var(--eip-surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 32px;
  align-self: start;
  height: fit-content;
}

.faq-sidebar-inner {
  padding: 24px;
  border: 1px solid var(--eip-border);
  border-radius: 22px;
  background: var(--eip-white);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045);
}

.faq-sidebar-title {
  margin: 0 0 16px;
  color: var(--eip-text);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-nav a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--eip-muted);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.faq-nav a:hover {
  color: var(--eip-blue-dark);
  background: rgba(48, 171, 247, 0.08);
}

.faq-content {
  min-width: 0;
}

.faq-group {
  scroll-margin-top: 32px;
}

.faq-group + .faq-group {
  margin-top: 94px;
}

.faq-group-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
}

.faq-group-heading .eip-eyebrow {
  margin: 7px 0 0;
  color: var(--eip-blue-dark);
}

.faq-group-heading h2 {
  font-size: 34px;
}

.faq-group-heading div > p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--eip-muted);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--eip-border);
  border-radius: 18px;
  background: var(--eip-white);
  box-shadow: 0 10px 26px rgba(7, 17, 31, 0.035);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: rgba(48, 171, 247, 0.42);
}

.faq-item[open] {
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.055);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--eip-text);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  content: "";
}

.faq-plus {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(48, 171, 247, 0.34);
  border-radius: 50%;
  background: rgba(48, 171, 247, 0.08);
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--eip-blue-dark);
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  padding: 0 72px 26px 24px;
}

.faq-answer p {
  margin: 0;
  color: var(--eip-muted);
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
}

.faq-answer p + p {
  margin-top: 16px;
}

.faq-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 4px;
}

.faq-option-grid > div {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--eip-border);
  border-radius: 16px;
  background: var(--eip-surface);
}

.faq-option-grid strong,
.faq-option-grid span {
  display: block;
}

.faq-option-grid strong {
  margin-bottom: 10px;
  color: var(--eip-blue-dark);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.faq-option-grid span {
  color: var(--eip-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.faq-cta {
  border-top: 1px solid var(--eip-border);
}

@media (max-width: 1050px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .faq-sidebar-inner {
    position: static;
  }
  .faq-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
}
@media (max-width: 820px) {
  .faq-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-option-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .faq-intro-section,
  .faq-main-section {
    padding: 64px 0;
  }
  .faq-intro-grid h2,
  .faq-group-heading h2 {
    font-size: 32px;
  }
  .faq-doc-links,
  .faq-inline-links {
    flex-direction: column;
    align-items: stretch;
  }
  .faq-doc-links a,
  .faq-inline-links a {
    justify-content: space-between;
    border-radius: 14px;
  }
  .faq-sidebar-inner {
    padding: 20px;
  }
  .faq-nav {
    grid-template-columns: 1fr;
  }
  .faq-group + .faq-group {
    margin-top: 68px;
  }
  .faq-group-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .faq-group-heading .eip-eyebrow {
    margin-top: 0;
  }
  .faq-item {
    border-radius: 16px;
  }
  .faq-item summary {
    align-items: flex-start;
    min-height: auto;
    padding: 20px;
    font-size: 16px;
  }
  .faq-plus {
    width: 32px;
    height: 32px;
  }
  .faq-answer {
    padding: 0 20px 22px;
  }
  .faq-answer p {
    font-size: 15px;
    line-height: 1.62;
  }
}
/* MOBILE FIXES — audience cards + FAQ sidebar */
@media (max-width: 768px) {
  /* Audience cards: one per row */
  .eip-audience-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .eip-audience-card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    height: auto;
    padding: 28px 24px;
  }
  .eip-audience-card h3 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .eip-audience-card > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: normal;
  }
  .eip-audience-card-top {
    width: 100%;
  }
  .eip-audience-tag {
    display: inline-block;
    max-width: 100%;
    line-height: 1.3;
    white-space: normal;
  }
  .eip-audience-meta-grid {
    grid-template-columns: 1fr !important;
    width: 100%;
    margin-top: 32px;
  }
  .eip-audience-meta-grid div {
    width: 100%;
  }
  .eip-audience-link {
    margin-top: 32px;
    padding-top: 0;
  }
  /* Hide FAQ "On this page" on tablet/mobile */
  .faq-sidebar {
    display: none !important;
  }
  .faq-layout {
    display: block;
  }
  .faq-content {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */