.hero-gases__cta:hover {
  background: var(--cta-bg-hover);
  transform: translateY(-1px);
}

.hero-gases__cta:active {
  transform: translateY(0);
}

.hero-gases__cta:focus-visible {
  outline: 3px solid #073763;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .hero-gases__overlay {
    background-image: url("../imagenes/gases/gases\ celular2.jpg");
    /* tu imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

   .hero-gases__title {
           text-align: center;
           font-size: 22px;
        }

.hero-gases__subtitle {
 text-align: center;
 color: white;
  }
  .hero-gases__content {
    max-width: 100%;
  }

  .hero-gases__cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .hero-gases__benefits-container {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hero-gases__benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero-gases__benefits {
    padding: 20px 0;
  }
}

/* ====== FORTE Section: Form + Solution Steps ====== */
.forte-quote-sol{
  --bg: #f3f5f8;
  --card: #ffffff;
  --line: #e7ecf2;
  --text: #0f172a;
  --muted:#5b667a;

  --blue-900:#0b2a4a;
  --blue-800:#10385f;
  --blue-700:#164a78;

  --accent:#3478f6;        /* naranja */
  --primary:#1669f9;       /* botón naranja */
  --shadow: 0 10px 24px rgba(16,24,40,.08);

  background: var(--bg);
  padding: clamp(18px, 2.5vw, 34px) 0;
}

.forte-quote-sol__container{
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 22px;
  align-items: start;
}

/* ====== Left Card (Form) ====== */
.forte-form-card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
  font-family: 'Rajdhani-Bold';
}

.forte-form-card__head{
  background: linear-gradient(180deg, var(--blue-900), var(--blue-800));
  padding: 14px 16px;
}

.forte-form-card__title{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
}

.forte-form{
  padding: 14px 16px 16px;
  display: grid;
  gap: 10px;
}

.forte-field{
  display: grid;
  gap: 6px;
}

.forte-field__label{
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  font-family: 'Rajdhani-Medium';
}

.forte-form input,
.forte-form select{
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #d8e0ea;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.forte-form select{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #60708a 50%),
    linear-gradient(135deg, #60708a 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 17px,
    calc(100% - 12px) 17px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
    font-family: 'Rajdhani-Medium';
}

.forte-form input:focus,
.forte-form select:focus{
  border-color: #9bb6d6;
  box-shadow: 0 0 0 4px rgba(25, 118, 210, .12);
}

.forte-form__micro{
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.35;
}

/* ====== Right Card (Solution) ====== */
.forte-solution{
     align-self: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.forte-solution__head{
  padding: 14px 16px;
  background: linear-gradient(180deg, #f8fafc, #f2f6fb);
  border-bottom: 1px solid var(--line);
}

.forte-solution__title{
  font-family: 'Rajdhani-Bold';
  margin: 0;
  font-size: 16px;
  color: var(--text);
  font-weight: 800;
}

.forte-solution__title strong{
  color: var(--blue-900);
}

/* steps */
.forte-steps{
  padding: 12px 16px 6px;
  display: grid;
  gap: 10px;
}

.forte-step{
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, var(--blue-900), var(--blue-800));
  overflow: hidden;
  min-height: 58px;
  display: grid;
  grid-template-columns: 40px 1fr 140px;
  align-items: center;
}

.forte-step__check{
  width: 26px;
  height: 26px;
  border-radius: 7px;
  margin-left: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #2a2a2a;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
}

.forte-step__body{
  padding: 10px 10px 10px 8px;
}

.forte-step__text{
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
   font-family: 'Rajdhani-Bold';
}

.forte-step__text strong{

  font-family: 'Rajdhani-Medium';
}

.forte-step__media{
  height: 100%;
  opacity: .18;
  background:
    radial-gradient(circle at 40% 40%, rgba(255,255,255,.75), transparent 55%),
    linear-gradient(90deg, rgba(255,255,255,.18), transparent 65%);
}

/* CTA area */
.forte-solution__cta{
  padding: 10px 16px 16px;
}

.forte-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  user-select: none;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease; font-family: 'Rajdhani-Bold';
}

.forte-btn span{ font-size: 18px; line-height: 1; }

.forte-btn--primary{
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 18px rgba(249, 115, 22, .22);
   font-family: 'Rajdhani-Bold';
   font-size: 16px;
}

.forte-btn--accent{
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(245, 158, 11, .20);
}

.forte-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.forte-btn:active{
  transform: translateY(0px);
}

/* ====== Responsive ====== */
@media (max-width: 900px){
  .forte-quote-sol__container{
    grid-template-columns: 1fr;
  }
  .forte-step{
    grid-template-columns: 40px 1fr;
  }
  .forte-step__media{
    display: none;
  }
}
/* ====== GASES (hero con cards + CTA centrado) ====== */
.forte-gases{
  --text:#ffffff;
  --muted:rgba(255,255,255,.78);
  --accent:#f59e0b;
  --card:#0b2a4a;
  --card2:#10385f;
  --btn:#3b82f6;

  position: relative;
  padding: clamp(34px, 4vw, 70px) 0;
  overflow: hidden;

  /* Imagen full */
  background-image: url("../imagenes/gases/gases.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.forte-gases__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(0deg, rgba(10,16,22,.64), rgba(10,16,22,.64)),
    radial-gradient(circle at 22% 22%, rgba(245,158,11,.16), transparent 55%);
  pointer-events:none;
}

.forte-gases__container{
  position: relative;
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.forte-gases__head{
  max-width: 720px;
}

.forte-gases__kicker{
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.82);
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
    font-family: 'Rajdhani-Bold';
}

.forte-gases__kicker::before{
  content:"";
  width: 34px;
  height: 2px;
  background: white;
  border-radius: 999px;
}

.forte-gases__title{
    font-family: 'Rajdhani-Bold';
  margin: 0 0 10px;
  color: var(--text);
  font-weight: 950;
  line-height: 1.15;
  font-size: clamp(26px, 2.8vw, 36px);
  text-shadow: 0 14px 28px rgba(0,0,0,.35);
}

.forte-gases__lead{
  font-family: 'Rajdhani-Medium';
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Cards en fila */
.forte-gases__cards{
  font-family: 'Rajdhani-Bold';
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

/* Card */
.forte-gas-card{
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;

  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);

  background: linear-gradient(180deg, rgba(11,42,74,.88), rgba(16,56,95,.88));
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
  backdrop-filter: blur(2px);
}

.forte-gas-card__icon{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #0b2a4a;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}

.forte-gas-card__title{
  color: #fff;
  font-weight: 950;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.forte-gas-card__desc{
  color: rgba(255,255,255,.78);
  font-weight: 650;
  font-size: 12px;
  line-height: 1.25;
}

/* CTA centrado */
.forte-gases__cta{
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.forte-gases__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: min(360px, 100%);
  height: 46px;
  border-radius: 12px;

  background: var(--btn);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
font-family: 'Rajdhani-Bold';
  box-shadow: 0 18px 30px rgba(59,130,246,.28);
  transition: transform .12s ease, filter .12s ease;
}

.forte-gases__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.forte-gases__btn:active{
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px){
  .forte-gases__cards{
    grid-template-columns: 1fr;
  }
  .forte-gases__btn{
    width: 100%;
  }
}


/* ====== CONSUMIBLES v2 (panel oscuro + side chips) ====== */
.forte-cons2{
  --bg:#f3f5f8;
  --text:#0f172a;
  --muted:#5b667a;
  --line:#e6edf5;
  --shadow: 0 18px 42px rgba(16,24,40,.10);

  --blue-900:#0b2a4a;
  --blue-800:#10385f;
  --accent:#f59e0b;
  --btn:#3b82f6;

  background: var(--bg);
  padding: clamp(34px, 4vw, 70px) 0;
}

.forte-cons2__container{
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.forte-cons2__kicker{
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(11,42,74,.85);
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
      font-family: 'Rajdhani-Bold';
}

.forte-cons2__kicker::before{
  content:"";
  width: 34px;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
}

.forte-cons2__title{
    font-family: 'Rajdhani-Bold';
  margin: 0 0 8px;
  color: var(--text);
  font-weight: 950;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
}

.forte-cons2__title span{
    font-family: 'Rajdhani-Medium';
  font-size: .75em;
  color: #334155;
  font-weight: 800;
}

.forte-cons2__lead{
    font-family: 'Rajdhani-Medium';
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 76ch;
}

/* layout 2 columnas */
.forte-cons2__layout{
  display: grid;
  grid-template-columns: 1.5fr .9fr;
  gap: 18px;
  align-items: start;
}

/* panel oscuro */
.forte-cons2__panel{
  background: radial-gradient(circle at 20% 20%, rgba(245,158,11,.12), transparent 45%),
              linear-gradient(180deg, var(--blue-900), var(--blue-800));
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 26px 60px rgba(11,42,74,.18);
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
}

/* feature row */
.forte-cons2__feature{
  display: grid;
  grid-template-columns: 40px 1fr 120px;
  gap: 12px;
  align-items: center;

  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

.forte-cons2__feature + .forte-cons2__feature{
  margin-top: 12px;
}

.forte-cons2__icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(214, 214, 214, 0.95);
  color: #061428;
  font-weight: 950;
  box-shadow: 0 12px 20px rgba(0,0,0,.22);
  font-size: 15px;
}

.forte-cons2__txt h3{
    font-family: 'Rajdhani-Bold';
  margin: 0 0 4px;
  color: #fff;
  font-weight: 950;
  font-size: 15px;
}

.forte-cons2__txt p{
   font-family: 'Rajdhani-Medium';
  margin: 0;
  color: rgba(255,255,255,.80);
  font-weight: 650;
  font-size: 13px;
  line-height: 1.35;
}

.forte-cons2__thumb{
  width: 120px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}

.forte-cons2__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

/* side */
.forte-cons2__side{
  display: grid;
  gap: 12px;
  position: sticky;
  top: 18px;
}

.forte-cons2__box{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow);
}

.forte-cons2__boxTitle{
    font-family: 'Rajdhani-Bold';
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 950;
  color: var(--blue-900);
}

.forte-cons2__boxLead{
    font-family: 'Rajdhani-Medium';
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.forte-cons2__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.forte-cons2__chip{
    font-family: 'Rajdhani-Medium';
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #d9e4f2;
  background: #f8fafc;
  font-weight: 850;
  font-size: 14px;
  color: #0f172a;
}

/* CTA */
.forte-cons2__cta{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow);
}

.forte-cons2__btn{
    font-family: 'Rajdhani-Bold';
  display: inline-flex;
  width: 100%;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--btn);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 18px 30px rgba(59,130,246,.22);
  transition: transform .12s ease, filter .12s ease;
}

.forte-cons2__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.forte-cons2__btn:active{ transform: translateY(0); }

.forte-cons2__micro{
    font-family: 'Rajdhani-Bold';
  margin: 10px 0 0;
  color: #5b667a;
  font-size: 12px;
  line-height: 1.35;
}

/* responsive */
@media (max-width: 980px){
  .forte-cons2__layout{
    grid-template-columns: 1fr;
  }
  .forte-cons2__side{
    position: static;
  }
  .forte-cons2__feature{
    grid-template-columns: 40px 1fr;
  }
  .forte-cons2__thumb{
    display: none;
  }
}




/* ====== EQUIPOS (sección pro) ====== */
.forte-equipos{
  --bg:#f3f5f8;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#c6c6c6;
  --muted2:#323232;
  --line:#e6edf5;
  --shadow: 0 16px 36px rgba(16,24,40,.10);

  --blue-900:#0b2a4a;
  --blue-800:#10385f;
  --accent:#f59e0b;
  --btn:#3b82f6;
 /* 👇 IMAGEN DE FONDO */
  background-image:
    linear-gradient(0deg, rgba(6,14,24,.78), rgba(6,14,24,.78)),
    url("../imagenes/gases/fondomaquinas.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: clamp(34px, 4vw, 70px) 0;
  position: relative;
 
}

.forte-equipos__container{
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.forte-equipos__head{
  margin-bottom: 14px;
}

.forte-equipos__title{
   font-family: 'Rajdhani-Bold';
  margin: 0 0 8px;
  color:white;
  font-weight: 950;
  line-height: 1.15;
  font-size: clamp(24px, 2.6vw, 34px);
}

.forte-equipos__title span{
  font-family: 'Rajdhani-Medium';
  font-weight: 800;
  color: #334155;
  font-size: .75em;
}

.forte-equipos__lead{
  font-family: 'Rajdhani-Medium';
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 78ch;
}

/* Subhead motosoldadoras */
.forte-equipos__subhead{
  margin: 22px 0 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.forte-equipos__subtitle{
    font-family: 'Rajdhani-Bold';
  margin: 0 0 6px;
  font-size: 25px;
  font-weight: 950;
  color: whitesmoke;
}

.forte-equipos__sublead{
    font-family: 'Rajdhani-Medium';
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}

/* Grillas */
.forte-equipos__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 14px;
}

/* Card */
.forte-equipo-card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}

.forte-equipo-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(16,24,40,.14);
}

/* Top badges */
.forte-equipo-card__top{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 0;
}

.forte-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  color: #0b2a4a;
  background: rgba(245,158,11,.20);
  border: 1px solid rgba(245,158,11,.30);
}

.forte-chip-mini{
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color: rgba(11,42,74,.92);
  background: #eef4fb;
  border: 1px solid #d7e6f8;
}

/* Imagen producto */
.forte-equipo-card__media{
  padding: 10px 14px 0;
}

.forte-equipo-card__media img{
  width: 100%;
  height: 100%;
  object-fit: contain;       /* producto completo */
  background: linear-gradient(180deg, #f8fafc, #eef4fb);
  border: 1px solid #e5edf7;
  border-radius: 14px;
  display: block;
 
}

/* Body */
.forte-equipo-card__body{
  padding: 12px 14px 14px;
}

.forte-equipo-card__title{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 950;
  color: var(--text);
   font-family: 'Rajdhani-Bold';
}

.forte-equipo-card__desc{
  margin: 0 0 10px;
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.45;
   font-family: 'Rajdhani-Medium';
}

.forte-equipo-card__ideal{
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e8eef7;
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.forte-equipo-card__ideal strong{
  color: var(--blue-900);
  font-weight: 950;
}

/* Bullets */
.forte-equipo-card__bullets{
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.forte-equipo-card__bullets li{
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 12.5px;
  font-weight: 750;
}

.forte-equipo-card__bullets li::before{
  content:"✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 950;
}

/* Actions */
.forte-equipo-card__actions{
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
  margin-top: 10px;
}

.forte-btn2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  border-radius: 12px;
  font-weight: 950;
  text-decoration: none;
  user-select: none;
  transition: transform .12s ease, filter .12s ease;
}

.forte-btn2--primary{
   font-family: 'Rajdhani-Bold';
  background: var(--btn);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 16px 28px rgba(59,130,246,.22);
}

.forte-btn2--ghost{
   font-family: 'Rajdhani-Bold';
  background: #ffffff;
  color: var(--blue-900);
  border: 1px solid #dbe7f6;
}

.forte-btn2:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.forte-btn2:active{
  transform: translateY(0);
}




/* Responsive */
@media (max-width: 980px){
  .forte-equipos__grid{
    grid-template-columns: 1fr;
  }
  .forte-equipo-card__actions{
    grid-template-columns: 1fr;
  }
  .forte-equipo-card__media img{
    height: 210px;
  }
}

/* ====== MIG sin gas / Flux (fondo claro) ====== */
.forte-flux{
  --bg:#f3f5f8;
  --text:#0f172a;
  --muted:#5b667a;
  --line:#e6edf5;
  --shadow: 0 16px 36px rgba(16,24,40,.10);

  --blue-900:#0b2a4a;
  --accent:#f59e0b;
  --btn:#3b82f6;

  background: var(--bg);
  padding: clamp(40px, 4vw, 80px) 0;
}

.forte-flux__overlay{
  display: none; /* ya no usamos overlay */
}

.forte-flux__container{
  width: min(1120px, 92vw);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 24px;
  align-items: center;
}

.forte-flux__title{
  margin: 0 0 12px;
  color: var(--text);
   font-family: 'Rajdhani-Bold';
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.15;
}

.forte-flux__text{
  margin: 0;
  font-family: 'Rajdhani-Medium';
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 70ch;
}

.forte-flux__text strong{
    font-family: 'Rajdhani-Bold';
  color: var(--text);
  font-weight: 900;
}

/* CTA box */
.forte-flux__ctaBox{
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
    font-family: 'Rajdhani-Medium';
}

.forte-flux__ctaInner{
  background: #f8fafc;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #e9eff7;
}

.forte-flux__ctaText{
  margin: 0 0 12px;
  color: #475569;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

/* Botón */
.forte-flux__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Rajdhani-Bold';
  width: 100%;
  height: 48px;
  border-radius: 12px;

  background: var(--btn);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: .2px;

  box-shadow: 0 18px 32px rgba(59,130,246,.28);
  transition: transform .12s ease, filter .12s ease;
}

.forte-flux__btn span{
  font-size: 18px;
}

.forte-flux__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.forte-flux__btn:active{
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px){
  .forte-flux__container{
    grid-template-columns: 1fr;
  }
}
