/* FIXPRO — Contacto premium */
.ct-page{max-width:1240px;margin:0 auto;padding:0 clamp(16px,3vw,24px)}
.ct-page .fx-hero{margin:10px 0 0;border-radius:24px}
.ct-page .fx-hero-inner{
  grid-template-columns:1fr;
  padding:clamp(36px,5vw,56px) clamp(18px,4vw,28px) clamp(28px,4vw,40px);
  text-align:center;
}
.ct-page .fx-hero-copy{max-width:720px;margin:0 auto}
.ct-hero-badges{
  display:flex;flex-wrap:wrap;gap:10px;
  justify-content:center;margin-top:20px;
}
.ct-hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:rgba(243,241,236,.78);
  font-size:.84rem;font-weight:900;
}
.ct-hero-badge i{color:rgba(240,210,122,.9)}

.ct-main{padding:clamp(24px,4vw,36px) 0 clamp(40px,6vw,56px)}
.ct-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(16px,3vw,24px);
  align-items:start;
}
@media (max-width:900px){.ct-grid{grid-template-columns:1fr}}

.ct-panel{
  border-radius:22px;
  padding:clamp(22px,4vw,28px);
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(165deg,rgba(14,16,22,.88),rgba(10,12,16,.72));
  box-shadow:0 14px 40px rgba(0,0,0,.28);
}
.ct-panel h2{
  margin:0 0 6px;font-size:1.08rem;font-weight:1100;
  color:rgba(243,241,236,.95);
}
.ct-phone{
  font-variant-numeric:tabular-nums;
  font-size:clamp(1.75rem,4vw,2.35rem);
  font-weight:1100;
  letter-spacing:.02em;
  margin:8px 0 10px;
  color:var(--gold2,#f0d27a);
  line-height:1.15;
}
.ct-lead-sm{
  margin:0 0 20px;
  color:rgba(243,241,236,.68);
  font-size:.95rem;line-height:1.55;
  max-width:48ch;
}
.ct-actions{
  display:flex;flex-direction:column;gap:10px;
  margin-bottom:22px;
}
.ct-actions .fx-btn{width:100%;justify-content:center;min-height:50px}
.ct-trust-mini{
  display:grid;gap:10px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
.ct-trust-line{
  display:flex;align-items:flex-start;gap:10px;
  color:rgba(243,241,236,.68);
  font-size:.88rem;line-height:1.4;
}
.ct-trust-line i{
  color:rgba(240,210,122,.88);
  margin-top:2px;flex-shrink:0;
}
.ct-help{
  margin-top:20px;padding-top:18px;
  border-top:1px dashed rgba(255,255,255,.1);
}
.ct-help h3{
  margin:0 0 10px;font-size:.82rem;font-weight:1000;
  letter-spacing:.08em;text-transform:uppercase;
  color:rgba(243,241,236,.55);
}
.ct-help ul{
  margin:0;padding:0;list-style:none;display:grid;gap:7px;
}
.ct-help li{
  display:flex;gap:8px;align-items:flex-start;
  color:rgba(243,241,236,.72);font-size:.88rem;line-height:1.4;
}
.ct-help li i{color:rgba(32,214,162,.88);margin-top:2px}
.ct-privacy{
  margin-top:14px;
  font-size:.82rem;
  color:rgba(243,241,236,.52);
  line-height:1.45;
}

.ct-steps-head{margin-bottom:18px}
.ct-steps-head h2{margin-bottom:6px}
.ct-steps-head p{margin:0;color:rgba(243,241,236,.62);font-size:.92rem;line-height:1.45}
.ct-steps{display:grid;gap:12px}
.ct-step{
  display:flex;gap:14px;align-items:flex-start;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.ct-step:last-child{border-bottom:none;padding-bottom:0}
.ct-step-n{
  width:32px;height:32px;border-radius:10px;flex-shrink:0;
  display:grid;place-items:center;
  background:rgba(201,162,39,.12);
  border:1px solid rgba(201,162,39,.28);
  color:rgba(240,210,122,.95);
  font-weight:1100;font-size:.9rem;
}
.ct-step strong{
  display:block;font-weight:1100;font-size:.95rem;
  margin-bottom:4px;color:rgba(243,241,236,.92);
}
.ct-step span{color:rgba(243,241,236,.58);font-size:.86rem;line-height:1.4}

@media (max-width:768px){
  .ct-page .fx-hero-inner{padding:28px 16px 24px}
  .ct-hero-badges{gap:8px}
  .ct-hero-badge{font-size:.8rem;padding:7px 10px}
  .ct-panel{padding:20px 18px;border-radius:18px}
  .ct-lead-sm{max-width:none}
  .ct-actions .fx-btn{min-height:52px;font-size:1rem;border-radius:16px}
}
@media (max-width:390px){
  .ct-phone{font-size:1.65rem}
}

/* Correos oficiales — debajo de ¿Qué sigue? */
.ct-email-section{
  margin-top:22px;padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}
.ct-email-head h3{
  margin:0;font-size:1.05rem;font-weight:1100;
  color:rgba(243,241,236,.94);
}
.ct-email-head p{
  margin:6px 0 14px;color:rgba(243,241,236,.58);
  line-height:1.45;font-size:.9rem;
}
.ct-email-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;
}
.ct-email-card{
  min-width:0;text-decoration:none;
  display:grid;gap:6px;padding:14px;border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.ct-email-card:hover{
  transform:translateY(-2px);
  border-color:rgba(240,210,122,.34);
  background:rgba(201,162,39,.07);
}
.ct-email-card:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(201,162,39,.18);
}
.ct-email-card i{color:rgba(240,210,122,.92);font-size:1.1rem}
.ct-email-card strong{color:rgba(243,241,236,.94);font-weight:1100;font-size:.92rem}
.ct-email-card span{
  color:rgba(240,210,122,.92);font-weight:900;
  word-break:break-word;overflow-wrap:anywhere;font-size:.86rem;
}
.ct-email-card small{color:rgba(243,241,236,.55);line-height:1.4;font-size:.8rem}
@media (max-width:768px){
  .ct-email-grid{grid-template-columns:1fr}
  .ct-email-section{margin-top:18px;padding-top:18px}
}
