:root {
  /* Espacios y paleta principal */
  --margin-h: 64px;
  --green-neutral: #6da08d;
  --green-medium: #269069;
  --green-high: #0bcf7d;
  --blue-dark: #0f2631;
  --white-neutral: #cecece;
  --bg-gradient-start: #0d3d39;
  --bg-gradient-end: #0f2631;
  --testimonial-accent-color: #f35874;

  /* Breakpoints */
  --bp-desktop: 1440px;
  --bp-tablet: 1024px;
  --bp-mobile: 375px;

  /* Container padding */
  --container-padding: clamp(16px, 5vw, 64px);
}

/* =======================================================================================================================
   RESET & BASE
   ======================================================================================================================= */
body {
  margin: 0;
  padding: 0;
  font-family: "Wix Madefor Display", -apple-system, Roboto, Helvetica,
    sans-serif;
  color: var(--white-neutral);
  background: var(--blue-dark);
}

/* Base styles to prevent horizontal scroll */
html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =======================================================================================================================
   HEADER
   ======================================================================================================================= */

/* Header styles are now in layout.css */

/* =======================================================================================================================
   FOOTER
   ======================================================================================================================= */

/* Footer styles are now in layout.css */

/* ===================== HERO SOLANA AI SECTION ===================== */
.hero-solana-ai {
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(122deg, #0F2631 0%, #0D3D39 50%, rgba(55, 74, 83, 0.00) 100%);
  padding: 128px var(--container-padding);
  box-sizing: border-box;
}

.hero-solana-ai__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
  padding: 0;
}

.hero-solana-ai__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 80px var(--container-padding);
}

.hero-solana-ai__title {
  font-family: Inter, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(
    122deg,
    #fff 0%,
    #0bcf7d 50%,
    rgba(55, 74, 83, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 16px 0;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: heroTitleAppear 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.hero-solana-ai__title .hero-solana-ai__title--white {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-solana-ai__title span {
  display: block;
  background: linear-gradient(116deg, #22C55E 34.13%, #3B82F6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes heroTitleAppear {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: translateY(10px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-solana-ai__description {
  color: #BAC0C7;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 24px 0;
  max-width: 600px;
}

.hero-solana-ai__actions {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}

.hero-solana-ai__btn {
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 12px 32px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: box-shadow 0.2s, background 0.2s;
}

.hero-solana-ai__btn--outline {
  border: 1px solid #0BCF7D;
  color: #0BCF7D;
  background: transparent;
}

.hero-solana-ai__btn--gradient {
  background: linear-gradient(106deg, #2BF29F 0%, #09A664 100%);
  color: #151515;
  border: none;
}

.hero-solana-ai__btn--outline:hover {
  background: rgba(11, 207, 125, 0.08);
}

.hero-solana-ai__btn--gradient:hover {
  box-shadow: 0 2px 16px 0 rgba(43, 242, 159, 0.15);
}

.hero-solana-ai__features {
  display: flex;
  gap: 32px;
  margin-top: 8px;
}

.hero-solana-ai__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #868E96;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.hero-solana-ai__feature svg {
  flex-shrink: 0;
}

.hero-solana-ai__image {
  /* flex: 2; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hero-solana-ai__image img {
  max-width: 800px;
  width: 100%;
  /* width: 600px; */
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(21, 21, 21, 0.12);
}

@media (max-width: 1200px) {
  .hero-solana-ai__container,
  .solana-platform-section__container,
  .idea-mainnet-section__container,
  .testimonials-section__container,
  .brands-section__container,
  .codigo-hub-section__container,
  .build-deploy-section__container {
    padding: 0 var(--container-padding);
  }
  
  .hero-solana-ai__title {
    font-size: 48px;
  }
  
  .hero-solana-ai__image img {
    width: 400px;
  }
}

@media (max-width: 900px) {
  .hero-solana-ai__container,
  .solana-platform-section__container,
  .idea-mainnet-section__container,
  .testimonials-section__container,
  .brands-section__container,
  .codigo-hub-section__container,
  .build-deploy-section__container {
    padding: 0 var(--container-padding);
  }
  
  .hero-solana-ai__container {
    flex-direction: column;
    gap: 16px;
  }
  
  .hero-solana-ai__image img {
    width: 100%;
    max-width: 400px;
  }
  
  .solana-platform-section__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .solana-platform-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .idea-mainnet-section__container {
    padding: 0 var(--container-padding);
  }
  
  .idea-mainnet-section__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .idea-mainnet-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .idea-mainnet-section__desc {
    font-size: 18px;
    line-height: 28px;
  }
  
  .idea-mainnet-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  
  .testimonials-section__container {
    padding: 0 var(--container-padding);
  }
  
  .testimonial-card {
    padding: 24px;
  }
  
  .brands-section__carousel-inner {
    gap: 40px;
  }
  
  .brand-logo {
    width: 120px;
  }
  
  .brand-logo img, .brand-logo svg {
    width: 100%;
    height: auto;
  }
  
  .brands-section__carousel {
    overflow: hidden;
  }
  
  .codigo-hub-section__container {
    padding: 0 var(--container-padding);
  }
  
  .codigo-hub-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .codigo-hub-section__desc {
    font-size: 18px;
    line-height: 28px;
  }
  
  .codigo-hub-section__image-bg {
    width: 100%;
    height: 200px;
  }
  
  .codigo-hub-section__image {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 600px) {
  .hero-solana-ai__title {
    font-size: 32px;
  }
  
  .hero-solana-ai__description {
    font-size: 16px;
    line-height: 24px;
  }
  
  .hero-solana-ai__btn {
    font-size: 16px;
    padding: 10px 18px;
  }
  
  .hero-solana-ai__features {
    flex-direction: column;
    gap: 8px;
  }
  
  .hero-solana-ai__image img {
    max-width: 100%;
    width: 100%;
  }
  
  .hero-solana-ai__content {
    padding: 80px 20px 20px 20px;
  }
}

.solana-platform-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px var(--container-padding);
  background: radial-gradient(
    85% 140% at 85% 11.01%,
    #28524f 1.33%,
    #0f2631 76.63%
  );
  box-sizing: border-box;
}

.solana-platform-section__container {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  gap: 40px;
}

.solana-platform-section__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  background: linear-gradient(90deg, #BDFEE3 15.45%, #5CDFA8 50.25%, #A169E7 85.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.solana-platform-section__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.solana-platform-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #5B6167;
  background: #0A1921;
  box-shadow: 0px 3px 2.5px 0px rgba(15, 38, 49, 0.30);
  padding: 20px;
  /* min-height: 210px; */
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.5s;
}

.solana-platform-card:hover {
  background: #0F2733;
  border: 1px solid #5CDFA8;
}

.solana-platform-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.solana-platform-card__icon {
  display: flex;
  width: 160px;
  height: 170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  /* background: rgba(255, 255, 255, 0.20); */
}

.solana-platform-card__title {
  color: #09A664;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px 0;
}

.solana-platform-card:hover .solana-platform-card__title {
  color: #5CDFA8;
}

.solana-platform-card__desc {
  color: #C8CACC;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.solana-platform-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

@media (max-width: 1200px) {
  .solana-platform-section__container {
    padding: 0 24px;
  }
  .solana-platform-section__cards {
    gap: 24px;
  }
  .solana-platform-card {
    padding: 20px;
    gap: 16px;
  }
  .solana-platform-card__icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 900px) {
  .solana-platform-section__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .solana-platform-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  .solana-platform-section__container {
    padding: 0 20px;
  }
}

.idea-mainnet-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #0A1921;
  padding: 80px var(--container-padding);
  box-sizing: border-box;
}

.idea-mainnet-section__container {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  gap: 40px;
}

.idea-mainnet-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.idea-mainnet-section__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  background: linear-gradient(90deg, #BDFEE3 15.45%, #0BCF7D 50.25%, #9846FF 85.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.idea-mainnet-section__line {
  width: 200px;
  height: 5px;
  border-radius: 9999px;
  background: #269069;
  margin: 0 auto 0px auto;
}

.idea-mainnet-section__desc {
  color: #BAC0C7;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
}

.idea-mainnet-section__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.idea-mainnet-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #173B4C;
  background: #0F2631;
  padding: 20px 15px;
  box-sizing: border-box;
  min-width: 0;
  gap: 20px;
}

.idea-mainnet-card--purple:hover {
  border: 1px solid #c084fc;
  background: linear-gradient(180deg, #0f2631 0%, #3a284d 100%);
  box-shadow: 0px 6px 13px 0px #c084fc26, 0px 23px 23px 0px #c084fc21,
    0px 52px 31px 0px #c084fc14, 0px 93px 37px 0px #c084fc05,
    0px 145px 41px 0px #c084fc02;
}

.idea-mainnet-card--green:hover {
  border: 1px solid #0BCF7D;
  background: linear-gradient(180deg, #0f2631 0%, #022617 100%);
  box-shadow: 0px 8px 18px 0px #0BCF7D1A, 0px 33px 33px 0px #0BCF7D17,
    0px 74px 45px 0px #0BCF7D0D, 0px 132px 53px 0px #0BCF7B03,
    0px 206px 58px 0px #0BCF7B02;
}
    
.idea-mainnet-card--blue:hover {
  border: 1px solid #60A5FA;
  background: linear-gradient(180deg, #0F2631 0%, #173B4D 100%);
  box-shadow: 0px 9px 19px 0px #60A5FA1A, 0px 35px 35px 0px #60A5FA17,
    0px 78px 47px 0px #60A5FA0D, 0px 139px 56px 0px #60A5FA03,
    0px 218px 61px 0px #60A5FA02;
}

.idea-mainnet-card--pink:hover {
  border: 1px solid #F472B6;
  background: linear-gradient(180deg, #0F2631 0%, #331826 100%);
  box-shadow: 0px 9px 19px 0px #F472B61A, 0px 35px 35px 0px #F472B617,  
    0px 78px 47px 0px #F472B60D, 0px 139px 56px 0px #F472B603,
    0px 218px 61px 0px #F472B602;
}

.idea-mainnet-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idea-mainnet-card__icon--purple svg {
  width: 80px;
  height: 80px;
  display: block;
}
.idea-mainnet-card__icon--green svg {
  width: 80px;
  height: 80px;
  display: block;
}
.idea-mainnet-card__icon--blue svg {
  width: 80px;
  height: 80px;
  display: block;
}
.idea-mainnet-card__icon--pink svg {
  width: 80px;
  height: 80px;
  display: block;
}

.idea-mainnet-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.idea-mainnet-card__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  margin: 0;
}
.idea-mainnet-card__title--purple {
  color: #C084FC;
}
.idea-mainnet-card__title--green {
  color: #4ADE80;
}
.idea-mainnet-card__title--blue {
  color: #60A5FA;
}
.idea-mainnet-card__title--pink {
  color: #F472B6;
}

.idea-mainnet-card__desc {
  color: #BAC0C7;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

@media (max-width: 1200px) {
  .idea-mainnet-section__container {
    padding: 0 24px;
  }
  .idea-mainnet-section__cards {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .idea-mainnet-section__container {
    padding: 0 20px;
  }
  .idea-mainnet-section__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .idea-mainnet-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  .idea-mainnet-section__desc {
    font-size: 18px;
    line-height: 28px;
  }
  .idea-mainnet-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.testimonials-section {
  width: 100%;
  background: #0C2029;
  padding: 80px 0;
  box-sizing: border-box;
}

.testimonials-section__container {
  gap: 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0 var(--container-padding);
}

.testimonial-card {
  background-color: #17384c;
  border: 1px solid #5b6167;
  border-radius: 10px;
  padding: 20px;
  min-width: 350px;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.testimonial-card:hover {
  background: #1F4F66;
  border: 1px solid #60A5FA;
}

.testimonial-card__text {
  color: #BAC0C7;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
  letter-spacing: 0.05em;
}

.testimonial-card__quote-mark {
  color: #18494e;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  left: -25px;
  top: 10px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Inter', monospace;
  z-index: -1;
}

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

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1F1F1F;
  line-height: 25px;
  text-align: center;
  opacity: 1;
  flex-shrink: 0;
}

.testimonial-card__user-info {
  display: flex;
  flex-direction: column;
}

.testimonial-card__user-name {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--testimonial-accent-color);
  line-height: 20px;
}

.testimonial-card__logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}


.testimonial-card__logo {
  height: 15px;
  width: auto;
  color: var(--testimonial-accent-color);
}

.testimonial-card__logo-name {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--testimonial-accent-color);
  line-height: 20px;
}

@media (max-width: 1200px) {
  .testimonials-section__container {
    padding: 0 24px;
    gap: 16px;
  }
  .testimonial-card {
    padding: 28px 16px 20px 16px;
  }
}

@media (max-width: 900px) {
  .testimonials-section__container {
    flex-direction: column;
    gap: 24px;
    padding: 0 20px;
  }
  .testimonial-card {
    padding: 20px 10px 16px 10px;
  }
}

.brands-section {
  overflow: hidden;
  width: 100%;
  background: #0C2029;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  position: relative;
}

.brands-section__carousel {
  display: flex;
  align-items: center;
  width: max-content;
  animation: brands-carousel 30s linear infinite;
  gap: 0;
}

.brands-section__carousel-inner {
  padding-right: 120px;
  display: flex;
  align-items: center;
  gap: 120px;
}

.brand-logo {
  width: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.brand-logo img, .brand-logo svg {
  max-width: 200px;
  max-height: 48px;
  width: 100%;
  height: auto;
  display: block;
}

@keyframes brands-carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .brands-section__container {
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .brands-section__carousel-inner {
    gap: 40px;
  }
  .brand-logo {
    min-width: 100px;
    min-height: 32px;
  }
  .brand-logo img, .brand-logo svg {
    max-width: 80px;
    max-height: 32px;
  }
  .brands-section__carousel {
    animation-duration: 18s; /* Más lento en mobile */
  }
}

.codigo-hub-section {
  width: 100%;
  background: linear-gradient(150deg, #0F2631 19.87%, rgba(4, 69, 42, 0.50) 47.29%, rgba(15, 38, 49, 0.50) 83.25%);
  padding: 80px 0;
  box-sizing: border-box;
}

.codigo-hub-section__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.codigo-hub-section__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  background: linear-gradient(90deg, #BDFEE3 15.45%, #0BCF7D 50.25%, #9846FF 85.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.codigo-hub-section__line {
  width: 220px;
  height: 6px;
  border-radius: 9999px;
  background: var(--green-medium, #269069);
  margin: 0 auto 32px auto;
}

.codigo-hub-section__desc {
  color: var(--black-200, #BAC0C7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 56px;
}

.codigo-hub-section__image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.codigo-hub-section__image-bg {
  border-radius: 20px;
  border: var(--stroke-weight-1, 1px) solid var(--product-default, #0BCF7D);
  background: rgba(21, 21, 21, 0.00);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.codigo-hub-section__image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .codigo-hub-section__container {
    padding: 0 24px;
  }
  .codigo-hub-section__image-bg {
    max-width: 100%;
    padding: 8px;
  }
  .codigo-hub-section__image {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .codigo-hub-section__container {
    padding: 0 20px;
  }
  .codigo-hub-section__title {
    font-size: 28px;
    line-height: 36px;
  }
  .codigo-hub-section__desc {
    font-size: 18px;
    line-height: 28px;
  }
  .codigo-hub-section__image-bg {
    padding: 4px;
  }
}

.build-deploy-section {
  width: 100%;
  background: linear-gradient(135deg, rgba(20, 83, 45, 0.50) 0%, rgba(30, 58, 138, 0.50) 100%);
  padding: 80px var(--container-padding);
  box-sizing: border-box;
}

.build-deploy-section__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 24px;
}

.build-deploy-section__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}

.build-deploy-section__title-gradient {
  background: linear-gradient(90deg, #BDFEE3 15.45%, #0BCF7D 50.25%, #9846FF 85.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.build-deploy-section__title-white {
  color: var(--black-100, #F8F8F8);
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.build-deploy-section__desc {
  color: var(--black-200, #BAC0C7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 48px;
}

.build-deploy-section__actions {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
}

.build-deploy-section__btn {
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 16px 48px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}

.build-deploy-section__btn--outline {
  border: var(--stroke-weight-1, 1px) solid var(--product-default, #0BCF7D);
  color: var(--product-default, #0BCF7D);
  background: transparent;
}

.build-deploy-section__btn--gradient {
  background: linear-gradient(106deg, #2BF29F 0%, #09A664 100%);
  color: var(--black-900, #151515);
  border: none;
}

.build-deploy-section__btn--outline:hover {
  background: rgba(11, 207, 125, 0.08);
}

.build-deploy-section__btn--gradient:hover {
  box-shadow: 0 2px 16px 0 rgba(43, 242, 159, 0.15);
}

.build-deploy-section__checks {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.build-deploy-section__check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black-200, #BAC0C7);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.build-deploy-section__check svg {
  flex-shrink: 0;
}

@media (max-width: 900px) {
.build-deploy-section {
  padding: 40px 0px;
}

  .build-deploy-section__title,
  .build-deploy-section__title-white {
    font-size: 32px;
    line-height: 40px;
  }
  .build-deploy-section__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .build-deploy-section__btn {
    font-size: 16px;
    padding: 10px 18px;
  }
  .build-deploy-section__actions {
    gap: 16px;
  }
  .build-deploy-section__checks {
    gap: 12px;
    font-size: 14px;
  }
}

/* .hero-solana-ai__container,
.solana-platform-section__container,
.idea-mainnet-section__container,
.testimonials-section__container,
.brands-section__container,
.codigo-hub-section__container,
.build-deploy-section__container {
  padding: 0 80px;
} */

@media (max-width: 1200px) {
  .hero-solana-ai__container,
  .solana-platform-section__container,
  .idea-mainnet-section__container,
  .testimonials-section__container,
  .brands-section__container,
  .codigo-hub-section__container,
  .build-deploy-section__container {
    padding: 0 var(--container-padding);
  }
}

@media (max-width: 900px) {
  .hero-solana-ai__container,
  .solana-platform-section__container,
  .idea-mainnet-section__container,
  .testimonials-section__container,
  .brands-section__container,
  .codigo-hub-section__container,
  .build-deploy-section__container {
    padding: 0 var(--container-padding);
  }
}

/* Animation keyframes */
@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* Scroll reveal classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.reveal-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
}

.reveal-bottom.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

/* Staggered card animations */
.solana-platform-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.5s;
}

.solana-platform-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

/* Infinite carousel for brands */
.brands-section__container {
  display: flex;
  animation: infiniteScroll 30s linear infinite;
  width: 200%;
}

.brands-section__container:hover {
  animation-play-state: paused;
}

.main-header__link.w--current, .footer__link.w--current {
  color: var(--green-high) !important;
  font-weight: 600;
}

.build-deploy-section__btn,
.hero-solana-ai__btn,
.main-header__start-btn,
.footer__link,
.mobile-menu__start-btn {
  text-decoration: none !important;
}

/* =======================================================================================================================
   ANIMATIONS & UTILITIES
   ======================================================================================================================= */

/* Scroll reveal classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.3s;
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.reveal-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.4s;
}

.reveal-bottom.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

/* Card animations */
.solana-platform-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.solana-platform-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Brands section hover effect */
.brands-section__container {
  transition: transform 0.3s ease;
}

.brands-section__container:hover {
  transform: scale(1.02);
}

/* Active link styles */
.main-header__link.w--current, .footer__link.w--current {
  color: var(--green-high) !important;
}

/* Button hover effects */
.build-deploy-section__btn,
.hero-solana-ai__btn {
  transition: all 0.3s ease;
}