/* iFabrique ABOUT: CONTACTS & CHANNELS (LIGHT) */
.ifb-about-contacts{
  --bg:#ffffff;
  --card:#f6f7f9;
  --text:#111827;
  --muted:#4b5563;
  --line:#e5e7eb;
  --accent:#ff7a00;

  padding:56px 0;
  background:var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;
}
.ifb-about-contacts *{box-sizing:border-box;}
.ifb-about-contacts .ifb-container{max-width:1180px;margin:0 auto;padding:0 20px;}

.ifb-about-contacts .ifb-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;}
.ifb-about-contacts h2{
  margin:0;
  font-size:34px;
  line-height:1.1;
  font-weight:1000;
  letter-spacing:-.02em;
}
.ifb-about-contacts .ifb-sub{
  margin:8px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  max-width:860px;
}

.ifb-about-contacts .ifb-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  align-items:stretch;
  margin-top:18px;
}

.ifb-about-contacts .ifb-card{
  border:1px solid var(--line);
  background:var(--card);
  border-radius:18px;
  padding:16px;
}
.ifb-about-contacts .ifb-cardTitle{
  margin:0 0 10px;
  font-size:18px;
  font-weight:1000;
  letter-spacing:-.01em;
}
.ifb-about-contacts .ifb-note{
  margin:0 0 12px;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}

/* primary contact buttons */
.ifb-about-contacts .ifb-actions{display:grid;gap:10px;margin-top:10px;}
.ifb-about-contacts a.ifb-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  text-decoration:none !important;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  padding:14px 14px;
  transition:.15s ease;
  color:var(--text) !important;
  -webkit-text-fill-color:var(--text) !important;
}
.ifb-about-contacts a.ifb-action:hover{
  transform:translateY(-1px);
  border-color:rgba(17,24,39,.18);
  box-shadow:0 12px 24px rgba(17,24,39,.08);
}
.ifb-about-contacts .ifb-left{display:flex;flex-direction:column;gap:2px;min-width:0;}
.ifb-about-contacts .ifb-label{
  font-size:16px;
  font-weight:1000;
  line-height:1.2;
  letter-spacing:-.01em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ifb-about-contacts .ifb-desc{
  font-size:15px;
  color:var(--muted);
  line-height:1.35;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ifb-about-contacts .ifb-pill{
  flex:0 0 auto;
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  border:1px solid var(--line);
  color:var(--muted);
  background:rgba(246,247,249,.9);
  white-space:nowrap;
}
.ifb-about-contacts .ifb-pill.accent{
  border-color:rgba(255,122,0,.35);
  color:#111827;
  background:linear-gradient(135deg, rgba(255,122,0,.18), rgba(255,122,0,.08));
}

/* channels list */
.ifb-about-contacts .ifb-list{display:grid;gap:8px;margin:0;padding:0;list-style:none;}
.ifb-about-contacts .ifb-list a{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  text-decoration:none !important;
  color:var(--text) !important;
  -webkit-text-fill-color:var(--text) !important;
  transition:.15s ease;
}
.ifb-about-contacts .ifb-list a:hover{
  transform:translateY(-1px);
  border-color:rgba(17,24,39,.18);
  box-shadow:0 12px 24px rgba(17,24,39,.08);
}
.ifb-about-contacts .ifb-list span{font-size:16px;font-weight:900;}
.ifb-about-contacts .ifb-list em{
  font-style:normal;
  color:var(--muted);
  font-size:14px;
  line-height:1.2;
  text-align:right;
}

.ifb-about-contacts .ifb-foot{
  margin-top:14px;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.ifb-about-contacts .ifb-foot a{
  color:var(--text) !important;
  -webkit-text-fill-color:var(--text) !important;
  text-decoration:none !important;
  border-bottom:1px dashed rgba(17,24,39,.35);
}
.ifb-about-contacts .ifb-foot a:hover{border-bottom-color:rgba(17,24,39,.65);}

@media (max-width:980px){
  .ifb-about-contacts h2{font-size:30px;}
  .ifb-about-contacts .ifb-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .ifb-about-contacts{padding:44px 0;}
  .ifb-about-contacts h2{font-size:28px;}
  .ifb-about-contacts .ifb-sub{font-size:17px;}
  .ifb-about-contacts .ifb-label{font-size:16px;}
  .ifb-about-contacts .ifb-desc{font-size:14px;}
}
