/* SigortaHaber Acente Rehberi v2.0.0 */
.shar-site-main{
  background:#f4f6f9;
  padding:30px 0 70px;
  min-height:70vh;
}
.shar-shell{
  --shar-brand:#e3132b;
  --shar-brand-dark:#b80e21;
  --shar-brand-soft:#fff0f2;
  --shar-navy:#111b2b;
  --shar-navy-2:#18263b;
  --shar-text:#1b2432;
  --shar-muted:#667085;
  --shar-soft:#f7f8fa;
  --shar-line:#e5e9ef;
  --shar-white:#fff;
  --shar-success:#0f8a5f;
  --shar-success-soft:#eaf8f2;
  --shar-shadow:0 16px 45px rgba(17,27,43,.08);
  --shar-shadow-sm:0 8px 25px rgba(17,27,43,.06);
  width:100%;
  max-width:1260px;
  margin:0 auto;
  padding:0 20px;
  color:var(--shar-text);
  font-family:inherit;
  line-height:1.55;
}
.shar-embedded{
  padding-top:18px;
  padding-bottom:18px;
}
.shar-shell *,
.shar-shell *::before,
.shar-shell *::after{box-sizing:border-box}
.shar-shell a{text-decoration:none}
.shar-shell button,
.shar-shell input,
.shar-shell select{font:inherit}
.shar-shell svg{
  display:block;
  width:1em;
  height:1em;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.shar-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

/* Breadcrumb */
.shar-breadcrumb{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin:0 0 16px;
  font-size:12px;
  color:#7a8494;
}
.shar-breadcrumb a{
  color:#5f6878;
  font-weight:650;
}
.shar-breadcrumb a:hover{color:var(--shar-brand)}
.shar-breadcrumb>.shar-icon,
.shar-breadcrumb>span>.shar-icon{font-size:12px;color:#a3abb7}
.shar-breadcrumb-current{
  max-width:430px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Shared typography */
.shar-kicker,
.shar-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--shar-brand);
  font-size:11px;
  line-height:1.25;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.shar-kicker .shar-icon{font-size:16px}
.shar-eyebrow{margin-bottom:7px}
.shar-shell h1,
.shar-shell h2,
.shar-shell h3,
.shar-shell p{word-break:normal;overflow-wrap:anywhere}

/* Directory hero */
.shar-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(270px,.7fr);
  gap:34px;
  align-items:center;
  overflow:hidden;
  min-height:300px;
  padding:42px 46px;
  margin-bottom:18px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 20%,rgba(227,19,43,.18),transparent 28%),
    radial-gradient(circle at 72% 88%,rgba(255,255,255,.09),transparent 30%),
    linear-gradient(135deg,#0d1727 0%,#16253a 62%,#1c2d45 100%);
  color:#fff;
  box-shadow:0 24px 60px rgba(17,27,43,.16);
}
.shar-hero::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-120px;
  width:320px;
  height:320px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 72px rgba(255,255,255,.02);
  pointer-events:none;
}
.shar-hero-content{position:relative;z-index:1}
.shar-hero .shar-kicker{color:#ff8c99}
.shar-hero h1{
  max-width:800px;
  margin:10px 0 13px;
  color:#fff;
  font-size:clamp(30px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:850;
}
.shar-hero-content>p{
  max-width:780px;
  margin:0;
  color:#c8d1dd;
  font-size:16px;
  line-height:1.7;
}
.shar-hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:23px;
}
.shar-hero-trust span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#e6ebf1;
  font-size:12px;
  font-weight:650;
}
.shar-hero-trust .shar-icon{color:#6ee7b7;font-size:16px}
.shar-hero-stats{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
}
.shar-hero-stats>div{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.065);
  backdrop-filter:blur(6px);
}
.shar-hero-stats strong{
  color:#fff;
  font-size:24px;
  line-height:1;
  font-weight:850;
}
.shar-hero-stats span{color:#bfc9d6;font-size:12px;font-weight:700;text-align:right}

/* Search */
.shar-search-wrap{
  position:relative;
  z-index:3;
  margin-top:-2px;
  margin-bottom:30px;
}
.shar-search{
  display:grid;
  grid-template-columns:minmax(300px,1.75fr) minmax(175px,.7fr) minmax(175px,.7fr) auto;
  gap:12px;
  align-items:end;
  padding:18px;
  border:1px solid var(--shar-line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shar-shadow-sm);
}
.shar-search-compact{
  box-shadow:none;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
}
.shar-field{min-width:0}
.shar-field label{
  display:block;
  margin:0 0 6px;
  color:#384355;
  font-size:11px;
  line-height:1.25;
  font-weight:800;
}
.shar-input-icon,
.shar-select-wrap{
  position:relative;
}
.shar-input-icon>.shar-icon,
.shar-select-wrap>.shar-icon{
  position:absolute;
  left:13px;
  top:50%;
  z-index:2;
  transform:translateY(-50%);
  color:#8a94a3;
  font-size:18px;
  pointer-events:none;
}
.shar-field input,
.shar-field select{
  width:100%;
  height:50px;
  margin:0;
  border:1px solid #dce1e8;
  border-radius:12px;
  outline:0;
  background:#fff;
  color:var(--shar-text);
  font-size:13px;
  font-weight:600;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.shar-field input{padding:0 13px 0 42px}
.shar-field select{
  padding:0 36px 0 42px;
  appearance:auto;
}
.shar-field select:disabled{background:#f5f6f8;color:#9ba3ae;cursor:not-allowed}
.shar-field input::placeholder{color:#9aa3af;font-weight:500}
.shar-field input:focus,
.shar-field select:focus{
  border-color:rgba(227,19,43,.72);
  box-shadow:0 0 0 3px rgba(227,19,43,.09);
}
.shar-field-button button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:50px;
  min-width:130px;
  padding:0 20px;
  border:0;
  border-radius:12px;
  background:var(--shar-brand);
  color:#fff;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(227,19,43,.18);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.shar-field-button button:hover{
  background:var(--shar-brand-dark);
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(227,19,43,.24);
}
.shar-field-button .shar-icon{font-size:18px}

/* Section head */
.shar-locations,
.shar-results,
.shar-related{margin:34px 0}
.shar-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:17px;
}
.shar-section-head h2,
.shar-section-head h3{
  margin:0;
  color:var(--shar-navy);
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.015em;
  font-weight:830;
}
.shar-section-head p,
.shar-result-note{
  margin:7px 0 0;
  color:var(--shar-muted);
  font-size:13px;
}
.shar-text-link,
.shar-reset-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--shar-brand);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.shar-text-link .shar-icon,
.shar-reset-link .shar-icon{font-size:16px}
.shar-text-link:hover,
.shar-reset-link:hover{color:var(--shar-brand-dark)}

/* Cities */
.shar-popular-cities{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:14px;
}
.shar-popular-cities>a{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  min-height:74px;
  padding:14px 16px;
  border:1px solid var(--shar-line);
  border-radius:15px;
  background:#fff;
  color:var(--shar-text);
  box-shadow:0 6px 20px rgba(17,27,43,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.shar-popular-cities>a:hover{
  transform:translateY(-2px);
  border-color:#f3b7be;
  box-shadow:0 12px 28px rgba(17,27,43,.08);
}
.shar-city-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:12px;
  background:var(--shar-brand-soft);
  color:var(--shar-brand);
  font-size:20px;
}
.shar-popular-cities strong{display:block;font-size:14px;line-height:1.3}
.shar-popular-cities small{display:block;margin-top:3px;color:var(--shar-muted);font-size:11px}
.shar-popular-cities>a>.shar-icon{color:#9aa3af;font-size:17px}
.shar-all-cities{
  border:1px solid var(--shar-line);
  border-radius:15px;
  background:#fff;
  overflow:hidden;
}
.shar-all-cities>summary{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:54px;
  padding:0 17px;
  color:#2f3948;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.shar-all-cities>summary::-webkit-details-marker{display:none}
.shar-all-cities>summary>.shar-icon:first-child{color:var(--shar-brand);font-size:18px}
.shar-summary-chevron{margin-left:auto;transition:transform .18s ease}
.shar-all-cities[open] .shar-summary-chevron{transform:rotate(90deg)}
.shar-city-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  padding:0 10px 10px;
  border-top:1px solid var(--shar-line);
}
.shar-city-grid a{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:12px;
  border-radius:10px;
  color:var(--shar-text);
}
.shar-city-grid a:hover{background:#f7f8fa;color:var(--shar-brand)}
.shar-city-grid strong{font-size:12px}
.shar-city-grid span{color:var(--shar-muted);font-size:10px}
.shar-district-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.shar-district-grid>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  border:1px solid var(--shar-line);
  border-radius:12px;
  background:#fff;
  color:var(--shar-text);
  font-size:12px;
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.shar-district-grid>a:hover{
  border-color:#f1b6be;
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(17,27,43,.05);
}
.shar-district-grid>a>span{display:flex;align-items:center;gap:7px;min-width:0}
.shar-district-grid .shar-icon{color:var(--shar-brand);font-size:16px}
.shar-district-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.shar-district-grid small{color:var(--shar-muted);white-space:nowrap}

/* Cards */
.shar-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.shar-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid var(--shar-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 24px rgba(17,27,43,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.shar-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg,var(--shar-brand),#ff6678);
  opacity:0;
  transition:opacity .2s ease;
}
.shar-card:hover{
  transform:translateY(-3px);
  border-color:#efc3c8;
  box-shadow:0 15px 36px rgba(17,27,43,.09);
}
.shar-card:hover::before{opacity:1}
.shar-card-head{
  display:flex;
  gap:12px;
  padding:18px 18px 12px;
}
.shar-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 48px;
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(145deg,#fff0f2,#ffe4e8);
  color:var(--shar-brand);
  border:1px solid #ffd4da;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.02em;
}
.shar-card-title{min-width:0}
.shar-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  max-width:100%;
  margin:0 0 6px;
  padding:5px 8px;
  border-radius:999px;
  background:#f3f5f7;
  color:#606a78;
  font-size:9px;
  line-height:1;
  font-weight:850;
  letter-spacing:.025em;
  text-transform:uppercase;
}
.shar-badge .shar-icon{font-size:11px;color:var(--shar-success)}
.shar-card h3{
  margin:0;
  color:var(--shar-navy);
  font-size:15px;
  line-height:1.36;
  font-weight:820;
}
.shar-card h3 a{color:inherit}
.shar-card h3 a:hover{color:var(--shar-brand)}
.shar-location{
  display:flex;
  align-items:center;
  gap:5px;
  margin:6px 0 0;
  color:var(--shar-muted);
  font-size:11px;
  font-weight:600;
}
.shar-location .shar-icon{font-size:13px;color:var(--shar-brand)}
.shar-card-body{
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
  padding:2px 18px 16px;
}
.shar-card-line{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:9px;
  padding:11px;
  border-radius:11px;
  background:#f8f9fb;
}
.shar-card-line>span{color:#798394;font-size:16px;margin-top:2px}
.shar-card-line small,
.shar-card-meta small{
  display:block;
  color:#8a94a3;
  font-size:9px;
  line-height:1.2;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.shar-card-line p{
  margin:3px 0 0;
  color:#3e4857;
  font-size:11px;
  line-height:1.5;
}
.shar-card-meta{
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:8px;
}
.shar-card-meta>span{
  position:relative;
  min-width:0;
  padding-left:22px;
}
.shar-card-meta>span>.shar-icon{
  position:absolute;
  left:0;
  top:2px;
  color:#86909e;
  font-size:15px;
}
.shar-card-meta strong{
  display:block;
  margin-top:3px;
  color:#364152;
  font-size:10.5px;
  line-height:1.35;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.shar-card-actions{
  display:flex;
  align-items:center;
  min-height:48px;
  border-top:1px solid var(--shar-line);
  background:#fcfcfd;
}
.shar-card-action,
.shar-card-detail{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:48px;
  padding:0 11px;
  color:#596475;
  font-size:10px;
  font-weight:800;
  border-right:1px solid var(--shar-line);
}
.shar-card-action:hover{color:var(--shar-brand);background:#fff6f7}
.shar-card-action .shar-icon{font-size:14px}
.shar-card-action-phone{color:#16845d}
.shar-card-detail{
  margin-left:auto;
  border-right:0;
  color:var(--shar-brand);
  white-space:nowrap;
}
.shar-card-detail .shar-icon{font-size:15px;transition:transform .18s ease}
.shar-card-detail:hover .shar-icon{transform:translateX(2px)}

/* Empty */
.shar-empty{
  padding:50px 24px;
  border:1px dashed #d6dce4;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.shar-empty>.shar-icon{
  width:52px;
  height:52px;
  margin:0 auto 12px;
  border-radius:16px;
  background:var(--shar-brand-soft);
  color:var(--shar-brand);
  font-size:24px;
}
.shar-empty h3{margin:0;color:var(--shar-navy);font-size:19px}
.shar-empty p{max-width:560px;margin:8px auto 17px;color:var(--shar-muted);font-size:13px}

/* Buttons */
.shar-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid #dfe4ea;
  border-radius:11px;
  background:#fff;
  color:#354052;
  font-size:11px;
  font-weight:820;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.shar-btn:hover{transform:translateY(-1px);border-color:#cfd6df;background:#fafbfc;color:var(--shar-navy)}
.shar-btn .shar-icon{font-size:16px}
.shar-btn-primary{
  border-color:var(--shar-brand);
  background:var(--shar-brand);
  color:#fff;
  box-shadow:0 8px 18px rgba(227,19,43,.16);
}
.shar-btn-primary:hover{border-color:var(--shar-brand-dark);background:var(--shar-brand-dark);color:#fff}
.shar-btn-light{border-color:rgba(255,255,255,.3);background:#fff;color:var(--shar-navy)}
.shar-btn-light:hover{background:#f8f8f9;color:var(--shar-navy)}
.shar-btn-block{width:100%}

/* Pagination */
.shar-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:28px;
}
.shar-pagination>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:38px;
  height:38px;
  padding:0 9px;
  border:1px solid var(--shar-line);
  border-radius:9px;
  background:#fff;
  color:#515c6d;
  font-size:11px;
  font-weight:800;
}
.shar-pagination>a:hover{border-color:#efb5bd;color:var(--shar-brand)}
.shar-pagination>a.is-current{border-color:var(--shar-brand);background:var(--shar-brand);color:#fff}
.shar-pagination .shar-page-nav{padding:0 13px}
.shar-page-dots{padding:0 3px;color:#9aa3af}

/* Information strip */
.shar-info-strip{margin-top:36px}
.shar-info-strip>div{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:13px 15px;
  border:1px solid #dce3ea;
  border-radius:12px;
  background:#f9fafb;
  color:#677181;
}
.shar-info-strip .shar-icon{margin-top:2px;color:#697586;font-size:17px}
.shar-info-strip p{margin:0;font-size:10.5px;line-height:1.55}
.shar-info-strip strong{color:#3e4857}

/* Agency profile */
.shar-profile-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:30px;
  margin-bottom:17px;
  border:1px solid var(--shar-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shar-shadow-sm);
}
.shar-profile-main{
  display:flex;
  align-items:flex-start;
  gap:18px;
  min-width:0;
  flex:1;
}
.shar-avatar-large{
  flex-basis:76px;
  width:76px;
  height:76px;
  border-radius:20px;
  font-size:22px;
}
.shar-profile-copy{min-width:0}
.shar-profile-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}
.shar-profile-badges .shar-badge{margin:0}
.shar-badge-verified{background:var(--shar-success-soft);color:var(--shar-success)}
.shar-badge-verified .shar-icon{color:inherit}
.shar-profile-copy h1{
  margin:0;
  color:var(--shar-navy);
  font-size:clamp(27px,3.2vw,41px);
  line-height:1.1;
  letter-spacing:-.025em;
  font-weight:850;
}
.shar-profile-location{
  display:flex;
  align-items:center;
  gap:6px;
  margin:9px 0 0;
  color:#687385;
  font-size:13px;
  font-weight:650;
}
.shar-profile-location .shar-icon{color:var(--shar-brand);font-size:17px}
.shar-profile-lead{
  max-width:760px;
  margin:11px 0 0;
  color:#727c8b;
  font-size:12.5px;
  line-height:1.62;
}
.shar-profile-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px;
  max-width:380px;
}
.shar-profile-layout{
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(280px,.72fr);
  gap:17px;
  align-items:start;
}
.shar-panel{
  margin-bottom:17px;
  padding:22px;
  border:1px solid var(--shar-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 22px rgba(17,27,43,.035);
}
.shar-panel-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:17px;
}
.shar-panel-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 43px;
  width:43px;
  height:43px;
  border-radius:12px;
  background:var(--shar-brand-soft);
  color:var(--shar-brand);
  font-size:20px;
}
.shar-panel-head .shar-eyebrow{margin-bottom:4px}
.shar-panel h2{
  margin:0;
  color:var(--shar-navy);
  font-size:20px;
  line-height:1.25;
  font-weight:830;
}
.shar-contact-list{border-top:1px solid var(--shar-line)}
.shar-contact-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  min-height:72px;
  padding:12px 0;
  border-bottom:1px solid var(--shar-line);
}
.shar-contact-row:last-child{border-bottom:0;padding-bottom:0}
.shar-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:10px;
  background:#f6f7f9;
  color:#6d7787;
  font-size:17px;
}
.shar-contact-copy small{
  display:block;
  margin-bottom:3px;
  color:#8a94a3;
  font-size:9px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.shar-contact-copy strong{
  display:block;
  color:#384355;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}
.shar-contact-row>a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--shar-brand);
  font-size:10px;
  font-weight:820;
  white-space:nowrap;
}
.shar-contact-row>a .shar-icon{font-size:14px}
.shar-detail-muted .shar-contact-copy strong{color:#8c95a2;font-weight:550}

/* Official card */
.shar-profile-sidebar{position:sticky;top:22px}
.shar-official-card{
  position:relative;
  overflow:hidden;
  border-color:#dfe4ea;
  background:linear-gradient(180deg,#fff 0%,#fafbfc 100%);
}
.shar-official-card::after{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:var(--shar-brand-soft);
  opacity:.65;
  pointer-events:none;
}
.shar-official-mark{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:12px;
  border-radius:14px;
  background:var(--shar-navy);
  color:#fff;
  font-size:23px;
}
.shar-official-card h2{font-size:22px}
.shar-official-number{
  margin:18px 0 12px;
  padding:15px;
  border:1px solid #f0c6cb;
  border-radius:13px;
  background:#fff6f7;
}
.shar-official-number small{display:block;color:#8a5b61;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.shar-official-number strong{display:block;margin-top:4px;color:var(--shar-brand);font-size:24px;line-height:1;font-weight:900;letter-spacing:.02em}
.shar-official-details{margin:0}
.shar-official-details>div{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid var(--shar-line);
}
.shar-official-details>div:last-child{border-bottom:0}
.shar-official-details dt{color:#818b99;font-size:10px;font-weight:650}
.shar-official-details dd{margin:0;color:#3e4857;font-size:10px;font-weight:800;text-align:right}
.shar-official-note{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:12px;
  padding:10px;
  border-radius:10px;
  background:#f4f6f8;
  color:#6d7787;
}
.shar-official-note .shar-icon{margin-top:2px;font-size:15px}
.shar-official-note p{margin:0;font-size:9.5px;line-height:1.5}

/* Map card */
.shar-map-card h3{margin:13px 0 4px;color:var(--shar-navy);font-size:15px}
.shar-map-card p{margin:0 0 13px;color:var(--shar-muted);font-size:10.5px;line-height:1.55}
.shar-map-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px;
  height:115px;
  overflow:hidden;
  border-radius:13px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.55) 1px,transparent 1px) 0 0/25px 25px,
    linear-gradient(rgba(255,255,255,.55) 1px,transparent 1px) 0 0/25px 25px,
    #eef1f4;
  color:var(--shar-brand);
}
.shar-map-visual>.shar-icon{font-size:30px;filter:drop-shadow(0 5px 8px rgba(227,19,43,.18))}
.shar-map-visual span{padding:4px 8px;border-radius:999px;background:#fff;color:#455062;font-size:10px;font-weight:800;box-shadow:0 4px 12px rgba(17,27,43,.08)}

/* Personnel + FAQ */
.shar-personnel details,
.shar-faq details{border-top:1px solid var(--shar-line)}
.shar-personnel summary,
.shar-faq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:14px 0;
  color:#3b4656;
  font-size:11.5px;
  line-height:1.45;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.shar-personnel summary::-webkit-details-marker,
.shar-faq summary::-webkit-details-marker{display:none}
.shar-personnel summary>.shar-icon,
.shar-faq summary>.shar-icon{font-size:15px;color:#8a94a3;transition:transform .18s ease}
.shar-personnel details[open] summary>.shar-icon,
.shar-faq details[open] summary>.shar-icon{transform:rotate(90deg)}
.shar-personnel-content{
  max-height:400px;
  overflow:auto;
  padding:0 0 14px;
  color:#677181;
  font-size:10.5px;
  line-height:1.7;
}
.shar-faq details p{
  margin:0;
  padding:0 26px 14px 0;
  color:#687385;
  font-size:11px;
  line-height:1.65;
}

/* Summary / homepage */
.shar-summary{margin:20px 0}
.shar-summary-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  overflow:hidden;
  padding:27px 30px;
  border-radius:20px 20px 0 0;
  background:
    radial-gradient(circle at 90% 10%,rgba(227,19,43,.22),transparent 30%),
    linear-gradient(135deg,#101a2a,#1b2d45);
  color:#fff;
}
.shar-summary-banner .shar-kicker{color:#ff94a0}
.shar-summary-banner h2{
  margin:8px 0 5px;
  color:#fff;
  font-size:27px;
  line-height:1.15;
}
.shar-summary-banner p{max-width:760px;margin:0;color:#cbd3de;font-size:12px}
.shar-summary-search{
  padding:17px;
  margin-bottom:24px;
  border:1px solid var(--shar-line);
  border-top:0;
  border-radius:0 0 20px 20px;
  background:#fff;
  box-shadow:var(--shar-shadow-sm);
}
.shar-grid-summary .shar-card:nth-child(n+7){display:none}

/* Mobile sticky actions */
.shar-mobile-actions{display:none}

/* Search-only shortcode */
.shar-search-only{padding-top:10px;padding-bottom:10px}

/* Responsive */
@media (max-width:1120px){
  .shar-hero{grid-template-columns:1fr;min-height:0;padding:36px}
  .shar-hero-stats{grid-template-columns:repeat(3,1fr)}
  .shar-hero-stats>div{display:block;text-align:left}
  .shar-hero-stats span{display:block;margin-top:5px;text-align:left}
  .shar-search{grid-template-columns:minmax(260px,1.6fr) 1fr 1fr}
  .shar-field-button{grid-column:1/-1}
  .shar-field-button button{width:100%}
  .shar-city-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .shar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shar-district-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .shar-profile-hero{align-items:flex-start;flex-direction:column}
  .shar-profile-actions{justify-content:flex-start;max-width:none}
}
@media (max-width:900px){
  .shar-profile-layout{grid-template-columns:1fr}
  .shar-profile-sidebar{position:static}
  .shar-popular-cities{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shar-city-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .shar-district-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shar-summary-banner{align-items:flex-start;flex-direction:column}
  .shar-summary-banner .shar-btn{align-self:flex-start}
}
@media (max-width:720px){
  .shar-site-main{padding:16px 0 80px}
  .shar-shell{padding:0 12px}
  .shar-embedded{padding-left:0;padding-right:0}
  .shar-breadcrumb{font-size:10px;margin-bottom:11px}
  .shar-breadcrumb-current{max-width:180px}
  .shar-hero{padding:25px 20px;border-radius:18px;gap:23px}
  .shar-hero h1{font-size:30px}
  .shar-hero-content>p{font-size:13px}
  .shar-hero-trust{display:grid;gap:8px;margin-top:18px}
  .shar-hero-stats{grid-template-columns:repeat(3,1fr);gap:6px}
  .shar-hero-stats>div{padding:12px 8px;border-radius:12px}
  .shar-hero-stats strong{font-size:18px}
  .shar-hero-stats span{font-size:9px}
  .shar-search{grid-template-columns:1fr;padding:14px;border-radius:15px}
  .shar-field-button{grid-column:auto}
  .shar-field-button button{width:100%}
  .shar-section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .shar-section-head h2,.shar-section-head h3{font-size:21px}
  .shar-locations,.shar-results,.shar-related{margin:28px 0}
  .shar-popular-cities{grid-template-columns:1fr;gap:8px}
  .shar-popular-cities>a{min-height:65px;padding:11px 13px}
  .shar-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shar-district-grid{grid-template-columns:1fr}
  .shar-grid{grid-template-columns:1fr;gap:12px}
  .shar-card{border-radius:15px}
  .shar-card:hover{transform:none}
  .shar-pagination .shar-page-nav span{display:none}
  .shar-profile-hero{padding:20px;border-radius:17px;gap:18px}
  .shar-profile-main{gap:12px}
  .shar-avatar-large{width:60px;height:60px;flex-basis:60px;border-radius:16px;font-size:18px}
  .shar-profile-copy h1{font-size:26px}
  .shar-profile-lead{font-size:11px}
  .shar-profile-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .shar-profile-actions .shar-btn{width:100%}
  .shar-panel{padding:17px;border-radius:15px}
  .shar-panel h2{font-size:17px}
  .shar-contact-row{grid-template-columns:auto minmax(0,1fr);gap:9px}
  .shar-contact-row>a{grid-column:2/3;justify-self:start;margin-top:-5px}
  .shar-summary-banner{padding:23px 18px;border-radius:16px 16px 0 0}
  .shar-summary-banner h2{font-size:22px}
  .shar-summary-search{padding:13px;border-radius:0 0 16px 16px}
  .shar-mobile-actions{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9998;
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:1fr;
    min-height:62px;
    padding:max(7px,env(safe-area-inset-bottom)) 8px 7px;
    border-top:1px solid #dfe4ea;
    background:rgba(255,255,255,.97);
    box-shadow:0 -8px 30px rgba(17,27,43,.12);
    backdrop-filter:blur(10px);
  }
  .shar-mobile-actions>a{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:3px;
    min-width:0;
    color:#606b7a;
    font-size:9px;
    font-weight:800;
  }
  .shar-mobile-actions>a .shar-icon{font-size:19px}
  .shar-mobile-actions .shar-mobile-call{color:var(--shar-brand)}
}
@media (max-width:430px){
  .shar-hero{padding:22px 16px}
  .shar-hero h1{font-size:27px}
  .shar-hero-stats{grid-template-columns:1fr 1fr}
  .shar-hero-stats>div:last-child{grid-column:1/-1}
  .shar-city-grid{grid-template-columns:1fr 1fr}
  .shar-profile-main{align-items:flex-start}
  .shar-avatar-large{width:52px;height:52px;flex-basis:52px;font-size:15px}
  .shar-profile-copy h1{font-size:23px}
  .shar-profile-actions{grid-template-columns:1fr}
  .shar-card-actions{flex-wrap:wrap}
  .shar-card-detail{flex:1}
}
@media (prefers-reduced-motion:reduce){
  .shar-shell *,
  .shar-shell *::before,
  .shar-shell *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
