/* Mentu Soluciones Page Styles */

:root {
  --ml-soluciones-purple: #673e91;
  --ml-soluciones-purple-light: rgba(103, 62, 145, 0.1);
  --ml-soluciones-purple-fade: rgba(103, 62, 145, 0.05);
}

.soluciones-hero {
  background-color: var(--ml-bg-beige-dark);
  border-radius: 0 0 40px 40px;
  padding: 80px 0;
}

.soluciones-hero .hero-logo {
  height: 40px;
  margin-bottom: 32px;
}

.soluciones-hero .hero-logo img {
  height: 100%;
  object-fit: contain;
}

.soluciones-hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 32px;
  color: var(--ml-primary-dark);
}

.soluciones-hero .hero-description {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
  color: var(--ml-primary-dark);
}

.soluciones-hero .hero-image-box {
  width: 100%;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--ml-soluciones-purple);
  position: relative;
}

.soluciones-hero .hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

/* Architecture Section */
.architecture-section {
  padding: 80px 0;
  background-color: var(--ml-bg-beige);
}

.architecture-section .subtitle {
  color: var(--ml-soluciones-purple);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.architecture-section h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 24px;
}

.arch-flex {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.arch-stack {
  width: 320px;
  flex-shrink: 0;
}

.arch-layer-item {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: white;
}

.arch-layer-item:first-child { border-radius: 16px 16px 0 0; background-color: rgba(103, 62, 145, 0.4); }
.arch-layer-item:nth-child(2) { background-color: rgba(103, 62, 145, 0.6); }
.arch-layer-item:last-child { border-radius: 0 0 16px 16px; background-color: rgba(103, 62, 145, 0.8); }

.arch-layer-item .num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.arch-layer-item .title {
  font-size: 14px;
  font-weight: 600;
}

.arch-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.arch-detail-item {
  display: flex;
  gap: 20px;
}

.arch-detail-item .num {
  font-size: 24px;
  font-weight: 700;
  color: var(--ml-soluciones-purple);
  opacity: 0.4;
  line-height: 1;
}

.arch-detail-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.arch-detail-item p {
  font-size: 16px;
  line-height: 1.5;
}

.arch-footer-note {
  border-left: 3px solid var(--ml-soluciones-purple);
  padding-left: 16px;
  font-style: italic;
  font-size: 16px;
  color: var(--ml-soluciones-purple);
}

/* SaaS Products */
.saas-section {
  padding: 80px 0;
  background-color: transparent;
}

.saas-section .subtitle,
.custom-section .subtitle {
  color: var(--ml-soluciones-purple);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.saas-product-card {
  display: flex;
  gap: 64px;
  margin-bottom: 56px;
  align-items: flex-start;
}

.saas-visual {
  width: 400px;
  height: 300px;
  border-radius: 24px;
  background-color: var(--ml-soluciones-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  text-align: center;
}

.saas-visual.light {
  background-color: var(--ml-soluciones-purple-light);
  border: 2px solid rgba(103, 62, 145, 0.2);
  color: var(--ml-primary-dark);
}

.saas-content {
  flex: 1;
}

.saas-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.saas-content .ml-btn-dark {
  width: 330px;
  display: flex;
  justify-content: center;
  background-color: var(--ml-soluciones-purple) !important;
  color: white !important;
}

.saas-content .ml-btn-dark .ml-btn-arrow {
  background-color: var(--ml-primary-orange);
  color: var(--ml-primary-dark);
}

.saas-content .tagline {
  font-size: 17px;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 20px;
}

.saas-use-cases {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.shaia-pill {
  flex: 1;
  background-color: var(--ml-bg-beige);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(103, 62, 145, 0.1);
}

.shaia-pill h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--ml-soluciones-purple);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shaia-pill ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shaia-pill ul li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.shaia-pill ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: var(--ml-soluciones-purple);
}

.shaia-highlight-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.shaia-highlight-item {
  font-size: 16px;
  line-height: 1.5;
}

.shaia-highlight-item strong {
  color: var(--ml-soluciones-purple);
  font-weight: 700;
}

.saas-metric-note {
  border-left: 3px solid var(--ml-soluciones-purple);
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 24px;
}

.math-metric {
  text-align: center;
}

.math-metric .num {
  font-size: 48px;
  font-weight: 700;
  color: var(--ml-soluciones-purple);
  line-height: 1;
}

/* Custom Solutions Grid */
.custom-section {
  padding: 80px 0;
  background-color: var(--ml-bg-beige);
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.custom-card {
  background-color: var(--ml-soluciones-purple-light);
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--ml-soluciones-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* Lucero Evidence Card */
.evidence-lucero {
  background-color: var(--ml-soluciones-purple);
  border-radius: 32px;
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  color: white;
  margin-bottom: 80px;
}

.lucero-content {
  max-width: 900px;
}

.lucero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lucero-metric-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lucero-metric-item .val {
  font-size: 40px;
  font-weight: 700;
  color: var(--ml-primary-orange);
  line-height: 1;
}

.lucero-metric-item .label {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
}

.lucero-cta-wrapper {
  margin-top: 24px;
}

/* Contact Section */
.cta-soluciones {
  background-color: var(--ml-soluciones-purple);
  padding: 80px 0;
  color: #f9f7f1;
  text-align: center;
}

.cta-soluciones h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.cta-soluciones p {
  font-size: 18px;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
}

.cta-soluciones .ml-btn-dark {
  background-color: #f9f7f1 !important;
  color: var(--ml-primary-dark) !important;
  width: 330px;
  display: flex;
  margin: 0 auto;
}

.cta-soluciones .ml-btn-dark .ml-btn-arrow {
  background-color: var(--ml-primary-orange);
  color: var(--ml-primary-dark);
}

/* Responsive */
@media (max-width: 992px) {
  .arch-flex { flex-direction: column; }
  .arch-stack { width: 100%; }
  .saas-product-card { flex-direction: column; gap: 32px; }
  .saas-visual { width: 100%; height: 240px; }
  .saas-use-cases { flex-direction: column; }
  .custom-grid { grid-template-columns: 1fr; }
  .lucero-metrics-grid { grid-template-columns: 1fr; }
  .evidence-lucero { flex-direction: column; padding: 32px; gap: 32px; }
}
