.elementor-779 .elementor-element.elementor-element-407511e{--display:flex;}.elementor-779 .elementor-element.elementor-element-37c0d65{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-779 .elementor-element.elementor-element-85c8040{width:100%;max-width:100%;}.elementor-779 .elementor-element.elementor-element-f7d87b1{--display:flex;}.elementor-779 .elementor-element.elementor-element-479cb38{--display:flex;}@media(max-width:767px){.elementor-779 .elementor-element.elementor-element-407511e{--width:500px;--min-height:171px;}.elementor-779 .elementor-element.elementor-element-37c0d65{--content-width:562px;--min-height:0px;--margin-top:-56px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #0a0a0a;
}

.cortex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.cortex-header .logo {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.cortex-header nav a {
  margin-left: 24px;
  text-decoration: none;
  color: #0a0a0a;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  background: #f7f9fb;
  flex-wrap: wrap;
}

.hero-text {
  max-width: 500px;
  flex: 1;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.hero-text form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-text input {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.hero-text button {
  padding: 12px;
  background: #0047ff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.feature-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 40px;
}

.feature-card {
  background: #f9fafb;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  flex: 1 1 calc(25% - 20px);
  min-width: 250px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.feature-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
}

.feature-card .cta {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 16px;
  background: #0047ff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}
.site-footer {
  background-color: #0b0f19;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
}

.site-footer h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.site-footer p {
  font-size: 14px;
  opacity: 0.7;
}
.social-icons {
  margin: 15px 0;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}/* End custom CSS */