/* Cuba Health Assist — Global Care Network v1.9
   Targeted public-homepage section. Design System v2.0: Inter, 8pt rhythm,
   teal #0E7C7B, calm medical interface, soft cards and restrained motion. */

.cha-office-network{
  padding:104px 0;
  background:
    radial-gradient(circle at 15% 0%,rgba(14,124,123,.055),transparent 30%),
    linear-gradient(180deg,#fff 0%,#F8FAFB 100%);
  border-top:1px solid rgba(226,232,240,.72);
}
.cha-office-network__head{
  max-width:820px;
  margin:0 auto 48px;
  text-align:center;
}
.cha-office-network__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:0 0 18px;
  color:#0E7C7B;
  font-size:12px;
  line-height:18px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.cha-office-network__eyebrow::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:#0E7C7B;
  box-shadow:0 0 0 5px rgba(14,124,123,.08);
}
.cha-office-network__head h2{
  max-width:760px;
  margin:0 auto;
  color:#1E293B;
  font-size:clamp(34px,3.15vw,46px);
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.cha-office-network__head p{
  max-width:760px;
  margin:18px auto 0;
  color:#64748B;
  font-size:16px;
  line-height:1.7;
  font-weight:400;
  text-wrap:pretty;
}
.cha-office-network__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.cha-office-network-card{
  position:relative;
  display:flex;
  min-width:0;
  min-height:500px;
  flex-direction:column;
  padding:28px;
  overflow:hidden;
  border:1px solid #DFE8EA;
  border-radius:20px;
  background:rgba(255,255,255,.96);
  box-shadow:0 1px 2px rgba(14,124,123,.04),0 14px 36px -30px rgba(14,124,123,.3);
  transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);
}
.cha-office-network-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:2px;
  background:linear-gradient(90deg,rgba(14,124,123,.18),#0E7C7B 48%,rgba(42,168,166,.18));
  opacity:.62;
}
.cha-office-network-card:hover{
  transform:translateY(-3px);
  border-color:#B7D9D9;
  box-shadow:0 4px 10px -6px rgba(14,124,123,.16),0 24px 52px -32px rgba(14,124,123,.34);
}
.cha-office-network-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.cha-office-network-card__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 52px;
  color:#0E7C7B;
  background:#E8F4F4;
  border:1px solid rgba(14,124,123,.08);
}
.cha-office-network-card__city{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid #DDE8E8;
  border-radius:999px;
  background:#fff;
  color:#64748B;
  font-size:11.5px;
  line-height:1;
  font-weight:600;
  letter-spacing:.035em;
}
.cha-office-network-card h3{
  margin:22px 0 0;
  color:#1E293B;
  font-size:21px;
  line-height:1.32;
  font-weight:650;
  letter-spacing:-.02em;
  text-wrap:balance;
}
.cha-office-network-card__intro{
  margin:11px 0 0;
  color:#64748B;
  font-size:14.5px;
  line-height:1.65;
}
.cha-office-network-card__meta{
  margin:20px 0 0;
  overflow:hidden;
  border:1px solid #E5ECEE;
  border-radius:14px;
  background:#F8FAFB;
}
.cha-office-network-card__meta-row{
  min-height:58px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.cha-office-network-card__meta-row + .cha-office-network-card__meta-row{
  border-top:1px solid #E5ECEE;
}
.cha-office-network-card__meta-row span{
  color:#7A889A;
  font-size:10.5px;
  line-height:1.35;
  font-weight:600;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.cha-office-network-card__meta-row strong{
  max-width:58%;
  color:#334155;
  font-size:13px;
  line-height:1.45;
  font-weight:600;
  text-align:right;
}
.cha-office-network-card__address{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  align-items:start;
  margin:20px 0 0;
}
.cha-office-network-card__address>span{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#0E7C7B;
  background:rgba(232,244,244,.72);
}
.cha-office-network-card__address small{
  display:block;
  margin:1px 0 5px;
  color:#7A889A;
  font-size:10.5px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.cha-office-network-card__address address{
  min-height:44px;
  margin:0;
  color:#475569;
  font-size:13.5px;
  line-height:1.55;
  font-style:normal;
}
.cha-office-network-card__actions{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:10px;
  margin-top:auto;
  padding-top:24px;
}
.cha-office-network-card__actions button,
.cha-office-network-card__actions a{
  min-width:0;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font:inherit;
  font-size:12.75px;
  line-height:1.2;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
}
.cha-office-network-card__actions button{
  border:1px solid #0E7C7B;
  background:#0E7C7B;
  color:#fff;
  box-shadow:0 7px 18px -14px rgba(14,124,123,.8);
}
.cha-office-network-card__actions a{
  border:1px solid #D7E2E4;
  background:#fff;
  color:#0B6463;
}
.cha-office-network-card__actions button:hover{
  transform:translateY(-1px);
  border-color:#0B6463;
  background:#0B6463;
  box-shadow:0 10px 22px -14px rgba(14,124,123,.74);
}
.cha-office-network-card__actions a:hover{
  transform:translateY(-1px);
  border-color:#9FD7D6;
  background:#F4FAFA;
}
.cha-office-network-card__actions button:focus-visible,
.cha-office-network-card__actions a:focus-visible,
.cha-office-network__coordination-cta:focus-visible{
  outline:2px solid #0E7C7B;
  outline-offset:3px;
}
.cha-office-network__coordination{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:24px;
  padding:22px 24px;
  border:1px solid #DDE8E8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 1px 2px rgba(14,124,123,.04);
}
.cha-office-network__coordination-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#0E7C7B;
  background:#E8F4F4;
}
.cha-office-network__coordination-copy{
  min-width:0;
  flex:1 1 auto;
}
.cha-office-network__coordination-copy h3{
  margin:0;
  color:#1E293B;
  font-size:17px;
  line-height:1.4;
  font-weight:650;
  letter-spacing:-.012em;
}
.cha-office-network__coordination-copy p{
  max-width:760px;
  margin:5px 0 0;
  color:#64748B;
  font-size:13.5px;
  line-height:1.6;
}
.cha-office-network__coordination-cta{
  min-height:44px;
  flex:0 0 auto;
  padding:0 18px;
  border:1px solid #BFDCDC;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#fff;
  color:#0B6463;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.cha-office-network__coordination-cta:hover{
  transform:translateY(-1px);
  border-color:#0E7C7B;
  background:#F4FAFA;
  box-shadow:0 9px 20px -17px rgba(14,124,123,.72);
}
@media (max-width:1080px){
  .cha-office-network{padding:88px 0}
  .cha-office-network__grid{
    max-width:760px;
    margin:0 auto;
    grid-template-columns:1fr;
  }
  .cha-office-network-card{min-height:0}
}
@media (max-width:720px){
  .cha-office-network{padding:64px 0}
  .cha-office-network__head{margin-bottom:36px}
  .cha-office-network__eyebrow{margin-bottom:15px;font-size:11px;letter-spacing:.075em}
  .cha-office-network__head h2{font-size:30px;line-height:1.15;letter-spacing:-.028em}
  .cha-office-network__head p{margin-top:15px;font-size:15px;line-height:1.65}
  .cha-office-network__grid{gap:16px}
  .cha-office-network-card{padding:22px;border-radius:18px}
  .cha-office-network-card h3{font-size:20px}
  .cha-office-network-card__meta-row{align-items:flex-start;flex-direction:column;gap:5px}
  .cha-office-network-card__meta-row strong{max-width:100%;text-align:left}
  .cha-office-network-card__actions{padding-top:22px}
  .cha-office-network__coordination{align-items:flex-start;flex-wrap:wrap;padding:20px}
  .cha-office-network__coordination-cta{width:100%}
}
@media (max-width:430px){
  .cha-office-network-card__actions{grid-template-columns:1fr}
  .cha-office-network-card__actions button,
  .cha-office-network-card__actions a{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .cha-office-network-card,
  .cha-office-network-card__actions button,
  .cha-office-network-card__actions a,
  .cha-office-network__coordination-cta{transition:none!important}
}


/* v1.9 — the section heading intentionally uses the shared homepage
   .section-eyebrow + .section-h2 hierarchy. Card styling remains scoped. */
.cha-office-network>.cha-site-shell>.section-eyebrow,
.cha-office-network>.cha-site-shell>.section-h2{font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;}
