/* FIXPRO — Quiénes somos premium (extends site_home_premium.css) */

.ab-page .fx-hero-inner{
  grid-template-columns:1.05fr .95fr;
  padding-bottom:clamp(32px,5vw,48px);
}
@media (max-width:980px){
  .ab-page .fx-hero-inner{grid-template-columns:1fr}
  .ab-page .fx-brand-visual-desktop{max-width:320px;margin:0 auto}
}

.ab-founder-line{
  margin-top:18px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(201,162,39,.22);
  background:rgba(201,162,39,.06);
  color:rgba(243,241,236,.78);
  font-size:.95rem;
  line-height:1.55;
  max-width:58ch;
}
.ab-founder-line b{color:rgba(240,210,122,.95)}

.ab-mvp-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(3,1fr);
}
@media (max-width:900px){.ab-mvp-grid{grid-template-columns:1fr}}
.ab-mvp-card{
  border-radius:20px;
  padding:20px 18px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(165deg,rgba(16,18,24,.92),rgba(10,12,16,.78));
  transition:transform .35s,border-color .35s,box-shadow .35s;
}
.ab-mvp-card:hover{
  transform:translateY(-4px);
  border-color:rgba(201,162,39,.28);
  box-shadow:0 18px 40px rgba(0,0,0,.4);
}
.ab-mvp-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(201,162,39,.12);
  border:1px solid rgba(201,162,39,.24);
  color:rgba(240,210,122,.95);
  font-size:1.2rem;
  margin-bottom:12px;
}
.ab-mvp-card h3{margin:0 0 8px;font-size:1.05rem;font-weight:1100}
.ab-mvp-card p{margin:0;color:rgba(243,241,236,.68);line-height:1.48;font-size:.93rem}

.ab-founder-panel{
  display:grid;
  gap:24px;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  border-radius:24px;
  padding:clamp(20px,4vw,28px);
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(135deg,rgba(14,16,22,.92),rgba(8,10,14,.82));
}
@media (max-width:768px){
  .ab-founder-panel{grid-template-columns:1fr;text-align:left}
}
.ab-founder-copy h3{margin:0 0 10px;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:1100}
.ab-founder-copy p{margin:0 0 14px;color:rgba(243,241,236,.72);line-height:1.55;max-width:62ch}
.ab-founder-bullets{
  display:flex;flex-wrap:wrap;gap:8px;
  margin:0;padding:0;list-style:none;
}
.ab-founder-bullets li{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 11px;border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  font-size:.82rem;font-weight:900;
  color:rgba(243,241,236,.78);
}
.ab-founder-bullets li i{color:rgba(240,210,122,.9)}
.ab-founder-visual{
  width:clamp(120px,18vw,160px);
  aspect-ratio:1;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(201,162,39,.28);
  box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 0 1px rgba(201,162,39,.12);
  background:rgba(201,162,39,.08);
  flex-shrink:0;
}
.ab-founder-visual img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:768px){
  .ab-founder-visual{width:100px;margin:0 auto 0 0}
}

.ab-principles-grid{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
}
.ab-principle{
  border-radius:16px;
  padding:16px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.03);
  transition:transform .3s,border-color .3s;
}
.ab-principle:hover{transform:translateY(-3px);border-color:rgba(201,162,39,.22)}
.ab-principle i{
  display:block;font-size:1.2rem;
  color:rgba(240,210,122,.95);
  margin-bottom:8px;
}
.ab-principle strong{display:block;font-weight:1100;margin-bottom:4px;font-size:.95rem}
.ab-principle span{color:rgba(243,241,236,.62);font-size:.86rem;line-height:1.4}

.ab-tech-panel{
  border-radius:22px;
  padding:clamp(20px,4vw,28px);
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(12,14,18,.95),rgba(8,10,14,.88));
}
.ab-tech-benefits{
  display:flex;flex-wrap:wrap;gap:8px;
  margin:16px 0 14px;
}
.ab-tech-benefit{
  display:inline-flex;align-items:center;gap:7px;
  padding:8px 12px;border-radius:12px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  font-size:.84rem;font-weight:900;
  color:rgba(243,241,236,.82);
}
.ab-tech-benefit i{color:rgba(32,214,162,.9)}
.ab-tech-stack{
  display:flex;flex-wrap:wrap;gap:7px;
  margin-top:12px;padding-top:14px;
  border-top:1px dashed rgba(255,255,255,.1);
}
.ab-tech-chip{
  padding:5px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
  font-size:.78rem;font-weight:900;
  color:rgba(243,241,236,.52);
  letter-spacing:.02em;
}

.ab-trust-grid{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(3,1fr);
}
@media (max-width:768px){.ab-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:390px){.ab-trust-grid{grid-template-columns:1fr}}
.ab-trust-card{
  text-align:center;
  padding:16px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  transition:transform .3s,border-color .3s;
}
.ab-trust-card:hover{transform:translateY(-2px);border-color:rgba(201,162,39,.22)}
.ab-trust-card i{
  display:block;font-size:1.25rem;
  color:rgba(240,210,122,.9);
  margin-bottom:8px;
}
.ab-trust-card strong{
  display:block;font-size:1.05rem;font-weight:1100;
  color:var(--gold2,#f0d27a);
  margin-bottom:4px;
}
.ab-trust-card span{
  color:rgba(243,241,236,.6);
  font-size:.8rem;font-weight:900;
  line-height:1.35;
}

.ab-clients-placeholder{
  border-radius:20px;
  padding:28px 20px;
  text-align:center;
  border:1px dashed rgba(201,162,39,.28);
  background:linear-gradient(135deg,rgba(201,162,39,.06),rgba(255,255,255,.02));
}
.ab-clients-placeholder i{
  font-size:1.6rem;
  color:rgba(240,210,122,.85);
  margin-bottom:10px;
  display:block;
}
.ab-clients-placeholder strong{
  display:block;font-size:1.05rem;font-weight:1100;
  margin-bottom:6px;
}
.ab-clients-placeholder span{
  color:rgba(243,241,236,.58);
  font-size:.88rem;
}
.ab-clients-grid{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
}
.ab-client-card{
  border-radius:16px;
  padding:16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  text-align:center;
}
.ab-client-card img{
  max-height:48px;max-width:120px;
  object-fit:contain;
  margin:0 auto 10px;
  display:block;
}
.ab-client-card strong{display:block;font-weight:1100;font-size:.95rem}
.ab-client-card span{color:rgba(243,241,236,.58);font-size:.82rem}

.ab-timeline{
  display:grid;
  gap:0;
  position:relative;
}
@media (min-width:769px){
  .ab-timeline{
    grid-template-columns:repeat(4,1fr);
    gap:12px;
  }
}
@media (max-width:768px){
  .ab-timeline{padding-left:18px;border-left:2px solid rgba(201,162,39,.25)}
}
.ab-timeline-item{
  position:relative;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.03);
}
@media (max-width:768px){
  .ab-timeline-item{margin-bottom:12px}
  .ab-timeline-item::before{
    content:"";
    position:absolute;
    left:-25px;top:22px;
    width:10px;height:10px;border-radius:50%;
    background:rgba(201,162,39,.95);
    box-shadow:0 0 0 4px rgba(201,162,39,.18);
  }
}
.ab-timeline-period{
  display:inline-flex;
  padding:4px 9px;border-radius:999px;
  border:1px solid rgba(201,162,39,.3);
  background:rgba(201,162,39,.1);
  color:rgba(240,210,122,.95);
  font-size:.72rem;font-weight:1000;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.ab-timeline-item h3{margin:0 0 6px;font-size:.98rem;font-weight:1100}
.ab-timeline-item p{margin:0;color:rgba(243,241,236,.65);font-size:.88rem;line-height:1.45}

.ab-sec--tight{padding-top:clamp(28px,4vw,40px);padding-bottom:clamp(28px,4vw,40px)}

@media (max-width:768px){
  .ab-page .fx-hero .fx-cta-row{
    display:grid!important;
    grid-template-columns:1fr;
    gap:10px;
  }
  .ab-page .fx-hero .fx-btn{width:100%;min-height:52px;justify-content:center}
  .ab-founder-line{max-width:none}
}
@media (max-width:390px){
  .ab-mvp-card,.ab-founder-panel,.ab-tech-panel{padding:16px}
}
