.prj-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

/* ── Imagen de fondo ── */
.prj-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../../img/fondo-proyecto.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.prj-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2,5,20,.97) 0%,
    rgba(2,5,20,.90) 40%,
    rgba(2,5,20,.55) 65%,
    rgba(2,5,20,.15) 100%
  );
}

.prj-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.prj-copy {
  max-width: min(500px, 90%);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.prj-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(.55rem, .9vw, .62rem);
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(96,165,250,.7);
}
.prj-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1.5px;
  background: rgba(96,165,250,.5);
  flex-shrink: 0;
}

.prj-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.5rem);
  font-weight: 800;
  color: #f0f4ff;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.prj-headline em {
  font-style: normal;
  color: #60a5fa;
}

.prj-desc {
  font-size: clamp(.78rem, 1.1vw, .86rem);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  font-weight: 300;
  max-width: 42ch;
}

.prj-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: .25rem;
}

.prj-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #1a5ccc, #2a7aff);
  color: #fff; font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1vw, 12.5px); font-weight: 600; letter-spacing: .4px;
  border: none; border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: all .3s; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(30,100,255,.3), inset 0 1px 0 rgba(255,255,255,.1);
}
.prj-btn-primary:hover {
  background: linear-gradient(135deg, #2068e0, #3d8fff);
  box-shadow: 0 6px 28px rgba(30,100,255,.5);
  transform: translateY(-2px); color: #fff; text-decoration: none;
}
.prj-btn-primary i, .prj-btn-ghost i { font-size: 12px; transition: transform .25s; }
.prj-btn-primary:hover i, .prj-btn-ghost:hover i { transform: translateX(3px); }

.prj-btn-ghost {
  display: inline-flex; 
  align-items: center; gap: 8px;
  padding: 11px 22px; 
  background: transparent;
  border: 1px solid rgba(100,160,255,.25); 
  border-radius: 4px;
  color: rgb(255, 255, 255); 
  font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1vw, 12.5px); 
  font-weight: 600; letter-spacing: .4px;
  cursor: pointer; 
  text-decoration: none; 
  transition: all .3s; 
  white-space: nowrap;
}
.prj-btn-ghost:hover {
  background: rgba(100,160,255,.07); 
  border-color: rgba(100,160,255,.55);
  color: #fff; 
  transform: translateY(-2px); 
  text-decoration: none;
}

.prj-trust { 
  display: flex; 
  align-items: center; 
  gap: .55rem; 
  flex-wrap: wrap; 
  margin-top: .2rem; 
}

.prj-trust-dots { 
  display: flex; gap: .28rem; flex-shrink: 0; }
.prj-trust-dots span { display: block; width: 4px; height: 4px; border-radius: 50%; background: rgb(255, 255, 255); }
.prj-trust-dots span:first-child { background: rgba(96,165,250,.65); }
.prj-trust-text { font-size: clamp(.55rem, .75vw, .62rem); letter-spacing: .1em; color: rgb(255, 255, 255); text-transform: uppercase; }

/* ── Tablet ── */
@media (max-width: 900px) {
  .prj-bg::after { background: linear-gradient(160deg, rgba(2,5,20,.97) 0%, rgba(2,5,20,.93) 45%, rgba(2,5,20,.7) 100%); }
  .prj-copy { max-width: 100%; }
  .prj-headline { font-size: clamp(1.55rem, 4vw, 2.2rem); }
}

/* ── Mobile L ── */
@media (max-width: 600px) {
  .prj-section { min-height: auto; }
  .prj-inner { padding: 5rem 1.25rem 3.5rem; }
  .prj-bg::after { background: rgba(2,5,20,.92); }
  .prj-headline { font-size: clamp(1.45rem, 5.5vw, 2rem); line-height: 1.15; }
  .prj-btn-primary, .prj-btn-ghost { font-size: 11.5px; padding: 11px 18px; }
}

/* ── Mobile S ── */
@media (max-width: 380px) {
  .prj-inner { padding: 4.5rem 1rem 3rem; }
  .prj-headline { font-size: 1.35rem; }
  .prj-actions { flex-direction: column; align-items: stretch; }
  .prj-btn-primary, .prj-btn-ghost { justify-content: center; }
}

.proy-section {
  background: #03091d;
  position: relative;
  overflow: hidden;
  font-family: 'DM Sans', system-ui, sans-serif;
  box-sizing: border-box;
  width: 100%;
}
.proy-section *, .proy-section *::before, .proy-section *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.proy-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0,194,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,194,255,.015) 1px, transparent 1px);
  background-size: 52px 52px;
}
.proy-glow-r {
  position: absolute; top: -60px; right: -80px;
  width: 600px; height: 500px; pointer-events: none;
  background: radial-gradient(ellipse, rgba(0,140,255,.09) 0%, transparent 65%);
}
.proy-glow-l {
  position: absolute; bottom: -60px; left: -60px;
  width: 400px; height: 300px; pointer-events: none;
  background: radial-gradient(ellipse, rgba(0,80,200,.06) 0%, transparent 65%);
}

.proy-inner {
  position: relative; z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

/* ── COLUMNA IZQUIERDA: imagen full ── */
.proy-left {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.proy-left-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.proy-left-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(3,9,29,.08) 0%,
    rgba(3,9,29,.04) 50%,
    rgba(3,9,29,.55) 100%
  );
}

/* ── COLUMNA DERECHA: contenido ── */
.proy-right {
  padding: 60px 6% 60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #03091d;
  border-left: 1px solid rgba(255,255,255,.06);
  position: relative; z-index: 1;
}

.proy-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(0,194,255,.7);
  margin-bottom: 18px;
}
.proy-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #00C2FF; box-shadow: 0 0 8px rgba(0,194,255,.9);
  animation: proy-blink 2.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes proy-blink { 0%,100%{opacity:.4} 50%{opacity:1} }

.proy-title {
  font-size: clamp(20px, 3.5vw, 42px);
  font-weight: 800; color: #fff;
  letter-spacing: -.03em; line-height: 1.12;
  margin-bottom: 16px;
}
.proy-desc {
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 300;
  color: rgba(255,255,255,.5); line-height: 1.8;
  margin-bottom: 32px;
}
.proy-metrics {
  display: flex; gap: clamp(16px, 3vw, 32px);
  margin-bottom: 36px; flex-wrap: wrap;
}
.proy-metric { display: flex; flex-direction: column; gap: 3px; }
.proy-metric-val {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800; letter-spacing: -.03em; line-height: 1;
}
.proy-metric-val.pos { color: #4ade80; }
.proy-metric-val.neg { color: #60b4ff; }
.proy-metric-val.sat { color: #a78bfa; }
.proy-metric-label {
  font-size: clamp(10px, 1vw, 12px);
  color: rgba(255,255,255,.38); font-weight: 400;
}
.proy-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: clamp(12px, 1.2vw, 14px); font-weight: 600;
  color: #00C2FF; text-decoration: none;
  transition: gap .2s, opacity .2s;
  width: fit-content;
}
.proy-cta:hover { gap: 14px; opacity: .8; }
.proy-cta i { font-size: 17px; }

/* ══ RESPONSIVE ══ */

/* Tablet grande (≤1024px) */
@media (max-width: 1024px) {
  .proy-right { padding: 48px 5%; }
}

/* Tablet (≤768px) — apila verticalmente */
@media (max-width: 768px) {
  .proy-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .proy-left {
    min-height: 300px;
    height: 40vw;
    max-height: 360px;
  }
  .proy-left-overlay {
    background: linear-gradient(
      to bottom,
      rgba(3,9,29,.05) 0%,
      rgba(3,9,29,.6) 100%
    );
  }
  .proy-right {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 40px 24px;
  }
  .proy-title { font-size: clamp(22px, 5vw, 32px); }
  .proy-metrics { gap: 20px; }
}

/* Móvil (≤480px) */
@media (max-width: 480px) {
  .proy-left {
    height: 55vw;
    min-height: 200px;
    max-height: 280px;
  }
  .proy-right { padding: 32px 16px; }
  .proy-title { font-size: 22px; }
  .proy-desc { font-size: 13px; }
  .proy-metric-val { font-size: 22px; }
  .proy-metric-label { font-size: 11px; }
  .proy-metrics { gap: 16px; }
}

/* Móvil pequeño (≤360px) */
@media (max-width: 360px) {
  .proy-left { height: 60vw; }
  .proy-metrics { flex-direction: column; gap: 12px; }
  .proy-right { padding: 28px 14px; }
  .proy-title { font-size: 20px; }
}

.port-section {
  background: #03091d;
  padding: 70px 32px 90px;
  font-family: 'DM Sans', system-ui, sans-serif;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.port-section *, .port-section *::before, .port-section *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.port-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0,194,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,194,255,.015) 1px, transparent 1px);
  background-size: 52px 52px;
}
.port-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 300px; pointer-events: none;
  background: radial-gradient(ellipse, rgba(0,120,255,.07) 0%, transparent 65%);
}
.port-inner {
  position: relative; z-index: 2;
  max-width: 1140px; margin: 0 auto;
}
.port-header { text-align: center; margin-bottom: 36px; }
.port-title {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 700; color: #fff;
  letter-spacing: -.02em; margin-bottom: 24px;
}

/* FILTROS */
.port-filters {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 8px; margin-bottom: 40px;
}
.port-filter-btn {
  padding: 7px 18px; border-radius: 999px;
  font-size: 12px; font-weight: 500;
  font-family: inherit; cursor: pointer;
  border: 1px solid rgba(255,255,255,.1);
  background: transparent; color: rgba(255,255,255,.5);
  transition: all .2s;
}
.port-filter-btn:hover { border-color: rgba(0,194,255,.3); color: rgba(255,255,255,.8); }
.port-filter-btn.active { background: #1a6ef5; border-color: #1a6ef5; color: #fff; }

/* GRID */
.port-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

/* CARD */
.port-card {
  position: relative;
  border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(160deg, rgba(8,18,48,.97) 0%, rgba(4,10,28,.99) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 200px;
  transition: border-color .3s, transform .3s, opacity .3s;
  cursor: pointer;
}
.port-card:hover { border-color: rgba(0,194,255,.2); transform: translateY(-3px); }
.port-card-border-top {
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,194,255,.3), transparent);
  opacity: 0; transition: opacity .3s;
}
.port-card:hover .port-card-border-top { opacity: 1; }
.port-card-info {
  padding: 28px 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; z-index: 2;
}
.port-card-tag {
  font-size: 9.5px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(0,194,255,.6);
  margin-bottom: 10px; display: block;
}
.port-card-title {
  font-size: clamp(16px, 1.8vw, 22px); font-weight: 800;
  color: #fff; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 10px;
}
.port-card-desc {
  font-size: 12.5px; font-weight: 300;
  color: rgba(255,255,255,.42); line-height: 1.65;
  flex: 1; margin-bottom: 18px;
}
.port-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600;
  color: #00C2FF; text-decoration: none; transition: gap .2s;
}
.port-card-link:hover { gap: 10px; }
.port-card-link i { font-size: 14px; }
.port-card-img { position: relative; overflow: hidden; }
.port-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block; transition: transform .4s;
}
.port-card:hover .port-card-img img { transform: scale(1.04); }
.port-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(4,10,28,.6) 0%, transparent 50%);
}

/* PAGINACIÓN */
.port-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.port-pg-arrow {
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 16px;
  transition: all .2s; font-family: inherit;
  flex-shrink: 0;
}
.port-pg-arrow:hover:not(:disabled) {
  border-color: rgba(0,194,255,.35);
  color: #00C2FF;
  background: rgba(0,194,255,.06);
}
.port-pg-arrow:disabled {
  opacity: .25; cursor: not-allowed;
}

.port-pg-num {
  width: 42px; height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.45);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 13px; font-weight: 600;
  font-family: inherit;
  transition: all .2s;
  flex-shrink: 0;
}
.port-pg-num:hover {
  border-color: rgba(0,194,255,.3);
  color: #fff;
  background: rgba(0,194,255,.06);
}
.port-pg-num.active {
  background: linear-gradient(135deg, #1a6ef5, #0ea5e9);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 20px rgba(26,110,245,.4);
}

.port-pg-dots {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.25); font-size: 13px;
  flex-shrink: 0; letter-spacing: 1px;
}

.port-pg-info {
  display: flex; align-items: center; gap: 12px;
  margin-top: 18px; justify-content: center;
}
.port-pg-counter {
  font-size: 12px; color: rgba(255,255,255,.25);
}
.port-pg-counter strong { color: rgba(255,255,255,.55); }

.port-pg-bar-wrap {
  width: 120px; height: 3px;
  background: rgba(255,255,255,.08);
  border-radius: 99px; overflow: hidden;
}
.port-pg-bar-fill {
  height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, #1a6ef5, #00C2FF);
  transition: width .4s ease;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .port-grid { grid-template-columns: 1fr; gap: 16px; }
  .port-card { grid-template-columns: 1fr 1fr; min-height: 180px; }
}
@media (max-width: 600px) {
  .port-section { padding: 48px 16px 60px; }
  .port-card { grid-template-columns: 1fr; }
  .port-card-img { min-height: 160px; }
  .port-card-info { padding: 20px 18px; }
  .port-filters { gap: 6px; }
  .port-filter-btn { padding: 6px 14px; font-size: 11px; }
  .port-pg-num, .port-pg-arrow, .port-pg-dots { width: 36px; height: 36px; font-size: 12px; }
  .port-pg-bar-wrap { width: 80px; }
}
@media (max-width: 380px) {
  .port-card-title { font-size: 16px; }
  .port-filter-btn { padding: 5px 10px; font-size: 10px; }
  .port-pg-num, .port-pg-arrow { width: 32px; height: 32px; border-radius: 8px; }
}

.faq-section {
  background: #03091d;
  padding: 70px 32px 90px;
  font-family: 'DM Sans', system-ui, sans-serif;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.faq-section *, .faq-section *::before, .faq-section *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* Fondo de rejilla */
.faq-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0,194,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,194,255,.015) 1px, transparent 1px);
  background-size: 52px 52px;
}
.faq-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 300px; pointer-events: none;
  background: radial-gradient(ellipse, rgba(0,120,255,.07) 0%, transparent 65%);
}

.faq-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
}

/* Encabezado */
.faq-header {
  text-align: center;
  margin-bottom: 52px;
}
.faq-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(0,194,255,.7);
  margin-bottom: 14px;
}
.faq-eyebrow::before {
  content: '';
  display: block;
  width: 18px; height: 1.5px;
  background: rgba(0,194,255,.5);
  flex-shrink: 0;
}
.faq-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800; color: #f0f4ff;
  letter-spacing: -.025em; line-height: 1.12;
  margin-bottom: 12px;
}
.faq-title em {
  font-style: normal;
  color: #60a5fa;
}
.faq-sub {
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  color: rgba(255,255,255,.45);
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto;
}

/* Grid de columnas */
.faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.faq-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Item acordeón */
.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(160deg, rgba(8,18,48,.97) 0%, rgba(4,10,28,.99) 100%);
  overflow: hidden;
  transition: border-color .3s;
  position: relative;
}
.faq-item::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,194,255,.25), transparent);
  opacity: 0; transition: opacity .3s;
}
.faq-item:hover,
.faq-item.active {
  border-color: rgba(0,194,255,.2);
}
.faq-item:hover::before,
.faq-item.active::before {
  opacity: 1;
}

.faq-question {
  width: 100%;
  padding: 20px 22px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: clamp(13px, 1.3vw, 14.5px);
  font-weight: 600;
  text-align: left;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: rgba(255,255,255,.85);
  line-height: 1.4;
  transition: color .2s;
}
.faq-question:hover { color: #fff; }
.faq-item.active .faq-question { color: #fff; }

.faq-icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 8px;
  border: 1px solid rgba(0,194,255,.2);
  background: rgba(0,194,255,.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-style: normal;
  color: rgba(0,194,255,.7);
  transition: transform .3s, background .3s, color .3s, border-color .3s;
  line-height: 1;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: rgba(0,194,255,.12);
  border-color: rgba(0,194,255,.45);
  color: #00C2FF;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .3s ease;
}
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-answer-inner {
  padding: 0 22px 20px;
  font-size: clamp(12px, 1.1vw, 13.5px);
  font-weight: 300;
  color: rgba(255,255,255,.45);
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-cols { grid-template-columns: 1fr; }
  .faq-section { padding: 52px 20px 64px; }
}
@media (max-width: 480px) {
  .faq-question { font-size: 13px; padding: 17px 16px; }
  .faq-answer-inner { padding: 0 16px 16px; font-size: 12.5px; }
  .faq-title { font-size: 22px; }
}

.cta2-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: clamp(60px, 9vw, 100px) clamp(20px, 5vw, 64px);
  box-sizing: border-box;
  text-align: center;
}

/* ── Fondo ── pon tu imagen aquí */
.cta2-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../../img/fondo-futu.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta2-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2,5,20,.92) 0%,
    rgba(2,5,20,.75) 50%,
    rgba(2,5,20,.92) 100%
  );
}

.cta2-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.cta2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(.55rem, .9vw, .62rem);
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(96,165,250,.7);
}
.cta2-eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1.5px;
  background: rgba(96,165,250,.5);
  flex-shrink: 0;
}

.cta2-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #f0f4ff;
  line-height: 1.12;
  letter-spacing: -.025em;
  margin: 0;
}
.cta2-title em {
  font-style: normal;
  color: #60a5fa;
}

.cta2-subtitle {
  font-size: clamp(.78rem, 1.1vw, .9rem);
  color: rgb(255, 255, 255);
  line-height: 1.75;
  font-weight: 300;
  max-width: 44ch;
  margin: 0;
}

.cta2-actions {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .4rem;
}

/* ── Botón primario — idéntico a .prj-btn-primary ── */
.cta2-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #1a5ccc, #2a7aff);
  color: #fff; font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1vw, 12.5px); font-weight: 600; letter-spacing: .4px;
  border: none; border-radius: 4px; cursor: pointer;
  text-decoration: none; transition: all .3s; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(30,100,255,.3), inset 0 1px 0 rgba(255,255,255,.1);
}
.cta2-btn-primary:hover {
  background: linear-gradient(135deg, #2068e0, #3d8fff);
  box-shadow: 0 6px 28px rgba(30,100,255,.5);
  transform: translateY(-2px); color: #fff; text-decoration: none;
}
.cta2-btn-primary i { font-size: 12px; transition: transform .25s; }
.cta2-btn-primary:hover i { transform: translateX(3px); }

/* ── Botón ghost — idéntico a .prj-btn-ghost ── */
.cta2-btn-ghost {
  display: inline-flex;
  align-items: center; gap: 8px;
  padding: 11px 22px;
  background: transparent;
  border: 1px solid rgba(100,160,255,.25);
  border-radius: 4px;
  color: #fff; font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 1vw, 12.5px); font-weight: 600; letter-spacing: .4px;
  cursor: pointer; text-decoration: none; transition: all .3s; white-space: nowrap;
}
.cta2-btn-ghost:hover {
  background: rgba(100,160,255,.07);
  border-color: rgba(100,160,255,.55);
  color: #fff; transform: translateY(-2px); text-decoration: none;
}
.cta2-btn-ghost i { font-size: 12px; transition: transform .25s; }
.cta2-btn-ghost:hover i { transform: translateX(3px); }

/* RESPONSIVE */
@media (max-width: 600px) {
  .cta2-section { min-height: 220px; }
  .cta2-title { font-size: clamp(1.4rem, 6vw, 2rem); }
  .cta2-subtitle { font-size: .78rem; }
  .cta2-btn-primary,
  .cta2-btn-ghost { font-size: 11.5px; padding: 11px 18px; }
}
@media (max-width: 380px) {
  .cta2-actions { flex-direction: column; align-items: stretch; }
  .cta2-btn-primary,
  .cta2-btn-ghost { justify-content: center; }
  .cta2-title { font-size: 1.3rem; }
}
