/* =======================================================
   ABOUT PAGE - PREMIUM INDUSTRIAL THEME
   ======================================================= */

/* --- HERO SECTION --- */
.about-hero-premium {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--color-blue-dark);
}

.hero-bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-hero-bg.jpg');
  /* Asegúrate de tener esta imagen o una similar industrial */
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  transform: scale(1.1);
  /* Efecto leve de zoom */
}

.hero-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0A1930 0%, rgba(10, 25, 48, 0.8) 60%, rgba(10, 25, 48, 0.4) 100%);
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 5;
  max-width: 800px;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
  color: var(--color-yellow);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 25px;
  backdrop-filter: blur(5px);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-yellow);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-yellow);
  animation: pulse 2s infinite;
}

.about-hero-premium h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
  font-weight: 900;
  color: var(--color-white);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.text-stroke {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  color: transparent;
  display: block;
}

.hero-lead {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #94A3B8;
  max-width: 600px;
  line-height: 1.6;
  border-left: 3px solid var(--color-orange);
  padding-left: 20px;
}

.deco-number {
  position: absolute;
  right: -2%;
  bottom: -10%;
  font-size: 25rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  z-index: 2;
  pointer-events: none;
  line-height: 1;
}

/* --- STORY SECTION (THE PIVOT) --- */
.story-industrial-section {
  padding: 120px 0;
  background-color: #0F172A;
  position: relative;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.img-frame-tech {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 40px;
  background: #000;
  padding: 10px;
  /* Borde interno */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.img-layer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  filter: saturate(1.1) contrast(1.1);
}

.floating-badge-card {
  position: absolute;
  bottom: 40px;
  right: -30px;
  background: var(--color-blue);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  backdrop-filter: blur(10px);
}

.floating-badge-card .icon-box {
  width: 50px;
  height: 50px;
  background: var(--color-yellow);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-dark);
}

.badge-info {
  display: flex;
  flex-direction: column;
}

.b-title {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
}

.b-desc {
  color: #cbd5e1;
  font-size: 0.8rem;
}

.section-label {
  display: block;
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.story-content h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.story-subtitle {
  font-size: 1.5rem;
  color: #94A3B8;
  font-weight: 500;
  margin-bottom: 30px;
  font-style: italic;
}

.story-body {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.stats-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-yellow);
  line-height: 1;
}

.stat-num small {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.stat-label {
  font-size: 0.85rem;
  color: #94A3B8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
}

/* --- PILLARS SECTION --- */
.pillars-dark-section {
  background-color: #050C18;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.bg-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.section-header-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.section-header-center h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.pillar-card {
  background: rgba(16, 42, 86, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 40px 30px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pillar-card:hover,
.pillar-card.active {
  background: rgba(16, 42, 86, 0.6);
  border-color: var(--color-yellow);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pillar-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: var(--color-yellow);
  font-size: 2rem;
  transition: 0.3s;
}

.pillar-card:hover .pillar-icon {
  background: var(--color-yellow);
  color: var(--color-blue-dark);
}

.pillar-card h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pillar-card p {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* --- SAMI TECH SECTION --- */
.sami-tech-section {
  padding: 140px 0;
  background-color: var(--color-blue-dark);
  position: relative;
  overflow: hidden;
}

.glow-effect {
  position: absolute;
  top: 50%;
  left: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232, 93, 37, 0.15) 0%, transparent 70%);
  transform: translateY(-50%);
  pointer-events: none;
}

.sami-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tech-tag {
  background: var(--color-blue-black);
  color: var(--color-yellow);
  display: inline-block;
  padding: 5px 15px;
  font-weight: 800;
  font-size: 0.8rem;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 182, 0, 0.3);
}

.sami-content h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.sami-content h3 {
  font-size: 1.5rem;
  color: #94A3B8;
  font-weight: 500;
  margin-bottom: 30px;
}

.sami-content p {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.tech-list {
  list-style: none;
  margin-bottom: 40px;
  display: grid;
  gap: 15px;
}

.tech-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}

.tech-list li span.material-symbols-rounded {
  color: var(--color-yellow);
  font-size: 1.4rem;
}

/* Dashboard Mockup (CSS Only Art) */
.dashboard-mockup {
  background: rgba(10, 25, 48, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
}

.mockup-header {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot.red {
  background: #FF5F56;
}

.dot.yellow {
  background: #FFBD2E;
}

.dot.green {
  background: #27C93F;
}

.mockup-body {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.graph-line {
  position: absolute;
  top: 40%;
  left: 30px;
  right: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.graph-bar {
  flex: 1;
  background: linear-gradient(to top, var(--color-blue), rgba(23, 60, 122, 0.3));
  height: 60%;
  border-radius: 4px;
}

.graph-bar.short {
  height: 40%;
}

.graph-bar.tall {
  height: 80%;
  background: linear-gradient(to top, var(--color-yellow), rgba(255, 182, 0, 0.3));
}

.floating-alert {
  position: absolute;
  top: 30%;
  right: -20px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
}

.floating-alert .material-symbols-rounded {
  color: var(--color-green, #27C93F);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* --- TRUST STRIP --- */
.trust-strip-section {
  padding: 60px 0;
  background-color: #050d1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.trust-label {
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
}

.marquee-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: marqueeScroll 40s linear infinite;
  align-items: center;
}

.marquee-content img {
  height: 35px;
  opacity: 0.4;
  filter: grayscale(1);
  transition: 0.3s;
}

.marquee-content img:hover {
  opacity: 1;
  filter: grayscale(0);
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

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

/* --- CTA PREMIUM --- */
.about-cta-premium {
  padding: 100px 0;
  background-color: #0A1930;
}

.cta-box-industrial {
  background: linear-gradient(120deg, var(--color-blue), var(--color-blue-black));
  padding: 80px 60px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-box-industrial::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url('../images/rimsamex-icon-white.png') no-repeat center right;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
}

.cta-text h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  margin-bottom: 15px;
}

.cta-text p {
  color: #cbd5e1;
  font-size: 1.2rem;
  max-width: 500px;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {

  .story-grid,
  .sami-wrapper,
  .cta-box-industrial {
    grid-template-columns: 1fr;
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .img-frame-tech {
    height: 400px;
  }

  .story-content,
  .cta-text {
    order: -1;
    /* Texto primero en móvil */
  }

  .stats-row {
    justify-content: center;
  }

  .hero-lead {
    margin: 0 auto;
    border-left: none;
    border-top: 3px solid var(--color-orange);
    padding-top: 20px;
    padding-left: 0;
  }

  .floating-badge-card {
    right: 0;
    bottom: -20px;
  }

  .cta-box-industrial {
    padding: 50px 30px;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-premium h1 {
    font-size: 3rem;
  }

  .deco-number {
    font-size: 10rem;
    bottom: 0;
    opacity: 0.05;
  }
}

/* =======================================================
   ABOUT HERO - ARCHITECTURAL TECH VERSION
   ======================================================= */

.about-hero-modern {
  position: relative;
  min-height: 100vh;
  background-color: #050C18;
  /* Azul casi negro */
  display: flex;
  align-items: center;
  padding: 100px 0;
  overflow: hidden;
}

/* Background Elements */
.hero-tech-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(23, 60, 122, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 60, 122, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}

.hero-light-flare {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(23, 60, 122, 0.15) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

/* Layout Split */
.hero-split-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 10;
}

/* Content Side */
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.hero-eyebrow .line {
  width: 40px;
  height: 2px;
  background-color: var(--color-orange);
}

.hero-eyebrow .text {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: #94A3B8;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.9;
  color: var(--color-white);
  margin-bottom: 35px;
}

.hero-title .weight-400 {
  font-weight: 400;
}

.hero-title .weight-900 {
  font-weight: 900;
}

.hero-description {
  max-width: 550px;
  margin-bottom: 50px;
}

.hero-description p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #CBD5E1;
}

/* Stats Shuttle (La "lanzadera" de datos) */
.hero-stats-shuttle {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.shuttle-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.s-value {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-yellow);
  line-height: 1;
}

.s-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: 1px;
}

.shuttle-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 30px;
}

/* Visual Side - Composition */
.hero-visual-composition {
  position: relative;
}

.main-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.5);
}

.image-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-image-wrapper:hover .image-inner {
  transform: scale(1.05);
}

.tech-specs-card {
  position: absolute;
  top: 30px;
  right: -20px;
  background: var(--color-white);
  color: var(--color-blue-dark);
  padding: 20px;
  border-radius: 15px;
  width: 160px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-line {
  width: 30px;
  height: 4px;
  background: var(--color-orange);
  margin-bottom: 10px;
}

.card-tag {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  opacity: 0.6;
}

.card-status {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.card-graph {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}

.card-graph span {
  width: 25%;
  background: var(--color-blue);
  border-radius: 2px;
}

.card-graph span:nth-child(1) {
  height: 15px;
}

.card-graph span:nth-child(2) {
  height: 25px;
}

.card-graph span:nth-child(3) {
  height: 20px;
}

.card-graph span:nth-child(4) {
  height: 35px;
  background: var(--color-orange);
}

.vertical-year-marker {
  position: absolute;
  left: -40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-white);
}

.v-num {
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 5px;
  margin-top: 15px;
  opacity: 0.5;
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: block;
  position: relative;
}

.wheel {
  width: 4px;
  height: 8px;
  background-color: var(--color-yellow);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollMouse 2s infinite;
}

@keyframes scrollMouse {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 15px);
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-split-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 80px;
  }

  .hero-eyebrow {
    justify-content: center;
  }

  .hero-description {
    margin: 0 auto 50px;
  }

  .hero-visual-composition {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-stats-shuttle {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }

  .shuttle-divider {
    width: 60px;
    height: 1px;
    margin: 0;
  }

  .vertical-year-marker {
    display: none;
  }
}

/* =======================================================
   GLOBAL INDUSTRIAL CTA - RIMSAMEX STANDARD
   ======================================================= */

.global-cta-section {
  padding: 100px 0;
  background-color: #050C18;
  /* Fondo oscuro consistente */
  position: relative;
  overflow: hidden;
}

.cta-master-wrapper {
  position: relative;
  background: linear-gradient(135deg, #173C7A 0%, #0A1930 100%);
  border-radius: 40px;
  padding: 80px 60px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

/* Rejilla técnica de fondo */
.cta-tech-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(rgba(255, 182, 0, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: 1;
}

.cta-content-layout {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* Lado del Texto */
.cta-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(232, 93, 37, 0.15);
  color: var(--color-orange);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border: 1px solid rgba(232, 93, 37, 0.3);
}

.cta-status-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--color-orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.cta-main-info h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.cta-main-info p {
  color: #94A3B8;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 35px;
}

.cta-quick-contacts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}

.contact-pill:hover {
  border-color: var(--color-yellow);
  background: rgba(255, 255, 255, 0.06);
}

.contact-pill span {
  color: var(--color-yellow);
  font-size: 1.2rem;
}

.contact-pill a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Lado de Acción (Tarjeta Blanca/Premium) */
.cta-action-area {
  display: flex;
  justify-content: center;
}

.action-card {
  background: var(--color-white);
  padding: 40px;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  position: relative;
}

.action-card p {
  color: var(--color-blue-dark);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1.3;
}

.action-card .btn-primary {
  width: 100%;
  padding: 20px;
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(255, 182, 0, 0.3);
}

.availability-text {
  display: block;
  margin-top: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--color-blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}

/* Watermark */
.cta-watermark {
  position: absolute;
  bottom: -20px;
  right: 30px;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  z-index: 2;
}

/* Animación de brillo para el botón */
.btn-shine {
  position: relative;
  overflow: hidden;
}

.btn-shine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }

  20% {
    left: 100%;
    transition-property: left;
  }

  100% {
    left: 100%;
    transition-property: left;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cta-content-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta-quick-contacts {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cta-master-wrapper {
    padding: 60px 20px;
    border-radius: 30px;
  }

  .cta-watermark {
    display: none;
  }
}

/* --- REFUERZO PARA LA COMPOSICIÓN VISUAL --- */
.hero-visual-composition {
  position: relative;
  width: 100%;
  /* Aseguramos que en móvil tenga un mínimo de altura para que no desaparezca */
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image-wrapper {
  position: relative;
  width: 100%;
  /* Usamos aspect-ratio pero con un fallback de height por si acaso */
  aspect-ratio: 4 / 5;
  height: auto;
  min-height: 350px;

  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.5);
  background-color: #102A56;
  /* Color de respaldo mientras carga la imagen */
}

.image-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Esto es vital para que el div no colapse */
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* --- AJUSTE RESPONSIVE (Móvil) --- */
@media (max-width: 1024px) {
  .hero-visual-composition {
    margin-top: 40px;
    min-height: 300px;
    width: 100%;
    max-width: 450px;
    /* Evita que la imagen sea gigante en tablets */
    margin-left: auto;
    margin-right: auto;
  }

  .main-image-wrapper {
    aspect-ratio: 1 / 1;
    /* En móvil se ve mejor cuadrada */
    min-height: 300px;
  }
}

/* --- AJUSTES PARA HACER LA IMAGEN MÁS GRANDE EN ESCRITORIO --- */
@media (min-width: 1025px) {

  /* Cambiamos la proporción de 1.2fr/0.8fr a 1fr/1fr para que la imagen tenga el 50% del ancho */
  .hero-split-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
  }

  .hero-visual-composition {
    /* Permitimos que el contenedor crezca */
    width: 100%;
    perspective: 1000px;
  }

  .main-image-wrapper {
    /* Aumentamos la altura mínima en escritorio */
    min-height: 650px;
    width: 100%;
    max-width: 550px;
    /* Controlamos que no se desparrame demasiado */
    margin-left: auto;
    /* La alineamos a la derecha para equilibrar el texto */

    /* Ajustamos el ratio para que sea más imponente (más alta) */
    aspect-ratio: 4 / 5.2;
  }

  /* Ajuste extra para el texto y no se vea apretado ahora que la imagen es grande */
  .hero-main-content {
    padding-right: 0;
  }

  /* Hacemos que la tarjeta de estatus también crezca un poco para acompañar */
  .tech-specs-card.about-pos {
    padding: 30px;
    min-width: 220px;
    right: -50px;
    /* La alejamos un poco más para jugar con la profundidad */
  }
}

/* --- FIX PARA EVITAR QUE EL TEXTO SE DESCOORDINE --- */
.hero-title {
  margin-bottom: 25px;
  /* Reducimos un poco el margen inferior para que el bloque de texto sea compacto */
}