
:root {
  --yh-ink:#161817;
  --yh-text:#3f4a46;
  --yh-muted:#56636a;
  --yh-line:#e6e4df;
  --yh-green:#174f43;
  --yh-gold:#8a6420;
  --yh-cream:#f6f3ed;
}

html, body {
  margin:0;
  padding:0;
}

body.yh-v1-single {
  background:#f2f2f2;
  color:var(--yh-text);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.yh-v1-page {
  width:100%;
}

.yh-v1-topbar {
  display:flex;
  width:min(1460px,calc(100% - 48px));
  align-items:center;
  justify-content:space-between;
  margin:0 auto;
  padding:24px 0;
}

.yh-v1-brand {
  display:grid;
  text-decoration:none;
}

.yh-v1-brand strong {
  color:var(--yh-ink);
  font-size:22px;
  letter-spacing:.04em;
}

.yh-v1-brand span {
  color:var(--yh-green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.24em;
}

.yh-v1-topbar nav {
  display:flex;
  gap:28px;
}

.yh-v1-topbar nav a {
  color:var(--yh-ink);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}

.yh-v1-showcase {
  width:min(1320px,calc(100% - 48px));
  margin:0 auto 40px;
  background:#fff;
  box-shadow:0 12px 40px rgba(20,30,26,.08);
}

.yh-v1-hero {
  display:grid;
  min-height:520px;
  grid-template-columns:1fr 1.06fr;
}

.yh-v1-hero-copy {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:52px 52px 44px;
}

.yh-v1-breadcrumb {
  position:absolute;
  top:24px;
  left:52px;
  color:var(--yh-muted);
  font-size:11px;
}

.yh-v1-company-logo {
  width:70px;
  height:70px;
  margin-bottom:16px;
}

.yh-v1-company-logo img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.yh-v1-verified {
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  border-radius:999px;
  background:#e8f2ed;
  padding:7px 10px;
  color:var(--yh-green);
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.yh-v1-hero h1 {
  margin:0 0 5px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:clamp(48px,5.4vw,82px);
  font-weight:500;
  line-height:.95;
}

.yh-v1-hero h2 {
  margin:0 0 18px;
  color:var(--yh-gold);
  font-size:15px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.yh-v1-hero p {
  max-width:530px;
  margin:0 0 18px;
  color:var(--yh-muted);
  font-size:14px;
  line-height:1.75;
}

.yh-v1-hero ul {
  display:grid;
  margin:0 0 22px;
  padding:0;
  gap:8px;
  list-style:none;
}

.yh-v1-hero li {
  color:var(--yh-text);
  font-size:12px;
}

.yh-v1-hero li:before {
  margin-right:8px;
  color:var(--yh-green);
  content:"◉";
}

.yh-v1-hero-actions {
  display:flex;
  gap:10px;
}

.yh-v1-hero-actions a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  border:1px solid var(--yh-line);
  border-radius:6px;
  padding:10px 18px;
  color:var(--yh-ink);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.yh-v1-hero-actions a.is-primary {
  border-color:var(--yh-green);
  background:var(--yh-green);
  color:#fff;
}

.yh-v1-hero-image {
  min-height:520px;
  background:#ddd center/cover no-repeat;
}

.yh-v1-stats {
  display:grid;
  border-top:1px solid var(--yh-line);
  border-bottom:1px solid var(--yh-line);
  grid-template-columns:repeat(4,1fr);
}

.yh-v1-stats article {
  display:flex;
  min-height:145px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-right:1px solid var(--yh-line);
  text-align:center;
}

.yh-v1-stats article:last-child {
  border-right:0;
}

.yh-v1-stats strong {
  display:block;
  max-width:220px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:clamp(30px,3vw,48px);
  font-weight:500;
  line-height:1.05;
}

.yh-v1-stats span {
  margin-top:8px;
  color:var(--yh-muted);
  font-size:10px;
  font-weight:800;
}

.yh-v1-horizontal {
  display:grid;
  min-height:235px;
  border-bottom:1px solid var(--yh-line);
  grid-template-columns:250px 1fr;
}

.yh-v1-section-intro {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:32px 36px;
}

.yh-v1-section-intro h2 {
  margin:0 0 12px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:33px;
  font-weight:500;
  line-height:1.02;
}

.yh-v1-section-intro p {
  margin:0;
  color:var(--yh-muted);
  font-size:11px;
  line-height:1.6;
}

.yh-v1-service-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.yh-v1-service-grid article {
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  border-left:1px solid var(--yh-line);
  padding:20px 12px;
  text-align:center;
}

.yh-v1-service-grid span {
  color:var(--yh-green);
  font-size:30px;
}

.yh-v1-service-grid strong {
  max-width:120px;
  color:var(--yh-ink);
  font-size:11px;
  line-height:1.35;
}

.yh-v1-document-grid {
  display:grid;
  align-items:center;
  gap:14px;
  padding:26px 20px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.yh-v1-document-grid article {
  min-width:0;
  text-align:center;
}

.yh-v1-document-grid article>div {
  height:140px;
  margin-bottom:10px;
  overflow:hidden;
  background:#faf8f3;
}

.yh-v1-document-grid img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.yh-v1-document-grid strong,
.yh-v1-document-grid small {
  display:block;
}

.yh-v1-document-grid strong {
  color:var(--yh-ink);
  font-size:10px;
}

.yh-v1-document-grid small {
  margin-top:4px;
  color:var(--yh-muted);
  font-size:8px;
}

.yh-v1-more {
  display:flex;
  min-height:140px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:var(--yh-cream);
}

.yh-v1-more strong {
  font-size:28px;
}

.yh-v1-references {
  display:grid;
  min-height:300px;
  padding:28px 36px;
  background:#171918;
  grid-template-columns:220px 1fr;
}

.yh-v1-section-intro.is-dark {
  padding:0 26px 0 0;
}

.yh-v1-section-intro.is-dark h2 {
  color:#fff;
}

.yh-v1-section-intro.is-dark p {
  color:#aeb6b1;
}

.yh-v1-reference-grid {
  display:grid;
  gap:12px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.yh-v1-reference-grid article {
  min-width:0;
  overflow:hidden;
  background:#242826;
}

.yh-v1-reference-grid article>div {
  height:175px;
  background:#303431;
}

.yh-v1-reference-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.yh-v1-reference-grid strong,
.yh-v1-reference-grid span,
.yh-v1-reference-grid small {
  display:block;
  padding-inline:14px;
}

.yh-v1-reference-grid strong {
  padding-top:14px;
  color:#fff;
  font-size:11px;
}

.yh-v1-reference-grid span {
  margin-top:4px;
  color:#c7cec9;
  font-size:9px;
}

.yh-v1-reference-grid small {
  margin:3px 0 14px;
  color:#596760;
  font-size:8px;
}

.yh-v1-bottom {
  display:grid;
  min-height:300px;
  grid-template-columns:1.1fr .9fr;
}

.yh-v1-map-area {
  display:grid;
  padding:32px 36px;
  grid-template-columns:210px 1fr;
}

.yh-v1-map-copy h2,
.yh-v1-why h2 {
  margin:0 0 14px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:28px;
  font-weight:500;
}

.yh-v1-map-copy p {
  color:var(--yh-muted);
  font-size:10px;
  line-height:1.6;
}

.yh-v1-map-copy span {
  color:var(--yh-green);
  font-size:9px;
  font-weight:800;
}

.yh-v1-map {
  display:grid;
  align-items:center;
}

.yh-v1-map svg {
  width:100%;
  height:auto;
}

.yh-v1-map path {
  fill:#f2f4f2;
  stroke:#cfd6d2;
  stroke-width:2;
}

.yh-v1-map circle {
  fill:var(--yh-green);
  stroke:#fff;
  stroke-width:4;
}

.yh-v1-why {
  border-left:1px solid var(--yh-line);
  padding:32px 36px;
}

.yh-v1-why>div {
  display:grid;
  gap:20px 26px;
  grid-template-columns:repeat(2,1fr);
}

.yh-v1-why article {
  position:relative;
  padding-left:24px;
}

.yh-v1-why article:before {
  position:absolute;
  left:0;
  color:var(--yh-green);
  content:"◎";
}

.yh-v1-why strong {
  color:var(--yh-ink);
  font-size:11px;
}

.yh-v1-why p {
  margin:4px 0 0;
  color:var(--yh-muted);
  font-size:9px;
  line-height:1.5;
}

.yh-v1-cta {
  display:grid;
  align-items:center;
  gap:28px;
  padding:32px 36px;
  background:var(--yh-green);
  grid-template-columns:1fr auto;
}

.yh-v1-cta h2 {
  max-width:560px;
  margin:0 0 6px;
  color:#fff;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:28px;
  font-weight:500;
}

.yh-v1-cta p {
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:10px;
}

.yh-v1-cta>div:last-child {
  display:flex;
  gap:10px;
}

.yh-v1-cta a {
  display:inline-flex;
  min-height:40px;
  align-items:center;
  border:1px solid rgba(255,255,255,.45);
  padding:9px 16px;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
}

.yh-v1-cta a.is-gold {
  border-color:var(--yh-gold);
  background:var(--yh-gold);
}

.yh-v1-floating-tools {
  position:fixed;
  right:20px;
  bottom:18px;
  z-index:9999;
  display:flex;
  gap:8px;
}

.yh-v1-floating-tools button {
  min-height:44px;
  border:1px solid var(--yh-line);
  border-radius:999px;
  background:#fff;
  padding:10px 16px;
  color:var(--yh-ink);
  font-weight:800;
  cursor:pointer;
}

.yh-v1-floating-tools .yh-v1-print {
  border-color:var(--yh-green);
  background:var(--yh-green);
  color:#fff;
}

/* Panel */
.yh-v1-dashboard {
  display:grid;
  min-height:calc(100vh - 80px);
  background:#f3f5f4;
  grid-template-columns:245px minmax(0,1fr);
  width:100vw;
  margin-left:calc(50% - 50vw);
}

.yh-v1-nav {
  position:sticky;
  top:0;
  align-self:start;
  min-height:100vh;
  border-right:1px solid var(--yh-line);
  background:#fff;
  padding:28px 18px;
}

.yh-v1-brand {
  padding:0 10px 26px;
}

.yh-v1-brand strong,
.yh-v1-brand span {
  display:block;
}

.yh-v1-brand strong {
  color:var(--yh-ink);
  font-size:22px;
  letter-spacing:.03em;
}

.yh-v1-brand span {
  color:var(--yh-muted);
  font-size:11px;
}

.yh-v1-dashboard nav {
  display:grid;
  gap:6px;
}

.yh-v1-dashboard nav a {
  display:flex;
  align-items:center;
  gap:11px;
  border-radius:9px;
  padding:12px 10px;
  color:#314147;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}

.yh-v1-dashboard nav a i {
  display:grid;
  width:24px;
  height:24px;
  flex:0 0 24px;
  place-items:center;
  border-radius:7px;
  background:#f1f5f3;
  color:#314147;
  font-style:normal;
}

.yh-v1-dashboard nav a span {
  display:flex;
  flex-direction:column;
  gap:2px;
}

.yh-v1-dashboard nav a:hover,
.yh-v1-dashboard nav a.is-active {
  background:#e8f2ee;
  color:var(--yh-green);
}

.yh-v1-dashboard nav a:hover i,
.yh-v1-dashboard nav a.is-active i {
  color:var(--yh-green);
}

.yh-v1-main,
.yh-v1-dashboard main {
  min-width:0;
  padding:28px 24px 36px;
}

.yh-v1-board-link {
  display:block;
  margin:28px 10px 0;
  border-top:1px solid var(--yh-line);
  padding-top:20px;
  color:var(--yh-green);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

.yh-v1-panel-section {
  border:1px solid var(--yh-line);
  border-radius:18px;
  background:#fff;
  padding:30px;
}

.yh-v1-panel-head span {
  color:var(--yh-green);
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.yh-v1-panel-head h1 {
  margin:8px 0 26px;
  color:var(--yh-ink);
  font-size:38px;
}

.yh-v1-panel-section form {
  display:grid;
  gap:20px;
}

.yh-v1-panel-section label>span {
  display:block;
  margin-bottom:7px;
  color:var(--yh-ink);
  font-size:12px;
  font-weight:750;
}

.yh-v1-panel-section input,
.yh-v1-panel-section textarea {
  width:100%;
  border:1px solid var(--yh-line);
  border-radius:9px;
  padding:12px 13px;
  font:inherit;
}

.yh-v1-panel-section button {
  width:max-content;
  border:0;
  border-radius:8px;
  background:var(--yh-green);
  padding:12px 18px;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.yh-v1-upload-grid,
.yh-v1-form-grid {
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-v1-choice-grid {
  display:grid;
  gap:12px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.yh-v1-choice-grid label {
  position:relative;
  cursor:pointer;
}

.yh-v1-choice-grid input {
  position:absolute;
  opacity:0;
}

.yh-v1-choice-grid span {
  display:flex!important;
  min-height:80px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--yh-line);
  border-radius:12px;
  padding:14px;
  text-align:center;
}

.yh-v1-choice-grid input:checked+span {
  border-color:var(--yh-green);
  background:#e9f2ee;
  color:var(--yh-green);
}

.yh-v1-repeater-list {
  display:grid;
  gap:16px;
}

.yh-v1-row {
  position:relative;
  border:1px solid var(--yh-line);
  border-radius:14px;
  padding:20px;
}

.yh-v1-remove {
  position:absolute;
  top:14px;
  right:14px;
  background:transparent!important;
  color:#9e4e42!important;
  padding:0!important;
}

.yh-v1-preview {
  margin-top:14px;
}

.yh-v1-preview img {
  width:180px;
  height:130px;
  object-fit:contain;
}

.yh-v1-add {
  margin-top:12px;
  border:1px solid var(--yh-green)!important;
  background:#fff!important;
  color:var(--yh-green)!important;
}

@media(max-width:1050px) {
  .yh-v1-topbar nav {
    gap:16px;
  }

  .yh-v1-service-grid {
    grid-template-columns:repeat(3,1fr);
  }

  .yh-v1-document-grid {
    grid-template-columns:repeat(3,1fr);
  }

  .yh-v1-reference-grid {
    grid-template-columns:repeat(2,1fr);
  }

  .yh-v1-bottom {
    grid-template-columns:1fr;
  }

  .yh-v1-why {
    border-top:1px solid var(--yh-line);
    border-left:0;
  }
}

@media(max-width:720px) {
  .yh-v1-topbar {
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .yh-v1-topbar nav {
    flex-wrap:wrap;
  }

  .yh-v1-showcase {
    width:100%;
    margin-bottom:0;
  }

  .yh-v1-hero {
    grid-template-columns:1fr;
  }

  .yh-v1-hero-image {
    min-height:300px;
    grid-row:1;
  }

  .yh-v1-hero-copy {
    grid-row:2;
    padding:54px 24px 34px;
  }

  .yh-v1-breadcrumb {
    left:24px;
  }

  .yh-v1-stats {
    grid-template-columns:repeat(2,1fr);
  }

  .yh-v1-horizontal,
  .yh-v1-references {
    grid-template-columns:1fr;
  }

  .yh-v1-service-grid {
    grid-template-columns:repeat(2,1fr);
  }

  .yh-v1-document-grid {
    grid-template-columns:repeat(2,1fr);
  }

  .yh-v1-reference-grid {
    grid-template-columns:1fr;
  }

  .yh-v1-map-area {
    grid-template-columns:1fr;
  }

  .yh-v1-cta {
    grid-template-columns:1fr;
  }

  .yh-v1-dashboard {
    grid-template-columns:1fr;
  }

  .yh-v1-dashboard > aside {
    position:relative;
    height:auto;
  }

  .yh-v1-dashboard main {
    padding:18px;
  }

  .yh-v1-upload-grid,
  .yh-v1-form-grid,
  .yh-v1-choice-grid {
    grid-template-columns:1fr;
  }
}

@page {
  size:A4 portrait;
  margin:8mm;
}

@media print {
  html, body {
    width:210mm!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
  }

  .yh-v1-topbar,
  .yh-v1-floating-tools,
  #wpadminbar {
    display:none!important;
  }

  .yh-v1-showcase {
    width:100%!important;
    margin:0!important;
    box-shadow:none!important;
  }

  .yh-v1-hero {
    min-height:140mm!important;
    break-after:page;
  }

  .yh-v1-stats,
  .yh-v1-horizontal,
  .yh-v1-references,
  .yh-v1-bottom,
  .yh-v1-cta {
    break-inside:avoid;
  }

  .yh-v1-references,
  .yh-v1-cta {
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
  }
}




.yh-v1-showcase {
  overflow: hidden;
}

.yh-v1-hero {
  position: relative;
  display: block !important;
  min-height: 575px;
  overflow: hidden;
  background: #fff;
}

.yh-v1-hero-image {
  position: absolute;
  inset: 0 0 0 38%;
  min-height: 575px;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

/* Görselin sol kenarını erit */
.yh-v1-hero-image:before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255,255,255,.98) 7%,
      rgba(255,255,255,.92) 14%,
      rgba(255,255,255,.72) 22%,
      rgba(255,255,255,.40) 31%,
      rgba(255,255,255,.14) 40%,
      rgba(255,255,255,0) 52%
    );
  z-index: 2;
  pointer-events: none;
}

.yh-v1-hero-copy {
  position: relative;
  z-index: 4;
  width: 56%;
  min-height: 575px;
  padding: 52px 34px 44px 52px;
  background: transparent !important;
}

.yh-v1-breadcrumb {
  top: 24px;
  left: 52px;
}

.yh-v1-company-logo {
  width: 76px;
  height: 76px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.yh-v1-verified {
  margin-bottom: 18px;
}

.yh-v1-hero h1 {
  max-width: 610px;
  font-size: clamp(52px, 5.8vw, 88px);
  line-height: .93;
  letter-spacing: -.045em;
}

.yh-v1-hero h2 {
  max-width: 540px;
  margin-top: 6px;
  line-height: 1.35;
}

.yh-v1-hero p {
  max-width: 475px;
}

.yh-v1-hero ul {
  max-width: 480px;
}

.yh-v1-hero-actions {
  margin-top: 4px;
}

/* Mockuptaki üst sağ aksiyon hissi */
.yh-v1-hero:after {
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 5;
  border-radius: 6px;
  background: var(--yh-green);
  padding: 8px 12px;
  color: #fff;
  content: "✓  Doğrulanmış Firma";
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .02em;
}

/* Sol taraftaki içerikte ikinci rozeti gizle */
.yh-v1-hero-copy > .yh-v1-verified {
  display: none;
}

/* Daha kompakt istatistikler */
.yh-v1-stats article {
  min-height: 132px;
}

.yh-v1-stats strong {
  font-size: clamp(30px, 2.8vw, 44px);
}

/* Bölümleri mockupa yaklaştır */
.yh-v1-horizontal {
  min-height: 210px;
}

.yh-v1-services,
.yh-v1-documents {
  background: #fff;
}

.yh-v1-section-intro {
  padding: 28px 32px;
}

.yh-v1-references {
  min-height: 285px;
}

@media (max-width: 980px) {
  .yh-v1-hero {
    min-height: 760px;
  }

  .yh-v1-hero-image {
    inset: 0;
    min-height: 360px;
    height: 360px;
  }

  .yh-v1-hero-image:before {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0) 40%,
        rgba(255,255,255,.45) 70%,
        #fff 100%
      );
  }

  .yh-v1-hero-copy {
    width: 100%;
    min-height: 760px;
    justify-content: flex-end;
    padding: 390px 34px 42px;
  }

  .yh-v1-breadcrumb {
    top: 390px;
    left: 34px;
  }

  .yh-v1-company-logo {
    margin-top: 22px;
  }

  .yh-v1-hero:after {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 720px) {
  .yh-v1-hero {
    min-height: 810px;
  }

  .yh-v1-hero-image {
    height: 300px;
    min-height: 300px;
  }

  .yh-v1-hero-copy {
    min-height: 810px;
    padding: 330px 22px 34px;
  }

  .yh-v1-breadcrumb {
    top: 330px;
    left: 22px;
  }

  .yh-v1-hero h1 {
    font-size: 52px;
  }
}

@media print {
  .yh-v1-hero {
    min-height: 138mm !important;
  }

  .yh-v1-hero-image {
    min-height: 138mm !important;
  }

  .yh-v1-hero-copy {
    min-height: 138mm !important;
  }

  .yh-v1-hero-image:before,
  .yh-v1-hero:after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}




.yh-v1-panel-lead {
  max-width: 760px;
  margin: -12px 0 28px;
  color: var(--yh-muted);
  line-height: 1.65;
}

.yh-turkey-map {
  position: relative;
  width: 100%;
  min-height: 280px;
}

.yh-turkey-map svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.yh-turkey-map .yh-province {
  fill: #eef1ef;
  stroke: #cbd3cf;
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
  transition: fill .18s ease, stroke .18s ease, opacity .18s ease;
}

.yh-turkey-map .yh-province.is-selected {
  fill: var(--yh-green);
  stroke: #ffffff;
  stroke-width: 1.15;
}

.yh-turkey-map[data-mode="editor"] .yh-province {
  cursor: pointer;
}

.yh-turkey-map[data-mode="editor"] .yh-province:hover,
.yh-turkey-map[data-mode="editor"] .yh-province:focus {
  fill: #c9ddd5;
  stroke: var(--yh-green);
  outline: none;
}

.yh-turkey-map[data-mode="editor"] .yh-province.is-selected:hover,
.yh-turkey-map[data-mode="editor"] .yh-province.is-selected:focus {
  fill: #0f4036;
}

.yh-map-loading,
.yh-map-error {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px solid var(--yh-line);
  background: #f6f8f6;
  padding: 28px;
  color: var(--yh-muted);
  text-align: center;
  font-size: 13px;
}

.yh-map-error {
  border-color: #eadbd6;
  background: #faf5f3;
  color: #8c4a3c;
}

.yh-map-tooltip {
  position: fixed;
  z-index: 100000;
  pointer-events: none;
  transform: translate(12px, 12px);
  border-radius: 7px;
  background: #151817;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}

.yh-turkey-map-editor {
  display: grid;
  gap: 18px;
  border: 1px solid var(--yh-line);
  border-radius: 16px;
  background: #ffffff;
  padding: 24px;
}

.yh-selected-provinces {
  border-top: 1px solid var(--yh-line);
  padding-top: 18px;
}

.yh-selected-provinces > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--yh-ink);
  font-size: 13px;
}

.yh-selected-province-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.yh-selected-province-list span {
  border-radius: 999px;
  background: #e8f2ed;
  padding: 7px 10px;
  color: var(--yh-green);
  font-size: 11px;
  font-weight: 800;
}

.yh-selected-province-list em {
  color: var(--yh-muted);
  font-size: 12px;
  font-style: normal;
}

.yh-region-accessible-list {
  border: 1px solid var(--yh-line);
  border-radius: 12px;
  background: #fafbf9;
  padding: 0 18px;
}

.yh-region-accessible-list summary {
  padding: 15px 0;
  color: var(--yh-ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.yh-region-checkbox-grid {
  padding-bottom: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yh-region-checkbox-grid span {
  min-height: 54px;
  font-size: 11px;
}

.yh-v1-map.yh-turkey-map {
  min-height: 180px;
}

.yh-v1-map.yh-turkey-map .yh-map-loading,
.yh-v1-map.yh-turkey-map .yh-map-error {
  min-height: 180px;
  border: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .yh-region-checkbox-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .yh-turkey-map-editor {
    padding: 14px;
  }

  .yh-turkey-map {
    min-height: 190px;
  }

  .yh-map-loading,
  .yh-map-error {
    min-height: 180px;
  }

  .yh-region-checkbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media print {
  .yh-turkey-map .yh-province {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .yh-map-loading,
  .yh-map-error {
    display: none !important;
  }
}




.yh-v1-stat-icon {
  display:block;
  width:34px;
  height:34px;
  margin-bottom:12px;
  color:var(--yh-green);
}

.yh-v1-stat-icon svg,
.yh-v1-service-icon svg,
.yh-v1-why-icon svg {
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.yh-v1-service-icon {
  display:block;
  width:44px;
  height:44px;
  color:var(--yh-green);
}

.yh-v1-service-grid span.yh-v1-service-icon {
  font-size:inherit;
}

.yh-v1-why article {
  min-height:72px;
  padding-left:38px;
}

.yh-v1-why article:before {
  display:none;
}

.yh-v1-why-icon {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:26px;
  height:26px;
  color:var(--yh-green);
}

.yh-v1-empty-strengths {
  color:var(--yh-muted);
  font-size:11px;
}

.yh-strength-editor-grid {
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-strength-editor-card {
  display:grid;
  gap:14px;
  border:1px solid var(--yh-line);
  border-radius:14px;
  background:#fff;
  padding:20px;
}

.yh-strength-editor-card > strong {
  color:var(--yh-green);
  font-size:12px;
}

.yh-v1-panel-section select {
  width:100%;
  border:1px solid var(--yh-line);
  border-radius:9px;
  background:#fff;
  padding:12px 13px;
  font:inherit;
}

/* Paylaşım paneli */
.yh-v1-share-dialog[hidden] {
  display:none;
}

.yh-v1-share-dialog {
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:20px;
}

.yh-v1-share-backdrop {
  position:absolute;
  inset:0;
  width:100%!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(10,15,13,.58)!important;
  padding:0!important;
  backdrop-filter:blur(5px);
}

.yh-v1-share-dialog > section {
  position:relative;
  z-index:2;
  width:min(520px,100%);
  border-radius:18px;
  background:#fff;
  padding:30px;
  box-shadow:0 28px 90px rgba(0,0,0,.24);
}

.yh-v1-share-dialog > section > span {
  color:var(--yh-green);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.yh-v1-share-dialog h2 {
  margin:8px 0 8px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:34px;
  font-weight:500;
}

.yh-v1-share-dialog p {
  margin:0 0 22px;
  color:var(--yh-muted);
  font-size:13px;
  line-height:1.6;
}

.yh-v1-share-close {
  position:absolute;
  top:14px;
  right:16px;
  width:34px!important;
  height:34px;
  border:1px solid var(--yh-line)!important;
  border-radius:50%!important;
  background:#fff!important;
  padding:0!important;
  color:var(--yh-ink)!important;
  font-size:22px;
  line-height:1;
}

.yh-v1-share-options {
  display:grid;
  gap:10px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-v1-share-options a,
.yh-v1-share-options button {
  display:flex;
  width:100%!important;
  min-height:52px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--yh-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  padding:12px!important;
  color:var(--yh-ink)!important;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.yh-v1-share-options a:hover,
.yh-v1-share-options button:hover {
  border-color:var(--yh-green)!important;
  color:var(--yh-green)!important;
}

.yh-v1-share-url {
  margin-top:14px;
}

.yh-v1-share-url input {
  width:100%;
  border:1px solid var(--yh-line);
  border-radius:9px;
  background:#f7f8f6;
  padding:11px 12px;
  color:var(--yh-muted);
  font-size:11px;
}

.yh-v1-copy-toast {
  position:fixed;
  right:20px;
  bottom:78px;
  z-index:100001;
  border-radius:999px;
  background:#151817;
  padding:10px 14px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}

body.yh-share-open {
  overflow:hidden;
}

@media(max-width:720px) {
  .yh-strength-editor-grid,
  .yh-v1-share-options {
    grid-template-columns:1fr;
  }
}

/* Üç gerçek A4 sayfa */
@page {
  size:A4 portrait;
  margin:8mm;
}

@media print {
  html,
  body {
    width:210mm!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
  }

  body {
    overflow:visible!important;
  }

  .yh-v1-topbar,
  .yh-v1-floating-tools,
  .yh-v1-share-dialog,
  #wpadminbar {
    display:none!important;
  }

  .yh-v1-showcase {
    width:194mm!important;
    max-width:194mm!important;
    margin:0 auto!important;
    overflow:visible!important;
    box-shadow:none!important;
  }

  .yh-v1-hero {
    height:145mm!important;
    min-height:145mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
  }

  .yh-v1-hero-image,
  .yh-v1-hero-copy {
    height:145mm!important;
    min-height:145mm!important;
  }

  .yh-v1-hero-copy {
    padding:13mm 8mm 8mm 12mm!important;
  }

  .yh-v1-hero h1 {
    font-size:20mm!important;
  }

  .yh-v1-stats {
    height:36mm!important;
    break-after:page!important;
    page-break-after:always!important;
  }

  .yh-v1-stats article {
    min-height:36mm!important;
  }

  .yh-v1-services-section {
    height:72mm!important;
    min-height:72mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
  }

  .yh-v1-documents-section {
    height:105mm!important;
    min-height:105mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
    break-after:page!important;
    page-break-after:always!important;
  }

  .yh-v1-references {
    height:74mm!important;
    min-height:74mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
  }

  .yh-v1-bottom {
    height:78mm!important;
    min-height:78mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
  }

  .yh-v1-cta {
    height:30mm!important;
    min-height:30mm!important;
    overflow:hidden!important;
    break-inside:avoid!important;
  }

  .yh-v1-reference-grid article,
  .yh-v1-document-grid article,
  .yh-v1-service-grid article,
  .yh-v1-map-area,
  .yh-v1-why {
    break-inside:avoid!important;
    page-break-inside:avoid!important;
  }

  .yh-v1-references,
  .yh-v1-cta,
  .yh-v1-hero:after,
  .yh-v1-hero-image:before,
  .yh-turkey-map .yh-province,
  .yh-v1-stat-icon,
  .yh-v1-service-icon,
  .yh-v1-why-icon {
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }
}




/* İstatistik bandını daha ferah ve rafine hale getir */
.yh-v1-stats {
  padding-block:18px;
  background:#fff;
}

.yh-v1-stats article {
  min-height:150px!important;
  padding:22px 14px 20px;
}

.yh-v1-stat-icon {
  width:38px;
  height:38px;
  margin-bottom:13px;
}

.yh-v1-stats strong {
  font-size:clamp(32px,3vw,47px);
  line-height:1;
}

.yh-v1-stats span {
  margin-top:10px;
  letter-spacing:.01em;
}

.yh-v1-stats small {
  display:block;
  margin-top:6px;
  color:var(--yh-green);
  font-size:8px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yh-v1-iso-stat.is-verified {
  background:linear-gradient(180deg,#fff 0%,#f5faf7 100%);
}

.yh-v1-iso-stat.is-verified .yh-v1-stat-icon {
  color:var(--yh-green);
}

/* Hizmet ikonları: daha büyük, dengeli ve gerçek tesis yönetimi çizgileri */
.yh-v1-service-grid article {
  gap:16px;
  padding:26px 16px;
}

.yh-v1-service-icon {
  width:52px;
  height:52px;
}

.yh-v1-service-icon svg {
  stroke-width:1.55;
}

.yh-v1-service-grid strong {
  max-width:132px;
  font-size:11px;
  line-height:1.38;
}

/* ISO 41001 panel uyarısı */
.yh-iso41001-priority {
  margin:-10px 0 26px;
  border-left:3px solid var(--yh-green);
  border-radius:0 10px 10px 0;
  background:#edf5f1;
  padding:14px 16px;
}

.yh-iso41001-priority strong {
  display:block;
  color:var(--yh-green);
  font-size:13px;
}

.yh-iso41001-priority p {
  margin:5px 0 0;
  color:var(--yh-muted);
  font-size:12px;
  line-height:1.55;
}

@media(max-width:720px) {
  .yh-v1-stats {
    padding-block:10px;
  }

  .yh-v1-stats article {
    min-height:140px!important;
  }
}

@media print {
  .yh-v1-stats {
    padding-block:4mm!important;
  }

  .yh-v1-stats article {
    min-height:32mm!important;
    padding:4mm 2mm!important;
  }

  .yh-v1-iso-stat.is-verified {
    -webkit-print-color-adjust:exact;
    print-color-adjust:exact;
  }
}




/* ISO 41001 tam ifade */
.yh-v1-iso-stat strong {
  max-width:240px;
  font-size:clamp(23px,2.2vw,36px);
  line-height:1.08;
}

/* Belge görsellerinde anlamsız gölge yok */
.yh-v1-document-grid article,
.yh-v1-document-grid article > div,
.yh-v1-document-media {
  box-shadow:none!important;
}

.yh-v1-document-media {
  border:1px solid var(--yh-line);
  background:#fff!important;
}

.yh-v1-document-media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

/* Referans başlığı kartın içine alınır */
.yh-v1-reference-grid article {
  position:relative;
  min-height:230px;
}

.yh-v1-reference-grid article > div.yh-v1-reference-media {
  position:relative;
  width:100%;
  height:230px;
  overflow:hidden;
  background:#303431;
}

.yh-v1-reference-media > img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.yh-v1-reference-overlay {
  position:absolute;
  inset:auto 0 0;
  display:block;
  min-height:92px;
  padding:28px 14px 14px;
  background:linear-gradient(180deg,rgba(18,21,19,0) 0%,rgba(18,21,19,.9) 42%,#181b19 100%);
}

.yh-v1-reference-overlay strong,
.yh-v1-reference-overlay span,
.yh-v1-reference-overlay small {
  display:block;
  padding:0!important;
}

.yh-v1-reference-overlay strong {
  color:#fff;
  font-size:11px;
}

.yh-v1-reference-overlay span {
  margin-top:4px;
  color:#c7cec9;
  font-size:9px;
}

.yh-v1-reference-overlay small {
  margin-top:3px;
  color:#67746e;
  font-size:8px;
}

/* Seçili il adları */
.yh-v1-region-names {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:13px;
}

.yh-v1-region-names em {
  border-radius:999px;
  background:#e8f2ed;
  padding:5px 8px;
  color:var(--yh-green);
  font-size:8px;
  font-style:normal;
  font-weight:800;
}

/* Ekle butonları listenin üstünde */
.yh-v1-repeater-toolbar {
  display:flex;
  justify-content:flex-end;
  margin-bottom:16px;
}

.yh-v1-repeater-toolbar .yh-v1-add {
  margin:0;
}

/* CTA artık platform aksiyonu */
.yh-v1-hero-actions button,
.yh-v1-cta button {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  border:1px solid var(--yh-line);
  border-radius:6px;
  background:#fff;
  padding:10px 18px;
  color:var(--yh-ink);
  font-family:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.yh-v1-hero-actions button.is-primary {
  border-color:var(--yh-green);
  background:var(--yh-green);
  color:#fff;
}

.yh-v1-cta button {
  border-color:rgba(255,255,255,.45);
  border-radius:0;
  background:transparent;
  color:#fff;
}

.yh-v1-cta button.is-gold {
  border-color:var(--yh-gold);
  background:var(--yh-gold);
}

/* Teklif talebi modalı */
.yh-v1-quote-dialog[hidden] {
  display:none;
}

.yh-v1-quote-dialog {
  position:fixed;
  inset:0;
  z-index:100002;
  display:grid;
  place-items:center;
  overflow:auto;
  padding:24px;
}

.yh-v1-quote-backdrop {
  position:fixed;
  inset:0;
  width:100%;
  border:0;
  background:rgba(10,15,13,.64);
  backdrop-filter:blur(6px);
}

.yh-v1-quote-dialog > section {
  position:relative;
  z-index:2;
  width:min(720px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border-radius:18px;
  background:#fff;
  padding:32px;
  box-shadow:0 30px 100px rgba(0,0,0,.28);
}

.yh-v1-quote-dialog > section > span {
  color:var(--yh-green);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.yh-v1-quote-dialog h2 {
  margin:8px 0;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:36px;
  font-weight:500;
}

.yh-v1-quote-dialog > section > p {
  margin:0 0 22px;
  color:var(--yh-muted);
  font-size:12px;
  line-height:1.65;
}

.yh-v1-quote-close {
  position:absolute;
  top:14px;
  right:16px;
  width:36px;
  height:36px;
  border:1px solid var(--yh-line);
  border-radius:50%;
  background:#fff;
  color:var(--yh-ink);
  font-size:22px;
  cursor:pointer;
}

.yh-v1-quote-dialog form {
  display:grid;
  gap:18px;
}

.yh-v1-quote-grid {
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-v1-quote-grid label {
  display:block;
}

.yh-v1-quote-grid label.is-wide {
  grid-column:1/-1;
}

.yh-v1-quote-grid span {
  display:block;
  margin-bottom:7px;
  color:var(--yh-ink);
  font-size:11px;
  font-weight:800;
}

.yh-v1-quote-grid input,
.yh-v1-quote-grid select,
.yh-v1-quote-grid textarea {
  width:100%;
  border:1px solid var(--yh-line);
  border-radius:9px;
  background:#fff;
  padding:12px 13px;
  font:inherit;
}

.yh-v1-consent {
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:var(--yh-muted);
  font-size:10px;
  line-height:1.5;
}

.yh-v1-consent input {
  margin-top:2px;
}

.yh-v1-quote-dialog form > button {
  width:max-content;
  border:0;
  border-radius:8px;
  background:var(--yh-green);
  padding:13px 18px;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}

.yh-v1-honeypot {
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}

.yh-v1-request-success {
  position:fixed;
  top:18px;
  left:50%;
  z-index:100003;
  transform:translateX(-50%);
  border-radius:999px;
  background:var(--yh-green);
  padding:11px 17px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}

body.yh-quote-open {
  overflow:hidden;
}

/* Panel önizlemeleri */
.yh-v1-preview img {
  width:180px;
  height:130px;
  object-fit:contain;
  border:1px solid var(--yh-line);
  background:#fff;
  box-shadow:none;
}

@media(max-width:720px) {
  .yh-v1-quote-grid {
    grid-template-columns:1fr;
  }

  .yh-v1-quote-grid label.is-wide {
    grid-column:auto;
  }
}

@media print {
  .yh-v1-quote-dialog,
  .yh-v1-request-success {
    display:none!important;
  }
}




.yh-v1-rating-summary {
  display:flex;
  align-items:center;
  gap:9px;
  margin:2px 0 20px;
  color:var(--yh-muted);
  font-size:11px;
}

.yh-v1-rating-summary .yh-v1-stars {
  overflow:hidden;
  color:var(--yh-gold);
  font-size:17px;
  letter-spacing:2px;
  line-height:1;
}

.yh-v1-rating-summary strong {
  color:var(--yh-ink);
  font-size:13px;
}

.yh-v1-rating-summary span:last-child {
  padding-left:9px;
  border-left:1px solid var(--yh-line);
}

.yh-v1-document-dialog[hidden] {
  display:none;
}

.yh-v1-document-dialog {
  position:fixed;
  inset:0;
  z-index:100004;
  display:grid;
  place-items:center;
  overflow:auto;
  padding:24px;
}

.yh-v1-document-backdrop {
  position:fixed;
  inset:0;
  width:100%;
  border:0;
  background:rgba(10,15,13,.64);
  backdrop-filter:blur(6px);
}

.yh-v1-document-dialog > section {
  position:relative;
  z-index:2;
  width:min(820px,100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  border-radius:18px;
  background:#fff;
  padding:32px;
  box-shadow:0 30px 100px rgba(0,0,0,.28);
}

.yh-v1-document-dialog > section > span {
  color:var(--yh-green);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.yh-v1-document-dialog h2 {
  margin:8px 0;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:36px;
  font-weight:500;
}

.yh-v1-document-dialog > section > p {
  margin:0 0 22px;
  color:var(--yh-muted);
  font-size:12px;
  line-height:1.65;
}

.yh-v1-document-close {
  position:absolute;
  top:14px;
  right:16px;
  width:36px;
  height:36px;
  border:1px solid var(--yh-line);
  border-radius:50%;
  background:#fff;
  color:var(--yh-ink);
  font-size:22px;
  cursor:pointer;
}

.yh-v1-document-dialog form {
  display:grid;
  gap:18px;
}

.yh-v1-document-options {
  margin:0;
  border:1px solid var(--yh-line);
  border-radius:12px;
  padding:18px;
}

.yh-v1-document-options legend {
  padding:0 6px;
  color:var(--yh-ink);
  font-size:12px;
  font-weight:850;
}

.yh-v1-document-option-grid {
  display:grid;
  gap:10px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-v1-document-option-grid label {
  display:flex;
  min-height:48px;
  align-items:flex-start;
  gap:8px;
  border:1px solid var(--yh-line);
  border-radius:9px;
  padding:10px;
  cursor:pointer;
}

.yh-v1-document-option-grid label:has(input:checked) {
  border-color:var(--yh-green);
  background:#edf5f1;
}

.yh-v1-document-option-grid input {
  margin-top:2px;
}

.yh-v1-document-option-grid span {
  color:var(--yh-ink);
  font-size:10px;
  font-weight:750;
  line-height:1.4;
}

.yh-v1-full-field {
  display:block;
}

.yh-v1-full-field > span {
  display:block;
  margin-bottom:7px;
  color:var(--yh-ink);
  font-size:11px;
  font-weight:800;
}

.yh-v1-full-field input,
.yh-v1-full-field textarea {
  width:100%;
  border:1px solid var(--yh-line);
  border-radius:9px;
  background:#fff;
  padding:12px 13px;
  font:inherit;
}

.yh-v1-document-dialog form > button {
  width:max-content;
  border:0;
  border-radius:8px;
  background:var(--yh-green);
  padding:13px 18px;
  color:#fff;
  font-weight:850;
  cursor:pointer;
}

body.yh-document-open {
  overflow:hidden;
}

/* İkinci CTA birinciden daha sakin */
.yh-v1-hero-actions .yh-v1-open-document {
  border-color:#d7dbd8;
  background:#fff;
}

.yh-v1-cta .yh-v1-open-document {
  border-color:rgba(255,255,255,.55);
  background:transparent;
  color:#fff;
}

@media(max-width:720px) {
  .yh-v1-rating-summary {
    align-items:flex-start;
    flex-wrap:wrap;
  }

  .yh-v1-rating-summary span:last-child {
    width:100%;
    padding-left:0;
    border-left:0;
  }

  .yh-v1-document-option-grid {
    grid-template-columns:1fr;
  }
}

@media print {
  .yh-v1-document-dialog {
    display:none!important;
  }
}




/* Referans başlığı artık kartların altında veya arkasında kalmaz */
.yh-v1-references {
  grid-template-columns:290px minmax(0,1fr)!important;
  column-gap:24px;
}

.yh-v1-section-intro.is-dark {
  position:relative;
  z-index:3;
  min-width:0;
  overflow:visible;
  padding-right:24px;
}

.yh-v1-section-intro.is-dark h2 {
  max-width:250px;
  margin-right:0;
  overflow-wrap:normal;
  word-break:normal;
  font-size:32px;
  line-height:1.05;
}

.yh-v1-section-intro.is-dark p {
  max-width:230px;
  line-height:1.6;
}

.yh-v1-reference-grid {
  position:relative;
  z-index:1;
  min-width:0;
}

.yh-v1-reference-grid article,
.yh-v1-reference-media {
  isolation:isolate;
}

.yh-v1-reference-overlay {
  z-index:2;
}

/* Türkiye Geneli etiketi */
.yh-v1-region-names.is-turkey-wide em {
  background:var(--yh-green);
  padding:7px 12px;
  color:#fff;
  font-size:9px;
  letter-spacing:.03em;
}

.yh-region-checkbox-grid label:first-child {
  grid-column:1/-1;
}

.yh-region-checkbox-grid label:first-child span {
  min-height:64px;
  border-color:var(--yh-green);
  background:#f0f7f4;
  color:var(--yh-green);
  font-size:13px;
}

.yh-region-checkbox-grid label:first-child input:checked + span {
  background:var(--yh-green);
  color:#fff;
}

@media(max-width:900px) {
  .yh-v1-references {
    grid-template-columns:250px minmax(0,1fr)!important;
  }

  .yh-v1-section-intro.is-dark h2 {
    max-width:215px;
    font-size:29px;
  }
}

@media(max-width:720px) {
  .yh-v1-references {
    grid-template-columns:1fr!important;
  }

  .yh-v1-section-intro.is-dark h2,
  .yh-v1-section-intro.is-dark p {
    max-width:none;
  }
}

@media print {
  .yh-v1-references {
    grid-template-columns:52mm minmax(0,1fr)!important;
    column-gap:4mm!important;
  }

  .yh-v1-section-intro.is-dark h2 {
    max-width:48mm!important;
    font-size:8mm!important;
  }
}



.yh-v1-expand-toggle{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-top:18px;border:0;background:transparent;padding:0;color:var(--yh-green);font:inherit;font-size:10px;font-weight:850;cursor:pointer}
.yh-v1-expand-toggle i{font-size:17px;font-style:normal;transition:transform .2s ease}
.yh-v1-expand-toggle[aria-expanded="true"] i{transform:rotate(90deg)}
.yh-v1-service-grid .yh-v1-expandable-item,.yh-v1-document-grid .yh-v1-expandable-item{display:none}
.yh-v1-service-grid.is-expanded .yh-v1-expandable-item{display:flex}
.yh-v1-document-grid.is-expanded .yh-v1-expandable-item{display:block}
.yh-v1-services-section,.yh-v1-documents-section{align-items:stretch}
.yh-v1-service-grid{align-content:stretch}
.yh-v1-document-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-content:start}
.yh-v1-document-grid.is-expanded{row-gap:22px;padding-block:28px}
.yh-service-category-editor{display:grid;gap:18px}
.yh-service-category-panel{display:grid;gap:16px;border:1px solid var(--yh-line);border-radius:15px;background:#fff;padding:20px}
.yh-service-category-panel>div:first-child>span{color:var(--yh-green);font-size:9px;font-weight:850;letter-spacing:.09em}
.yh-service-category-panel h2{margin:5px 0 0;color:var(--yh-ink);font-size:22px}
.yh-service-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.yh-v1-reference-carousel{position:relative;display:flex;min-width:0;align-items:center}
.yh-v1-reference-viewport{width:100%;min-width:0;overflow:hidden}
.yh-v1-reference-track{display:flex;gap:12px;will-change:transform;transition:transform .42s cubic-bezier(.2,.7,.2,1)}
.yh-v1-reference-track article{flex:0 0 calc((100% - 36px)/4);min-width:0;overflow:hidden;background:#242826}
.yh-v1-carousel-arrow{position:absolute;z-index:5;top:50%;display:grid;width:38px;height:38px;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.32);border-radius:50%;background:#fff;color:#171918;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.yh-v1-carousel-arrow.is-prev{left:-18px}.yh-v1-carousel-arrow.is-next{right:-18px}
.yh-v1-carousel-arrow:disabled{opacity:0;pointer-events:none}
.yh-v1-reference-carousel.is-static .yh-v1-carousel-arrow{display:none}
@media(max-width:1050px){.yh-v1-reference-track article{flex-basis:calc((100% - 12px)/2)}.yh-service-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.yh-v1-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.yh-v1-reference-track article{flex-basis:100%}.yh-v1-carousel-arrow.is-prev{left:8px}.yh-v1-carousel-arrow.is-next{right:8px}.yh-service-choice-grid{grid-template-columns:1fr}}
@media print{.yh-v1-expand-toggle,.yh-v1-carousel-arrow{display:none!important}.yh-v1-service-grid .yh-v1-expandable-item,.yh-v1-document-grid .yh-v1-expandable-item{display:none!important}.yh-v1-reference-viewport{overflow:visible!important}.yh-v1-reference-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:3mm!important;transform:none!important}.yh-v1-reference-track article{display:none!important;min-width:0!important}.yh-v1-reference-track article:nth-child(-n+4){display:block!important}}



.yh-v1-floating-tools .yh-v1-pdf-link{display:inline-flex;min-height:44px;align-items:center;border:1px solid var(--yh-green);border-radius:999px;background:var(--yh-green);padding:10px 16px;color:#fff!important;text-decoration:none;font-size:13px;font-weight:800}
.yh-document-manager{gap:0!important}
.yh-document-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid var(--yh-line);border-radius:14px;background:#f8faf8;padding:18px 20px}
.yh-document-manager-toolbar strong,.yh-document-manager-toolbar span{display:block}.yh-document-manager-toolbar strong{color:var(--yh-ink);font-size:13px}.yh-document-manager-toolbar span{margin-top:4px;color:var(--yh-muted);font-size:11px}
.yh-document-manager-toolbar .yh-document-add{margin:0;flex:0 0 auto}
.yh-document-editor-stage{display:grid;justify-items:center;margin-top:22px}
.yh-document-editor{width:min(980px,100%);border:1px solid var(--yh-green);border-radius:16px;background:#fff;padding:24px;box-shadow:0 16px 50px rgba(20,68,57,.08)}
.yh-document-editor[hidden]{display:none!important}.yh-document-editor>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--yh-line)}
.yh-document-editor>header span{color:var(--yh-green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.yh-document-editor>header h3{margin:5px 0 0;color:var(--yh-ink);font-size:24px}.yh-document-editor-close{width:36px!important;height:36px;border:1px solid var(--yh-line)!important;border-radius:50%!important;background:#fff!important;padding:0!important;color:var(--yh-ink)!important;font-size:22px!important}
.yh-document-file-field{margin-top:16px}.yh-document-current-file{display:flex;align-items:center;gap:18px;margin-top:16px;border:1px solid var(--yh-line);border-radius:12px;background:#fafbf9;padding:14px}.yh-document-current-file>span{color:var(--yh-muted);font-size:10px;font-weight:800;text-transform:uppercase}.yh-document-current-file img{width:100px;height:125px;object-fit:contain;border:0;background:#fff}
.yh-document-savebar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:22px;border-radius:14px;background:var(--yh-green);padding:18px 20px}.yh-document-savebar p{margin:0;color:rgba(255,255,255,.72);font-size:11px}.yh-document-savebar button{margin:0;background:#fff!important;color:var(--yh-green)!important}
.yh-document-library{margin-top:36px;padding-top:32px;border-top:1px solid var(--yh-line)}.yh-document-library>header{text-align:center}.yh-document-library>header span{color:var(--yh-green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.yh-document-library>header h2{margin:7px 0 26px;color:var(--yh-ink);font-size:32px}
.yh-document-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,270px));justify-content:center;gap:22px}.yh-document-card{display:flex;min-height:390px;flex-direction:column;overflow:hidden;border:1px solid var(--yh-line);border-radius:15px;background:#fff}.yh-document-card-media{display:grid;height:220px;place-items:center;border-bottom:1px solid var(--yh-line);background:#f7f5ef;padding:14px}.yh-document-card-media img{width:100%;height:100%;object-fit:contain;border:0;box-shadow:none}.yh-document-card-media a{color:var(--yh-green);font-size:11px;font-weight:800}.yh-document-file-placeholder{display:grid;width:70px;height:88px;place-items:center;border:1px solid #d8d5ce;background:#fff;color:var(--yh-muted);font-size:11px;font-weight:850}
.yh-document-card-copy{flex:1;padding:17px 17px 12px;text-align:center}.yh-document-card-copy h3{margin:8px 0;color:var(--yh-ink);font-size:16px}.yh-document-card-copy p{margin:4px 0;color:var(--yh-muted);font-size:10px}.yh-document-verified{display:inline-flex;border-radius:999px;background:#e8f2ed;padding:5px 8px;color:var(--yh-green);font-size:8px;font-weight:850;text-transform:uppercase}
.yh-document-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 14px}.yh-document-card-actions button{width:100%;border:1px solid var(--yh-line);border-radius:8px;background:#fff;padding:10px;color:var(--yh-ink);font-size:11px;font-weight:800}.yh-document-card-actions .yh-document-card-remove{border-color:#ead6d1;color:#a14e41}.yh-document-empty-state{border:1px dashed #cdd5d1;border-radius:14px;background:#fafbf9;padding:34px;text-align:center}.yh-document-empty-state strong{color:var(--yh-ink)}.yh-document-empty-state p{margin:7px 0 0;color:var(--yh-muted);font-size:11px}
@media(max-width:720px){.yh-document-manager-toolbar,.yh-document-savebar{align-items:stretch;flex-direction:column}.yh-document-manager-toolbar .yh-document-add,.yh-document-savebar button{width:100%}.yh-document-card-grid{grid-template-columns:minmax(0,1fr)}}
@media print{.yh-v1-pdf-link{display:none!important}}




.yh-v1-save-notice {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 18px;
  border:1px solid #bdd8cc;
  border-radius:12px;
  background:#edf6f1;
  padding:13px 15px;
  color:var(--yh-green);
}

.yh-v1-save-notice strong,
.yh-v1-save-notice span {
  display:block;
}

.yh-v1-save-notice strong {
  flex:0 0 auto;
  font-size:12px;
}

.yh-v1-save-notice span {
  color:#537068;
  font-size:11px;
  line-height:1.45;
}

@media(max-width:720px) {
  .yh-v1-save-notice {
    flex-direction:column;
    gap:4px;
  }
}




.yh-showcase-score-card {
  display:grid;
  align-items:start;
  gap:26px;
  margin:0 0 22px;
  border:1px solid var(--yh-line);
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#f6faf8 100%);
  padding:25px;
  grid-template-columns:150px minmax(0,1fr);
}

.yh-showcase-score-ring {
  display:grid;
  width:140px;
  height:140px;
  place-items:center;
  border-radius:50%;
  background:conic-gradient(var(--yh-green) calc(var(--yh-score) * 1%),#dfe7e3 0);
}

.yh-showcase-score-ring:before {
  position:absolute;
  content:"";
}

.yh-showcase-score-ring>div {
  display:flex;
  width:112px;
  height:112px;
  align-items:baseline;
  justify-content:center;
  border-radius:50%;
  background:#fff;
  padding-top:32px;
  box-sizing:border-box;
}

.yh-showcase-score-ring strong {
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:44px;
  font-weight:500;
  line-height:1;
}

.yh-showcase-score-ring span {
  color:var(--yh-muted);
  font-size:12px;
  font-weight:800;
}

.yh-showcase-score-main>span {
  display:block;
  margin-bottom:5px;
  color:var(--yh-green);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.yh-showcase-score-main h2 {
  margin:0 0 7px;
  color:var(--yh-ink);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:29px;
  font-weight:500;
}

.yh-showcase-score-main>p {
  margin:0 0 19px;
  color:var(--yh-muted);
  font-size:12px;
  line-height:1.6;
}

.yh-showcase-score-groups {
  display:grid;
  gap:11px 18px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-showcase-score-groups article>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:6px;
}

.yh-showcase-score-groups strong,
.yh-showcase-score-groups span {
  font-size:10px;
}

.yh-showcase-score-groups strong { color:var(--yh-ink); }
.yh-showcase-score-groups span { color:var(--yh-muted); font-weight:800; }

.yh-showcase-score-groups i {
  display:block;
  height:5px;
  overflow:hidden;
  border-radius:999px;
  background:#dde5e1;
}

.yh-showcase-score-groups i b {
  display:block;
  height:100%;
  border-radius:inherit;
  background:var(--yh-green);
}

.yh-showcase-score-missing {
  margin-top:19px;
  border-top:1px solid var(--yh-line);
  padding-top:15px;
}

.yh-showcase-score-missing summary {
  color:var(--yh-ink);
  font-size:11px;
  font-weight:850;
  cursor:pointer;
}

.yh-showcase-score-missing>div {
  display:grid;
  gap:7px;
  margin-top:12px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.yh-showcase-score-missing a {
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:1px solid var(--yh-line);
  border-radius:9px;
  background:#fff;
  padding:10px 11px;
  color:var(--yh-ink);
  text-decoration:none;
  font-size:10px;
}

.yh-showcase-score-missing a:hover { border-color:var(--yh-green); }
.yh-showcase-score-missing a span { min-width:0; }
.yh-showcase-score-missing a strong { flex:0 0 auto; color:var(--yh-green); font-size:9px; }

.yh-showcase-consulting-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:18px;
  border-radius:12px;
  background:var(--yh-green);
  padding:17px 18px;
  color:#fff;
}

.yh-showcase-consulting-cta strong { display:block; font-size:12px; }
.yh-showcase-consulting-cta p { margin:4px 0 0; color:rgba(255,255,255,.76); font-size:10px; line-height:1.5; }
.yh-showcase-consulting-cta a {
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.52);
  border-radius:8px;
  padding:10px 13px;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}

.yh-showcase-score-complete {
  margin-top:18px;
  border-radius:10px;
  background:#e8f2ed;
  padding:13px 15px;
  color:var(--yh-green);
  font-size:11px;
  font-weight:800;
}

/* Gerçek rozet grubu; eski pseudo rozet kapatılır. */
.yh-v1-hero:after { display:none!important; content:none!important; }

.yh-v1-hero-badges {
  position:absolute;
  top:26px;
  right:28px;
  z-index:7;
  display:flex;
  max-width:52%;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.yh-v1-hero-badges span {
  display:inline-flex;
  min-height:31px;
  align-items:center;
  border-radius:6px;
  padding:7px 11px;
  font-size:9px;
  font-weight:850;
  letter-spacing:.02em;
  white-space:nowrap;
}

.yh-v1-hero-badges .is-platform { background:var(--yh-green); color:#fff; }
.yh-v1-hero-badges .is-consulting { border:1px solid #c69a4a; background:#fff7e8; color:#8c641f; }

@media(max-width:900px) {
  .yh-showcase-score-card { grid-template-columns:120px minmax(0,1fr); }
  .yh-showcase-score-ring { width:112px; height:112px; }
  .yh-showcase-score-ring>div { width:88px; height:88px; padding-top:25px; }
  .yh-showcase-score-ring strong { font-size:35px; }
}

@media(max-width:720px) {
  .yh-showcase-score-card { grid-template-columns:1fr; }
  .yh-showcase-score-ring { margin:0 auto; }
  .yh-showcase-score-groups,
  .yh-showcase-score-missing>div { grid-template-columns:1fr; }
  .yh-showcase-consulting-cta { align-items:flex-start; flex-direction:column; }
  .yh-v1-hero-badges { top:16px; right:16px; max-width:calc(100% - 32px); }
  .yh-v1-hero-badges span { white-space:normal; text-align:center; }
}




.yh-showcase-consulting-cta {
  position:relative;
  display:grid;
  align-items:start;
  gap:18px;
  margin-top:22px;
  overflow:hidden;
  border:1px solid rgba(190,145,65,.58);
  border-radius:16px;
  background:
    radial-gradient(circle at 92% 8%,rgba(218,176,99,.18),transparent 31%),
    linear-gradient(135deg,#103f36 0%,#155c4c 58%,#0e473c 100%);
  padding:24px;
  color:#fff;
  box-shadow:0 18px 42px rgba(18,75,63,.17);
  grid-template-columns:54px minmax(0,1fr) auto;
}

.yh-showcase-consulting-cta:before {
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  content:"";
  background:linear-gradient(90deg,#d4a853,#f1d49d,#d4a853);
}

.yh-showcase-consulting-icon {
  display:grid;
  width:52px;
  height:52px;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  background:rgba(255,255,255,.1);
  color:#f0cf8b;
}

.yh-showcase-consulting-icon svg {
  display:block;
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.yh-showcase-consulting-copy {
  min-width:0;
}

.yh-showcase-consulting-copy>span {
  display:block;
  margin:0 0 5px;
  color:#f0cf8b;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.yh-showcase-consulting-copy h3 {
  margin:0 0 9px;
  color:#fff;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:25px;
  font-weight:500;
  line-height:1.12;
}

.yh-showcase-consulting-copy p {
  max-width:820px;
  margin:0 0 8px;
  color:rgba(255,255,255,.83);
  font-size:11px;
  line-height:1.62;
}

.yh-showcase-consulting-copy p strong {
  color:#fff;
  font-weight:850;
}

.yh-showcase-consulting-copy small {
  display:block;
  max-width:820px;
  margin-top:10px;
  border-top:1px solid rgba(255,255,255,.16);
  padding-top:9px;
  color:rgba(255,255,255,.6);
  font-size:8.5px;
  line-height:1.5;
}

.yh-showcase-consulting-actions {
  display:grid;
  align-self:center;
  gap:9px;
  min-width:205px;
}

.yh-showcase-consulting-actions a,
.yh-showcase-consulting-actions button {
  display:flex;
  width:100%;
  min-height:43px;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  padding:10px 14px;
  box-sizing:border-box;
  text-align:center;
  text-decoration:none;
  font-family:inherit;
  font-size:10px;
  font-weight:900;
  line-height:1.25;
  cursor:pointer;
}

.yh-showcase-consulting-actions .is-primary {
  border:1px solid #e0b760;
  background:#e0b760;
  color:#18342e;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.yh-showcase-consulting-actions .is-primary:hover {
  border-color:#f0cf8b;
  background:#f0cf8b;
}

.yh-showcase-consulting-actions button {
  border:1px solid rgba(255,255,255,.5);
  background:rgba(255,255,255,.07);
  color:#fff;
}

.yh-showcase-consulting-actions button:hover {
  border-color:#fff;
  background:rgba(255,255,255,.14);
}

.yh-showcase-score-missing.is-highlighted {
  border-radius:10px;
  background:#f4f8f6;
  padding-right:12px;
  padding-left:12px;
  box-shadow:0 0 0 2px rgba(21,92,76,.14);
}

@media (max-width:1050px) {
  .yh-showcase-consulting-cta {
    grid-template-columns:50px minmax(0,1fr);
  }

  .yh-showcase-consulting-actions {
    display:flex;
    grid-column:2;
    min-width:0;
  }

  .yh-showcase-consulting-actions a,
  .yh-showcase-consulting-actions button {
    width:auto;
    min-width:190px;
  }
}

@media (max-width:720px) {
  .yh-showcase-consulting-cta {
    gap:14px;
    padding:20px;
    grid-template-columns:1fr;
  }

  .yh-showcase-consulting-icon {
    width:46px;
    height:46px;
  }

  .yh-showcase-consulting-copy h3 {
    font-size:23px;
  }

  .yh-showcase-consulting-actions {
    display:grid;
    width:100%;
    grid-column:auto;
  }

  .yh-showcase-consulting-actions a,
  .yh-showcase-consulting-actions button {
    width:100%;
    min-width:0;
  }
}




/* Sol panel kuralları yalnızca doğrudan menü kolonuna uygulanır. */
.yh-v1-dashboard > aside {
  position:sticky;
  top:0;
  height:100vh;
}

/* Danışmanlık kartı bir içerik bileşenidir; asla panel menüsü ölçüsü almaz. */
.yh-v1-dashboard main .yh-showcase-consulting-cta {
  position:relative!important;
  top:auto!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin-top:22px!important;
  padding:24px!important;
  border-right:1px solid rgba(190,145,65,.58)!important;
  background:
    radial-gradient(circle at 92% 8%,rgba(218,176,99,.18),transparent 31%),
    linear-gradient(135deg,#103f36 0%,#155c4c 58%,#0e473c 100%)!important;
  color:#fff!important;
}

.yh-v1-dashboard main .yh-showcase-consulting-cta strong,
.yh-v1-dashboard main .yh-showcase-consulting-cta span {
  display:initial;
}

.yh-v1-dashboard main .yh-showcase-consulting-copy > span,
.yh-v1-dashboard main .yh-showcase-consulting-copy strong {
  display:block;
}

/* Puan sekmesi tek başına ferah ama gereksiz yüksekliği olmayan ekran oluşturur. */
.yh-v1-dashboard main > .yh-showcase-score-card:last-child {
  margin-bottom:0;
}

@media(max-width:720px) {
  .yh-v1-dashboard > aside {
    position:relative;
    height:auto;
  }
}



.yh-reference-manager{gap:0!important}
.yh-reference-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid var(--yh-line);border-radius:14px;background:#f8faf8;padding:18px 20px}
.yh-reference-manager-toolbar strong,.yh-reference-manager-toolbar span{display:block}.yh-reference-manager-toolbar strong{color:var(--yh-ink);font-size:13px}.yh-reference-manager-toolbar span{margin-top:4px;color:var(--yh-muted);font-size:11px}
.yh-reference-manager-toolbar .yh-reference-add{margin:0;flex:0 0 auto}
.yh-reference-editor-stage{display:grid;justify-items:center;margin-top:22px}
.yh-reference-editor{width:min(980px,100%);border:1px solid var(--yh-green);border-radius:16px;background:#fff;padding:24px;box-shadow:0 16px 50px rgba(20,68,57,.08)}
.yh-reference-editor[hidden]{display:none!important}.yh-reference-editor>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--yh-line)}
.yh-reference-editor>header span{color:var(--yh-green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.yh-reference-editor>header h3{margin:5px 0 0;color:var(--yh-ink);font-size:24px}.yh-reference-editor-close{width:36px!important;height:36px;border:1px solid var(--yh-line)!important;border-radius:50%!important;background:#fff!important;padding:0!important;color:var(--yh-ink)!important;font-size:22px!important}
.yh-reference-description-field,.yh-reference-file-field{display:block;margin-top:16px}.yh-reference-description-field textarea{width:100%;min-height:110px}
.yh-reference-current-file{display:flex;align-items:center;gap:18px;margin-top:16px;border:1px solid var(--yh-line);border-radius:12px;background:#fafbf9;padding:14px}.yh-reference-current-file>span{color:var(--yh-muted);font-size:10px;font-weight:800;text-transform:uppercase}.yh-reference-current-file img{width:180px;height:110px;object-fit:cover;border:0;background:#fff;box-shadow:none}
.yh-reference-savebar{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:22px;border-radius:14px;background:var(--yh-green);padding:18px 20px}.yh-reference-savebar p{margin:0;color:rgba(255,255,255,.72);font-size:11px}.yh-reference-savebar button{margin:0;background:#fff!important;color:var(--yh-green)!important}
.yh-reference-library{margin-top:36px;padding-top:32px;border-top:1px solid var(--yh-line)}.yh-reference-library>header{text-align:center}.yh-reference-library>header span{color:var(--yh-green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.yh-reference-library>header h2{margin:7px 0 26px;color:var(--yh-ink);font-size:32px}
.yh-reference-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,310px));justify-content:center;gap:22px}.yh-reference-card{display:flex;min-height:410px;flex-direction:column;overflow:hidden;border:1px solid var(--yh-line);border-radius:15px;background:#fff}
.yh-reference-card-media{display:grid;height:210px;place-items:center;border-bottom:1px solid var(--yh-line);background:#eef1ef;overflow:hidden}.yh-reference-card-media img{width:100%;height:100%;object-fit:cover;border:0;box-shadow:none}.yh-reference-card-media a{color:var(--yh-green);font-size:11px;font-weight:800}.yh-reference-image-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--yh-muted);font-size:11px;font-weight:850}
.yh-reference-card-copy{flex:1;padding:18px 18px 14px}.yh-reference-card-copy h3{margin:0 0 10px;color:var(--yh-ink);font-size:18px}.yh-reference-card-meta{display:flex;flex-wrap:wrap;gap:6px}.yh-reference-card-meta span{border-radius:999px;background:#e8f2ed;padding:5px 8px;color:var(--yh-green);font-size:8px;font-weight:800}.yh-reference-card-copy p{margin:13px 0 0;color:var(--yh-muted);font-size:10px;line-height:1.55}
.yh-reference-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 14px}.yh-reference-card-actions button{width:100%;border:1px solid var(--yh-line);border-radius:8px;background:#fff;padding:10px;color:var(--yh-ink);font-size:11px;font-weight:800}.yh-reference-card-actions .yh-reference-card-remove{border-color:#ead6d1;color:#a14e41}.yh-reference-empty-state{border:1px dashed #cdd5d1;border-radius:14px;background:#fafbf9;padding:34px;text-align:center}.yh-reference-empty-state strong{color:var(--yh-ink)}.yh-reference-empty-state p{margin:7px 0 0;color:var(--yh-muted);font-size:11px}
@media(max-width:720px){.yh-reference-manager-toolbar,.yh-reference-savebar{align-items:stretch;flex-direction:column}.yh-reference-manager-toolbar .yh-reference-add,.yh-reference-savebar button{width:100%}.yh-reference-card-grid{grid-template-columns:minmax(0,1fr)}}




.yh-visual-template-picker {
  margin:22px 0 28px;
  border:1px solid #dfe5e1;
  border-radius:18px;
  background:#fbfcfb;
  padding:20px;
}

.yh-visual-template-picker-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:16px;
}

.yh-visual-template-picker-head>div>span {
  display:block;
  margin-bottom:5px;
  color:#8a6420;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.yh-visual-template-picker-head h4 {
  margin:0;
  color:#17211d;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:24px;
  font-weight:500;
  line-height:1.15;
}

.yh-visual-template-picker-head p {
  max-width:720px;
  margin:8px 0 0;
  color:#56636a;
  font-size:11px;
  line-height:1.6;
}

.yh-visual-template-picker-head>small {
  max-width:260px;
  border-radius:9px;
  background:#fff4dc;
  padding:9px 11px;
  color:#7f6229;
  font-size:9px;
  font-weight:750;
  line-height:1.45;
}

.yh-visual-template-actions {
  display:flex;
  gap:10px;
  margin-bottom:16px;
}

.yh-visual-template-actions button {
  min-height:39px;
  border:1px solid #d8dedb;
  border-radius:8px;
  background:#fff;
  padding:9px 13px;
  color:#1b2a24;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.yh-visual-template-actions button.is-selected,
.yh-visual-template-actions button:hover {
  border-color:#155b4c;
  background:#155b4c;
  color:#fff;
}

.yh-visual-template-current {
  margin-bottom:16px;
  border:1px solid #c7d9d2;
  border-radius:12px;
  background:#edf5f1;
  padding:10px;
}

.yh-visual-template-current>span {
  display:block;
  margin:0 0 7px;
  color:#155b4c;
  font-size:9px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.yh-visual-template-current>div {
  display:flex;
  align-items:center;
  gap:13px;
}

.yh-visual-template-current img {
  display:block;
  width:180px;
  aspect-ratio:16/9;
  border-radius:8px;
  object-fit:cover;
}

.yh-visual-template-current strong {
  color:#17211d;
  font-size:12px;
}

.yh-visual-template-grid {
  display:grid;
  gap:12px;
  grid-template-columns:repeat(5,minmax(0,1fr));
}

.yh-visual-template-grid[hidden] {
  display:none!important;
}

.yh-visual-template-option {
  position:relative;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:12px;
  background:#fff;
  padding:0;
  text-align:left;
  box-shadow:0 6px 20px rgba(22,39,32,.06);
  cursor:pointer;
}

.yh-visual-template-option:hover,
.yh-visual-template-option.is-selected {
  border-color:#155b4c;
  box-shadow:0 9px 26px rgba(21,91,76,.14);
}

.yh-visual-template-option.is-selected::after {
  content:'✓ Seçildi';
  position:absolute;
  top:8px;
  right:8px;
  border-radius:999px;
  background:#155b4c;
  padding:5px 7px;
  color:#fff;
  font-size:8px;
  font-weight:850;
}

.yh-visual-template-option>img {
  display:block;
  width:100%;
  aspect-ratio:16/9;
  background:#edf0ee;
  object-fit:cover;
}

.yh-visual-template-option>span {
  display:block;
  min-height:76px;
  padding:11px;
}

.yh-visual-template-option strong,
.yh-visual-template-option small {
  display:block;
}

.yh-visual-template-option strong {
  color:#17211d;
  font-size:10px;
  line-height:1.3;
}

.yh-visual-template-option small {
  margin-top:5px;
  color:#56636a;
  font-size:8px;
  line-height:1.45;
}

.yh-reference-card-media,
.yh-v1-reference-media {
  position:relative;
}

.yh-reference-representative-badge {
  position:absolute;
  top:9px;
  left:9px;
  z-index:4;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  background:rgba(18,28,24,.78);
  padding:5px 8px;
  color:#fff;
  font-size:8px;
  font-weight:850;
  letter-spacing:.03em;
  backdrop-filter:blur(5px);
}

.yh-reference-template-image,
.yh-reference-public-template {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.yh-cover-upload-field,
.yh-reference-file-field {
  position:relative;
}

.yh-reference-current-file[data-own-image-preview] img,
.yh-v1-preview[data-own-image-preview] img {
  display:block;
  width:min(360px,100%);
  aspect-ratio:16/9;
  border-radius:10px;
  object-fit:cover;
}

@media(max-width:1180px) {
  .yh-visual-template-grid {
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px) {
  .yh-visual-template-picker {
    padding:15px;
  }

  .yh-visual-template-picker-head {
    display:block;
  }

  .yh-visual-template-picker-head>small {
    display:block;
    max-width:none;
    margin-top:12px;
  }

  .yh-visual-template-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .yh-visual-template-current>div {
    align-items:flex-start;
    flex-direction:column;
  }

  .yh-visual-template-current img {
    width:100%;
  }
}

@media(max-width:460px) {
  .yh-visual-template-grid {
    grid-template-columns:1fr;
  }

  .yh-visual-template-actions {
    align-items:stretch;
    flex-direction:column;
  }
}




.yh-showcase-consulting-cta {
  border-color:rgba(214,173,91,.58)!important;
  background:#222f34!important;
  box-shadow:0 18px 42px rgba(34,47,52,.2)!important;
  grid-template-columns:132px minmax(0,1fr) auto!important;
}

.yh-showcase-consulting-cta:before {
  background:linear-gradient(90deg,#c99c4a,#efcb83,#c99c4a)!important;
}

.yh-showcase-consulting-icon {
  display:flex!important;
  width:132px!important;
  height:82px!important;
  min-width:132px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  padding:0!important;
  color:inherit!important;
  box-sizing:border-box!important;
}

.yh-showcase-consulting-icon img {
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:132px!important;
  max-height:82px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

.yh-showcase-consulting-copy>span {
  color:#efc777!important;
}

.yh-showcase-consulting-actions .is-primary {
  border-color:#e2b85e!important;
  background:#e2b85e!important;
  color:#222f34!important;
}

.yh-showcase-consulting-actions .is-primary:hover {
  border-color:#f0cf8b!important;
  background:#f0cf8b!important;
}

@media (max-width:1050px) {
  .yh-showcase-consulting-cta {
    grid-template-columns:118px minmax(0,1fr)!important;
  }

  .yh-showcase-consulting-icon {
    width:118px!important;
    height:72px!important;
    min-width:118px!important;
  }

  .yh-showcase-consulting-icon img {
    max-width:118px!important;
    max-height:72px!important;
  }
}

@media (max-width:720px) {
  .yh-showcase-consulting-cta {
    grid-template-columns:1fr!important;
  }

  .yh-showcase-consulting-icon {
    width:126px!important;
    height:74px!important;
    min-width:0!important;
  }

  .yh-showcase-consulting-icon img {
    max-width:126px!important;
    max-height:74px!important;
  }
}




/* Eski yeşil gradyanı ve tüm olası üst kuralları kesin olarak iptal eder. */
html body .yh-v1-dashboard main .yh-showcase-consulting-cta,
html body .yh-showcase-consulting-cta {
  background-color:#222f34!important;
  background-image:none!important;
  border-color:rgba(214,173,91,.55)!important;
  box-shadow:0 18px 42px rgba(34,47,52,.18)!important;
  grid-template-columns:110px minmax(0,1fr) auto!important;
}

html body .yh-showcase-consulting-icon {
  width:110px!important;
  height:68px!important;
  min-width:110px!important;
}

html body .yh-showcase-consulting-icon img {
  width:auto!important;
  height:auto!important;
  max-width:110px!important;
  max-height:68px!important;
}

.yh-showcase-template-score-note {
  max-width:880px;
  margin-top:7px!important;
  border-left:3px solid #d7ab56;
  padding:5px 0 5px 10px;
  color:#56636a!important;
  font-size:9px!important;
  line-height:1.5!important;
}

@media(max-width:1050px) {
  html body .yh-v1-dashboard main .yh-showcase-consulting-cta,
  html body .yh-showcase-consulting-cta {
    grid-template-columns:100px minmax(0,1fr)!important;
  }

  html body .yh-showcase-consulting-icon {
    width:100px!important;
    height:62px!important;
    min-width:100px!important;
  }

  html body .yh-showcase-consulting-icon img {
    max-width:100px!important;
    max-height:62px!important;
  }
}

@media(max-width:720px) {
  html body .yh-v1-dashboard main .yh-showcase-consulting-cta,
  html body .yh-showcase-consulting-cta {
    grid-template-columns:1fr!important;
  }

  html body .yh-showcase-consulting-icon {
    width:108px!important;
    height:66px!important;
    min-width:0!important;
  }

  html body .yh-showcase-consulting-icon img {
    max-width:108px!important;
    max-height:66px!important;
  }
}



.yh-supplier-profile-fields{margin-bottom:22px}
.yh-supplier-capability-panel{display:grid;gap:16px;margin:18px 0;border:1px solid var(--yh-line);border-radius:15px;background:#f8faf9;padding:20px}
.yh-supplier-capability-panel>div:first-child>span{color:var(--yh-green);font-size:9px;font-weight:850;letter-spacing:.09em}
.yh-supplier-capability-panel h2{margin:5px 0 0;color:var(--yh-ink);font-size:22px}
.yh-v1-products-section{position:relative;flex-wrap:wrap}
.yh-v1-supplier-model{display:inline-flex;margin-top:12px;border-radius:999px;background:#e9f2ee;padding:7px 10px;color:var(--yh-green);font-size:10px}
.yh-v1-supplier-summary{display:grid;width:100%;border-top:1px solid var(--yh-line);grid-template-columns:repeat(3,minmax(0,1fr))}
.yh-v1-supplier-summary p{display:grid;gap:5px;margin:0;border-right:1px solid var(--yh-line);padding:18px 22px}
.yh-v1-supplier-summary p:last-child{border-right:0}
.yh-v1-supplier-summary strong{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--yh-green)}
.yh-v1-supplier-summary span{font-size:11px;line-height:1.55;color:#59666b}
.yh-product-category-editor .yh-service-category-panel{background:#fbfcfb}
@media(max-width:850px){.yh-v1-supplier-summary{grid-template-columns:1fr}.yh-v1-supplier-summary p{border-right:0;border-bottom:1px solid var(--yh-line)}.yh-v1-supplier-summary p:last-child{border-bottom:0}}



.yh-v1-scope-boundary{
  margin:0 0 22px;
  border:1px solid #d6e2dd;
  border-left:4px solid var(--yh-green);
  border-radius:12px;
  background:#f4f8f6;
  padding:15px 17px;
}
.yh-v1-scope-boundary strong{display:block;margin-bottom:5px;color:var(--yh-green);font-size:12px}
.yh-v1-scope-boundary p{margin:0;color:var(--yh-muted);font-size:11px;line-height:1.65}



.yh-company-showcase{width:100vw;margin-left:calc(50% - 50vw);background:#f5f7f6;color:#17242b;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;padding:42px 28px 72px;box-sizing:border-box}.yh-company-showcase *{box-sizing:border-box}.yh-company-showcase-inner{max-width:1460px;margin:0 auto}.yh-company-showcase-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:26px;border-radius:20px;background:#fff;padding:38px 40px;border:1px solid #dfe5e2}.yh-company-showcase-hero>div{max-width:900px}.yh-company-showcase-hero span{display:block;color:#0f5a4a;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yh-company-showcase-hero h1{max-width:900px;margin:9px 0 13px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:45px;font-weight:500;line-height:1.08}.yh-company-showcase-hero p{max-width:800px;margin:0;color:#56636a;font-size:15px;line-height:1.7}.yh-company-showcase-hero>a{display:inline-flex;min-height:50px;align-items:center;gap:22px;white-space:nowrap;border-radius:10px;background:#0f5a4a;padding:0 20px;color:#fff;text-decoration:none;font-size:14px;font-weight:900}.yh-company-showcase-hero>a b{font-size:20px}.yh-company-showcase-filters{display:grid;align-items:end;gap:14px;margin-bottom:18px;border:1px solid #dfe5e2;border-radius:16px;background:#fff;padding:22px;grid-template-columns:1.4fr 1fr 1.4fr auto}.yh-company-showcase-filters label>span{display:block;margin-bottom:8px;font-size:13px;font-weight:850}.yh-company-showcase-filters input,.yh-company-showcase-filters select{width:100%;height:50px;border:1px solid #d7dedb;border-radius:9px;background:#fbfcfb;padding:0 14px;color:#17242b;font:inherit;font-size:14px}.yh-company-showcase-filters button{height:50px;border:0;border-radius:9px;background:#19272d;padding:0 20px;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.yh-company-showcase-toolbar{display:flex;align-items:center;justify-content:space-between;margin:20px 2px}.yh-company-showcase-toolbar p{margin:0;font-size:14px}.yh-company-showcase-toolbar a{color:#0f5a4a;font-size:13px;font-weight:800;text-decoration:none}.yh-company-card-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.yh-company-showcase-card{display:flex;min-width:0;overflow:hidden;border:1px solid #dfe5e2;border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(25,50,43,.055);flex-direction:column}.yh-company-card-cover{position:relative;display:block;overflow:hidden}.yh-company-card-cover>img{display:block;width:100%;aspect-ratio:16/8.8;object-fit:cover;transition:transform .35s ease}.yh-company-showcase-card:hover .yh-company-card-cover>img{transform:scale(1.025)}.yh-company-card-cover>span{position:absolute;top:14px;left:14px;border-radius:999px;background:rgba(15,90,74,.94);padding:8px 11px;color:#fff;font-size:11px;font-weight:900}.yh-company-card-content{display:flex;flex:1;flex-direction:column;padding:20px}.yh-company-card-identity{display:flex;align-items:center;gap:13px}.yh-company-card-logo{display:grid;width:58px;height:58px;flex:0 0 58px;overflow:hidden;place-items:center;border:1px solid #e2e7e5;border-radius:12px;background:#fff;padding:6px}.yh-company-card-logo img{max-width:100%;max-height:100%;object-fit:contain}.yh-company-card-identity h2{margin:0;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:23px;font-weight:500;line-height:1.15}.yh-company-card-identity h2 a{color:#17242b;text-decoration:none}.yh-company-card-slogan{margin:5px 0 0;color:#0f5a4a;font-size:12px;font-weight:750}.yh-company-card-description{min-height:66px;margin:18px 0 0;color:#5e6d73;font-size:13px;line-height:1.65}.yh-company-card-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.yh-company-card-tags span{border-radius:999px;background:#eef3f1;padding:7px 9px;color:#314147;font-size:10px;font-weight:800}.yh-company-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px}.yh-company-card-meta span{border:1px solid #e0e6e3;border-radius:7px;padding:6px 8px;color:#56636a;font-size:10px;font-weight:750}.yh-company-card-meta span.is-verified{border-color:#b9d9cd;background:#edf7f2;color:#0f5a4a}.yh-company-card-meta span.is-approved{border-color:#dfc786;background:#fff8e8;color:#76540f}.yh-company-showcase-card footer{border-top:1px solid #e2e7e5;padding:15px 20px}.yh-company-showcase-card footer a{display:flex;align-items:center;justify-content:space-between;color:#0f5a4a;text-decoration:none;font-size:13px;font-weight:900}.yh-company-showcase-card footer b{font-size:19px}.yh-company-showcase-empty{border:1px dashed #cdd7d2;border-radius:16px;background:#fff;padding:65px 30px;text-align:center}.yh-company-showcase-empty h2{margin:0 0 8px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:30px;font-weight:500}.yh-company-showcase-empty p{margin:0;color:#56636a;font-size:14px}.yh-company-showcase-pagination{margin-top:28px;text-align:center}.yh-company-showcase-pagination .page-numbers{display:inline-grid;min-width:38px;height:38px;margin:3px;place-items:center;border:1px solid #dfe5e2;border-radius:8px;background:#fff;color:#17242b;text-decoration:none}.yh-company-showcase-pagination .current{background:#0f5a4a;color:#fff}@media(max-width:1100px){.yh-company-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yh-company-showcase-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.yh-company-showcase-filters button{width:100%}}@media(max-width:720px){.yh-company-showcase{padding:24px 14px 50px}.yh-company-showcase-hero{display:block;padding:28px 22px}.yh-company-showcase-hero h1{font-size:36px}.yh-company-showcase-hero>a{margin-top:20px}.yh-company-showcase-filters,.yh-company-card-grid{grid-template-columns:1fr}.yh-company-showcase-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.yh-company-card-description{min-height:0}}



.yh-v1-page-theme-header{width:100%;margin:0;background:#f5f6f5}
.yh-v1-page-theme-header .yh-v1-showcase{padding-top:30px}
.yh-v1-breadcrumb a{color:inherit;text-decoration:none}
.yh-v1-breadcrumb a:hover{color:#0f5a4a}
.yh-scope-page{width:100vw;margin-left:calc(50% - 50vw);background:#f5f7f6;color:#17242b;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;padding:42px max(28px,calc((100vw - 1460px)/2)) 80px;box-sizing:border-box}
.yh-scope-page *{box-sizing:border-box}
.yh-scope-page-inner{max-width:1460px;margin:0 auto}
.yh-scope-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;border:1px solid #dfe5e2;border-radius:18px;background:#fff;padding:48px 52px}
.yh-scope-hero>div{max-width:900px}
.yh-scope-hero>div>span,.yh-scope-section-head>span{color:#0f5a4a;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.yh-scope-hero h1{margin:10px 0 14px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:54px;font-weight:500;line-height:1.04}
.yh-scope-hero p{max-width:850px;margin:0;color:#56636a;font-size:16px;line-height:1.75}
.yh-scope-hero>a{display:inline-flex;flex:none;align-items:center;gap:28px;border-radius:10px;background:#0f5a4a;padding:15px 20px;color:#fff;text-decoration:none;font-size:14px;font-weight:900}
.yh-scope-hero>a b{font-size:21px;font-weight:400}
.yh-scope-summary{display:grid;margin:20px 0 26px;border:1px solid #dfe5e2;border-radius:14px;background:#fff;grid-template-columns:repeat(3,1fr)}
.yh-scope-summary article{border-left:1px solid #dfe5e2;padding:23px 25px;text-align:center}
.yh-scope-summary article:first-child{border-left:0}
.yh-scope-summary strong{display:block;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:30px;font-weight:500}
.yh-scope-summary span{display:block;margin-top:5px;color:#56636a;font-size:13px}
.yh-scope-section{margin-top:24px;border:1px solid #dfe5e2;border-radius:18px;background:#fff;padding:38px}
.yh-scope-section-head{display:flex;gap:18px;margin-bottom:28px}
.yh-scope-section-head h2{margin:0;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:36px;font-weight:500}
.yh-scope-section-head p{margin:7px 0 0;color:#56636a;font-size:14px;line-height:1.6}
.yh-scope-category-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}
.yh-scope-category-grid.is-products{grid-template-columns:repeat(3,minmax(0,1fr))}
.yh-scope-category-card{border:1px solid #dfe5e2;border-radius:13px;background:#fbfcfb;padding:24px}
.yh-scope-category-card h3{min-height:48px;margin:0 0 14px;font-size:18px;line-height:1.35}
.yh-scope-category-card ul{display:grid;margin:0;padding:0;list-style:none}
.yh-scope-category-card li{border-top:1px solid #e7ebe9}
.yh-scope-category-card li:first-child{border-top:0}
.yh-scope-category-card a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;color:#34444a;text-decoration:none;font-size:14px;line-height:1.45}
.yh-scope-category-card a span{color:#0f5a4a;font-weight:900}
.yh-scope-category-card a:hover{color:#0f5a4a}
@media(max-width:1100px){.yh-scope-category-grid,.yh-scope-category-grid.is-products{grid-template-columns:repeat(2,1fr)}.yh-scope-hero{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.yh-scope-page{padding:24px 14px 55px}.yh-scope-hero{padding:30px 24px}.yh-scope-hero h1{font-size:40px}.yh-scope-summary,.yh-scope-category-grid,.yh-scope-category-grid.is-products{grid-template-columns:1fr}.yh-scope-summary article{border-top:1px solid #dfe5e2;border-left:0}.yh-scope-summary article:first-child{border-top:0}.yh-scope-section{padding:26px 20px}.yh-scope-section-head h2{font-size:30px}.yh-scope-category-card h3{min-height:0}}


.yh-v1-form-grid label > span b,
.yh-document-file-field > span b { color:#b42318; font-size:14px; }
.yh-document-file-field small { display:block; margin-top:7px; color:var(--yh-muted); font-size:11px; line-height:1.5; }
.yh-document-validation-error { margin:0 0 16px; border:1px solid #e3a5a1; border-radius:10px; background:#fff2f1; padding:12px 14px; color:#8f1d18; font-size:12px; font-weight:750; line-height:1.5; }
.yh-document-validation-error[hidden] { display:none!important; }
.yh-document-manager .is-document-invalid { border-color:#c9362f!important; box-shadow:0 0 0 3px rgba(201,54,47,.12)!important; background:#fff8f7!important; }
.yh-v1-save-notice.is-error { border-color:#e3a5a1; background:#fff2f1; color:#8f1d18; }




.yh-reference-description-field > span b,
.yh-reference-file-field > span b { color:#b42318; font-size:14px; }
.yh-reference-file-field small { display:block; margin-top:7px; color:var(--yh-muted); font-size:11px; line-height:1.5; }
.yh-reference-validation-error { margin:0 0 16px; border:1px solid #e3a5a1; border-radius:10px; background:#fff2f1; padding:12px 14px; color:#8f1d18; font-size:12px; font-weight:750; line-height:1.5; }
.yh-reference-validation-error[hidden] { display:none!important; }
.yh-reference-manager input.is-reference-invalid,
.yh-reference-manager textarea.is-reference-invalid { border-color:#c9362f!important; box-shadow:0 0 0 3px rgba(201,54,47,.12)!important; background:#fff8f7!important; }
.yh-reference-manager .yh-visual-template-picker.is-reference-invalid { border-color:#c9362f!important; box-shadow:0 0 0 3px rgba(201,54,47,.12)!important; background:#fff8f7!important; }



.yh-required-fields-note{margin:12px 0 16px;color:#56636a;font-size:12px;line-height:1.55}
.yh-v1-panel-section label span b,.yh-v1-upload-grid label>span b{color:#b42318}
.yh-section-validation-error{margin:16px 0;border:1px solid #e3a5a1;border-radius:10px;background:#fff2f1;padding:12px 14px;color:#8f1d18;font-size:12px;font-weight:750;line-height:1.5}
.yh-section-validation-error[hidden]{display:none!important}
.yh-profile-required-form .is-profile-invalid{border-color:#c9362f!important;box-shadow:0 0 0 3px rgba(201,54,47,.12)!important;background:#fff8f7!important}
.yh-profile-required-form .yh-service-category-editor.is-profile-invalid,
.yh-profile-required-form .yh-supplier-capability-panel.is-profile-invalid,
.yh-profile-required-form .yh-product-category-editor.is-profile-invalid,
.yh-profile-required-form .yh-turkey-map-editor.is-profile-invalid,
.yh-profile-required-form .yh-visual-template-picker.is-profile-invalid{padding:12px;border:1px solid #c9362f!important;border-radius:12px;box-shadow:0 0 0 3px rgba(201,54,47,.12)!important;background:#fff8f7!important}



.yh-document-quality-model{display:grid;gap:14px;margin:0 0 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.yh-document-quality-model article{border:1px solid #dbe3df;border-radius:15px;background:#fff;padding:20px}.yh-document-quality-model article.is-core{border-color:#c8a65c;background:#fffaf0}.yh-document-quality-model span{display:block;margin-bottom:7px;color:#8a6420;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.yh-document-quality-model h3{margin:0 0 8px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:22px;font-weight:500}.yh-document-quality-model p{margin:0;color:#65736f;font-size:13px;line-height:1.65}.yh-document-type-grid label.is-wide{grid-column:1/-1}.yh-document-conditional-field[hidden]{display:none!important}.yh-document-type-grid select{width:100%}.yh-document-card-copy h3{line-height:1.35}
@media(max-width:900px){.yh-document-quality-model{grid-template-columns:1fr}.yh-document-type-grid label.is-wide{grid-column:auto}}


.yh-document-review-status,
.yh-document-visibility-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 6px 7px 0;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}
.yh-document-review-status.is-approved { background: #e8f5ef; color: #155c4c; }
.yh-document-review-status.is-pending { background: #fff5da; color: #765600; }
.yh-document-review-status.is-revision { background: #fff0e5; color: #914d13; }
.yh-document-review-status.is-rejected,
.yh-document-review-status.is-expired { background: #fff0f0; color: #9b2424; }
.yh-document-visibility-note { background: #eef1f3; color: #4c5b61; }
.yh-document-review-note {
  margin-top: 9px !important;
  padding: 9px 10px;
  border-radius: 8px;
  background: #fff7ea;
  color: #664719;
}
.yh-document-current-file > a,
.yh-document-card-media > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(22, 47, 55, .16);
  border-radius: 9px;
  background: #fff;
  color: #163039;
  font-weight: 700;
  text-decoration: none;
}
.yh-v1-document-open {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.yh-v1-document-open .yh-v1-document-media span {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .05em;
}
.yh-v1-document-open .yh-v1-document-media b {
  display: block;
  font-size: 12px;
}
.yh-v1-document-open em {
  display: block;
  margin-top: 10px;
  color: #155c4c;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}



.yh-v1-dashboard aside nav a.is-locked{opacity:.48;cursor:not-allowed;display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.yh-v1-dashboard aside nav a.is-locked small{font-size:10px;font-weight:600;line-height:1.2}
.yh-registration-required-notice{margin-bottom:20px}
.yh-core-registration-gate,.yh-core-registration-complete{border:1px solid #ead7a4;background:#fff9e9;border-radius:18px;padding:18px 20px;margin:0 0 22px}
.yh-core-registration-complete{border-color:#bcdacb;background:#effaf4}
.yh-core-registration-gate strong,.yh-core-registration-complete strong{display:block;font-size:16px;color:#16282e;margin-bottom:4px}
.yh-core-registration-gate p,.yh-core-registration-complete span{display:block;margin:0;color:#52636a;font-size:13px;line-height:1.55}
.yh-core-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.yh-core-document-card{border:1px solid #dfe7e9;background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(27,53,61,.06)}
.yh-core-document-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}
.yh-core-document-card header span:first-child{display:block;font-size:10px;letter-spacing:.08em;font-weight:800;color:#56636a;margin-bottom:5px}
.yh-core-document-card h2{font-size:18px;line-height:1.25;margin:0;color:#172b31}
.yh-core-document-card label{display:block;margin:0 0 13px}
.yh-core-document-card label>span{display:block;font-size:12px;font-weight:700;color:#3d5158;margin-bottom:6px}
.yh-core-document-card input[type=text],.yh-core-document-card input[type=date]{width:100%;min-height:46px;border:1px solid #cfdadd;border-radius:12px;padding:10px 12px;background:#fff}
.yh-core-document-file input{width:100%}
.yh-core-document-note{font-size:12px;line-height:1.55;color:#56636a;margin:10px 0}
.yh-core-document-open{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c9d6d9;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none}
.yh-core-registration-savebar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:18px 20px;border-radius:18px;background:#f3f7f8}
.yh-core-registration-savebar p{margin:0;color:#607177;font-size:13px}
.yh-core-registration-savebar button{border:0;border-radius:12px;background:#223238;color:#fff;padding:13px 18px;font-weight:800;cursor:pointer}
.is-core-document-invalid{border-color:#c33!important;box-shadow:0 0 0 3px rgba(204,51,51,.1)!important}
.yh-document-quality-model.is-public-only{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:860px){.yh-core-document-grid,.yh-document-quality-model.is-public-only{grid-template-columns:1fr}.yh-core-registration-savebar{align-items:stretch;flex-direction:column}.yh-core-registration-savebar button{width:100%}}


.yh-offer-email-field small.yh-offer-email-status{display:block;margin-top:8px;font-size:13px;line-height:1.45;font-weight:700}.yh-offer-email-status.is-verified{color:#155748}.yh-offer-email-status.is-pending{color:#9a5d00}.yh-request-unavailable{margin:10px 0 0;color:#8a4b00;font-size:13px}.yh-v1-hero-actions button:disabled,.yh-v1-cta button:disabled{opacity:.45;cursor:not-allowed}.yh-v1-request-success.is-error{background:#fff4f2;border-color:#d86a5a;color:#7d2f25}.yh-request-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:22px 0}.yh-request-stat-grid article{border:1px solid #dfe5e5;border-radius:14px;padding:18px;background:#fff}.yh-request-stat-grid strong{display:block;font-size:30px;line-height:1;color:#155748}.yh-request-stat-grid span{display:block;margin-top:8px;font-size:13px;color:#607074}.yh-request-filters{display:flex;gap:10px;flex-wrap:wrap;padding:14px;border:1px solid #e0e5e5;border-radius:14px;background:#f7f9f9;margin-bottom:18px}.yh-request-filters select{min-width:190px}.yh-request-filters button{width:auto}.yh-request-list{display:grid;gap:10px}.yh-request-list-row{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid #dfe5e5;border-radius:14px;padding:16px 18px;background:#fff}.yh-request-list-row h3{margin:7px 0 3px;font-size:18px}.yh-request-list-row p,.yh-request-list-row time{margin:0;color:#66777a;font-size:13px}.yh-request-list-row>div:last-child{display:flex;align-items:flex-end;flex-direction:column;gap:10px}.yh-request-list-row a{font-weight:800;color:#155748}.yh-request-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#eef2f2;font-size:12px;font-weight:800}.yh-request-status.is-delivered{background:#e8f1ff;color:#1d4d85}.yh-request-status.is-viewed{background:#fff3d9;color:#8b5a00}.yh-request-status.is-replied{background:#e7f7ef;color:#17613f}.yh-request-status.is-closed{background:#dff2ea;color:#124f36}.yh-request-status.is-spam,.yh-request-status.is-failed{background:#fff0ee;color:#8a3228}.yh-request-detail{border:1px solid #cfdada;border-radius:18px;padding:22px;margin:0 0 22px;background:#fbfdfd}.yh-request-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.yh-request-detail header span:first-child{font-size:12px;font-weight:800;color:#8b650f;text-transform:uppercase}.yh-request-detail h2{margin:5px 0 0}.yh-request-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.yh-request-detail dl div{border:1px solid #e0e5e5;border-radius:10px;padding:12px;background:#fff}.yh-request-detail dl .is-wide{grid-column:1/-1}.yh-request-detail dt{font-size:12px;font-weight:800;text-transform:uppercase;color:#56636a}.yh-request-detail dd{margin:5px 0 0}.yh-request-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.yh-request-detail-actions>a{display:inline-block;padding:11px 16px;background:#155748;color:#fff!important;text-decoration:none;font-weight:800}.yh-request-detail-actions form{display:flex;gap:8px;align-items:center}.yh-request-detail-actions form button{width:auto}.yh-request-pagination{margin-top:20px}.yh-request-pagination .page-numbers{display:inline-block;padding:8px 11px;border:1px solid #dfe5e5;border-radius:8px;text-decoration:none}.yh-request-pagination .current{background:#155748;color:#fff}
@media(max-width:900px){.yh-request-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yh-request-list-row{align-items:flex-start}.yh-request-detail dl{grid-template-columns:1fr}}
@media(max-width:600px){.yh-request-stat-grid{grid-template-columns:1fr}.yh-request-list-row{flex-direction:column}.yh-request-list-row>div:last-child{align-items:flex-start}.yh-request-detail-actions,.yh-request-detail-actions form{align-items:stretch;flex-direction:column}.yh-request-detail-actions form select,.yh-request-detail-actions form button{width:100%}}



.yh-v1-save-notice.is-review{border-color:#dfc578;background:#fff8e8;color:#6b4b00}
.yh-v1-save-notice.is-review span{color:#7b6530}
.yh-document-file-field{display:block;margin-top:18px;border:1px dashed #b9c9c3;border-radius:14px;background:#f8fbf9;padding:18px}
.yh-document-file-field>span{margin-bottom:10px}
.yh-document-file-field input[type=file]{width:100%;border:1px solid #d9e1de;border-radius:10px;background:#fff;padding:8px;color:var(--yh-muted);font-size:12px}
.yh-document-file-field input[type=file]::file-selector-button{margin-right:12px;border:0;border-radius:8px;background:var(--yh-green);padding:11px 15px;color:#fff;font-weight:800;cursor:pointer}
.yh-document-media-link{display:grid!important;width:100%;height:100%;min-height:0!important;place-items:center;border:0!important;background:transparent!important;padding:0!important}
.yh-document-media-link.is-image img{width:100%;height:100%;object-fit:contain}
.yh-pdf-sheet,.yh-public-pdf-sheet{position:relative;display:flex;width:132px;min-height:168px;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;border:1px solid #d8dedb;border-radius:8px;background:linear-gradient(145deg,#fff 0%,#f3f5f4 100%);box-shadow:0 14px 30px rgba(15,47,39,.10)}
.yh-pdf-sheet:before,.yh-public-pdf-sheet:before{position:absolute;top:0;right:0;width:30px;height:30px;background:linear-gradient(225deg,#eef1ef 50%,transparent 51%);content:""}
.yh-pdf-sheet b,.yh-public-pdf-sheet i{display:grid;width:52px;height:34px;place-items:center;border-radius:6px;background:#a7332b;color:#fff;font-size:14px;font-style:normal;letter-spacing:.08em}
.yh-pdf-sheet i{margin-top:13px;color:var(--yh-green);font-size:11px;font-style:normal;font-weight:800}
.yh-pdf-sheet.is-disabled{opacity:.55}
.yh-public-pdf-sheet{width:100%;height:100%;min-height:150px;box-shadow:none}
.yh-public-pdf-sheet b{margin-top:13px;color:var(--yh-green);font-size:12px}
.yh-public-pdf-sheet em{margin-top:5px;color:#56636a;font-size:9px;font-style:normal}
.yh-v1-document-media:has(.yh-public-pdf-sheet){padding:12px;background:#f6f8f7}



.yh-document-manager .is-document-duplicate {
  border-color:#c9362f!important;
  box-shadow:0 0 0 3px rgba(201,54,47,.12)!important;
  background:#fff8f7!important;
}
.yh-v1-expand-toggle.is-on-dark { color:#fff; }
.yh-v1-reference-carousel.is-expanded { display:block; }
.yh-v1-reference-carousel.is-expanded .yh-v1-carousel-arrow { display:none!important; }
.yh-v1-reference-carousel.is-expanded .yh-v1-reference-viewport { overflow:visible; }
.yh-v1-reference-carousel.is-expanded .yh-v1-reference-track {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  transform:none!important;
}
.yh-v1-reference-carousel.is-expanded .yh-v1-reference-track article { min-width:0; width:auto; }
@media(max-width:1100px){
  .yh-v1-reference-carousel.is-expanded .yh-v1-reference-track{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:780px){
  .yh-v1-reference-carousel.is-expanded .yh-v1-reference-track{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:520px){
  .yh-v1-reference-carousel.is-expanded .yh-v1-reference-track{grid-template-columns:1fr;}
}



.yh-v1-document-grid{align-items:stretch}
.yh-v1-document-grid article{display:flex;text-align:left}
.yh-v1-document-open.is-compact{
  display:flex;
  width:100%;
  min-height:178px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  border:1px solid var(--yh-line);
  border-radius:12px;
  background:#fff;
  padding:18px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.yh-v1-document-open.is-compact:hover{transform:translateY(-2px);border-color:#8aa89f;box-shadow:0 12px 28px rgba(20,64,52,.08)}
.yh-v1-document-mark{display:inline-flex!important;width:auto!important;height:auto!important;margin:0 0 16px!important;border-radius:999px;background:#edf5f1!important;padding:6px 9px;color:var(--yh-green);font-size:9px!important;font-weight:900!important;letter-spacing:.09em}
.yh-v1-document-open.is-compact strong{display:-webkit-box;min-height:42px;overflow:hidden;color:var(--yh-ink);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.yh-v1-document-open.is-compact small{margin-top:8px;color:var(--yh-muted);font-size:9px}
.yh-v1-document-view{display:flex!important;width:100%!important;height:auto!important;align-items:center;justify-content:space-between;margin:18px 0 0!important;border-top:1px solid var(--yh-line);background:transparent!important;padding:11px 0 0;color:var(--yh-green);font-size:10px!important;font-weight:850!important}
.yh-v1-document-view b{font-size:14px}
.yh-v1-document-open.is-compact em{margin-top:7px;font-size:9px}
.yh-document-file-field small strong{color:var(--yh-green)}
@media(max-width:720px){.yh-v1-document-open.is-compact{min-height:160px;padding:15px}}



.yh-v1-reference-detail-trigger{display:block;width:100%;height:100%;border:0;background:transparent;padding:0;color:inherit;text-align:inherit;cursor:pointer}
.yh-v1-reference-detail-trigger:focus-visible{outline:3px solid #d2a54b;outline-offset:-3px}
.yh-v1-reference-overlay em{display:block;margin-top:9px;color:#f3d38d;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.02em}
.yh-v1-reference-dialog[hidden]{display:none!important}
.yh-v1-reference-dialog{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:24px}
.yh-v1-reference-dialog-backdrop{position:absolute;inset:0;border:0;background:rgba(12,20,18,.78);cursor:pointer}
.yh-v1-reference-dialog>section{position:relative;z-index:1;display:grid;width:min(920px,100%);max-height:calc(100vh - 48px);grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);overflow:auto;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.yh-v1-reference-dialog-close{position:absolute;z-index:3;top:16px;right:16px;display:grid;width:42px;height:42px;place-items:center;border:1px solid #dce4e1;border-radius:50%;background:#fff;color:#102b24;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.12)}
.yh-v1-reference-dialog-media{position:relative;min-height:430px;background:#171b19}
.yh-v1-reference-dialog-media img{width:100%;height:100%;min-height:430px;object-fit:cover}
.yh-v1-reference-dialog-media>span{position:absolute;top:18px;left:18px;border-radius:999px;background:rgba(26,34,31,.86);padding:7px 11px;color:#fff;font-size:10px;font-weight:850}
.yh-v1-reference-dialog-copy{padding:58px 44px 42px}
.yh-v1-reference-dialog-kicker{color:#8a6420;font-size:10px;font-weight:900;letter-spacing:.1em}
.yh-v1-reference-dialog-copy h2{margin:9px 0 24px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#102b24;font-size:34px;font-weight:500;line-height:1.15}
.yh-v1-reference-dialog-copy dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 22px}
.yh-v1-reference-dialog-copy dl div{border:1px solid #e0e6e3;border-radius:12px;background:#f9fbfa;padding:12px 14px}
.yh-v1-reference-dialog-copy dl .is-wide{grid-column:1/-1}
.yh-v1-reference-dialog-copy dt{color:#66756f;font-size:10px;font-weight:850;text-transform:uppercase}
.yh-v1-reference-dialog-copy dd{margin:5px 0 0;color:#172c26;font-size:14px;font-weight:750}
.yh-v1-reference-dialog-description{border-top:1px solid #e0e6e3;padding-top:20px}
.yh-v1-reference-dialog-description strong{color:#172c26;font-size:12px}
.yh-v1-reference-dialog-description p{margin:8px 0 0;color:#5f6e69;font-size:14px;line-height:1.75;white-space:pre-line}
body.yh-reference-dialog-open{overflow:hidden}
@media(max-width:760px){.yh-v1-reference-dialog{padding:12px}.yh-v1-reference-dialog>section{grid-template-columns:1fr}.yh-v1-reference-dialog-media,.yh-v1-reference-dialog-media img{min-height:230px;max-height:280px}.yh-v1-reference-dialog-copy{padding:30px 24px}.yh-v1-reference-dialog-copy h2{font-size:28px}.yh-v1-reference-dialog-copy dl{grid-template-columns:1fr}.yh-v1-reference-dialog-copy dl .is-wide{grid-column:auto}}
@media print{.yh-v1-reference-dialog{display:none!important}}



@media (min-width:1051px) {
  .yh-v1-reference-track article {
    flex-basis:calc((100% - 24px)/3);
  }
}

.yh-v1-reference-carousel {
  height:230px;
  align-self:center;
}

.yh-v1-reference-viewport,
.yh-v1-reference-track,
.yh-v1-reference-track article,
.yh-v1-reference-detail-trigger,
.yh-v1-reference-media {
  height:100%;
}

.yh-v1-carousel-arrow {
  top:50%;
  width:42px;
  height:42px;
  transform:translateY(-50%);
}

.yh-v1-carousel-arrow.is-prev { left:10px; }
.yh-v1-carousel-arrow.is-next { right:10px; }

.yh-v1-reference-carousel.is-expanded {
  height:auto;
}

@media (max-width:1050px) {
  .yh-v1-reference-carousel { height:230px; }
}

@media (max-width:720px) {
  .yh-v1-reference-carousel { height:230px; }
}

@media print {
  .yh-v1-reference-carousel { height:auto!important; }
  .yh-v1-reference-track {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .yh-v1-reference-track article:nth-child(n+4) {
    display:none!important;
  }
}



.yh-v1-hero-badges .is-consulting,
.yh-company-card-meta .is-approved{
  position:relative;
  border-color:#c69a4a;
  background:#fff7e8;
  color:#76540f;
}
.yh-v1-hero-badges .is-consulting:before,
.yh-company-card-meta .is-approved:before{
  content:'◆';
  margin-right:6px;
  color:#b7832e;
  font-size:.82em;
}


.yh-document-revision-callout{margin:0 0 22px;border:1px solid #f0c899;border-radius:12px;background:#fff7ed;padding:16px 18px;color:#6f3d13}.yh-document-revision-callout strong{display:block;margin-bottom:5px;font-size:14px}.yh-document-revision-callout p{margin:5px 0 8px;font-size:13px;line-height:1.6}.yh-document-revision-callout span{display:block;color:#805a37;font-size:12px;line-height:1.55}.yh-document-review-status.is-resubmitted{background:#fff4cf;color:#72520a}.yh-document-visibility-note.is-resubmitted{background:#fff8e4;color:#7a5810}.yh-document-review-note.is-history{border-color:#ead69a;background:#fffaf0;color:#72520a}



.yh-company-card-meta .is-platform-verified{
  border:1px solid #b8d4ca;
  background:#e9f4ef;
  color:#155548;
  font-weight:850;
}
.yh-company-card-meta .is-approved:before{content:'◆';}

/* Vitrinde ilk üç belge; devamı Tüm Belgeleri Göster ile açılır. */
.yh-v1-document-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px;padding-inline:24px}
.yh-v1-document-grid.is-expanded{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.yh-v1-document-grid.is-expanded .yh-v1-expandable-item{display:flex}
.yh-v1-document-open.is-compact{min-height:196px}
.yh-v1-document-open.is-compact strong{
  display:block;
  min-height:0;
  overflow:visible;
  color:var(--yh-ink);
  font-size:12px;
  line-height:1.45;
  overflow-wrap:anywhere;
  word-break:normal;
  -webkit-box-orient:initial;
  -webkit-line-clamp:unset;
}
.yh-v1-document-open.is-compact .yh-v1-document-view{margin-top:auto!important}
@media(max-width:900px){.yh-v1-document-grid,.yh-v1-document-grid.is-expanded{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.yh-v1-document-grid,.yh-v1-document-grid.is-expanded{grid-template-columns:1fr!important}}

.yh-qr-code{display:grid;place-items:center;background:#fff}
.yh-qr-code svg{display:block;width:100%;height:100%}

.yh-qr-panel-card{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:40px;align-items:center;border:1px solid var(--yh-line);border-radius:22px;background:#fff;padding:34px;box-shadow:0 18px 55px rgba(20,64,52,.08)}
.yh-qr-panel-visual{display:flex;flex-direction:column;align-items:center;border-radius:18px;background:#f5f8f6;padding:26px;text-align:center}
.yh-qr-panel-visual .yh-qr-code{width:min(250px,100%);aspect-ratio:1;border:10px solid #fff;border-radius:14px;box-shadow:0 12px 35px rgba(15,52,43,.12)}
.yh-qr-panel-visual>span{margin-top:18px;color:#155548;font-size:10px;font-weight:900;letter-spacing:.12em}
.yh-qr-panel-visual>strong{margin-top:5px;color:#172c26;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:22px;font-weight:500}
.yh-qr-panel-copy>span{color:#8a6420;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.yh-qr-panel-copy h2{margin:9px 0 12px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:34px;font-weight:500;color:#172c26}
.yh-qr-panel-copy p{margin:0 0 22px;overflow-wrap:anywhere;color:#66756f;font-size:13px}
.yh-qr-panel-actions{display:flex;flex-wrap:wrap;gap:10px}
.yh-qr-panel-actions button,.yh-qr-panel-actions a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #155548;border-radius:10px;background:#155548;padding:11px 16px;color:#fff;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer}
.yh-qr-panel-actions .is-secondary,.yh-qr-panel-actions a{background:#fff;color:#155548}
.yh-qr-panel-copy small{display:block;margin-top:16px;color:#56636a;font-size:10px}
@media(max-width:900px){.yh-qr-panel-card{grid-template-columns:1fr}.yh-qr-panel-copy{text-align:center}.yh-qr-panel-actions{justify-content:center}}

.yh-v1-floating-tools .yh-v1-qr-open{display:inline-flex;min-height:44px;align-items:center;border:1px solid var(--yh-green);border-radius:999px;background:#fff;padding:10px 16px;color:var(--yh-green);font-size:13px;font-weight:800;cursor:pointer}
.yh-v1-floating-tools .yh-v1-pdf-link.yh-v1-guest-feature-open{cursor:pointer}
.yh-v1-floating-tools .yh-v1-qr-guest{display:inline-flex;min-height:44px;align-items:center;border:1px solid var(--yh-green);border-radius:999px;background:#fff;padding:10px 16px;color:var(--yh-green);font-size:13px;font-weight:800;cursor:pointer}
.yh-v1-guest-feature-dialog[hidden]{display:none!important}
.yh-v1-guest-feature-dialog{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:22px}
.yh-v1-guest-feature-backdrop{position:absolute;inset:0;border:0;background:rgba(12,20,18,.78);cursor:pointer}
.yh-v1-guest-feature-dialog>section{position:relative;z-index:1;width:min(470px,100%);border-radius:22px;background:#fff;padding:38px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.yh-v1-guest-feature-close{position:absolute;top:14px;right:16px;width:38px;height:38px;border:0;background:transparent;color:#53645e;font-size:28px;line-height:1;cursor:pointer}
.yh-v1-guest-feature-dialog>section>span{color:#8a6420;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.yh-v1-guest-feature-dialog h2{margin:9px 0 10px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:30px;font-weight:500;color:#102b24}
.yh-v1-guest-feature-dialog p{margin:0;color:#66756f;font-size:13px;line-height:1.65}
.yh-v1-guest-feature-dialog p strong{color:#172c26}
.yh-v1-guest-feature-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}
.yh-v1-guest-feature-actions a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid #155548;border-radius:9px;background:#155548;padding:10px 14px;color:#fff!important;text-decoration:none;font-size:12px;font-weight:850}
.yh-v1-guest-feature-actions a.is-secondary{background:#fff;color:#155548!important}
body.yh-guest-feature-open{overflow:hidden}
@media(max-width:520px){.yh-v1-guest-feature-dialog>section{padding:34px 20px}.yh-v1-guest-feature-actions{grid-template-columns:1fr}}
@media print{.yh-v1-guest-feature-dialog{display:none!important}}
.yh-v1-qr-dialog[hidden]{display:none!important}
.yh-v1-qr-dialog{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:22px}
.yh-v1-qr-backdrop{position:absolute;inset:0;border:0;background:rgba(12,20,18,.78);cursor:pointer}
.yh-v1-qr-dialog>section{position:relative;z-index:1;display:flex;width:min(470px,100%);max-height:calc(100vh - 44px);flex-direction:column;align-items:center;overflow:auto;border-radius:22px;background:#fff;padding:38px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.yh-v1-qr-close{position:absolute;top:14px;right:14px;display:grid;width:40px;height:40px;place-items:center;border:1px solid #dce4e1;border-radius:50%;background:#fff;color:#102b24;font-size:24px;cursor:pointer}
.yh-v1-qr-dialog>section>span{color:#8a6420;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.yh-v1-qr-dialog h2{margin:9px 0 10px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:30px;font-weight:500;color:#102b24}
.yh-v1-qr-dialog p{margin:0 0 20px;color:#66756f;font-size:13px;line-height:1.6}
.yh-v1-qr-dialog .yh-qr-code{width:250px;max-width:100%;aspect-ratio:1;border:10px solid #fff;border-radius:14px;background:#fff;box-shadow:0 12px 35px rgba(15,52,43,.12)}
.yh-v1-qr-dialog>section>strong{margin-top:15px;color:#172c26;font-size:15px}
.yh-v1-qr-dialog-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}
.yh-v1-qr-dialog-actions button{min-height:44px;border:1px solid #155548;border-radius:9px;background:#155548;color:#fff;font-size:12px;font-weight:850;cursor:pointer}
.yh-v1-qr-dialog-actions .is-secondary{background:#fff;color:#155548}
body.yh-qr-dialog-open{overflow:hidden}
@media(max-width:520px){.yh-v1-qr-dialog>section{padding:34px 20px}.yh-v1-qr-dialog-actions{grid-template-columns:1fr}}
@media print{.yh-v1-qr-dialog{display:none!important}}



.yh-document-card-media{overflow:hidden!important;min-height:220px!important;max-height:220px!important}
.yh-document-card-media>a,.yh-document-media-link{overflow:hidden!important;width:100%!important;height:100%!important;max-height:100%!important}
.yh-document-card-media img,.yh-document-media-link.is-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.yh-document-card-copy{position:relative;z-index:2;background:#fff}

.yh-v1-hero-badges .is-platform:before,.yh-company-card-meta .is-platform-verified:before{content:'✓';margin-right:6px;font-weight:950}
.yh-v1-system-architecture-badge{display:inline-flex;max-width:420px;align-items:center;gap:12px;margin:12px 0 18px;border:1px solid #c89b42;border-left:5px solid #b7832e;border-radius:10px;background:linear-gradient(135deg,#fff8e8,#fffdf7);padding:11px 15px;box-shadow:0 10px 28px rgba(145,102,25,.11)}
.yh-v1-system-architecture-badge:before{content:'◆';color:#b7832e;font-size:18px}
.yh-v1-system-architecture-badge span{color:#8a6420;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.yh-v1-system-architecture-badge strong{color:#493611;font-size:13px;line-height:1.2}
.yh-company-card-meta .is-approved{display:inline-flex;width:100%;justify-content:center;border-radius:8px;padding:8px 10px;text-align:center}
.yh-company-card-meta .is-approved:before{content:'◆'}

.yh-review-request-form{margin:26px 0;border:1px solid var(--yh-line);border-radius:16px;background:#fff;padding:24px}
.yh-review-request-form>label{display:block;margin-top:16px}.yh-review-request-form textarea{width:100%}
.yh-review-request-list{margin-top:32px}.yh-review-request-list>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.yh-review-request-list>header h2{margin:0;font-size:25px}.yh-review-request-list>header span{color:var(--yh-muted);font-size:11px}
.yh-review-request-list article{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--yh-line);border-radius:13px;background:#fff;padding:18px 20px;margin-bottom:10px}.yh-review-request-list article span{display:inline-flex;border-radius:999px;background:#edf4f1;padding:5px 9px;color:var(--yh-green);font-size:9px;font-weight:850}.yh-review-request-list article h3{margin:8px 0 4px;font-size:17px}.yh-review-request-list article p{margin:0;color:var(--yh-muted);font-size:11px}.yh-review-request-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.yh-review-request-actions button,.yh-review-request-actions a{border:1px solid var(--yh-green);border-radius:8px;background:#fff;padding:9px 12px;color:var(--yh-green);font-size:10px;font-weight:850;text-decoration:none;cursor:pointer}.yh-review-request-actions small{width:100%;color:var(--yh-muted);text-align:right}

.yh-public-review-form{width:min(780px,calc(100% - 32px));margin:48px auto;border:1px solid #dce5e1;border-radius:22px;background:#fff;padding:42px;box-shadow:0 24px 70px rgba(22,61,51,.1)}.yh-public-review-form>span{color:var(--yh-green);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.yh-public-review-form h1{margin:10px 0 12px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:40px;font-weight:500}.yh-public-review-form>p{color:var(--yh-muted);line-height:1.7}.yh-public-review-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.yh-public-review-summary div{border:1px solid var(--yh-line);border-radius:12px;background:#fafbf9;padding:15px}.yh-public-review-summary small,.yh-public-review-summary strong{display:block}.yh-public-review-summary small{color:var(--yh-muted);font-size:10px}.yh-public-review-summary strong{margin-top:5px}.yh-public-review-form form>label{display:block;margin-top:18px}.yh-public-review-form textarea{width:100%;margin-top:7px}.yh-review-rating{display:flex;gap:9px;margin:20px 0;border:0;padding:0}.yh-review-rating legend{margin-bottom:8px;font-weight:800}.yh-review-rating label input{position:absolute;opacity:0}.yh-review-rating label span{display:inline-flex;border:1px solid var(--yh-line);border-radius:9px;background:#fff;padding:10px 13px;cursor:pointer}.yh-review-rating label input:checked+span{border-color:var(--yh-green);background:var(--yh-green);color:#fff}.yh-review-confirm{display:flex!important;align-items:flex-start;gap:9px}.yh-public-review-form button{margin-top:22px;border:0;border-radius:9px;background:var(--yh-green);padding:13px 18px;color:#fff;font-weight:850;cursor:pointer}.yh-public-review-form.is-success,.yh-public-review-form.is-error{text-align:center}.yh-public-review-form.is-error{border-color:#e6b5ae;background:#fff8f7}

.yh-employer-review-center>header{margin-bottom:24px}.yh-employer-review-center>header>span{color:#155c4c;font-size:10px;font-weight:900;text-transform:uppercase}.yh-employer-review-center h1{margin:8px 0;font-size:34px}.yh-employer-review-center>header p{color:#56636a;line-height:1.65}.yh-employer-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.yh-employer-review-grid article{border:1px solid #dfe5e2;border-radius:13px;background:#fff;padding:20px}.yh-employer-review-grid article>span{display:inline-flex;border-radius:999px;background:#e9f4ef;padding:6px 9px;color:#155c4c;font-size:9px;font-weight:900}.yh-employer-review-grid h2{margin:12px 0 6px;font-size:20px}.yh-employer-review-grid p{color:#56636a}.yh-employer-review-grid a{display:inline-flex;margin-top:12px;border-radius:8px;background:#155c4c;padding:10px 13px;color:#fff;text-decoration:none;font-weight:850}.yh-employer-review-empty{border:1px dashed #cbd8d3;border-radius:13px;background:#f7faf8;padding:28px;text-align:center}.yh-employer-review-empty p{margin:7px 0 0;color:#56636a}
@media(max-width:760px){.yh-review-request-list article{align-items:flex-start;flex-direction:column}.yh-review-request-actions{width:100%;justify-content:flex-start}.yh-review-request-actions small{text-align:left}.yh-public-review-form{padding:25px}.yh-public-review-form h1{font-size:32px}.yh-public-review-summary,.yh-employer-review-grid{grid-template-columns:1fr}}



.yh-v1-system-architecture-badge{display:none!important}
.yh-v1-consulting-seal{position:absolute;z-index:8;top:34px;right:34px;width:clamp(138px,14vw,190px);pointer-events:none;filter:drop-shadow(0 12px 22px rgba(62,43,8,.28))}
.yh-v1-consulting-seal img{display:block;width:100%;height:auto}
.yh-v1-hero.has-consulting-seal .yh-v1-hero-badges{right:clamp(180px,17vw,228px)}
@media(max-width:900px){.yh-v1-consulting-seal{top:74px;right:18px;width:132px}.yh-v1-hero.has-consulting-seal .yh-v1-hero-badges{right:16px;max-width:calc(100% - 32px)}}
@media(max-width:620px){.yh-v1-consulting-seal{top:94px;right:12px;width:104px}}



.yh-v1-consulting-seal{
  top:28px;
  right:30px;
  width:clamp(92px,8.5vw,122px);
  filter:drop-shadow(0 8px 15px rgba(62,43,8,.24));
}
.yh-v1-hero.has-consulting-seal .yh-v1-hero-badges{
  right:clamp(132px,11vw,166px);
}
@media(max-width:900px){
  .yh-v1-consulting-seal{top:72px;right:18px;width:92px}
  .yh-v1-hero.has-consulting-seal .yh-v1-hero-badges{right:16px;max-width:calc(100% - 32px)}
}
@media(max-width:620px){
  .yh-v1-consulting-seal{top:92px;right:12px;width:72px}
}



.yh-review-request-actions form{display:inline-flex;margin:0}
.yh-review-request-actions button.is-danger{border-color:#e4c4bd;color:#9d4637;background:#fff9f7}
.yh-review-request-actions button.is-danger:hover{border-color:#9d4637;background:#fff1ed}
.yh-review-rating{display:block;margin:22px 0 18px}
.yh-review-rating legend{margin-bottom:10px}
.yh-review-rating>small{display:block;margin-top:8px;color:var(--yh-muted);font-size:12px}
.yh-review-stars{display:inline-flex;direction:rtl;gap:6px}
.yh-review-stars input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.yh-review-stars label{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--yh-line);border-radius:12px;background:#fff;color:#c6cfcb;font-size:31px;line-height:1;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}
.yh-review-stars label:hover,.yh-review-stars label:hover~label,.yh-review-stars input:checked~label{border-color:#c1913e;background:#fff8e8;color:#d5a22e;transform:translateY(-1px)}
.yh-review-stars input:focus-visible+label{outline:3px solid rgba(21,92,76,.25);outline-offset:2px}
.yh-public-review-form form>label>span small{color:var(--yh-muted);font-size:12px;font-weight:500}
@media(max-width:520px){.yh-review-stars{gap:4px}.yh-review-stars label{width:42px;height:42px;font-size:27px}}



.yh-v1-reviews-section{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,2fr);border-top:1px solid var(--yh-line);background:#f7f8f6}
.yh-v1-review-summary-card{border-right:1px solid var(--yh-line);padding:58px 42px}
.yh-v1-review-summary-card>span{display:block;color:var(--yh-green);font-size:10px;font-weight:900;letter-spacing:.08em}
.yh-v1-review-summary-card h2{margin:10px 0 22px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:38px;font-weight:500;line-height:1.05}
.yh-v1-review-summary-card>p{margin:20px 0 0;color:var(--yh-muted);font-size:13px;line-height:1.75}
.yh-v1-review-score{display:flex;align-items:center;gap:16px}
.yh-v1-review-score>strong{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:58px;font-weight:500;line-height:1}
.yh-v1-review-score>div{display:flex;flex-direction:column;gap:5px}
.yh-v1-review-stars,.yh-v1-review-card-stars{color:#c49332;letter-spacing:.06em}
.yh-v1-review-stars{font-size:20px}.yh-v1-review-score small{color:var(--yh-muted);font-size:11px}
.yh-v1-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:42px}
.yh-v1-review-grid article{display:flex;min-height:250px;flex-direction:column;border:1px solid var(--yh-line);border-radius:16px;background:#fff;padding:24px;box-shadow:0 10px 28px rgba(21,63,52,.04)}
.yh-v1-review-card-stars{font-size:18px}
.yh-v1-review-grid blockquote{margin:20px 0 24px;color:#1b2623;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:19px;line-height:1.55}
.yh-v1-review-grid .yh-v1-rating-only{margin:20px 0 24px;color:var(--yh-muted);font-size:14px;line-height:1.7}
.yh-v1-review-grid footer{display:flex;flex-direction:column;gap:4px;margin-top:auto;border-top:1px solid var(--yh-line);padding-top:16px}
.yh-v1-review-grid footer strong{font-size:13px}.yh-v1-review-grid footer span,.yh-v1-review-grid footer small{color:var(--yh-muted);font-size:11px}
.yh-v1-review-grid .yh-v1-expandable-item{display:none}
.yh-v1-review-grid.is-expanded .yh-v1-expandable-item{display:flex}
@media(max-width:1050px){.yh-v1-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.yh-v1-reviews-section{grid-template-columns:1fr}.yh-v1-review-summary-card{border-right:0;border-bottom:1px solid var(--yh-line);padding:36px 24px}.yh-v1-review-summary-card h2{font-size:32px}.yh-v1-review-grid{grid-template-columns:1fr;padding:24px}.yh-v1-review-grid article{min-height:0}}



.yh-company-showcase{
  background:#f7f8f8;
  padding:38px max(32px,calc((100vw - 1440px)/2)) 60px;
  color:#17242b;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.yh-company-showcase-inner{max-width:none;margin:0}
.yh-company-showcase-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:25px;
  margin:0 0 24px;
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
}
.yh-company-showcase-hero>div{max-width:980px}
.yh-company-showcase-hero span{
  color:#17242b;
  font-size:34px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:0;
  text-transform:none;
}
.yh-company-showcase-hero h1{
  max-width:920px;
  margin:4px 0 6px;
  color:#17242b;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:20px;
  line-height:1.35;
  font-weight:500;
  letter-spacing:0;
}
.yh-company-showcase-hero p{
  max-width:900px;
  margin:0;
  color:#56636a;
  font-size:14px;
  line-height:1.6;
}
.yh-company-showcase-hero>a{
  display:flex;
  min-height:50px;
  align-items:center;
  gap:25px;
  border-radius:7px;
  background:#116451;
  padding:13px 18px;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
.yh-company-showcase-hero>a b{
  border-left:1px solid rgba(255,255,255,.35);
  padding-left:14px;
  font-size:19px;
}
.yh-company-showcase-filters{
  display:grid;
  align-items:end;
  gap:14px;
  margin-bottom:18px;
  border:1px solid #dfe5e2;
  border-radius:12px;
  background:#fff;
  padding:20px;
  box-shadow:0 4px 14px rgba(28,48,42,.04);
  grid-template-columns:1.45fr 1fr 1.45fr auto;
}
.yh-company-showcase-filters label>span{
  display:block;
  margin-bottom:6px;
  color:#17242b;
  font-size:12px;
  font-weight:800;
}
.yh-company-showcase-filters input,
.yh-company-showcase-filters select{
  width:100%;
  height:44px;
  border:1px solid #d9dfdc;
  border-radius:7px;
  background:#fff;
  padding:0 12px;
  color:#17242b;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:13px;
}
.yh-company-showcase-filters button{
  height:44px;
  border:0;
  border-radius:7px;
  background:#19272d;
  padding:0 16px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.yh-company-showcase-toolbar{margin:16px 0}
.yh-company-showcase-toolbar p{font-size:13px}
.yh-company-showcase-toolbar a{font-size:12px}
.yh-company-card-grid{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}
.yh-company-showcase-card{
  border-radius:13px;
  box-shadow:0 5px 16px rgba(25,50,43,.05);
}
.yh-company-card-cover>img{aspect-ratio:16/8.7}
.yh-company-card-cover>span{
  top:12px;
  left:12px;
  border-radius:6px;
  padding:7px 10px;
  font-size:11px;
}
.yh-company-card-content{padding:19px}
.yh-company-card-logo{width:52px;height:52px;flex-basis:52px;border-radius:9px}
.yh-company-card-identity h2{
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:21px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:0;
}
.yh-company-card-slogan{font-size:12px}
.yh-company-card-description{min-height:64px;font-size:13px;line-height:1.65}
.yh-company-card-tags span{font-size:11px}
.yh-company-card-meta span{font-size:11px}
.yh-company-showcase-card footer{padding:15px 18px}
.yh-company-showcase-card footer a{font-size:13px}
.yh-company-showcase-empty h2{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:800}
@media(max-width:1150px){
  .yh-company-showcase-filters{grid-template-columns:repeat(2,1fr)}
  .yh-company-showcase-filters .is-search{grid-column:1/-1}
  .yh-company-card-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .yh-company-showcase{padding:24px 14px 50px}
  .yh-company-showcase-hero{display:block}
  .yh-company-showcase-hero span{font-size:30px}
  .yh-company-showcase-hero h1{font-size:18px}
  .yh-company-showcase-hero>a{margin-top:16px}
  .yh-company-showcase-filters,.yh-company-card-grid{grid-template-columns:1fr}
  .yh-company-showcase-filters .is-search{grid-column:auto}
}


.yh-company-directory{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#f6f8f7;
  color:#14242a;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  padding:30px 28px 42px;
  box-sizing:border-box;
}
.yh-company-directory *{box-sizing:border-box}
.yh-company-directory-inner{width:min(100%,1500px);margin:0 auto}
.yh-company-directory-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  margin-bottom:23px;
  padding:0 2px;
}
.yh-company-directory-header h1{
  margin:0 0 8px;
  color:#14242a;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:32px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.025em;
}
.yh-company-directory-header p{
  max-width:900px;
  margin:0;
  color:#56636a;
  font-size:14px;
  line-height:1.65;
}
.yh-company-directory-cta{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  gap:20px;
  flex:0 0 auto;
  border-radius:7px;
  background:#124f42;
  padding:0 17px 0 20px;
  color:#fff!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(18,79,66,.12);
}
.yh-company-directory-cta b{
  display:grid;
  min-width:28px;
  height:28px;
  place-items:center;
  border-left:1px solid rgba(255,255,255,.35);
  padding-left:14px;
  font-size:20px;
  font-weight:400;
}
.yh-company-directory-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:18px;
  align-items:start;
}
.yh-company-directory-main{min-width:0}

/* Filter panel */
.yh-company-directory-filters{
  display:grid;
  grid-template-columns:minmax(250px,1.55fr) repeat(4,minmax(145px,1fr));
  gap:14px;
  align-items:end;
  border:1px solid #dfe5e2;
  border-radius:12px;
  background:#fff;
  padding:20px 16px 15px;
  box-shadow:0 5px 18px rgba(20,43,35,.035);
}
.yh-company-directory-filters label{display:block;min-width:0}
.yh-company-directory-filters label>span{
  display:block;
  margin-bottom:7px;
  color:#18272d;
  font-size:11px;
  line-height:1.2;
  font-weight:850;
}
.yh-company-directory-filters input,
.yh-company-directory-filters select{
  width:100%;
  height:42px;
  border:1px solid #d7dfdb;
  border-radius:7px;
  background:#fff;
  padding:0 12px;
  color:#223138;
  font:500 12px/1.2 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  outline:none;
}
.yh-company-directory-filters input:focus,
.yh-company-directory-filters select:focus{
  border-color:#2b7563;
  box-shadow:0 0 0 3px rgba(18,79,66,.08);
}
.yh-company-filter-search{position:relative;align-self:end}
.yh-company-filter-search input{padding-left:40px;background:#fff}
.yh-company-search-icon{
  position:absolute;
  z-index:1;
  top:50%;
  left:14px;
  transform:translateY(-50%);
  color:#1d343b;
  font-size:24px;
  line-height:1;
  pointer-events:none;
}
.yh-company-more-filter{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  gap:8px;
  grid-column:1;
  justify-self:start;
  border:1px solid #d5dfda;
  border-radius:6px;
  background:#fff;
  padding:0 14px;
  color:#23343a;
  font:750 11px/1 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  cursor:pointer;
}
.yh-company-more-filter span{font-size:15px;transition:transform .2s ease}
.yh-company-directory-filters.is-expanded .yh-company-more-filter span{transform:rotate(180deg)}
.yh-company-advanced-filters{
  display:none;
  grid-column:2/-1;
  grid-template-columns:repeat(2,minmax(190px,1fr)) auto;
  gap:14px;
  align-items:end;
}
.yh-company-directory-filters.is-expanded .yh-company-advanced-filters{display:grid}
.yh-company-advanced-filters>a{
  display:inline-flex;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid #d7dfdb;
  border-radius:7px;
  padding:0 14px;
  color:#145443;
  font-size:11px;
  font-weight:850;
  text-decoration:none!important;
}

/* Toolbar */
.yh-company-directory-toolbar{
  display:grid;
  grid-template-columns:minmax(150px,1fr) auto auto;
  gap:14px;
  align-items:center;
  margin:14px 0 13px;
}
.yh-company-directory-toolbar p{margin:0;color:#243239;font-size:12px}
.yh-company-view-switch{
  display:flex;
  overflow:hidden;
  border:1px solid #d7dfdb;
  border-radius:7px;
  background:#fff;
}
.yh-company-view-switch a{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  gap:7px;
  padding:0 13px;
  color:#637078;
  font-size:11px;
  font-weight:700;
  text-decoration:none!important;
}
.yh-company-view-switch a+a{border-left:1px solid #e0e6e3}
.yh-company-view-switch a.is-active{background:#eef6f2;color:#145443;font-weight:850}
.yh-company-sort label{display:flex;align-items:center;gap:8px;color:#33434a;font-size:11px}
.yh-company-sort select{
  height:36px;
  max-width:245px;
  border:1px solid #d7dfdb;
  border-radius:7px;
  background:#fff;
  padding:0 32px 0 11px;
  color:#26363d;
  font:600 11px/1.2 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

/* Card grid */
.yh-company-directory-cards.is-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.yh-company-directory-card{
  display:flex;
  min-width:0;
  overflow:hidden;
  border:1px solid #dfe5e2;
  border-radius:11px;
  background:#fff;
  flex-direction:column;
  box-shadow:0 5px 17px rgba(20,43,35,.05);
  transition:transform .2s ease,box-shadow .2s ease;
}
.yh-company-directory-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(20,43,35,.09);
}
.yh-company-directory-cover{
  position:relative;
  display:block;
  overflow:hidden;
  background:#e9efec;
}
.yh-company-directory-cover>img:first-child{
  display:block;
  width:100%;
  aspect-ratio:16/6.6;
  object-fit:cover;
  transition:transform .35s ease;
}
.yh-company-directory-card:hover .yh-company-directory-cover>img:first-child{transform:scale(1.025)}
.yh-company-verified-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  display:inline-flex;
  min-height:27px;
  align-items:center;
  border-radius:5px;
  background:rgba(15,105,78,.96);
  padding:0 9px;
  color:#fff;
  font-size:9px;
  font-weight:900;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.yh-company-consulting-badge{
  position:absolute;
  z-index:3;
  top:8px;
  right:9px;
  width:46px!important;
  height:46px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));
}
.yh-company-directory-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:14px 14px 12px;
}
.yh-company-directory-identity{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.yh-company-directory-logo{
  display:grid;
  width:42px;
  height:42px;
  overflow:hidden;
  place-items:center;
  border:1px solid #e0e6e3;
  border-radius:50%;
  background:#fff;
  padding:5px;
  color:#124f42;
  font-size:12px;
  font-weight:900;
}
.yh-company-directory-logo img{max-width:100%;max-height:100%;object-fit:contain}
.yh-company-directory-identity h2{
  min-width:0;
  margin:0;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:15px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.01em;
}
.yh-company-directory-identity h2 a{color:#17252b;text-decoration:none!important}
.yh-company-score{
  display:grid;
  min-width:74px;
  grid-template-columns:auto auto;
  align-items:end;
  justify-content:center;
  border-radius:9px;
  background:#eff5f2;
  padding:7px 7px 5px;
  color:#124f42;
}
.yh-company-score strong{font-size:18px;line-height:1;font-weight:900}
.yh-company-score>span{padding-bottom:1px;font-size:9px;font-weight:900}
.yh-company-score small{grid-column:1/-1;margin-top:4px;color:#56665f;font-size:6.5px;line-height:1.1;text-align:center}
.yh-company-directory-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px 13px;
  margin-top:13px;
  color:#56636a;
  font-size:9px;
  line-height:1.4;
}
.yh-company-directory-meta span:last-child{
  color:#145443;
  font-weight:800;
}
.yh-company-directory-description{
  min-height:58px;
  margin:13px 0 0;
  color:#536269;
  font-size:10.5px;
  line-height:1.65;
}
.yh-company-directory-scopes{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin-top:auto;
  padding-top:13px;
  border-top:1px solid #edf0ee;
}
.yh-company-directory-scopes>span{
  display:flex;
  min-width:0;
  max-width:86px;
  flex:1 1 0;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#293a40;
  font-size:7.5px;
  line-height:1.2;
  font-weight:700;
  text-align:center;
}
.yh-company-directory-scopes i{color:#145443;font-style:normal;font-size:11px}
.yh-company-directory-scopes .is-more{max-width:25px;color:#145443;font-size:9px;font-weight:900}
.yh-company-directory-card-footer{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:8px;
  border-top:1px solid #e2e7e4;
  background:#fbfcfb;
  padding:9px 12px;
}
.yh-company-directory-card-footer>span{color:#56636a;font-size:8px;white-space:nowrap}
.yh-company-directory-card-footer strong{color:#293940;font-weight:850}
.yh-company-directory-card-footer a{
  display:inline-flex;
  min-height:29px;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  background:#124f42;
  padding:0 10px;
  color:#fff!important;
  font-size:8.5px;
  font-weight:900;
  text-decoration:none!important;
}

/* List view */
.yh-company-directory-cards.is-list{display:grid;gap:12px}
.yh-company-directory-cards.is-list .yh-company-directory-card{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  grid-template-rows:1fr auto;
}
.yh-company-directory-cards.is-list .yh-company-directory-cover{grid-row:1/3}
.yh-company-directory-cards.is-list .yh-company-directory-cover>img:first-child{height:100%;aspect-ratio:auto}
.yh-company-directory-cards.is-list .yh-company-directory-card-body{padding:18px 20px}
.yh-company-directory-cards.is-list .yh-company-directory-description{min-height:0}
.yh-company-directory-cards.is-list .yh-company-directory-scopes{justify-content:flex-start}
.yh-company-directory-cards.is-list .yh-company-directory-scopes>span{max-width:130px;flex:0 1 auto}

/* Right sidebar */
.yh-company-directory-sidebar{display:grid;gap:14px}
.yh-company-directory-sidebar section{
  border:1px solid #dfe5e2;
  border-radius:10px;
  background:#fff;
  padding:20px 17px;
  box-shadow:0 5px 17px rgba(20,43,35,.035);
}
.yh-company-directory-sidebar h2{
  margin:0 0 15px;
  color:#18272d;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}
.yh-company-check-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.yh-company-check-list li{
  position:relative;
  padding-left:20px;
  color:#44545b;
  font-size:9px;
  line-height:1.5;
}
.yh-company-check-list li:before{position:absolute;left:0;color:#0d7055;font-size:12px;font-weight:900;content:"✓"}
.yh-company-quick-filters{display:grid;gap:8px}
.yh-company-quick-filters a{
  display:flex;
  min-height:34px;
  align-items:center;
  border:1px solid #dbe2df;
  border-radius:6px;
  padding:0 10px;
  color:#2c3e45;
  font-size:9.5px;
  font-weight:650;
  text-decoration:none!important;
}
.yh-company-quick-filters a:hover{border-color:#7cae9e;background:#f3f8f5;color:#124f42}
.yh-company-platform-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px}
.yh-company-platform-stats div{display:grid;gap:3px}
.yh-company-platform-stats strong{color:#145443;font-size:20px;line-height:1;font-weight:900}
.yh-company-platform-stats span{color:#56636a;font-size:8px;line-height:1.35}

/* Bottom trust strip */
.yh-company-directory-trust{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:18px;
  overflow:hidden;
  border:1px solid #dfe5e2;
  border-radius:10px;
  background:#fff;
}
.yh-company-directory-trust>div{
  display:flex;
  min-width:0;
  align-items:center;
  gap:12px;
  padding:14px 20px;
}
.yh-company-directory-trust>div+div{border-left:1px solid #e5e9e7}
.yh-company-directory-trust i{
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border-radius:50%;
  background:#eef6f2;
  color:#145443;
  font-style:normal;
  font-size:16px;
  font-weight:900;
}
.yh-company-directory-trust span{display:grid;gap:3px;color:#738078;font-size:8px;line-height:1.35}
.yh-company-directory-trust strong{color:#27373d;font-size:10px}
.yh-company-showcase-empty{
  border:1px dashed #cbd6d1;
  border-radius:11px;
  background:#fff;
  padding:60px 25px;
  text-align:center;
}
.yh-company-showcase-empty h2{margin:0 0 8px;font:900 22px/1.2 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#18272d}
.yh-company-showcase-empty p{margin:0 0 18px;color:#56636a;font-size:12px}
.yh-company-showcase-empty a{color:#145443;font-size:11px;font-weight:900}

@media(max-width:1320px){
  .yh-company-directory-filters{grid-template-columns:minmax(250px,1.5fr) repeat(2,minmax(150px,1fr))}
  .yh-company-directory-filters label:nth-of-type(4),
  .yh-company-directory-filters label:nth-of-type(5){grid-row:2}
  .yh-company-more-filter{grid-column:auto}
  .yh-company-advanced-filters{grid-column:1/-1}
  .yh-company-directory-cards.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1080px){
  .yh-company-directory-layout{grid-template-columns:1fr}
  .yh-company-directory-sidebar{grid-template-columns:repeat(3,1fr)}
  .yh-company-directory-cards.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .yh-company-directory-cards.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yh-company-directory-sidebar{grid-template-columns:1fr}
  .yh-company-directory-trust{grid-template-columns:repeat(2,1fr)}
  .yh-company-directory-trust>div:nth-child(3){border-left:0;border-top:1px solid #e5e9e7}
  .yh-company-directory-trust>div:nth-child(4){border-top:1px solid #e5e9e7}
}
@media(max-width:720px){
  .yh-company-directory{padding:24px 12px 40px}
  .yh-company-directory-header{display:block}
  .yh-company-directory-header h1{font-size:27px}
  .yh-company-directory-cta{margin-top:17px}
  .yh-company-directory-filters{grid-template-columns:1fr;padding:15px}
  .yh-company-directory-filters label:nth-of-type(4),
  .yh-company-directory-filters label:nth-of-type(5){grid-row:auto}
  .yh-company-more-filter{grid-column:1}
  .yh-company-advanced-filters{grid-column:1;grid-template-columns:1fr}
  .yh-company-directory-toolbar{grid-template-columns:1fr;align-items:start}
  .yh-company-view-switch{justify-self:start}
  .yh-company-sort label{align-items:flex-start;flex-direction:column}
  .yh-company-sort select{max-width:100%;width:100%}
  .yh-company-directory-cards.is-grid{grid-template-columns:1fr}
  .yh-company-directory-cards.is-list .yh-company-directory-card{display:flex}
  .yh-company-directory-cards.is-list .yh-company-directory-cover>img:first-child{height:auto;aspect-ratio:16/6.6}
  .yh-company-directory-card-footer{grid-template-columns:1fr 1fr}
  .yh-company-directory-card-footer a{grid-column:1/-1;min-height:36px}
  .yh-company-directory-trust{grid-template-columns:1fr}
  .yh-company-directory-trust>div+div{border-left:0;border-top:1px solid #e5e9e7}
}


.yh-v1-dashboard aside nav a.is-locked {opacity:.52;cursor:not-allowed}
.yh-v1-dashboard aside nav a.is-locked i {opacity:.8}
.yh-v1-dashboard aside nav a.is-locked small {font-size:10px;font-weight:600;line-height:1.2;color:var(--yh-muted)}
@media(max-width:1150px){
  .yh-v1-dashboard{grid-template-columns:210px minmax(0,1fr)}
  .yh-v1-main,.yh-v1-dashboard main{padding:28px 24px}
}
@media(max-width:850px){
  .yh-v1-dashboard{display:block}
  .yh-v1-nav{position:relative;min-height:auto;border-right:0;border-bottom:1px solid var(--yh-line)}
  .yh-v1-dashboard nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yh-v1-main,.yh-v1-dashboard main{padding:22px 16px 28px}
  .yh-v1-board-link{margin-top:18px}
}


.yh-platform-panel-system{
  --yhp-bg:#f3f5f4;
  --yhp-panel:#fff;
  --yhp-line:#dfe6e2;
  --yhp-ink:#10201b;
  --yhp-text:#52615a;
  --yhp-green:#0f6655;
  --yhp-green-soft:#e7f2ee;
  --yhp-radius:16px;
  --yhp-shadow:0 10px 30px rgba(20,42,34,.05);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--yhp-ink);
}
.yh-platform-panel-system main{background:var(--yhp-bg)}
.yh-platform-panel-system main h1,
.yh-platform-panel-system main h2,
.yh-platform-panel-system main h3{color:var(--yhp-ink)}
.yh-platform-panel-system main h1{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:500;letter-spacing:-.025em}
.yh-platform-panel-system main input,
.yh-platform-panel-system main select,
.yh-platform-panel-system main textarea{border-color:var(--yhp-line);background:#fff}
.yh-platform-panel-system main input:focus,
.yh-platform-panel-system main select:focus,
.yh-platform-panel-system main textarea:focus{border-color:var(--yhp-green);box-shadow:0 0 0 3px rgba(15,102,85,.08);outline:0}
.yh-platform-panel-system main button,
.yh-platform-panel-system main .button,
.yh-platform-panel-system main a[class*="primary"]{border-radius:9px}
.yh-platform-panel-system main section,
.yh-platform-panel-system main article{box-sizing:border-box}
.yh-platform-panel-system .yh-v1-panel-section,
.yh-platform-panel-system .yh-showcase-score-card,
.yh-platform-panel-system .yh-qr-panel-card{border-color:var(--yhp-line);border-radius:var(--yhp-radius);box-shadow:var(--yhp-shadow)}


.yh-platform-panel-system.yh-v1-dashboard{
  grid-template-columns:260px minmax(0,1fr);
  background:#f4f7f5;
}
.yh-platform-panel-system .yh-v1-nav{
  background:linear-gradient(180deg,#0c5e4e 0%,#064b40 100%);
  border-right:0;
  color:#fff;
  padding:30px 18px;
}
.yh-platform-panel-system .yh-v1-brand{padding:0 14px 26px}
.yh-platform-panel-system .yh-v1-brand strong{color:#fff;font-size:24px}
.yh-platform-panel-system .yh-v1-brand span{color:rgba(255,255,255,.72);font-size:12px}
.yh-platform-panel-system .yh-v1-nav nav{gap:5px}
.yh-platform-panel-system .yh-v1-nav nav a{
  min-height:46px;
  border-radius:10px;
  color:rgba(255,255,255,.86);
  padding:11px 12px;
  font-size:12px;
}
.yh-platform-panel-system .yh-v1-nav nav a i{
  background:rgba(255,255,255,.08);
  color:#fff;
}
.yh-platform-panel-system .yh-v1-nav nav a:hover,
.yh-platform-panel-system .yh-v1-nav nav a.is-active{
  background:rgba(255,255,255,.14);
  color:#fff;
}
.yh-platform-panel-system .yh-v1-nav nav a:hover i,
.yh-platform-panel-system .yh-v1-nav nav a.is-active i{color:#fff;background:rgba(255,255,255,.12)}
.yh-platform-panel-system .yh-v1-nav nav a.is-locked{opacity:.44}
.yh-platform-panel-system .yh-v1-nav nav a.is-locked small{color:rgba(255,255,255,.6)}
.yh-platform-panel-system .yh-v1-board-link{
  border-top-color:rgba(255,255,255,.16);
  color:#fff;
  margin-top:24px;
}
.yh-platform-panel-system .yh-v1-main{padding:26px;background:#f4f7f5}

.yh-provider-overview{display:grid;gap:20px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.yh-provider-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:4px 2px 0}
.yh-provider-topbar>div>span{display:block;color:#0f6655;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.yh-provider-topbar h1{margin:6px 0 6px!important;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:32px!important;font-weight:750!important;letter-spacing:-.035em!important}
.yh-provider-topbar p{margin:0;color:#697770;font-size:14px}
.yh-provider-view-live{display:inline-flex;align-items:center;gap:14px;min-height:44px;border-radius:10px;background:#0f6655;padding:0 18px;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800}

.yh-provider-profile-card{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;border:1px solid #dfe6e2;border-radius:20px;background:#fff;padding:26px;box-shadow:0 14px 38px rgba(20,42,34,.05)}
.yh-provider-profile-copy{align-self:center}
.yh-provider-status-badge{display:inline-flex;border-radius:999px;background:#e7f2ee;padding:7px 11px;color:#0f6655;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.yh-provider-profile-copy h2{margin:14px 0 7px!important;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:34px!important;font-weight:650!important;letter-spacing:-.035em!important}
.yh-provider-profile-copy p{margin:0;color:#718078;font-size:14px}
.yh-provider-profile-card>img{width:100%;height:190px;border-radius:16px;object-fit:cover}
.yh-provider-stat-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.yh-provider-stat-grid article{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:12px;border:1px solid #dfe6e2;border-radius:15px;background:#fbfcfb;padding:16px}
.yh-provider-stat-grid article i{grid-row:1/3;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#e7f2ee;color:#0f6655;font-style:normal;font-size:19px}
.yh-provider-stat-grid article strong{color:#10201b;font-size:24px;line-height:1.05}
.yh-provider-stat-grid article strong small{font-size:11px;color:#64726c}
.yh-provider-stat-grid article span{color:#6f7d77;font-size:11px}

.yh-provider-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.yh-provider-manage-card,.yh-provider-activity-card{display:flex;min-height:410px;flex-direction:column;border:1px solid #dfe6e2;border-radius:18px;background:#fff;padding:24px;box-shadow:0 10px 30px rgba(20,42,34,.04)}
.yh-provider-manage-card header,.yh-provider-activity-card header{margin-bottom:12px}
.yh-provider-manage-card header h2,.yh-provider-activity-card header h2{margin:0 0 4px!important;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:19px!important;font-weight:800!important}
.yh-provider-manage-card header p,.yh-provider-activity-card header p{margin:0;color:#74817b;font-size:12px}
.yh-provider-manage-card>a:not(.yh-provider-manage-button),.yh-provider-activity-card>a:not(.yh-provider-manage-button){display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #edf1ef;padding:14px 0;color:#15241f;text-decoration:none}
.yh-provider-manage-card>a i,.yh-provider-activity-card>a i{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e7f2ee;color:#0f6655;font-style:normal}
.yh-provider-manage-card>a span,.yh-provider-activity-card>a span{display:grid;gap:2px}
.yh-provider-manage-card>a strong,.yh-provider-activity-card>a strong{font-size:13px}
.yh-provider-manage-card>a small,.yh-provider-activity-card>a small{color:#7a8680;font-size:10px}
.yh-provider-manage-card>a b{color:#718078;font-size:20px}
.yh-provider-activity-card>a time{color:#8b9691;font-size:10px;white-space:nowrap}
.yh-provider-manage-button{display:flex!important;min-height:46px;align-items:center;justify-content:center;gap:12px;margin-top:auto!important;border:1px solid #d9e2dd!important;border-radius:10px!important;background:#fbfcfb!important;color:#0f6655!important;text-decoration:none!important;font-size:12px;font-weight:850}
.yh-provider-empty-activity{display:grid;min-height:200px;place-items:center;align-content:center;text-align:center;color:#75827c}
.yh-provider-empty-activity i{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#eef4f1;color:#0f6655;font-style:normal;font-size:22px}
.yh-provider-empty-activity strong{margin-top:12px;color:#24332d;font-size:13px}
.yh-provider-empty-activity span{margin-top:4px;font-size:11px}

.yh-provider-completion{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid #dfe6e2;border-radius:17px;background:#fff;padding:18px 20px}
.yh-provider-completion>i{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:#0f6655;color:#fff;font-style:normal;font-size:24px;font-weight:900}
.yh-provider-completion.is-incomplete>i{background:#b98534}
.yh-provider-completion>div{display:grid;gap:3px}
.yh-provider-completion>div strong{color:#12221c;font-size:14px}
.yh-provider-completion>div span{color:#77837d;font-size:11px}
.yh-provider-completion>a{display:inline-flex;min-height:42px;align-items:center;gap:10px;border:1px solid #d7e0db;border-radius:10px;padding:0 16px;color:#0f6655;text-decoration:none;font-size:11px;font-weight:850}

@media(max-width:1100px){
  .yh-platform-panel-system.yh-v1-dashboard{grid-template-columns:220px minmax(0,1fr)}
  .yh-provider-profile-card{grid-template-columns:1fr 280px}
  .yh-provider-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:850px){
  .yh-platform-panel-system.yh-v1-dashboard{display:block}
  .yh-platform-panel-system .yh-v1-nav{position:relative;min-height:auto}
  .yh-platform-panel-system .yh-v1-nav nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yh-provider-topbar{align-items:flex-start;flex-direction:column}
  .yh-provider-profile-card{grid-template-columns:1fr}
  .yh-provider-profile-card>img{order:-1;height:220px}
  .yh-provider-overview-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .yh-platform-panel-system .yh-v1-nav nav{grid-template-columns:1fr}
  .yh-platform-panel-system .yh-v1-main{padding:14px}
  .yh-provider-profile-card{padding:18px}
  .yh-provider-profile-copy h2{font-size:27px!important}
  .yh-provider-stat-grid{grid-template-columns:1fr}
  .yh-provider-completion{grid-template-columns:46px 1fr}
  .yh-provider-completion>a{grid-column:1/-1;justify-content:center}
}



.yh-platform-panel-system.yh-v1-dashboard{
  width:100%;
  max-width:100%;
  margin-left:0;
  overflow-x:clip;
}
.yh-platform-panel-system .yh-v1-nav{
  display:flex;
  height:100vh;
  min-height:0;
  flex-direction:column;
  overflow-y:auto;
  overflow-x:hidden;
  box-sizing:border-box;
  padding-bottom:30px;
}
.yh-platform-panel-system .yh-v1-nav nav{
  flex:0 0 auto;
}
.yh-platform-panel-system .yh-v1-board-link{
  flex:0 0 auto;
  margin-top:24px;
  padding-bottom:8px;
}
body.admin-bar .yh-platform-panel-system .yh-v1-nav{
  top:32px;
  height:calc(100vh - 32px);
}
@media(max-width:782px){
  body.admin-bar .yh-platform-panel-system .yh-v1-nav{
    top:46px;
    height:calc(100vh - 46px);
  }
}
@media(max-width:850px){
  .yh-platform-panel-system.yh-v1-dashboard{
    width:100%;
    margin-left:0;
    overflow:visible;
  }
  .yh-platform-panel-system .yh-v1-nav,
  body.admin-bar .yh-platform-panel-system .yh-v1-nav{
    position:relative;
    top:auto;
    height:auto;
    min-height:auto;
    overflow:visible;
  }
}



.yh-v1-dashboard,
.yh-v1-page,
.yh-company-directory,
.yh-company-showcase,
.yh-public-review-form,
.yh-review-public-page{
  --yh-ui-font:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-family:var(--yh-ui-font)!important;
}
.yh-v1-dashboard *,
.yh-v1-page *,
.yh-company-directory *,
.yh-company-showcase *,
.yh-public-review-form *,
.yh-review-public-page *{
  font-family:var(--yh-ui-font)!important;
}
.yh-v1-dashboard h1,.yh-v1-dashboard h2,.yh-v1-dashboard h3,.yh-v1-dashboard h4,
.yh-v1-page h1,.yh-v1-page h2,.yh-v1-page h3,.yh-v1-page h4,
.yh-company-directory h1,.yh-company-directory h2,.yh-company-directory h3,.yh-company-directory h4{
  font-family:var(--yh-ui-font)!important;
  letter-spacing:-.02em;
}
.yh-company-filter-search{position:static;display:block;align-self:end}
.yh-company-filter-search>span{display:block;margin-bottom:7px;color:#18272d;font-size:11px;line-height:1.2;font-weight:850}
.yh-company-filter-search input{padding-left:12px!important;background:#fff}
.yh-company-search-icon{display:none!important}


.yh-company-directory,
.yh-company-directory input,
.yh-company-directory select,
.yh-company-directory button,
.yh-company-directory a,
.yh-v1-dashboard,
.yh-v1-dashboard input,
.yh-v1-dashboard select,
.yh-v1-dashboard button,
.yh-v1-dashboard a{
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
}
.yh-company-directory h1,
.yh-company-directory h2,
.yh-company-directory h3,
.yh-company-directory h4,
.yh-v1-dashboard h1,
.yh-v1-dashboard h2,
.yh-v1-dashboard h3,
.yh-v1-dashboard h4{
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  letter-spacing:-.02em;
}
.yh-company-directory-header h1{font-size:32px!important;font-weight:900!important;line-height:1.15!important}
.yh-company-directory-header p{font-size:14px!important;line-height:1.65!important;font-weight:400!important}
.yh-company-directory label>span{font-size:12px!important;font-weight:800!important}
.yh-company-directory input,.yh-company-directory select{font-size:13px!important;font-weight:500!important}
.yh-company-directory button{font-size:12px!important;font-weight:900!important}
.yh-company-directory-card h2,
.yh-company-card-identity h2{font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-weight:850!important}
.yh-v1-dashboard h1{font-weight:900!important}
.yh-v1-dashboard h2,.yh-v1-dashboard h3{font-weight:850!important}



.yh-company-directory h1,
.yh-company-directory h2,
.yh-company-directory h3,
.yh-company-directory h4,
.yh-v1-dashboard h1,
.yh-v1-dashboard h2,
.yh-v1-dashboard h3,
.yh-v1-dashboard h4,
.yh-company-showcase h1,
.yh-company-showcase h2,
.yh-company-showcase h3,
.yh-company-showcase h4{
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.yh-company-directory-header h1,
.yh-v1-dashboard h1,
.yh-company-showcase-hero h1{
  font-weight:700!important;
}
.yh-company-directory label>span,
.yh-company-directory button,
.yh-company-directory .yh-company-view-switch a,
.yh-company-directory .yh-company-sort span,
.yh-company-directory-card h2,
.yh-company-card-identity h2,
.yh-v1-dashboard .yh-v1-stat-value,
.yh-v1-dashboard .yh-v1-card h2,
.yh-v1-dashboard .yh-v1-card h3{
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
}


.yh-plan-locked-action{
  position:relative!important;
  cursor:pointer!important;
  opacity:.58!important;
  filter:blur(.65px);
  transition:opacity .2s ease,filter .2s ease,transform .2s ease!important;
}
.yh-plan-locked-action:hover{
  opacity:.78!important;
  filter:blur(.25px);
  transform:translateY(-1px);
}
.yh-v1-dashboard aside nav a.yh-plan-locked-action{
  cursor:pointer!important;
}
.yh-v1-floating-tools .yh-plan-locked-action{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  border:1px solid var(--yh-green);
  border-radius:999px;
  background:#fff;
  padding:10px 16px;
  color:var(--yh-green);
  font-size:13px;
  font-weight:800;
}
.yh-plan-locked-panel{
  position:relative;
  overflow:hidden;
}
.yh-plan-locked-preview{
  display:grid;
  gap:14px;
  margin:26px 0 22px;
  filter:blur(5px);
  opacity:.42;
  pointer-events:none;
}
.yh-plan-locked-preview div{
  min-height:72px;
  border:1px solid #dfe6e2;
  border-radius:14px;
  background:linear-gradient(90deg,#eef4f1 0%,#fff 50%,#eef4f1 100%);
}
.yh-plan-upgrade-dialog[hidden]{display:none!important}
.yh-plan-upgrade-dialog{
  position:fixed;
  z-index:100000;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
}
.yh-plan-upgrade-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:rgba(13,28,23,.62);
  backdrop-filter:blur(5px);
}
.yh-plan-upgrade-dialog>section{
  position:relative;
  z-index:2;
  width:min(100%,520px);
  border:1px solid #dfe6e2;
  border-radius:22px;
  background:#fff;
  padding:34px;
  box-shadow:0 28px 80px rgba(8,28,22,.24);
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.yh-plan-upgrade-dialog>section>span{
  display:block;
  color:#155c4c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.yh-plan-upgrade-dialog h2{
  margin:10px 0 12px;
  color:#13231e;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:30px;
  font-weight:700!important;
  line-height:1.12;
}
.yh-plan-upgrade-dialog p{
  margin:0;
  color:#56636a;
  font-size:14px;
  line-height:1.7;
}
.yh-plan-upgrade-dialog p strong{color:#155c4c}
.yh-plan-upgrade-dialog>section>div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.yh-plan-upgrade-dialog>section>div a,
.yh-plan-upgrade-dialog>section>div button{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
}
.yh-plan-upgrade-dialog>section>div a{
  border:1px solid #155c4c;
  background:#155c4c;
  color:#fff!important;
}
.yh-plan-upgrade-dialog>section>div button{
  border:1px solid #d7dfdb;
  background:#fff;
  color:#23343a;
}
.yh-plan-upgrade-close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#eef4f1;
  color:#155c4c;
  font-size:22px;
  cursor:pointer;
}
body.yh-plan-upgrade-open{overflow:hidden}
@media(max-width:600px){
  .yh-plan-upgrade-dialog>section{padding:28px 22px}
  .yh-plan-upgrade-dialog h2{font-size:25px}
  .yh-plan-upgrade-dialog>section>div{flex-direction:column}
  .yh-plan-upgrade-dialog>section>div a,
  .yh-plan-upgrade-dialog>section>div button{width:100%}
}



.yh-company-unavailable{width:100vw;margin-left:calc(50% - 50vw);min-height:62vh;display:grid;place-items:center;background:#f5f7f6;padding:60px 24px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.yh-company-unavailable section{max-width:720px;border:1px solid #dfe5e2;border-radius:18px;background:#fff;padding:44px;text-align:center;box-shadow:0 12px 34px rgba(20,43,35,.06)}
.yh-company-unavailable span{color:#124f42;font-size:11px;font-weight:900;letter-spacing:.08em}
.yh-company-unavailable h1{margin:10px 0 12px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:36px;line-height:1.15}
.yh-company-unavailable p{margin:0 0 22px;color:#56636a;line-height:1.7}
.yh-company-unavailable a{display:inline-flex;min-height:44px;align-items:center;border-radius:8px;background:#124f42;padding:0 18px;color:#fff;text-decoration:none;font-weight:800}



.yh-v1-empty-panel{
  max-width:760px;
  margin:54px auto;
  border:1px solid #dfe6e2;
  border-radius:16px;
  background:#fff;
  padding:34px;
  box-shadow:0 10px 30px rgba(20,42,34,.05);
}
.yh-v1-empty-panel>span{
  display:block;
  margin-bottom:8px;
  color:#0f6655;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}
.yh-v1-empty-panel h2{
  margin:0 0 10px;
  color:#10201b;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:26px;
  font-weight:700;
}
.yh-v1-empty-panel p{
  margin:0;
  color:#56636a;
  font-size:13px;
  line-height:1.7;
}
.yh-v1-empty-panel a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  margin-top:20px;
  border-radius:8px;
  background:#124f42;
  padding:0 16px;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}


.yh-v1-access-state{max-width:760px;margin:70px auto;border:1px solid #dfe5e2;border-radius:16px;background:#fff;padding:42px;text-align:center;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.yh-v1-access-state>span{color:#0f6655;font:700 11px/1.2 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;letter-spacing:.08em}.yh-v1-access-state h1{margin:12px 0 10px;font:700 34px/1.15 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.yh-v1-access-state p{margin:0 auto 22px;max-width:620px;color:#56636a;line-height:1.7}.yh-v1-access-state a{display:inline-flex;min-height:44px;align-items:center;border-radius:8px;background:#124f42;padding:0 18px;color:#fff!important;text-decoration:none!important;font-weight:700}.yh-provider-submit-state{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;border:1px solid #bdd8cf;border-radius:12px;background:#eff7f3;padding:16px 18px}.yh-provider-submit-state div{display:grid;gap:4px}.yh-provider-submit-state strong{font:700 15px/1.3 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.yh-provider-submit-state span{color:#56636a;font-size:12px}.yh-provider-submit-state button{min-height:42px;border:0;border-radius:8px;background:#124f42;padding:0 16px;color:#fff;font:700 12px/1 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;cursor:pointer}.yh-provider-submit-state.is-pending{border-color:#e2d39e;background:#fff9e9}@media(max-width:720px){.yh-provider-submit-state{align-items:flex-start;flex-direction:column}.yh-provider-submit-state button{width:100%}}


.yh-admin-preview-selector{
  max-width:860px!important;
  margin:70px auto!important;
  padding:42px!important;
  text-align:left!important;
}
.yh-admin-preview-selector>span{display:block;color:#0f6655;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.yh-admin-preview-selector h1{margin:10px 0 9px;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:34px;font-weight:700!important}
.yh-admin-preview-selector>p{max-width:680px;margin:0 0 24px;color:#56636a;font-size:14px;line-height:1.65}
.yh-admin-preview-selector form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}
.yh-admin-preview-selector label{display:block;min-width:0}
.yh-admin-preview-selector label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:800}
.yh-admin-preview-selector select{width:100%;height:48px;border:1px solid #d7dfdb;border-radius:8px;background:#fff;padding:0 13px;font:500 13px/1.2 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.yh-admin-preview-selector button{height:48px;border:0;border-radius:8px;background:#124f42;padding:0 20px;color:#fff;font:800 13px/1 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;cursor:pointer}
.yh-admin-preview-selector .yh-admin-preview-directory{display:inline-flex;margin-top:18px;color:#145443;font-size:12px;font-weight:800;text-decoration:none}
.yh-admin-preview-error{margin:0 0 18px;border:1px solid #e5c48d;border-radius:8px;background:#fff8e8;padding:12px 14px;color:#785211;font-size:12px}
.yh-admin-preview-empty{border:1px dashed #cbd8d3;border-radius:10px;background:#f7faf8;padding:24px;color:#56636a;text-align:center}
.yh-admin-preview-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;border:1px solid #b9d9cd;border-radius:12px;background:#eef6f2;padding:14px 16px}
.yh-admin-preview-banner>div{display:grid;gap:3px}
.yh-admin-preview-banner span{color:#145443;font-size:10px;font-weight:900;letter-spacing:.07em}
.yh-admin-preview-banner strong{color:#17242b;font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:18px;font-weight:700}
.yh-admin-preview-banner small{color:#56636a;font-size:11px}
.yh-admin-preview-banner>a{display:inline-flex;min-height:38px;align-items:center;border:1px solid #7cae9e;border-radius:7px;background:#fff;padding:0 13px;color:#124f42;font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}
@media(max-width:720px){
  .yh-admin-preview-selector{margin:30px 14px!important;padding:26px 20px!important}
  .yh-admin-preview-selector form{grid-template-columns:1fr}
  .yh-admin-preview-banner{align-items:flex-start;flex-direction:column}
}


.yh-v1-hero-image{overflow:hidden}
.yh-v1-hero-image>.yh-v1-hero-cover,
.yh-v1-hero-image>picture,
.yh-v1-hero-image>picture>img{display:block;width:100%;height:100%;object-fit:cover}
.yh-admin-profile-controls{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 20px;padding:0 2px}
.yh-admin-profile-controls form{margin:0!important;opacity:1!important}
.yh-admin-profile-controls button{min-height:38px;border:1px solid #7cae9e;border-radius:7px;background:#fff;padding:0 14px;color:#124f42;font:800 11px/1 "DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;cursor:pointer}
.yh-admin-profile-controls button.is-danger{border-color:#d8aaaa;color:#8a2929}



:root{
  --yh-ui-font:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --yh-text:#3f4a46;
  --yh-muted:#56636a;
  --yh-gold:#8a6420;
}

body.yh-v1-single,
.yh-v1-page,
.yh-v1-showcase,
.yh-v1-dashboard,
.yh-company-directory,
.yh-company-showcase,
.yh-company-unavailable,
.yh-v1-quote-dialog,
.yh-v1-document-dialog,
.yh-v1-reference-dialog,
.yh-v1-qr-dialog,
.yh-plan-upgrade-dialog{
  font-family:var(--yh-ui-font)!important;
}

.yh-v1-page h1,.yh-v1-page h2,.yh-v1-page h3,.yh-v1-page h4,
.yh-v1-dashboard h1,.yh-v1-dashboard h2,.yh-v1-dashboard h3,.yh-v1-dashboard h4,
.yh-company-directory h1,.yh-company-directory h2,.yh-company-directory h3,.yh-company-directory h4,
.yh-company-showcase h1,.yh-company-showcase h2,.yh-company-showcase h3,.yh-company-showcase h4,
.yh-company-unavailable h1{
  font-family:var(--yh-ui-font)!important;
}

.yh-v1-page input,.yh-v1-page select,.yh-v1-page textarea,.yh-v1-page button,
.yh-v1-dashboard input,.yh-v1-dashboard select,.yh-v1-dashboard textarea,.yh-v1-dashboard button,
.yh-company-directory input,.yh-company-directory select,.yh-company-directory textarea,.yh-company-directory button{
  font-family:var(--yh-ui-font)!important;
}

/* Halka açık firma vitrini */
.yh-v1-breadcrumb{font-size:13px!important;color:#56636a!important}
.yh-v1-brand span{font-size:12px!important}
.yh-v1-topbar nav a{font-size:14px!important}
.yh-v1-verified{font-size:12px!important}
.yh-v1-hero h2{font-size:16px!important}
.yh-v1-hero p{font-size:16px!important;line-height:1.7;color:#56636a!important}
.yh-v1-hero li{font-size:14px!important;line-height:1.55}
.yh-v1-hero-actions a,.yh-v1-hero-actions button{font-size:14px!important}
.yh-v1-stats span{font-size:13px!important;color:#56636a!important}
.yh-v1-stats small{font-size:12px!important;color:#56636a!important}
.yh-v1-section-intro p{font-size:14px!important;line-height:1.65;color:#56636a!important}
.yh-v1-service-grid strong{font-size:13px!important;line-height:1.45}
.yh-v1-document-grid strong{font-size:13px!important}
.yh-v1-document-grid small{font-size:12px!important;color:#56636a!important}
.yh-v1-map-copy p{font-size:14px!important;line-height:1.65}
.yh-v1-map-copy span{font-size:12px!important}
.yh-v1-why strong{font-size:14px!important}
.yh-v1-why p{font-size:13px!important;line-height:1.6}
.yh-v1-cta p{font-size:14px!important;line-height:1.65}
.yh-v1-cta a,.yh-v1-cta button{font-size:14px!important}
.yh-v1-reference-grid strong,.yh-v1-reference-overlay strong{font-size:14px!important}
.yh-v1-reference-grid span,.yh-v1-reference-overlay span{font-size:12px!important}
.yh-v1-reference-grid small,.yh-v1-reference-overlay small{font-size:11px!important}
.yh-v1-reference-overlay em{font-size:11px!important}
.yh-v1-region-names em{font-size:11px!important}

/* Firma paneli */
.yh-v1-dashboard nav a{font-size:14px!important}
.yh-v1-board-link{font-size:13px!important}
.yh-v1-panel-head span{font-size:12px!important}
.yh-v1-panel-section label>span{font-size:14px!important}
.yh-selected-province-list span,.yh-region-checkbox-grid span{font-size:13px!important}
.yh-selected-province-list em{font-size:13px!important}
.yh-v1-empty-strengths{font-size:13px!important}
.yh-strength-editor-card>strong{font-size:14px!important}
.yh-v1-share-dialog>section>span,.yh-v1-quote-dialog>section>span,.yh-v1-document-dialog>section>span{font-size:12px!important}
.yh-v1-share-options a,.yh-v1-share-options button{font-size:14px!important}
.yh-v1-share-url input{font-size:14px!important}
.yh-v1-copy-toast,.yh-v1-request-success{font-size:13px!important}
.yh-iso41001-priority p{font-size:14px!important;line-height:1.65}
.yh-v1-quote-dialog>section>p,.yh-v1-document-dialog>section>p{font-size:14px!important;line-height:1.65}
.yh-v1-quote-grid span,.yh-v1-full-field>span{font-size:13px!important}
.yh-v1-consent{font-size:13px!important;line-height:1.55}
.yh-v1-rating-summary{font-size:13px!important}
.yh-v1-document-options legend{font-size:14px!important}
.yh-v1-document-option-grid span{font-size:13px!important}
.yh-v1-expand-toggle{font-size:13px!important}

/* Belge ve referans yönetimi */
.yh-service-category-panel>div:first-child>span,
.yh-supplier-capability-panel>div:first-child>span{font-size:12px!important}
.yh-document-manager-toolbar span,.yh-reference-manager-toolbar span{font-size:13px!important}
.yh-document-editor>header span,.yh-reference-editor>header span{font-size:12px!important}
.yh-document-current-file>span,.yh-reference-current-file>span{font-size:12px!important}
.yh-document-savebar p,.yh-reference-savebar p{font-size:13px!important;line-height:1.55}
.yh-document-library>header span,.yh-reference-library>header span{font-size:12px!important}
.yh-document-card-media a,.yh-reference-card-media a{font-size:13px!important}
.yh-document-file-placeholder,.yh-reference-image-placeholder{font-size:13px!important}
.yh-document-card-copy p,.yh-reference-card-copy p{font-size:13px!important;line-height:1.6}
.yh-document-verified,.yh-reference-representative-badge{font-size:11px!important}
.yh-document-card-actions button,.yh-reference-card-actions button{font-size:13px!important}
.yh-document-empty-state p,.yh-reference-empty-state p{font-size:13px!important;line-height:1.6}
.yh-document-file-field small,.yh-reference-file-field small{font-size:13px!important;color:#56636a!important}
.yh-document-validation-error,.yh-reference-validation-error,.yh-section-validation-error{font-size:13px!important}
.yh-required-fields-note{font-size:13px!important;color:#56636a!important}
.yh-document-quality-model span{font-size:12px!important;color:#8a6420!important}
.yh-document-review-status,.yh-document-visibility-note{font-size:13px!important}
.yh-core-document-card header span:first-child{font-size:12px!important;color:#56636a!important}
.yh-core-document-card label>span{font-size:13px!important}
.yh-core-document-note,.yh-core-document-open,.yh-request-status{font-size:13px!important}
.yh-request-detail header span:first-child,.yh-request-detail dt{font-size:13px!important}
.yh-document-file-field input[type=file]{font-size:13px!important}

/* Vitrin puanı ve danışmanlık alanı */
.yh-showcase-score-ring span{font-size:13px!important}
.yh-showcase-score-main>span{font-size:12px!important}
.yh-showcase-score-main>p{font-size:14px!important;line-height:1.6}
.yh-showcase-score-groups strong,.yh-showcase-score-groups span{font-size:13px!important}
.yh-showcase-score-missing summary{font-size:13px!important}
.yh-showcase-score-missing a{font-size:13px!important}
.yh-showcase-score-missing a strong{font-size:12px!important}
.yh-showcase-consulting-cta strong{font-size:14px!important}
.yh-showcase-consulting-cta p{font-size:13px!important;line-height:1.6}
.yh-showcase-consulting-cta a{font-size:13px!important}
.yh-showcase-score-complete{font-size:13px!important}
.yh-v1-hero-badges span{font-size:12px!important}
.yh-showcase-consulting-copy>span{font-size:11px!important}
.yh-showcase-consulting-copy p{font-size:14px!important;line-height:1.6}
.yh-showcase-consulting-copy small{font-size:12px!important}
.yh-showcase-consulting-actions a,.yh-showcase-consulting-actions button{font-size:13px!important}

/* Görsel şablon seçici */
.yh-visual-template-picker-head>div>span{font-size:12px!important;color:#8a6420!important}
.yh-visual-template-picker-head p{font-size:13px!important;line-height:1.55;color:#56636a!important}
.yh-visual-template-picker-head>small{font-size:12px!important}
.yh-visual-template-actions button{font-size:13px!important}
.yh-visual-template-current>span{font-size:12px!important}
.yh-visual-template-current strong{font-size:14px!important}
.yh-visual-template-option.is-selected::after{font-size:11px!important}
.yh-visual-template-option strong{font-size:13px!important}
.yh-visual-template-option small{font-size:12px!important;color:#56636a!important}
.yh-showcase-template-score-note{font-size:12px!important;color:#56636a!important}

/* Tedarikçi / firma dizini */
.yh-v1-supplier-model{font-size:13px!important}
.yh-v1-supplier-summary strong{font-size:13px!important}
.yh-v1-supplier-summary span{font-size:13px!important}
.yh-v1-scope-boundary strong{font-size:14px!important}
.yh-v1-scope-boundary p{font-size:14px!important;line-height:1.65}
.yh-company-card-cover>span{font-size:12px!important}
.yh-company-card-slogan{font-size:14px!important}
.yh-company-card-tags span{font-size:12px!important}
.yh-company-card-meta span{font-size:13px!important;color:#56636a!important}
.yh-scope-hero>div>span,.yh-scope-section-head>span{font-size:13px!important}

/* PDF/QR araçlarının ön yüz metinleri */
.yh-v1-document-open .yh-v1-document-media b{font-size:13px!important}
.yh-v1-document-open em{font-size:12px!important}
.yh-v1-document-mark{font-size:11px!important}
.yh-v1-document-open.is-compact strong{font-size:13px!important}
.yh-v1-document-open.is-compact small,.yh-v1-document-open.is-compact em{font-size:11px!important}
.yh-v1-document-view{font-size:12px!important}
.yh-v1-reference-dialog-media>span,.yh-v1-reference-dialog-kicker,
.yh-qr-panel-visual>span,.yh-qr-panel-copy>span,.yh-v1-qr-dialog>section>span{font-size:12px!important}
.yh-v1-reference-dialog-copy dt{font-size:12px!important;color:#56636a!important}
.yh-v1-reference-dialog-description strong{font-size:14px!important}
.yh-qr-panel-copy small{font-size:12px!important;color:#56636a!important}
.yh-qr-panel-actions button,.yh-qr-panel-actions a,.yh-v1-qr-dialog-actions button{font-size:13px!important}
.yh-v1-system-architecture-badge span{font-size:11px!important}

/* Üyelik / yönetici durum alanları */
.yh-plan-upgrade-dialog>section>span,.yh-company-unavailable span,
.yh-v1-empty-panel>span,.yh-v1-access-state>span,
.yh-admin-preview-selector>span,.yh-admin-preview-banner span{font-size:12px!important}
.yh-plan-upgrade-dialog p,.yh-company-unavailable p,.yh-v1-empty-panel p,
.yh-v1-access-state p,.yh-provider-submit-state span,
.yh-admin-preview-selector>p,.yh-admin-preview-banner small{font-size:14px!important;line-height:1.65;color:#56636a!important}
.yh-plan-upgrade-dialog>section>div a,.yh-plan-upgrade-dialog>section>div button,
.yh-company-unavailable a,.yh-v1-empty-panel a,.yh-v1-access-state a,
.yh-provider-submit-state button,.yh-admin-preview-selector button,
.yh-admin-preview-selector .yh-admin-preview-directory,.yh-admin-preview-banner>a,
.yh-admin-profile-controls button{font-size:13px!important}
.yh-admin-preview-selector label>span{font-size:13px!important}
.yh-admin-preview-selector select{font-size:14px!important}

/* Placeholder kontrastı */
.yh-v1-page ::placeholder,
.yh-v1-dashboard ::placeholder,
.yh-company-directory ::placeholder,
.yh-company-showcase ::placeholder{
  color:#647078!important;
  opacity:1!important;
}

.yh-v1-hero:after,.yh-map-tooltip{font-size:12px!important}
.yh-v1-region-names.is-turkey-wide em{font-size:11px!important}
.yh-v1-save-notice strong{font-size:14px!important}
.yh-v1-save-notice span{font-size:13px!important;color:#56636a!important}
.yh-reference-card-meta span{font-size:11px!important}
.yh-v1-dashboard aside nav a.is-locked small{font-size:12px!important}
.yh-pdf-sheet i{font-size:12px!important}
.yh-public-pdf-sheet b{font-size:13px!important}
.yh-public-pdf-sheet em{font-size:11px!important;color:#56636a!important}
.yh-document-revision-callout span{font-size:13px!important}

/* Değerlendirme ekranları */
.yh-review-request-list>header span{font-size:13px!important}
.yh-review-request-list article span{font-size:12px!important}
.yh-review-request-list article p{font-size:14px!important;line-height:1.6}
.yh-review-request-actions button,.yh-review-request-actions a{font-size:13px!important}
.yh-public-review-form>span,.yh-v1-review-summary-card>span{font-size:12px!important}
.yh-public-review-summary small,.yh-v1-review-score small{font-size:12px!important}
.yh-employer-review-center>header>span,.yh-employer-review-grid article>span{font-size:12px!important}
.yh-review-rating>small,.yh-public-review-form form>label>span small{font-size:13px!important}
.yh-v1-review-grid footer span,.yh-v1-review-grid footer small{font-size:12px!important}

/* Firma vitrini filtreleri ve firma kartları */
.yh-company-showcase-filters label>span,.yh-company-directory-filters label>span,
.yh-company-filter-search>span,.yh-company-directory label>span{font-size:13px!important}
.yh-company-showcase-filters button,.yh-company-showcase-toolbar a,
.yh-company-advanced-filters>a,.yh-company-view-switch a{font-size:13px!important}
.yh-company-directory-toolbar p{font-size:14px!important;line-height:1.55;color:#56636a!important}
.yh-company-sort label{font-size:13px!important}
.yh-company-verified-badge{font-size:12px!important}
.yh-company-directory-logo{font-size:13px!important}
.yh-company-score>span{font-size:12px!important}
.yh-company-score small{font-size:11px!important}
.yh-company-directory-meta{font-size:12px!important;color:#56636a!important}
.yh-company-directory-description{font-size:14px!important;line-height:1.6;color:#4f5c62!important}
.yh-company-directory-scopes>span{font-size:11px!important}
.yh-company-directory-scopes i{font-size:12px!important}
.yh-company-directory-scopes .is-more{font-size:11px!important}
.yh-company-directory-card-footer>span,.yh-company-directory-card-footer a{font-size:12px!important}
.yh-company-check-list li{font-size:12px!important;line-height:1.5}
.yh-company-quick-filters a{font-size:12px!important}
.yh-company-platform-stats span,.yh-company-directory-trust span{font-size:12px!important}
.yh-company-directory-trust strong{font-size:13px!important}
.yh-company-showcase-empty p{font-size:14px!important;line-height:1.6;color:#56636a!important}
.yh-company-showcase-empty a{font-size:13px!important}

/* Yeni hizmet veren paneli */
.yh-platform-panel-system .yh-v1-brand span{font-size:13px!important}
.yh-platform-panel-system .yh-v1-nav nav a{font-size:14px!important}
.yh-provider-topbar>div>span{font-size:13px!important}
.yh-provider-status-badge{font-size:12px!important}
.yh-provider-stat-grid article strong small,.yh-provider-stat-grid article span{font-size:13px!important}
.yh-provider-manage-card header p,.yh-provider-activity-card header p{font-size:14px!important;line-height:1.55;color:#56636a!important}
.yh-provider-manage-card>a small,.yh-provider-activity-card>a small,.yh-provider-activity-card>a time{font-size:12px!important;color:#56636a!important}
.yh-provider-manage-button{font-size:13px!important}
.yh-provider-empty-activity span,.yh-provider-completion>div span,.yh-provider-completion>a{font-size:13px!important}
.yh-admin-preview-error{font-size:13px!important}

.yh-company-directory-filters input,.yh-company-directory-filters select,.yh-company-sort select{font-size:14px!important}
.yh-company-more-filter{font-size:13px!important}


.yh-featured-service-editor{
  display:grid;
  gap:18px;
  margin-top:22px;
  border:1px solid var(--yh-line);
  border-radius:15px;
  background:#f7faf8;
  padding:20px;
}
.yh-featured-service-head{
  display:flex;
  gap:24px;
  align-items:flex-start;
  justify-content:space-between;
}
.yh-featured-service-head>div>span{
  display:block;
  color:var(--yh-green);
  font-size:12px!important;
  font-weight:850;
  letter-spacing:.08em;
}
.yh-featured-service-head h2{
  margin:6px 0 7px;
  color:var(--yh-ink);
  font-size:21px;
  line-height:1.25;
}
.yh-featured-service-head p{
  max-width:760px;
  margin:0;
  color:#56636a;
  font-size:14px!important;
  line-height:1.65;
}
.yh-featured-service-head>strong{
  flex:0 0 auto;
  border:1px solid #cfe0d8;
  border-radius:999px;
  background:#fff;
  padding:9px 12px;
  color:var(--yh-green);
  font-size:13px!important;
  line-height:1;
  white-space:nowrap;
}
.yh-featured-service-grid{
  display:grid;
  gap:10px;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.yh-featured-service-grid label{
  position:relative;
  cursor:pointer;
}
.yh-featured-service-grid label[hidden]{display:none!important}
.yh-featured-service-grid input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.yh-featured-service-grid span{
  display:flex;
  min-height:58px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--yh-line);
  border-radius:11px;
  background:#fff;
  padding:11px 12px;
  color:var(--yh-ink);
  text-align:center;
  font-size:14px!important;
  font-weight:700;
  line-height:1.35;
  transition:border-color .16s ease,background-color .16s ease,color .16s ease;
}
.yh-featured-service-grid input:checked+span{
  border-color:var(--yh-green);
  background:#e9f2ee;
  color:var(--yh-green);
}
.yh-featured-service-grid input:focus-visible+span{
  outline:2px solid var(--yh-green);
  outline-offset:2px;
}
.yh-featured-service-grid input:disabled:not(:checked)+span{
  border-color:#d9e0dc;
  background:#f3f6f4;
  color:#56636a;
  cursor:not-allowed;
}
.yh-featured-service-message{
  margin:0;
  border-radius:9px;
  background:#fff3f1;
  padding:10px 12px;
  color:#7c2f29;
  font-size:13px!important;
  font-weight:700;
  line-height:1.5;
}
@media(max-width:900px){
  .yh-featured-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .yh-featured-service-head{display:grid;gap:12px}
  .yh-featured-service-head>strong{width:max-content}
  .yh-featured-service-grid{grid-template-columns:1fr}
}



.yh-company-directory-scopes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:7px 14px;
  margin-top:auto;
  padding-top:12px;
}
.yh-company-directory-scopes>span{
  display:flex;
  min-width:0;
  max-width:none;
  align-items:flex-start;
  justify-content:flex-start;
  gap:6px;
  color:#3d4b50;
  font-family:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-weight:500!important;
  letter-spacing:-.01em;
  text-align:left;
}
.yh-company-directory-scopes i{
  flex:0 0 auto;
  margin-top:1px;
  color:#0f6b55;
  font-size:10px!important;
  line-height:1.2;
  font-weight:500;
}
.yh-company-directory-scopes .is-more{
  display:inline-flex;
  width:max-content;
  max-width:none;
  min-height:22px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#eef5f2;
  padding:2px 8px;
  color:#0f5a4a;
  font-size:10px!important;
  line-height:1!important;
  font-weight:700!important;
}
.yh-company-directory-cards.is-list .yh-company-directory-scopes{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media(max-width:720px){
  .yh-company-directory-cards.is-list .yh-company-directory-scopes{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


.yh-platform-panel-system,.yh-platform-panel-system *,
.yh-company-showcase,.yh-company-showcase *,
.yh-scope-page,.yh-scope-page *,
.yh-provider-overview,.yh-provider-overview *,
.yh-company-unavailable,.yh-company-unavailable *,
.yh-v1-access-state,.yh-v1-access-state *,
.yh-public-review-form,.yh-public-review-form *,
.yh-v1-page,.yh-v1-page *{font-family:inherit!important}




.yh-v1-section-intro.is-dark p{color:#d5ddd9!important}
.yh-v1-reference-grid span,.yh-v1-reference-overlay span{color:#eef3f0!important}
.yh-v1-reference-grid small,.yh-v1-reference-overlay small{color:#cbd5d0!important}



.yh-profile-social-editor{margin-top:22px;border-top:1px solid #e6ece9;padding-top:22px}
.yh-profile-social-head{margin-bottom:14px}
.yh-profile-social-head>span{display:block;margin-bottom:5px;color:#0f6655;font-size:10px;font-weight:900;letter-spacing:.12em}
.yh-profile-social-head h2{margin:0 0 6px!important;font-size:18px!important;font-weight:800!important;color:#17251f}
.yh-profile-social-head p{max-width:820px;margin:0;color:#68766f;font-size:12px;line-height:1.65}
.yh-profile-social-grid input[type=url]{width:100%}
.yh-v1-social-links{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}
.yh-v1-social-links a{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border:1px solid rgba(15,102,85,.22);border-radius:999px;padding:0 12px;background:#fff;color:#0f6655!important;text-decoration:none!important;font-size:11px;font-weight:850;line-height:1}
.yh-v1-social-links a:hover,.yh-v1-social-links a:focus-visible{border-color:#0f6655;background:#eef6f3;color:#0b5144!important}
@media(max-width:620px){.yh-v1-social-links{gap:6px}.yh-v1-social-links a{min-height:30px;padding:0 10px;font-size:10px}}


.yh-inline-error-list{margin:8px 0 0 18px!important;padding:0!important;list-style:disc!important}
.yh-inline-error-list li{margin:3px 0!important;padding:0!important;font-size:12px!important;line-height:1.5!important}


.yh-v1-page .yh-v1-save-notice,
.yh-v1-dashboard .yh-v1-save-notice{
  position:relative;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  column-gap:14px;
  row-gap:4px;
  align-items:start;
  margin:0 0 20px;
  border:1px solid #a8d2c2;
  border-left:5px solid #155748;
  border-radius:14px;
  background:#f0f8f4;
  padding:16px 18px 16px 15px;
  box-shadow:0 8px 24px rgba(24,68,58,.08);
  color:#143d34;
}
.yh-v1-page .yh-v1-save-notice:before,
.yh-v1-dashboard .yh-v1-save-notice:before{
  content:"✓";
  display:grid;
  width:34px;
  height:34px;
  grid-column:1;
  grid-row:1 / span 4;
  place-items:center;
  border-radius:50%;
  background:#155748;
  color:#fff;
  font-size:17px;
  font-weight:900;
  line-height:1;
}
.yh-v1-page .yh-v1-save-notice strong,
.yh-v1-dashboard .yh-v1-save-notice strong{
  grid-column:2;
  margin:0;
  color:#173d35!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.35;
}
.yh-v1-page .yh-v1-save-notice span,
.yh-v1-dashboard .yh-v1-save-notice span{
  grid-column:2;
  margin:0;
  color:#476159!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.yh-v1-page .yh-v1-save-notice.is-review,
.yh-v1-dashboard .yh-v1-save-notice.is-review{
  border-color:#e6c86c;
  border-left-color:#b87500;
  background:#fff8e4;
  color:#664600;
  box-shadow:0 8px 24px rgba(142,93,0,.10);
}
.yh-v1-page .yh-v1-save-notice.is-review:before,
.yh-v1-dashboard .yh-v1-save-notice.is-review:before{
  content:"!";
  background:#b87500;
}
.yh-v1-page .yh-v1-save-notice.is-review strong,
.yh-v1-dashboard .yh-v1-save-notice.is-review strong{
  color:#684700!important;
}
.yh-v1-page .yh-v1-save-notice.is-review span,
.yh-v1-dashboard .yh-v1-save-notice.is-review span{
  color:#705b25!important;
}
.yh-v1-page .yh-v1-save-notice.is-error,
.yh-v1-dashboard .yh-v1-save-notice.is-error{
  border-color:#efaaa4;
  border-left-color:#c73b31;
  background:#fff3f1;
  color:#8c2019;
  box-shadow:0 8px 24px rgba(155,45,37,.10);
}
.yh-v1-page .yh-v1-save-notice.is-error:before,
.yh-v1-dashboard .yh-v1-save-notice.is-error:before{
  content:"!";
  background:#c73b31;
}
.yh-v1-page .yh-v1-save-notice.is-error strong,
.yh-v1-dashboard .yh-v1-save-notice.is-error strong{
  color:#8f211a!important;
}
.yh-v1-page .yh-v1-save-notice.is-error span,
.yh-v1-dashboard .yh-v1-save-notice.is-error span{
  color:#71433f!important;
}
.yh-v1-page .yh-registration-required-notice,
.yh-v1-dashboard .yh-registration-required-notice{
  margin-top:6px;
  padding-top:18px;
  padding-bottom:18px;
}
.yh-v1-page .yh-registration-required-notice strong,
.yh-v1-dashboard .yh-registration-required-notice strong{
  font-size:16px!important;
}
.yh-v1-page .yh-notice-emphasis,
.yh-v1-dashboard .yh-notice-emphasis{
  font-weight:650;
}
.yh-v1-page .yh-notice-action,
.yh-v1-dashboard .yh-notice-action{
  display:inline-flex;
  width:max-content;
  min-height:36px;
  grid-column:2;
  align-items:center;
  justify-content:center;
  margin-top:7px;
  border:1px solid currentColor;
  border-radius:9px;
  padding:8px 12px;
  color:#8f211a!important;
  background:#fff;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.2;
  text-decoration:none!important;
}
.yh-v1-page .yh-notice-action:hover,
.yh-v1-dashboard .yh-notice-action:hover{
  background:#8f211a;
  color:#fff!important;
}
@media(max-width:720px){
  .yh-v1-page .yh-v1-save-notice,
  .yh-v1-dashboard .yh-v1-save-notice{
    grid-template-columns:32px minmax(0,1fr);
    column-gap:11px;
    padding:14px 14px 14px 12px;
  }
  .yh-v1-page .yh-v1-save-notice:before,
  .yh-v1-dashboard .yh-v1-save-notice:before{
    width:30px;
    height:30px;
    font-size:15px;
  }
  .yh-v1-page .yh-v1-save-notice strong,
  .yh-v1-dashboard .yh-v1-save-notice strong{
    font-size:14px!important;
  }
  .yh-v1-page .yh-v1-save-notice span,
  .yh-v1-dashboard .yh-v1-save-notice span{
    font-size:12px!important;
  }
  .yh-v1-page .yh-notice-action,
  .yh-v1-dashboard .yh-notice-action{
    width:100%;
  }
}



.yh-admin-provider-account-list{display:grid;gap:10px;margin:22px 0;text-align:left}.yh-admin-provider-account-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dfe5e2;border-radius:10px;background:#fbfdfc;padding:14px 16px}.yh-admin-provider-account-list article>div{display:grid;gap:3px}.yh-admin-provider-account-list strong{font-size:14px}.yh-admin-provider-account-list small{color:#657177;font-size:11px}.yh-admin-provider-account-list a,.yh-admin-provider-account-list button{display:inline-flex;min-height:38px;align-items:center;border:1px solid #7cae9e;border-radius:7px;background:#fff;padding:0 13px;color:#124f42!important;font:800 12px/1 var(--yh-ui-font,Inter,sans-serif);text-decoration:none!important;cursor:pointer}.yh-admin-provider-account-list form{margin:0}.yh-admin-preview-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.yh-provider-danger-zone{margin-top:28px;border:1px solid #e3c4bd;border-radius:14px;background:#fff9f7;padding:22px}.yh-provider-danger-zone>span{color:#9d4637;font-size:10px;font-weight:900;letter-spacing:.08em}.yh-provider-danger-zone h2{margin:7px 0 8px;font-size:22px}.yh-provider-danger-zone p{color:#687279;line-height:1.6}.yh-provider-danger-zone form{display:grid;gap:14px;max-width:620px}.yh-provider-danger-zone button.is-danger{justify-self:start;border-color:#c98d82!important;background:#fff!important;color:#922f26!important}.yh-provider-delete-confirm{display:flex!important;align-items:flex-start;gap:9px}.yh-provider-delete-confirm input{width:auto!important;margin-top:3px}.yh-provider-delete-confirm span{font-weight:600!important}@media(max-width:720px){.yh-admin-provider-account-list article{align-items:flex-start;flex-direction:column}.yh-admin-provider-account-list a,.yh-admin-provider-account-list button,.yh-provider-danger-zone button.is-danger{width:100%;justify-content:center}.yh-admin-provider-account-list form{width:100%}}

.yh-v1-access-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.yh-v1-access-actions a.is-secondary{border:1px solid #b8ccc5;background:#fff;color:#124f42!important}@media(max-width:640px){.yh-v1-access-actions{flex-direction:column}.yh-v1-access-actions a{width:100%;justify-content:center}}


:root{--yh-font-heading:"Quicksand","DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--yh-font-body:"DM Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;}
body.yh-v1-single,
.yh-v1-page,.yh-v1-dashboard,.yh-company-directory,.yh-company-showcase,
.yh-company-directory input,.yh-company-directory select,.yh-company-directory button,
.yh-company-showcase input,.yh-company-showcase select,.yh-company-showcase button,
.yh-v1-dashboard input,.yh-v1-dashboard select,.yh-v1-dashboard textarea,.yh-v1-dashboard button{font-family:var(--yh-font-body)!important}
.yh-v1-page h1,.yh-v1-page h2,.yh-v1-page h3,.yh-v1-page h4,
.yh-v1-dashboard h1,.yh-v1-dashboard h2,.yh-v1-dashboard h3,.yh-v1-dashboard h4,
.yh-company-directory h1,.yh-company-directory h2,.yh-company-directory h3,.yh-company-directory h4,
.yh-company-showcase h1,.yh-company-showcase h2,.yh-company-showcase h3,.yh-company-showcase h4,
.yh-v1-brand strong,.yh-provider-topbar strong,.yh-company-directory-identity strong{font-family:var(--yh-font-heading)!important}



.yh-sector-visibility-panel .yh-v1-panel-head h1{margin-bottom:12px}
.yh-sector-visibility-panel .yh-v1-panel-lead{max-width:920px;margin:0 0 26px;color:#56636a;line-height:1.7}
.yh-sector-visibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.yh-sector-visibility-card{display:flex;min-height:285px;flex-direction:column;border:1px solid var(--yh-line);border-radius:16px;background:#fbfcfc;padding:24px}
.yh-sector-visibility-card.is-sector{border-color:#b9d2c8;background:linear-gradient(180deg,#f5faf7 0%,#fff 100%)}
.yh-sector-visibility-card>span{color:var(--yh-green);font-size:11px;font-weight:900;letter-spacing:.08em}
.yh-sector-visibility-card h2{margin:10px 0 12px;color:var(--yh-ink);font-size:24px;line-height:1.2}
.yh-sector-visibility-card p{margin:0 0 20px;color:#56636a;line-height:1.65}
.yh-sector-visibility-card>a,.yh-sector-panel-actions a{width:max-content;margin-top:auto;color:var(--yh-green);font-size:13px;font-weight:850;text-decoration:none}
.yh-sector-quota{display:flex;align-items:center;gap:16px;margin:8px 0 14px}
.yh-sector-quota>strong{color:var(--yh-green);font-size:58px;line-height:1;font-weight:900}
.yh-sector-quota>div{display:grid;gap:3px}
.yh-sector-quota b{color:var(--yh-ink);font-size:14px}
.yh-sector-quota small,.yh-sector-integration-note,.yh-sector-visibility-footnote{color:#66736d;font-size:12px;line-height:1.5}
.yh-sector-integration-note{display:block;margin:-8px 0 16px}
.yh-sector-panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}
.yh-sector-panel-actions a{margin-top:0;border:1px solid var(--yh-line);border-radius:9px;background:#fff;padding:11px 14px}
.yh-sector-panel-actions a.is-primary{border-color:var(--yh-green);background:var(--yh-green);color:#fff}
.yh-sector-visibility-footnote{margin:18px 0 0}
@media(max-width:780px){.yh-sector-visibility-grid{grid-template-columns:1fr}.yh-sector-visibility-card{min-height:auto}.yh-sector-quota>strong{font-size:48px}}


.is-supplier-vitrine .yh-v1-supplier-kicker{
    display:inline-flex;
    align-items:center;
    margin:0 0 14px;
    padding:7px 11px;
    border:1px solid rgba(1,59,34,.12);
    border-radius:999px;
    background:#edf4f1;
    color:#013b22;
    font-size:11px;
    font-weight:800;
    letter-spacing:.1em;
    line-height:1;
}
.is-supplier-vitrine .yh-v1-hero-image{background:#f4f0e8;}
.is-supplier-vitrine .yh-v1-hero-cover{object-position:center center;}
.is-supplier-vitrine .yh-v1-hero ul li strong{color:#013b22;font-weight:800;}
.is-supplier-vitrine .yh-v1-supplier-summary{
    grid-column:1/-1;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    border-top:1px solid var(--yh-line);
}
.is-supplier-vitrine .yh-v1-supplier-summary article{
    display:grid;
    grid-template-columns:38px minmax(0,1fr);
    grid-template-rows:auto auto;
    gap:4px 12px;
    min-width:0;
    padding:20px 22px;
    border-right:1px solid var(--yh-line);
    background:#fff;
}
.is-supplier-vitrine .yh-v1-supplier-summary article:nth-child(3n){border-right:0;}
.is-supplier-vitrine .yh-v1-supplier-summary article.is-wide{
    grid-column:1/-1;
    border-top:1px solid var(--yh-line);
    border-right:0;
}
.is-supplier-vitrine .yh-v1-supplier-summary article i{
    grid-row:1/3;
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#edf4f1;
    color:#013b22;
}
.is-supplier-vitrine .yh-v1-supplier-summary article i svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.is-supplier-vitrine .yh-v1-supplier-summary article strong{
    margin:0;
    color:#10281f;
    font-size:13px;
    font-weight:800;
    line-height:1.25;
}
.is-supplier-vitrine .yh-v1-supplier-summary article span{
    min-width:0;
    color:#52645d;
    font-size:12px;
    line-height:1.55;
    overflow-wrap:anywhere;
}
.is-supplier-dashboard .yh-v1-brand span{letter-spacing:.02em;}
.is-supplier-dashboard .yh-provider-profile-card>img{object-position:center center;}
.is-supplier-dashboard .yh-provider-stat-card strong{color:#013b22;}

@media (max-width:850px){
    .is-supplier-vitrine .yh-v1-supplier-summary{grid-template-columns:1fr;}
    .is-supplier-vitrine .yh-v1-supplier-summary article,
    .is-supplier-vitrine .yh-v1-supplier-summary article:nth-child(3n){border-right:0;border-bottom:1px solid var(--yh-line);}
    .is-supplier-vitrine .yh-v1-supplier-summary article.is-wide{grid-column:auto;border-top:0;}
    .is-supplier-vitrine .yh-v1-supplier-summary article:last-child{border-bottom:0;}
}


@media (min-width:761px){
  .yh-company-directory-cards.is-list .yh-company-directory-card{
    display:grid;
    min-height:220px;
    grid-template-columns:220px minmax(0,1fr);
    grid-template-rows:minmax(0,1fr) auto;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-cover{
    grid-row:1/3;
    min-height:220px;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-cover>img:first-child{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-card-body{
    min-width:0;
    padding:16px 18px 12px;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-description{
    min-height:0;
    margin-top:10px;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-scopes{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:7px 12px;
    padding-top:11px;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-scopes>span{
    max-width:150px;
    flex:0 1 auto;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-card-footer{
    grid-column:2;
    grid-row:2;
    grid-template-columns:auto auto minmax(0,1fr);
    gap:16px;
    padding:10px 18px;
  }
  .yh-company-directory-cards.is-list .yh-company-directory-card-footer a{
    min-height:34px;
    justify-self:end;
    padding:0 13px;
    white-space:nowrap;
  }
}



@media(max-width:767px){
  .yh-company-directory-filters{
    grid-template-columns:1fr!important;
  }
  .yh-company-directory-filters>.yh-company-filter-search{
    display:block!important;
    grid-column:1!important;
    order:1;
  }
  .yh-company-directory-filters>label:not(.yh-company-filter-search){
    display:none!important;
    grid-column:1!important;
    grid-row:auto!important;
    order:3;
  }
  .yh-company-directory-filters.is-expanded>label:not(.yh-company-filter-search){
    display:block!important;
  }
  .yh-company-more-filter{
    width:100%!important;
    min-height:44px!important;
    grid-column:1!important;
    justify-self:stretch!important;
    order:2;
    font-size:0!important;
  }
  .yh-company-more-filter::after{
    content:"Filtrele";
    font-size:13px;
    line-height:1;
    font-weight:750;
  }
  .yh-company-advanced-filters{
    grid-column:1!important;
    grid-template-columns:1fr!important;
    order:4;
  }
}


@media(max-width:720px){
  .is-supplier-vitrine .yh-v1-hero{
    display:flex!important;
    min-height:0!important;
    flex-direction:column;
    overflow:visible;
  }
  .is-supplier-vitrine .yh-v1-hero-image{
    position:relative!important;
    inset:auto!important;
    order:1;
    width:100%;
    height:300px!important;
    min-height:300px!important;
  }
  .is-supplier-vitrine .yh-v1-hero-copy{
    position:relative;
    order:2;
    width:100%!important;
    min-height:0!important;
    box-sizing:border-box;
    justify-content:flex-start!important;
    padding:22px 22px 32px!important;
  }
  .is-supplier-vitrine .yh-v1-breadcrumb{
    position:static!important;
    width:100%;
    margin:0 0 14px;
    line-height:1.55;
    overflow-wrap:anywhere;
  }
  .is-supplier-vitrine .yh-v1-supplier-kicker{
    width:max-content;
    max-width:100%;
    margin:0 0 18px;
    white-space:normal;
    line-height:1.35;
  }
  .is-supplier-vitrine .yh-v1-company-logo{
    width:64px;
    height:64px;
    margin:0 0 16px;
  }
  .is-supplier-vitrine .yh-v1-hero h1{
    max-width:100%;
    margin:0 0 10px;
    font-size:clamp(36px,11vw,46px)!important;
    line-height:1.02!important;
    letter-spacing:-.035em;
    overflow-wrap:anywhere;
  }
  .is-supplier-vitrine .yh-v1-hero h2{
    max-width:100%;
    margin:0 0 14px;
    line-height:1.45;
  }
  .is-supplier-vitrine .yh-v1-hero p,
  .is-supplier-vitrine .yh-v1-hero ul{
    max-width:100%;
  }
  .is-supplier-vitrine .yh-v1-hero-actions{
    flex-wrap:wrap;
  }
  .is-supplier-vitrine .yh-v1-hero-badges{
    top:16px;
    right:16px;
    max-width:calc(100% - 32px);
  }
  .is-supplier-vitrine .yh-v1-floating-tools{
    position:fixed!important;
    right:12px!important;
    left:auto!important;
    bottom:calc(14px + env(safe-area-inset-bottom, 0px))!important;
    z-index:9999!important;
    display:flex!important;
    width:auto!important;
    max-width:calc(100vw - 24px);
    flex-wrap:nowrap;
    gap:6px;
    margin:0!important;
  }
  .is-supplier-vitrine .yh-v1-floating-tools>a,
  .is-supplier-vitrine .yh-v1-floating-tools>button{
    width:auto!important;
    min-width:0!important;
    min-height:42px!important;
    justify-content:center;
    box-sizing:border-box;
    margin:0!important;
    padding:8px 11px!important;
    font-size:11px!important;
    line-height:1.1!important;
    white-space:nowrap;
  }
}

/* 2.0.35 | Firma Vitrini filtre hizası
 * Masaüstünde altı ana filtre aynı satırda tutulur. Daha Fazla Filtre açıldığında
 * Firma Türü ve temizleme alanı ikinci satırda butonla aynı hizada görünür.
 */
@media (min-width:1181px){
  .yh-company-directory-filters{
    grid-template-columns:minmax(200px,1.45fr) repeat(5,minmax(105px,1fr))!important;
    gap:12px!important;
  }
  .yh-company-directory-filters>.yh-company-filter-search,
  .yh-company-directory-filters>label:not(.yh-company-filter-search){
    grid-row:1!important;
    display:block!important;
  }
  .yh-company-more-filter{
    grid-column:1!important;
    grid-row:2!important;
    align-self:end!important;
  }
  .yh-company-advanced-filters{
    grid-column:2/-1!important;
    grid-row:2!important;
    grid-template-columns:minmax(260px,1fr) minmax(220px,.9fr)!important;
    gap:12px!important;
    align-items:end!important;
  }
}
