body {
  counter-reset: feature-number;
  background-color: #151618;
}

/* Coming soon section */

#coming_soon {
  height: 40px;
  background-color: rgb(51, 255, 0);
  line-height: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 0 10px black;
}

#coming_soon>span.text {
  color: black;
  font-family: 'excluded-italic';
  font-size: 22px;
}

/* Introduction section */

#introduction {
  margin-top: 80px;
  padding: 50px;
  min-height: 85vh;
  position: relative;
  background-color: rgb(10, 10, 10);
  overflow: auto;
  background-image: url(/images/dot.png);
  background-size: 8px 8px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#introduction>canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#introduction>div.wrapper {
  z-index: 4;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1450px;
}

#introduction>div.wrapper>div.text_wrapper {
  max-width: 670px;
  position: relative;
  z-index: 2;
}

#introduction>div.wrapper>div.text_wrapper>h1 {
  color: white;
  font-family: 'montserrat-extrabold';
  font-size: 64px;
  margin: 0;
  line-height: 1.1;
  background: linear-gradient(90deg, #fff, #5383ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#introduction>div.wrapper>div.text_wrapper>p {
  /* font-family: 'helveticaneue-thin'; */
  font-family: 'montserrat-regular';
  color: white;
  margin: 0;
  margin-top: 10px;
  /* font-size: 22px; */
  /* font-size: 18px; */
  font-size: 20px;
  text-shadow: 0 0 10px black;
}

#introduction>div.wrapper>div.text_wrapper>div.links {
  display: flex;
  margin-top: 15px;
}

#introduction>div.wrapper>div.text_wrapper>div.links>a {
  margin-right: 10px;
}

/* Video */

.video-wrapper,
.video-wrapper__video,
.video-wrapper::before {
  width: 100%;
}

.video-wrapper {
  position: relative;
  z-index: 1;

  border-radius: 5px;
  box-shadow: 0 0 10px black;

  margin-left: -100px;
  transform: perspective(600px) rotateY(-10deg) scale(0.9) !important;
}

.video-wrapper__video--rotate {
  animation-name: video_rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes video_rotate {
  0% {
    transform: perspective(800px) rotateY(-10deg) translate(0, -50%);
  }

  100% {
    transform: perspective(800px) rotateY(-15deg) translate(0, -50%);
  }
}

.video-wrapper__badge {
  border-radius: 5px;
  border: 1px #0abffe solid;
  padding: 10px;
  margin-top: 15px;
  background-color: rgba(10, 191, 254, 0.05);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  max-width: 400px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.25);
  bottom: -10px;
  z-index: 3;
  display: flex !important;
  position: absolute !important;
  top: auto !important;
  left: -10px !important;
}

.video-wrapper__badge-img {
  max-width: 30px;
  max-height: 30px;
}

.video-wrapper__badge-title {
  margin: 0;
  font-family: 'montserrat-bold';
  font-size: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  color: white;
}

.video-wrapper__badge-info {
  margin-left: 10px;
}

.video-wrapper__badge-description {
  margin: 0;
  font-size: 16px;
  margin-top: 5px;
  font-family: 'montserrat-regular';
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  color: white;
}

.video-wrapper__video {
  display: block;
  position: relative !important;
  z-index: 2;
}

.video-wrapper__shadow {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px rgba(83, 131, 255, 0.2) solid;
  background-color: rgba(51, 255, 0, 0.15);
  z-index: 1;
  opacity: 1;
}

/***         MEDIA QUERIES 0-1000         ***/
@media screen and (min-width: 0px) and (max-width: 1000px) {

  .video-wrapper {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 0;
    transform: none !important;
  }

}

/* Benefits section */

#benefits {
  padding: 50px;
  background-color: #151618;
}

#benefits>h1 {
  color: white;
  margin: 0;
  font-family: 'montserrat-extrabold';
  /* font-size: 32px; */
  font-size: 28px;
  border-left: 8px #5383ff solid;
  padding-left: 15px;
  box-sizing: border-box;
  text-shadow: 0 10px 15px rgb(10 10 10);
}

#benefits>div.splide.benefits .splide__arrow--prev {
  left: 0;
  transform: translate(-50%, -25px);
}

#benefits>div.splide.benefits .splide__arrow--next {
  right: 0;
  transform: translate(50%, -25px);
}

#benefits>h1,
#benefits>div.splide.benefits {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#benefits>div.splide.benefits {
  display: flex;
  margin-top: 50px;
}

#benefits>div.splide.benefits .splide__pagination {
  transform: translate(-50%, -25px);
}

#benefits>div.splide.benefits div.benefit {
  position: relative;
  box-shadow: 0 10px 15px black;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

/* #benefits>div.splide.benefits div.benefit:last-child {
  margin-right: 0;
} */
/* #benefits>div.splide.benefits div.benefit>span.img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 20px;
  background-color: #303030;
  box-shadow: 0 15px 15px black;
  display: none;
} */
#benefits>div.splide.benefits div.benefit>div.title_wrapper {
  padding: 20px;
  display: block;
  box-sizing: border-box;
  border: 2px #5383ff solid;
}

#benefits>div.splide.benefits div.benefit>div.title_wrapper,
#benefits>div.splide.benefits div.benefit::before {
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#benefits>div.splide.benefits div.benefit::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #5383ff;
}

#benefits>div.splide.benefits div.benefit>div.title_wrapper>span {
  color: white;
  font-family: 'montserrat-regular';
  font-size: 18px;
  position: relative;
  z-index: 1;
}

#benefits>div.splide.benefits div.benefit>p.description {
  color: white;
  font-family: 'montserrat-regular';
  margin-top: 10px;
  font-size: 16px;
  padding: 20px;
  margin: 0;
  height: 100%;
  border: 2px #5383ff solid;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Features section */

#features {
  background-color: rgb(10, 10, 10);
  padding: 50px;
}

#features>h1 {
  color: white;
  margin: 0 0 50px 0;
  font-family: 'montserrat-extrabold';
  font-size: 36px;
  border-left: 8px #5383ff solid;
  padding-left: 15px;
  box-sizing: border-box;
  text-shadow: 0 10px 15px rgb(10 10 10);
}

#features>h1,
#features>div.features_wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#features>div.features_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#features>div.features_wrapper>div.feature:first-child {
  margin-top: 0;
}

#features>div.features_wrapper>div.feature {
  background: rgba(83, 131, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#features>div.features_wrapper>div.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(83, 131, 255, 0.4);
  box-shadow: 0 10px 20px rgba(83, 131, 255, 0.1);
}

#features>div.features_wrapper>div.feature>h1 {
  font-family: 'excluded';
  font-size: 22px;
  color: #5383ff;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
}

#features>div.features_wrapper>div.feature:hover>h1 {
  color: #6b93ff;
}

#features>div.features_wrapper>div.feature>p {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'montserrat-regular';
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

#features>div.features_wrapper>div.feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at top right,
    rgba(83, 131, 255, 0.1),
    transparent 70%
  );
  pointer-events: none;
}

/* Icon placeholder for future use */
#features>div.features_wrapper>div.feature .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  opacity: 0.8;
}

/* Events section */
#events {
  background-color: rgb(10, 10, 10);
  padding: 50px;
  position: relative;
  overflow: hidden;
  background-image: url(/images/dot.png);
  background-size: 8px 8px;
}

#events>h1 {
  color: white;
  margin: 0;
  font-family: 'montserrat-extrabold';
  font-size: 36px;
  border-left: 8px #0abffe solid;
  padding-left: 15px;
  box-sizing: border-box;
  text-shadow: 0 10px 15px rgb(10 10 10);
}

#events .events__description {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'montserrat-regular';
  font-size: 18px;
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.6;
}

#events>h1,
#events>p.events__description,
#events>div.events_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

#events>div.events_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  gap: 25px;
}

#events .event {
  background-color: rgba(10, 191, 254, 0.05);
  border: 1px #0abffe solid;
  border-radius: 5px;
  padding: 20px;
  color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

#events .event:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(10, 191, 254, 0.15);
  border-color: rgba(10, 191, 254, 0.8);
}

#events .event__speed-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

#events .speed-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #0abffe, transparent);
  animation: speed-line 2s infinite;
}

#events .speed-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #0abffe;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: speed-dot 2s infinite;
  box-shadow: 0 0 10px #0abffe;
}

#events .event__header {
  margin-bottom: 15px;
}

#events .event__title {
  font-family: 'montserrat-bold';
  font-size: 20px;
  margin: 0;
  color: #0abffe;
  text-shadow: 0 0 10px rgba(10, 191, 254, 0.3);
}

#events .event__description {
  font-family: 'montserrat-regular';
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  flex-grow: 1;
}

#events .event__metrics {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(10, 191, 254, 0.2);
}

#events .event__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'montserrat-regular';
  flex: 1;
  text-align: center;
}

#events .event__metric strong {
  font-family: 'montserrat-bold';
  font-size: 18px;
  color: #0abffe;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(10, 191, 254, 0.3);
}

#events .event__metric+.event__metric {
  margin-left: 10px;
}

@keyframes speed-line {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes speed-dot {
  0% {
    left: 0%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

/* FAQ section */

/* #features>div.features_wrapper>div.feature>.line {
  display: block;
  width: 200px;
  height: 98px;
  right: -204px;
  top: 50%;
  border-top-right-radius: 50px;
  border-top: 2px rgb(51, 255, 0) solid;
  border-right: 2px rgb(51, 255, 0) solid;
  position: absolute;
} */
#faq {
  /* background-color: #151618; */
  background-color: rgb(10, 10, 10);
  padding: 50px;
}

#faq>div.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#faq>div.wrapper>h1 {
  font-family: 'montserrat-extrabold';
  color: white;
  font-size: 36px;
  margin: 0;
  padding-left: 15px;
  border-left: 8px #5383ff solid;
  padding-left: 15px;
}

#faq>div.wrapper>.accordion {
  margin-top: 25px;
}

#pricing {
  /* background-color: rgb(10, 10, 10); */
  background-color: #151618;
  padding: 50px;
}

#pricing>div.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#pricing>div.wrapper>h1 {
  font-family: 'montserrat-extrabold';
  color: white;
  font-size: 36px;
  margin: 0;
  padding-left: 15px;
  border-left: 8px rgb(146, 191, 36) solid;
  padding-left: 15px;
}

#pricing>div.wrapper>p {
  color: white;
  font-family: 'montserrat-regular';
  margin-top: 25px;
  font-size: 18px;
  margin-bottom: 0;
}

#pricing>div.wrapper>a {
  margin-top: 25px;
}

#call_to_action {
  background-color: #151618;
  padding: 50px;
}

#call_to_action>div.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#call_to_action>div.wrapper>h1 {
  color: white;
  font-family: 'montserrat-extrabold';
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  /* border-left: 8px rgb(146, 191, 36) solid; */
  /* padding-left: 15px; */
  box-sizing: border-box;
}

#call_to_action>div.wrapper>a {
  margin-top: 25px;
}

/***         MEDIA QUERIES 0-1000         ***/
@media screen and (min-width: 0px) and (max-width: 1000px) {
  #introduction {
    min-height: auto;
  }

  #introduction>div.wrapper {
    flex-direction: column;
  }

  #introduction>div.wrapper>div.text_wrapper>div.links {
    margin-top: 25px;
  }

  #introduction>div.wrapper>div.text_wrapper {
    max-width: none;
  }

  #introduction>div.wrapper>div.text_wrapper>h1 {
    /* font-size: 42px; */
    font-size: 36px;
  }
}

/***         MEDIA QUERIES 0-750         ***/
@media screen and (min-width: 0px) and (max-width: 750px) {

  #introduction,
  #benefits,
  #features,
  #pricing,
  #faq,
  #call_to_action,
  #events {
    padding: 25px;
  }

  #features>div.features_wrapper>div.feature {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }

  #features>div.call_to_action>a {
    margin-top: 20px;
  }

  /* #benefits>div.splide.benefits {
    flex-direction: column;
  }

  #benefits>div.splide.benefits div.benefit {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  #benefits>div.splide.benefits div.benefit:first-child {
    margin-top: 0;
  } */
  #benefits>h1 {
    font-size: 26px;
  }

  #call_to_action>div.wrapper>h1 {
    font-size: 26px;
  }

  #features>h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #pricing>div.wrapper>h1 {
    font-size: 32px;
  }

  #faq>div.wrapper>h1 {
    font-size: 32px;
  }

  #events>h1 {
    font-size: 32px;
  }

  #events>div.events_wrapper {
    flex-direction: column;
  }

  #events .events__description {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
  }

  #events>div.events_wrapper {
    flex-direction: column;
    margin-top: 30px;
  }
}

/* AI Assistant styles */
.ai-assistant {
  position: fixed;
  right: 220px;
  bottom: 20px;
  width: 340px;
  z-index: 1000;
}

.ai-assistant__chat {
  width: 380px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.5);
}

.ai-assistant__character {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 180px;
  pointer-events: none;
  display: block;
}

/* Remove individual widths since parent handles it */
.ai-assistant__header,
.ai-assistant__messages,
.ai-assistant__input {
  width: 100%;
  box-sizing: border-box;
}

.ai-assistant__bubble {
  position: relative;
  background: rgba(10, 191, 254, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(10, 191, 254, 0.3);
  padding: 15px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 300px;
  color: white;
  font-family: 'montserrat-regular';
  animation: bubbleAppear 0.5s ease-out;
}

.ai-assistant__messages {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 10px;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 5px;
  width: calc(100% - 10px);
}

.ai-assistant__messages::-webkit-scrollbar {
  width: 5px;
}

.ai-assistant__messages::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.ai-assistant__messages::-webkit-scrollbar-thumb {
  background: rgba(10, 191, 254, 0.3);
  border-radius: 10px;
}

.ai-message,
.user-message {
  padding: 10px 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  color: #fff;
  font-family: 'montserrat-regular';
}

.ai-message {
  background: rgba(255, 255, 255, 0.1);
}

.user-message {
  background: rgba(0, 102, 204, 0.2);
  margin-left: 20%;
}

.ai-typing {
  width: fit-content;
  animation: typing 1s infinite;
}

.ai-assistant__input {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: transparent;
  border-radius: 4px;
  align-items: center;
}

#aiInput {
  flex: 1;
  height: 35px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all 0.2s ease;
}

#aiInput::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#aiInput:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.ai-assistant__input button {
  padding: 8px 15px;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.ai-assistant__input button:hover {
  background: #0052a3;
}

.ai-assistant__input button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@keyframes bubbleAppear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes messageAppear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typing {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ai-assistant {
    right: 10px;
    left: 10px;
    bottom: 0;
  }

  .ai-assistant__image {
    width: 105px;
  }

  .ai-assistant__bubble {
    width: auto;
    margin-right: 0;
    flex: 1;
  }
}

.ai-assistant__image {
  width: 140px;
  height: auto;
  object-fit: contain;
}

/* Header section */
.ai-assistant__header {
  background: rgba(0, 102, 204, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
  margin: 10px;
  width: calc(100% - 20px);
}

.ai-assistant__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
}

.ai-assistant__title span {
  color: #0066cc;
}

.ai-assistant__stats {
  display: flex;
  gap: 15px;
  margin: 12px 0;
  font-family: 'Manrope', sans-serif;
}

.ai-assistant__stat {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
}

.ai-assistant__stat strong {
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
}

.ai-assistant__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
}

/* Character image */
.ai-assistant__character {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 180px;
  pointer-events: none;
  display: block;
}

.resource-analysis-box {
    background: rgba(30, 32, 35, 0.9);
    border: 1px solid #2a2d31;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    font-family: 'montserrat-regular';
}

.resource-analysis-box__header {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.resource-analysis-box__header .spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #3498db;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.resource-analysis-box__content {
    color: #8b8c8e;
    font-size: 13px;
}

/* Models section - Aligned with introduction style */
#models_section {
    background-color: rgb(10, 10, 10);
    padding: 50px;
}

#models_section .content_wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#models_section h2 {
    font-family: 'montserrat-extrabold';
    color: white;
    font-size: 36px;
    margin: 0;
    padding-left: 15px;
    border-left: 8px #5383ff solid;
    margin-bottom: 40px;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.model-card {
    background: rgba(10, 15, 20, 0.7);
    border: 1px solid rgba(83, 131, 255, 0.2);
    border-radius: 12px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.model-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(83, 131, 255, 0.8),
        rgba(83, 131, 255, 0.2),
        rgba(83, 131, 255, 0.8)
    );
}

.model-card h3 {
    color: #5383ff;
    font-family: 'montserrat-bold';
    font-size: 22px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.model-stats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-family: 'montserrat-regular';
}

.model-stats span {
    background: rgba(83, 131, 255, 0.05);
    color: rgba(83, 131, 255, 0.9);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid rgba(83, 131, 255, 0.2);
}

/* Data Sources - Matching introduction style */
.data-sources {
    margin: 40px 0;
    padding: 25px;
    background: rgba(10, 15, 20, 0.7);
    border: 1px solid rgba(83, 131, 255, 0.2);
    border-radius: 12px;
}

.data-sources h3 {
    font-family: 'montserrat-bold';
    color: #5383ff;
    font-size: 22px;
    margin-bottom: 25px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'montserrat-regular';
}

.data-table th {
    text-align: left;
    padding: 12px 15px;
    color: #5383ff;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgba(83, 131, 255, 0.2);
}

.data-table td {
    padding: 12px 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    border-bottom: 1px solid rgba(83, 131, 255, 0.1);
}

.data-table tr.category td {
    color: #5383ff;
    font-family: 'montserrat-bold';
    font-size: 14px;
    padding-top: 25px;
}

.source-type {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
    margin-left: 8px;
    color: #5383ff;
    border: 1px solid rgba(83, 131, 255, 0.2);
}

/* Model metrics aligned with introduction */
.model-metrics {
    margin-top: 60px;
}

.model-metrics h3 {
    font-family: 'montserrat-bold';
    color: white;
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 8px #5383ff solid;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.metric-card {
    background: rgba(10, 15, 20, 0.7);
    border: 1px solid rgba(83, 131, 255, 0.2);
    border-radius: 8px;
    padding: 25px;
}

.metric-value {
    color: #5383ff;
    font-size: 32px;
    font-family: 'montserrat-bold';
    margin-bottom: 8px;
}

.metric-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: 'montserrat-regular';
}

@media screen and (max-width: 768px) {
    .models-grid {
        grid-template-columns: 1fr;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
    }
    
    #models_section {
        padding: 25px;
    }
    
    #models_section h2 {
        font-size: 28px;
    }
}

/* Model card content styling */
.model-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    font-family: 'montserrat-regular';
}

.model-details {
    margin: 25px 0;
}

.model-details h4 {
    color: #5383ff;
    font-family: 'montserrat-bold';
    font-size: 16px;
    margin-bottom: 15px;
}

.model-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.model-details li {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'montserrat-regular';
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.model-details li::before {
    content: "•";
    color: #5383ff;
    position: absolute;
    left: 0;
}

/* Model architecture image */
.model-architecture {
    margin-top: 60px;
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.architecture-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    transition: transform 0.2s ease-out;
    filter: drop-shadow(0 0 15px rgba(83, 131, 255, 0.1));
}

.architecture-image:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 20px rgba(83, 131, 255, 0.2));
}

@media screen and (max-width: 768px) {
    .architecture-image {
        max-width: 100%;
    }
    
    .model-architecture {
        padding: 0 10px;
    }
}

/* Add these styles to your existing CSS */

.intro-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.intro-metric {
  background: rgba(83, 131, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.intro-metric:hover {
  background: rgba(83, 131, 255, 0.1);
  transform: translateY(-2px);
}

.intro-metric__icon {
  font-size: 24px;
  line-height: 1;
}

.intro-metric__content {
  flex: 1;
}

.intro-metric__title {
  color: white;
  font-family: 'montserrat-bold';
  font-size: 14px;
  margin-bottom: 4px;
}

.intro-metric__subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat-regular';
  font-size: 12px;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.intro-stat {
  background: rgba(83, 131, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.intro-stat:hover {
  background: rgba(83, 131, 255, 0.1);
  transform: translateY(-2px);
}

.intro-stat__value {
  color: #5383ff;
  font-family: 'montserrat-bold';
  font-size: 24px;
  margin-bottom: 4px;
}

.intro-stat__label {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat-regular';
  font-size: 12px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .intro-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .intro-stats {
    grid-template-columns: 1fr;
  }
  
  .intro-metric,
  .intro-stat {
    padding: 12px;
  }
  
  .intro-metric__title {
    font-size: 13px;
  }
  
  .intro-metric__subtitle {
    font-size: 11px;
  }
  
  .intro-stat__value {
    font-size: 20px;
  }
  
  .intro-stat__label {
    font-size: 11px;
  }
}

.model-architecture h3 {
  font-family: 'excluded';
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.model-architecture {
  margin-top: 4rem;
  padding: 2rem 0;
}

.architecture-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.contract-address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding: 12px 15px;
  background: rgba(10, 10, 10, 0.5);
  border: 1px solid #5383ff;
  border-radius: 8px;
  width: fit-content;
  box-shadow: 0 0 20px rgba(83, 131, 255, 0.1);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.contract-address .label {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'montserrat-regular';
  font-size: 14px;
}

.contract-address .address {
  color: #5383ff;
  font-family: 'montserrat-bold';
  font-size: 14px;
  background: none;
  padding: 0;
}

.contract-address .copy-address {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 5px;
  transition: color 0.2s ease;
}

.contract-address .copy-address:hover {
  color: #5383ff;
}

.user-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 12px 15px;
  background: rgba(83, 131, 255, 0.1);
  border: 1px solid rgba(83, 131, 255, 0.3);
  border-radius: 5px;
  width: fit-content;
  box-shadow: 0 0 30px rgba(83, 131, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.user-counter .label {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'montserrat-semibold';
  font-size: 14px;
}

.user-counter .count {
  color: #5383ff;
  font-family: 'montserrat-bold';
  font-size: 16px;
  letter-spacing: 0.5px;
}

.exclusive-offer {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(83, 131, 255, 0.15), rgba(51, 255, 0, 0.15));
  border: 1px solid rgba(83, 131, 255, 0.3);
  border-radius: 8px;
  width: fit-content;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.exclusive-offer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #5383ff, #33ff00);
  animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.exclusive-offer__label {
  display: inline-block;
  padding: 4px 8px;
  background: rgba(51, 255, 0, 0.15);
  border: 1px solid rgba(51, 255, 0, 0.3);
  border-radius: 4px;
  color: #33ff00;
  font-family: 'montserrat-bold';
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.exclusive-offer__title {
  color: white;
  font-family: 'montserrat-bold';
  font-size: 18px;
  margin-bottom: 8px;
}

.exclusive-offer__description {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'montserrat-regular';
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.countdown {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.countdown__value {
  background: rgba(83, 131, 255, 0.15);
  border: 1px solid rgba(83, 131, 255, 0.3);
  border-radius: 6px;
  padding: 8px 12px;
  color: #5383ff;
  font-family: 'montserrat-bold';
  font-size: 20px;
  min-width: 45px;
  text-align: center;
}

.countdown__label {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat-regular';
  font-size: 11px;
  text-transform: uppercase;
}

.spots-remaining {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.spots-remaining__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'montserrat-regular';
  font-size: 13px;
}

.spots-remaining__value {
  color: #ff3366;
  font-family: 'montserrat-bold';
}

.spots-remaining__bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.spots-remaining__progress {
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, #ff3366, #ff6b66);
  border-radius: 2px;
}

.exclusive-offer__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #5383ff, #33ff00);
  border: none;
  border-radius: 6px;
  color: white;
  font-family: 'montserrat-bold';
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.exclusive-offer__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(83, 131, 255, 0.3);
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .exclusive-offer {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }
  
  .countdown {
    gap: 10px;
  }
  
  .countdown__value {
    font-size: 18px;
    min-width: 40px;
    padding: 6px 10px;
  }
}

/* Opportunity Alert Section */
#opportunity_alert {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
  padding: 50px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(83, 131, 255, 0.1);
  border-bottom: 1px solid rgba(83, 131, 255, 0.1);
}

#opportunity_alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(83, 131, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

#opportunity_alert .wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.attention_title {
  color: #33ff00;
  font-family: 'montserrat-extrabold';
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 20px rgba(51, 255, 0, 0.3);
}

.example_case {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.case_header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
}

.trump_image {
  width: 180px;
  height: auto;
  margin: -40px -20px -20px -20px; /* Creates an overlapping effect */
  filter: drop-shadow(0 0 20px rgba(83, 131, 255, 0.2));
}

.tweet_info {
  padding-top: 10px;
}

.tweet_name {
  color: white;
  font-family: 'montserrat-bold';
  font-size: 16px;
}

.tweet_handle {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat-regular';
  font-size: 14px;
}

.case_content {
  margin-bottom: 20px;
}

.tweet_text {
  color: white;
  font-family: 'montserrat-regular';
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.timestamp {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'montserrat-regular';
  font-size: 14px;
  margin-top: 10px;
}

.signal_alert {
  background: rgba(51, 255, 0, 0.1);
  border: 1px solid rgba(51, 255, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
}

.alert_title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.alert_badge {
  background: #33ff00;
  color: black;
  font-family: 'excluded';
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 4px;
}

.detection_time {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'excluded';
  font-size: 16px;
}

.detection_time strong {
  color: #33ff00;
}

.metrics_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}

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

.metric_label {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'montserrat-regular';
  font-size: 14px;
}

.metric_value {
  color: #33ff00;
  font-family: 'montserrat-bold';
  font-size: 20px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  #opportunity_alert {
    padding: 25px;
  }

  .attention_title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .example_case {
    padding: 15px;
  }

  .tweet_text {
    font-size: 16px;
  }
}

.architecture_title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'excluded';
  text-transform: uppercase;
}

#success_signals {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(83, 131, 255, 0.1);
  border-bottom: 1px solid rgba(83, 131, 255, 0.1);
}

#success_signals .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#success_signals h2 {
  font-family: 'montserrat-extrabold';
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  border-left: 8px #5383ff solid;
  padding-left: 15px;
}

.signals_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.signal_card {
  background: rgba(83, 131, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 12px;
  padding: 15px;
  position: relative;
}

.token_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.token_name {
  font-family: 'montserrat-bold';
  font-size: 20px;
  color: #5383ff;
}

.signal_time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: 'montserrat-regular';
}

.price_data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.entry, .peak {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: 'montserrat-regular';
}

.value {
  color: #fff;
  font-size: 14px;
  font-family: 'montserrat-bold';
}

.gain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  border-top: 1px solid rgba(83, 131, 255, 0.2);
  padding-top: 8px;
}

.multiplier {
  color: #33ff00;
  font-family: 'montserrat-bold';
  font-size: 20px;
}

.arrow {
  color: #33ff00;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .signals_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  #success_signals {
    padding: 25px 0;
  }
  
  #success_signals .wrapper {
    padding: 0 15px;
  }
  
  #success_signals h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .signals_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Supported Exchanges Section */
#supported_exchanges {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border-top: 1px solid rgba(83, 131, 255, 0.1);
  border-bottom: 1px solid rgba(83, 131, 255, 0.1);
}

#supported_exchanges .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#supported_exchanges h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'montserrat-bold';
  color: #fff;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #5383ff 0%, #33ff00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.exchanges-description {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'montserrat-regular';
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.exchanges-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.exchange-category h3 {
  font-size: 24px;
  font-family: 'montserrat-bold';
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.exchange-category h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #5383ff 0%, #33ff00 100%);
}

.exchange-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.exchange-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(83, 131, 255, 0.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.exchange-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(83, 131, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.exchange-item:hover::before {
  left: 100%;
}

.exchange-item:hover {
  transform: translateY(-4px);
  border-color: rgba(83, 131, 255, 0.4);
  box-shadow: 0 8px 25px rgba(83, 131, 255, 0.15);
}

.exchange-logo {
  margin-bottom: 12px;
}

.exchange-name {
  font-size: 18px;
  font-family: 'montserrat-bold';
  color: #fff;
  display: block;
}

.exchange-type {
  font-size: 12px;
  color: rgba(83, 131, 255, 0.8);
  font-family: 'montserrat-regular';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.exchanges-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 32px;
  font-family: 'montserrat-bold';
  color: #33ff00;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'montserrat-regular';
}

/* Responsive Design for Supported Exchanges */
@media screen and (max-width: 768px) {
  #supported_exchanges {
    padding: 50px 0;
  }
  
  #supported_exchanges h2 {
    font-size: 28px;
  }
  
  .exchanges-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .exchanges-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .exchange-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
  }
  
  .exchange-item {
    padding: 16px;
  }
  
  .exchange-name {
    font-size: 16px;
  }
  
  .exchanges-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .stat-number {
    font-size: 28px;
  }
}