/* Estilos exclusivos de la home (index.html) */

.trusted-section {
  margin-top: 3.5rem !important;
  width: 100%;
  max-width: 1400px;
  margin: 2rem auto;
  text-align: center;
  padding: 0;
  margin-bottom: 0 !important;
}
.trusted-title {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #111827;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.logo-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.logo-carousel .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: all 0.6s ease;
}
.logo-carousel .swiper-slide img {
  max-width: 100px;
  height: auto;
  filter: grayscale(100%);
}
@media (max-width: 1024px) {
  .trusted-section {
    margin: 6rem auto;
    padding: 0 1rem;
  }
  .logo-carousel .swiper-slide img {
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .logo-carousel .swiper-slide img {
    max-width: 60px;
  }
  .globe-container {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .logo-carousel .swiper-slide img {
    max-width: 64px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.features-section {
  width: 100%;
  max-width: 1400px;
  margin: 8rem auto;
  padding: 0 2rem;
  margin-bottom: 0 !important;
}
.features-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #232328;
  margin-bottom: 1.5rem;
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.feature-card {
  border-radius: 24px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.4s;
}
.feature-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feature-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #111827;
  letter-spacing: -0.01em;
}
.feature-description {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.5;
}
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: gap 0.3s ease;
}
.feature-link:hover {
  gap: 0.75rem;
}
.feature-link svg {
  transition: transform 0.3s ease;
}
.feature-link:hover svg {
  transform: translateX(2px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .features-section {
    margin: 4rem auto;
    padding: 0 1rem;
  }
  .feature-card {
    padding: 0;
  }
}
.why-colurs-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1340px;
  margin: 8rem auto;
  margin-bottom: 0 !important;
}
.why-colurs-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 2.5rem;
  letter-spacing: 0.01em;
  text-align: left;
}
.why-colurs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  justify-items: stretch;
}
.why-colurs-card {
  background: #fff;
  border: 1.5px solid #ededed;
  border-radius: 24px;
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 340px;
  height: 340px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-shadow: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-colurs-card.dark {
  background: #232328;
  color: #fff;
  border: none;
}
.why-colurs-card.blue {
  background: linear-gradient(135deg, #5e66ba 0%, #6e8cff 100%);
  color: #fff;
  border: none;
}
.why-colurs-card.cumplimiento {
  background: linear-gradient(135deg, #5a6ff0 0%, #6e5cff 100%);
  color: #fff;
  border: none;
  min-height: 340px;
  height: 340px;
}
.why-colurs-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 2.2rem;
}
.why-colurs-heading {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}
.why-colurs-desc {
  font-size: 18px !important;
  color: inherit;
  opacity: 0.92;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1700px) {
  .why-colurs-grid {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    gap: 1.2rem;
  }
}
@media (max-width: 1100px) {
  .why-colurs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-colurs-card {
    width: 100%;
    min-width: 180px;
    max-width: 100%;
  }
}
.dev-section {
  max-width: 1400px;
  margin: 8rem auto;

  margin-bottom: 0 !important;
}
.dev-card {
  background: url("../assets/bg-dark.png") center center/cover no-repeat,
    rgba(20, 22, 30, 0.92);
  border-radius: 48px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
}
.dev-card-inner {
  box-shadow: none;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2.5rem 3.5rem;
  overflow: hidden;
}
.dev-img-col {
  flex: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: none;
  padding: 0;
}
.dev-img-code {
  width: 100%;
  max-width: 450px;
  max-height: 480px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  background: none;
  margin: 0;
}
.dev-content-col {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  color: #fff;
  padding: 3.5rem 2.5rem 3.5rem 2.5rem;
}
.dev-label {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}
.dev-title {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  color: #fff;
  letter-spacing: -0.01em;
}
.dev-desc {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  opacity: 0.92;
}
.dev-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: #fff;
}
.dev-list-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 0.7rem;
  vertical-align: middle;
  object-fit: contain;
}
.dev-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 1rem 2.2rem;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.dev-btn-outline:hover {
  background: #fff;
  color: #232328;
  border-color: #fff;
}
@media (max-width: 1024px) {
  .dev-card-inner {
    flex-direction: column;
    padding: 0;
  }
  .dev-img-col {
    padding: 2rem 0 0 0;
  }
  .dev-content-col {
    align-items: left;
    text-align: left;
    padding: 2.5rem 1.2rem 2.5rem 1.2rem;
  }
}
@media (max-width: 600px) {
  .dev-card {
    padding: 1.5rem;
    min-height: unset;
  }
  .dev-card-inner {
    border-radius: 18px;
  }
  .dev-title {
    font-size: 1.3rem;
  }
  .dev-img-code {
    max-width: 100%;
  }
  .logo-carousel .swiper-slide img {
    max-width: 80px;
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .dev-img-col {
    display: none;
  }
  .section-container,
  .why-colurs-section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .dev-list {
    text-align: left;
  }
  .dev-section {
    margin-bottom: 2rem !important;
  }
  .cobra-benefits-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .why-colurs-grid {
    margin-bottom: 3.5rem;
  }
  .cta-section {
    width: 93% !important;
    margin: 6rem 1rem 0rem 1rem !important;
  }
}
.faq-section {
  margin-bottom: 32px;
}
.faq-section.section-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px !important;
}
.faq-container {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.faq-content {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  padding-left: 0 !important;
  padding-right: 0;
  margin: 0;
  justify-content: flex-start;
}
.faq-image-col {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  min-width: 0;
  width: 50%;
  padding: 0;
  margin: 0;
}
.faq-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  margin: 0;
  max-height: none;
  display: block;
}
@media (min-width: 1025px) {
  .faq-content {
    padding-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .faq-section.section-container {
  }
  .faq-container {
    flex-direction: column;
    gap: 2rem;
  }
  .faq-content,
  .faq-image-col {
    width: 100%;
    padding-left: 0;
  }
}

/* Testimonios Colurs */
.testimonials-section {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 0 1rem;
}
.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}
.testimonials-label {
  color: #232328;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.testimonials-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #232328;
}
.testimonials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 900px) {
  .testimonials-list {
    flex-direction: column;
    align-items: center;
  }
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid #ededed;
  box-shadow: none;
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 370px;
  min-height: 370px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  height: auto;
  break-inside: unset;
}
.testimonial-text {
  font-size: 1.15rem;
  color: #232328;
  margin-bottom: 2.5rem;
  text-align: left;
  font-style: normal;
  font-weight: 400;
}
.testimonial-logo {
  width: 80px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.7rem;
  margin-top: 1.5rem;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
}
.testimonial-name {
  font-weight: 500;
  color: #888;
  font-size: 1.05rem;
  margin-bottom: 0.1rem;
}
.testimonial-role {
  font-size: 1.05rem;
  color: #232328;
  font-weight: 400;
  margin: 0;
}

/* Estilos para la sección principal de la home */

.main-container {
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
  padding: 0 2rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: calc(100vh - 1000px);
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}
.content-left {
  flex: 1;
  padding-right: 2rem;
  max-width: 640px;
}
.globe-container {
  flex: 1;
  position: relative;
  height: 700px;
}
.amount {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.amount strong {
  font-weight: 500;
  color: #111827;
}
h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #111827;
}
.subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.form-container {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 0;
  border-radius: 999px;
  background: transparent;
}
input[type="email"] {
  flex: 1;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 400;
  color: #111827;
  outline: none;
  transition: all 0.2s;
  background: white;
  box-shadow: none;
}
input[type="email"]::placeholder {
  color: #9ca3af;
}
input[type="email"]:focus {
  box-shadow: none;
}
.demo-button {
  background-color: #111827;
  color: white;
  padding: 1.25rem 1.75rem;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  letter-spacing: -0.01em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.demo-button:hover {
  background-color: #1f2937;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
  .main-container {
    flex-direction: column;
    padding: 2rem 1.5rem;
    min-height: auto;
    gap: 2rem;
  }
  .content-left {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .globe-container {
    width: 100%;
    height: 400px;
  }
  h1 {
    font-size: 3rem;
  }
  .subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .form-container {
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    margin: 2rem auto 0;
  }
  input[type="email"] {
    width: 100%;
  }
  .demo-button {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .main-container {
    margin-top: 5rem;
    flex-direction: column;
    padding: 2rem 1.5rem;
    min-height: auto;
    gap: 2rem;
  }
  .content-left {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .globe-container {
    width: 100%;
    height: 300px;
  }
  h1 {
    font-size: 2.5rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .form-container {
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    margin: 2rem auto 0;
  }
  input[type="email"],
  .demo-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 1.5rem 1rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  .globe-container {
    height: 400px;
  }
  .amount {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  .main-container {
    margin-top: 120px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  h1 {
    font-size: 2rem;
  }
  .globe-container {
    height: 250px;
  }
  .amount {
    font-size: 0.9rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  input[type="email"],
  .demo-button {
    padding: 1rem 1.25rem;
  }
  .section-container,
  .why-colurs-section {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .why-colurs-grid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-bottom: 0;
    overflow-x: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .why-colurs-card {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
    scroll-snap-align: unset;
    height: 320px;
    margin-left: 0;
    margin-right: 0;
  }
  .use-cases-section {
    margin-top: 2.5rem !important;
  }
  .use-cases-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    margin-bottom: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: #6e5cff #f5f5f5;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .use-case-tab {
    flex: 0 0 auto;
    min-width: 120px;
    max-width: 90vw;
    white-space: nowrap;
  }
  .use-cases-image {
    min-width: 0 !important;
    max-width: 300px !important;
    width: 100%;
    height: auto;
  }
  .faq-section.section-container {
    margin-bottom: 24px !important;
  }
  .main-container.section-container {
    display: flex;
    flex-direction: column;
  }
  .globe-container {
    order: -1;
  }
}
@media (max-width: 480px) {
  .main-container {
    padding: 1rem 0.75rem;
    margin-top: 120px;
  }
  h1 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .globe-container {
    height: 250px;
  }
  input[type="email"] {
    padding: 1rem 1.25rem;
  }
  .demo-button {
    padding: 1rem 1.25rem;
  }
}

/* Estilos para la sección de casos de uso */
.use-cases-section {
  max-width: 1400px;
  margin: 8rem auto;
  padding: 0 2rem;
  margin-bottom: 0 !important;
}
.use-cases-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #232328;
  margin-bottom: 1.5rem;
  text-align: center;
}
.use-cases-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.use-case-tab {
  font-size: 1rem;
  padding: 0.8rem 1.2rem;
  min-width: 150px;
  white-space: nowrap;
  background: #f5f5f5;
  border: 1px solid #ededed;
  border-radius: 999px;
  cursor: pointer;
}
.use-cases-content {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
}
.use-cases-info {
  flex: 1;
}
.use-cases-info h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #232328;
  margin-bottom: 0.5rem;
}
.use-cases-info p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.5;
}
.use-cases-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .use-cases-section {
    padding: 0 1rem;
  }
}
@media (max-width: 600px) {
  .use-cases-section {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  .use-cases-content {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 0.5rem;
    min-height: unset !important;
    height: auto !important;
  }
  .use-cases-info,
  .use-cases-image {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .use-cases-info {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .use-cases-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 0.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .use-cases-title {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .use-cases-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    margin-bottom: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: #6e5cff #f5f5f5;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .use-case-tab {
    font-size: 0.95rem;
    padding: 0.6rem 1.1rem;
    min-width: 120px;
    white-space: nowrap;
    border-radius: 14px;
  }
  .use-cases-info h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .use-cases-info p {
    font-size: 0.95rem;
  }
  .use-cases-image {
    max-width: 100%;
    height: 100px;
    margin-top: 1rem;
  }
}
@media (max-width: 400px) {
  .use-cases-title {
    font-size: 1.1rem;
  }
  .use-case-tab {
    font-size: 0.78rem;
    padding: 0.4rem 0.5rem;
    min-width: 70px;
    border-radius: 10px;
  }
  .use-cases-content {
    padding: 0.7rem 0.2rem;
  }
  .use-cases-image {
    height: 70px;
  }
}
