/**/
.body {
  background-color: #0a0a0a;
}

.nav {
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.logo {
  background-image: url('../images/site-guru-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 216px;
  height: 48px;
}

.small-btn {
  border: 1px solid #46444a;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
}

.text-block {
  color: #fff;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #b9c1db);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 18px;
  font-family: 'Roc Grotesk Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 148px;
  line-height: 148px;
  position: static;
}

.h2 {
  color: #fff;
  text-align: center;
  font-family: 'Minion Pro', Georgia, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.subheader-row {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.pill {
  background-image: linear-gradient(#44afff 67%, #53a3ff);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 48px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.pill.purple {
  background-image: linear-gradient(#a47cff 67%, #7d4ee9);
}

.pill.green {
  background-image: linear-gradient(#a7f893 67%, #89d576);
}

.pill-icon {
  width: 32px;
  height: 32px;
}

.sign-up {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#d9d9d90f, #7373730f);
  border: 1px solid #46444a;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 56px;
  padding: 16px;
  display: flex;
  position: relative;
}

.text-field.w-input:focus {
  color: #fff;
  outline: none; /* Optional: Remove default focus outline */
  border-color: #46444a; /* Optional: Add a border color */
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field {
  color: #5e5c5e;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 8px;
  width: 428px;
  height: 56px;
  margin-bottom: 0;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.submit-button {
  background-color: #007bff;
  border: 1px solid #46444a;
  border-radius: 130px;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  padding: 2px 16px 0;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.guru-container {
  background-image: url('../images/guru.png');
  background-position: 0 0;
  background-size: auto;
  width: 400px;
  height: 400px;
  margin-top: 32px;
}

.header-bottom {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.chat-message {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#0000000f, #d9d9d90f 0%, #7373730f);
  border: 1px solid #46444a;
  border-radius: 16px;
  width: 248px;
  height: 124px;
  padding: 8px;
}

.chat-message.dark.left {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 24px;
  transform: rotate(-8deg);
}

.chat-message.dark.right {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 24px;
  width: 258px;
  height: 124px;
  transform: rotate(8deg);
}

.chat-message.light {
  float: left;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), linear-gradient(#00000008, #d9d9d90f 0%, #73737308);
  border-color: #0000001a;
  border-radius: 24px;
  height: auto;
  margin-bottom: 16px;
}

.chat-message.light.longer {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#00000008, #d9d9d90f 0%, #73737308);
  width: 344px;
  padding-bottom: 16px;
}

.chat-message.user {
  float: right;
  background-image: linear-gradient(300deg, #0f98ff, #0f80ff);
  border-color: #0000001a;
  border-radius: 24px;
  width: 310px;
  height: auto;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.chat-message.user.green {
  background-image: linear-gradient(300deg, #279e51, #6eba5d);
}

.chat-message.user.green.small {
  width: 210px;
}

.chat-message.user.purple {
  background-image: linear-gradient(300deg, #754ad5, #9570e8 100%, #7449d5);
}

.guru-profile-small {
  background-color: #f9fbfc;
  border: 1px solid #e5e7e8;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.chat-message-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.guru-profile-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2px;
  display: flex;
}

.chat-text {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.chat-text.dark {
  color: #000;
}

.guru-profile-time {
  color: #605e63;
  margin-top: 2px;
  margin-left: 8px;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.features {
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  width: 360px;
  height: 700px;
  margin-right: 24px;
  display: flex;
}

.features-right {
  flex-flow: column;
  justify-content: space-around;
  width: 360px;
  height: 700px;
  margin-left: 24px;
  display: flex;
}

.feature {
  background-image: linear-gradient(#d9d9d90f, #7373730f);
  border: 1px solid #46444a;
  border-radius: 16px;
  width: 100%;
  padding: 16px;
  /* keep padding/border inside column width */
  box-sizing: border-box;  
}

.feature.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.feature.footer.small {
  flex-flow: column;
  height: 220px;
  margin-top: 20px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.feature-header {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.feature-icon {
  border: 1px solid #46444a;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
}

.card-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #c5c5d3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 8px;
  padding-top: 4px;
  font-family: 'Minion Pro', Georgia, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.feature-text {
  color: #fff;
  margin-top: 8px;
  padding-left: 4px;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.chat-container {
  background-color: #fff;
  border-radius: 40px;
  width: 540px;
  height: 880px;
  margin-top: -88px;
  box-shadow: 0 -11px 24px #000;
}

.chat-container.dark {
  background-color: #ffffff0a;
}

.chat-container.dark.small {
  width: 436px;
  height: 682px;
}

.blue-glass {
  background-color: #0e92ff;
}

.glass {
  background-color: #ff10a3;
  width: 120px;
  height: 120px;
  position: relative;
  top: 80px;
  left: 80px;
}

.glass.blue {
  background-color: #0f95ff;
  width: 160px;
  height: 160px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 500px;
  left: 300px;
}

.glass.blue.small {
  left: 260px;
}

.glass.pink.small {
  top: 280px;
  left: 170px;
}

.glass.green {
  background-color: #69b85c;
}

.div-block {
  width: 540px;
  height: 880px;
  display: flex;
  position: absolute;
}

.glass-overlay {
  z-index: 3;
  -webkit-backdrop-filter: blur(160px);
  backdrop-filter: blur(160px);
  border: 1px solid #fff3;
  border-radius: 40px;
  flex-flow: column;
  width: 540px;
  height: 880px;
  padding: 24px;
  display: flex;
  position: absolute;
}

.glass-overlay.small {
  width: 436px;
  height: 683px;
  padding-bottom: 16px;
}

.chat-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
  display: flex;
}

.guru-profile-photo {
  background-image: linear-gradient(#000, #323232);
  border: 3px solid #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 24px #0003;
}

.text-block-2 {
  font-size: 32px;
}

.chat-intro {
  text-align: center;
  margin-top: 16px;
  font-family: 'Roc Grotesk Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}

.input {
  float: left;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 16px;
  padding: 8px 16px;
  display: flex;
}

.input-text {
  color: #605f63;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 18px;
}

.h3 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #b9c1db);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 18px;
  font-family: 'Roc Grotesk Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  position: static;
}

.cases {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.h4 {
  color: #fff;
  text-align: center;
  width: 760px;
  font-family: 'Minion Pro', Georgia, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.cases-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  margin-top: 96px;
  margin-bottom: 160px;
  display: flex;
}

.cases-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.case-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 16px;
  display: flex;
}

.pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}
.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  cursor: pointer;
}
.pricing-card {
  background: #1a1a1a;
  border: 1px solid #2b2b2b;
  border-radius: 16px;
  padding: 32px 24px;
  width: 300px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 16px rgba(11, 153, 255, 0.4);
}
.pricing-card.featured {
  border: 2px solid #0b99ff;
  background: #151e28;
}
.pricing-card p {
  color: #0b99ff;
  font-size: 14px;
  margin-bottom: 8px;
}
.price-card-title {
  font-family: 'Roc Grotesk Regular', Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.price {
  font-size: 20px;
  font-weight: bold;
  color: #0b99ff;
  margin-bottom: 6px;
}
.pages {
  font-size: 16px;
  color: #ccc;
}
#pricing .cases-header {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
/* Modern Tabs */
.modern-tabs {
  padding-bottom: 20px;
}
.tab-list {
  display: flex;
  justify-content: center;
  list-style: none;
  border-bottom: 1px solid #333;
  padding: 0px;
  margin: 0 auto;
  max-width: 400px;
  gap: 20px; /* 👈 adds space between tabs */
}
.tab-item {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.tab-panel {
  padding-bottom: 50px;
  margin: auto;
}
.tab-item:hover {
  color: #fff;
}
.tab-item.active {
  color: #fff;
  border-bottom: 3px solid #0b99ff;
}
.tab-note {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.feature-hr {
  background-color: #ffffff29;
  border: 1px #ffffff1a;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.product-feature {
  width: 532px;
}

.product-feature-header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.product-img {
  margin-top: 24px;
}

.product-features {
  width: 532px;
}

.product-features-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-hr {
  background-color: #ffffff29;
  border: 1px #ffffff1a;
  width: 573px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-hr.right {
  margin-left: -40px;
}

.vr {
  background-color: #3e3e3f;
  width: 1px;
  height: 710px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.call-to-action {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.footer {
  grid-column-gap: 24px;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.guru-footer {
  justify-content: flex-start;
  align-items: center;
  width: 720px;
  min-height: 512px;
  display: flex;
  position: relative;
}

/* Ensure all overlay layers can fill the stretched height */
.guru-footer-bg,
.guru-footer-card,
.guru-footer-img,
.guru-footer-text { height: 100%; }


.footer-col {
  width: 292px;
  /* prevent flex auto-expansion on prod due to min-content sizing */
  flex: 0 0 292px;
  min-width: 0;
}

/* allow wrapping inside footer columns instead of widening the column */
.footer-col .feature-text,
.footer-col .footer-heading {
  overflow-wrap: anywhere;
  word-break: normal;
}

.footer-col .feature-text {
  font-size: 16px;
}

.footer-heading {
  color: #fff;
  font-family: 'Roc Grotesk Regular', Arial, sans-serif;
  font-weight: 400; 
  font-size: 30px;
  line-height: 36px;
}

/* Remove the 50px drop applied to the shared .image class inside the footer */
.guru-footer-img .image{
  margin-top: 20px !important;
  margin-left: 0;
  display: block;
}

.large-btn {
  background-color: #007bff;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid #46444a;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 16px;
  padding: 20px;
  display: flex;
  cursor: pointer;
}

.large-btn-text {
  color: #fff;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.partciles {
  width: 800px;
  height: 800px;
  position: absolute;
  inset: 50% 0% 0% 51%;
  transform: translate(-50%, 50px);
  z-index: -1;
}

.guru-footer-img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.guru-footer-card {
  background-image: linear-gradient(#d9d9d90f, #7373730f);
  border: 1px solid #46444a;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.guru-footer-card.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.guru-footer-card.footer.small {
  flex-flow: column;
  margin-top: 20px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-guru-heading {
  color: #fff;
  text-align: right;
  font-family: 'Roc Grotesk Regular', Arial, sans-serif;
  font-weight: 400; 
  font-size: 50px;
  line-height: 64px;
}

.partciles-footer {
  width: 400px;
  height: 400px;
  position: relative;
  left: -20%;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-left: 0;
  left: -90px;
}

.guru-footer-bg {
  background-image: linear-gradient(#0b0a0bb3, #0b0a0bb3), linear-gradient(#d9d9d90f, #7373730f);
  border: 1px solid #46444a;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.guru-footer-bg.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.guru-footer-bg.footer.small {
  flex-flow: column;
  margin-top: 20px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-2, .div-block-2-copy {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image {
  width: 500px;
  height: 500px;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: auto;
  display: block;
}

.guru-footer-text {
  width: 320px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-col-container {
  gap: 20px;
  display: flex;
  align-items: stretch; /*flex-start;*/
}

/* Both footer columns (center + right) act as vertical stacks */
.footer-col-container > .footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;           /* keeps the two cards spaced */
}

/* Let cards fill the column height */
.footer-col-container > .footer-col:first-child .feature.footer { flex: 1; } /* center column: both cards split evenly */
.footer-col-container > .footer-col:last-child  .feature.footer { flex: 1; } /* right column: single card grows */

/* Put the CTA at the bottom of the right column */
.footer-col-container .large-btn { margin-top: auto; }

/* Kill fixed height that prevents equalization */
.footer-col-container .feature.footer.small { height: auto; }

.bold-text {
  font-family: 'Roc Grotesk Bold', Arial, sans-serif;
  font-weight: 700;
}

.sign-up.highlighted {
  border: 2px solid #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  transition: border 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

.sign-up.active {
  border: 2px solid #007bff;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.5);
  transition: border 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

/* Ron START  ------------------------ */

.iAIg-spinner {
  border: 2px solid #f3f3f3; /* Light grey border */
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Modal Styles */
.iAIg-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Darker overlay */
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.iAIg-modal-content {
  background: rgba(10, 10, 10, 0.8); /* Dark semi-transparent base */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #46444a; /* Match other container borders */
  border-radius: 16px; /* Match other container radius */
  color: #fff; /* Light text for dark theme */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  padding: 30px;
  width: 500px;
  position: relative;
  font-family: 'ABC Diatype', Arial, sans-serif;
}
.iAIg-modal h2 {
  font-family: 'Roc Grotesk Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 24px;
}
.iAIg-email-input {
  width: 400px; /* Set the desired width */
  padding: 10px; /* Add some padding for better UX */
  margin-top: 10px; /* Optional margin for spacing */
  box-sizing: border-box; /* Include padding and border in the width */
  border-radius: 5px;
  font-size: 16px;
}
.iAIg-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}
.iAIg-modal-button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #46444a;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
}
.iAIg-modal-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Login Styles */
.iAIg-login-button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #46444a;
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: fixed;
  top: 32px;
  right: 32px;
  transition: all 0.3s ease;
}
.iAIg-login-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.iAIg-loginForm {
  display: flex;
  flex-direction: column;
}
.iAIg-loginForm label {
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.iAIg-loginForm input {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #46444a;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: 'ABC Diatype', Arial, sans-serif;
  line-height: 22px;
}
.iAIg-loginForm input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.iAIg-login-submit {
  background-image: linear-gradient(300deg, #0f98ff, #0f80ff);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: 'ABC Diatype', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

/* Hover state */
.iAIg-login-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(15, 152, 255, 0.3);
}

/* Active/Pressed state */
.iAIg-login-submit:active {
  transform: translateY(0px);
  opacity: 0.95;
  box-shadow: 0 1px 4px rgba(15, 152, 255, 0.2);
}

/* Disabled state (when processing) */
.iAIg-login-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Ron END ------------------------ */

@media screen and (max-width: 991px) {
  .header {
    width: auto;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .subheader {
    width: 680px;
  }

  .pill.blue, .pill.purple, .pill.green {
    height: 40px;
  }

  .sign-up {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 670px;
  }

  .form {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .guru-container {
    background-size: cover;
    width: 330px;
    height: 330px;
  }

  .header-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .chat-message.dark.left {
    width: 210px;
  }

  .chat-message.dark.right {
    width: 260px;
  }

  .features {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .features-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    width: 680px;
    height: auto;
    margin-top: 40px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .features-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    width: 680px;
    height: auto;
    margin-top: 40px;
  }

  .feature {
    margin-bottom: 40px;
  }

  .feature.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .feature.footer.small {
    height: 160px;
  }

  .feature-text.center {
    text-align: center;
  }

  .chat-container {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .chat-container.dark.small {
    margin-top: 0;
  }

  .h3 {
    font-size: 50px;
    line-height: 56px;
  }

  .cases {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h4 {
    width: 650px;
  }

  .cases-header {
    width: 80%;
    margin-bottom: 40px;
  }

  .cases-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .product-feature {
    margin-bottom: 40px;
  }

  .product-feature-header {
    justify-content: center;
    align-items: center;
  }

  .product-img.botom {
    margin-top: 0;
  }

  .product-features-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .product-hr.right, .product-hr.left, .vr {
    display: none;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 350px;
    display: flex;
  }

  .footer-heading {
    font-size: 28px;
    line-height: 29px;
  }

  .large-btn {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: center;
    align-items: center;
  }

  .partciles {
    width: 770px;
    height: 770px;
  }

  .footer-col-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 162px;
    height: 36px;
  }

  .text-block {
    font-size: 25px;
    line-height: 16px;
  }

  .header {
    width: 470px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 100px;
    line-height: 110px;
  }

  .h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .subheader {
    width: 470px;
  }

  .pill.blue {
    width: 54px;
    height: 36px;
  }

  .pill.purple {
    width: 55px;
    height: 36px;
  }

  .pill.green {
    width: 54px;
    height: 36px;
    position: static;
  }

  .sign-up {
    width: 450px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-field {
    width: 340px;
    font-size: 25px;
    line-height: 20px;
  }

  .guru-container {
    z-index: 4;
    width: 280px;
    height: 300px;
    position: relative;
  }

  .header-bottom {
    justify-content: center;
    align-items: center;
    width: 440px;
    margin-left: auto;
    display: flex;
    position: static;
    top: 50%;
    left: 50%;
  }

  .chat-message.dark.left {
    display: none;
  }

  .chat-message.dark.right {
    width: 232px;
    display: none;
  }

  .chat-text {
    font-size: 16px;
  }

  .features-left {
    z-index: 3;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .features-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 470px;
    margin-left: 0;
  }

  .feature.footer {
    display: none;
  }

  .feature-header {
    font-size: 14px;
  }

  .price-card-title {
    font-size: 24px;
  }

  .feature-text {
    font-size: 18px;
  }

  .chat-container, .glass-overlay {
    width: 470px;
  }

  .h3 {
    font-size: 40px;
  }

  .cases {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .h4 {
    width: 430px;
  }

  .cases-header {
    margin-top: 40px;
  }

  .cases-container, .product {
    width: 470px;
  }

  .product-feature {
    width: 480px;
  }

  .product-img, .product-img.botom, .product-features {
    width: 470px;
  }

  .call-to-action {
    width: 470px;
    margin-top: 40px;
  }

  .guru-footer {
    width: 100%;
    margin-left: 0;
  }

  .footer-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .large-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .large-btn-text {
    width: auto;
  }

  .partciles {
    width: 450px;
    height: 450px;
    display: none;
    left: 52%;
  }

  .footer-guru-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .background-video {
    left: 0;
  }

  .guru-footer-text {
    padding-right: 40px;
  }

  .footer-col-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .background-video-2 {
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 34px;
  }

  .small-btn {
    padding: 20px;
    font-size: 14px;
  }

  .text-block {
    font-size: 24px;
  }

  .header {
    width: 380px;
  }

  .h1 {
    font-size: 80px;
  }

  .h2.spacer {
    margin-left: 10px;
  }

  .subheader {
    width: 390px;
  }

  .pill.blue, .pill.purple, .pill.green {
    display: none;
  }

  .sign-up {
    width: 360px;
    margin-top: 20px;
  }

  .text-field {
    width: 240px;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .header-bottom, .features-left {
    width: 380px;
  }

  .features-right {
    width: 390px;
  }

  .feature {
    flex-flow: column;
    display: flex;
  }

  .feature-header {
    flex-flow: column;
  }

  .card-title {
    font-size: 24px;
  }

  .feature-text {
    font-size: 16px;
  }

  .chat-container, .chat-container.dark.small {
    width: 390px;
  }

  .glass.blue {
    left: 150px;
  }

  .glass.blue.small {
    left: 180px;
  }

  .glass-overlay {
    width: 390px;
  }

  .glass-overlay.small {
    width: 390px;
    height: 720px;
  }

  .chat-intro {
    font-size: 25px;
    line-height: 30px;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .cases {
    width: 390px;
  }

  .h4 {
    width: 390px;
    font-size: 24px;
    line-height: 29px;
  }

  .cases-header {
    width: 100%;
  }

  .cases-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .product {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-feature, .product-features {
    width: 390px;
  }

  .call-to-action, .footer {
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .guru-footer, .guru-footer-img {
    width: 390px;
    height: 390px;
  }

  .image {
    width: 500px;
    height: 390px;
  }
}


@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roc Grotesk Regular';
  src: url('../fonts/fonnts.com-Roc_Grotesk_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roc Grotesk Bold';
  src: url('../fonts/fonnts.com-Roc_Grotesk_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roc Grotesk Medium';
  src: url('../fonts/fonnts.com-Roc_Grotesk_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
