/* KINGCARS preview — optimized SEO/GEO discovery block v23 */
.kc-seo-discovery-v23{
  --kc-discovery-bg:#071a20;
  --kc-discovery-line:rgba(255,255,255,.13);
  --kc-discovery-muted:#aeb9bd;
  position:relative;
  overflow:hidden;
  padding:48px 0 28px;
  background:var(--kc-discovery-bg);
  color:#fff;
}
.kc-seo-discovery-v23::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 82% 15%,rgba(163,126,52,.08),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.012),transparent 45%);
}
.kc-discovery-shell{position:relative;z-index:1}
.kc-discovery-eyebrow{
  display:flex;align-items:center;gap:10px;margin-bottom:22px;
  color:#f4f5f5;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase
}
.kc-discovery-eyebrow>span{width:32px;height:1px;background:rgba(255,255,255,.65)}
.kc-discovery-group{min-width:0}
.kc-discovery-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.kc-discovery-heading-row h2{
  margin:0;color:#f7f8f8;font-family:var(--sans,Arial,sans-serif);font-size:clamp(24px,2.25vw,34px);font-weight:400;line-height:1.06;letter-spacing:-.035em
}
.kc-discovery-heading-row h2 strong{font-weight:900}
.kc-discovery-heading-row>a{
  flex:0 0 auto;color:#fff;text-decoration:none;font-size:10px;font-weight:850;white-space:nowrap;opacity:.82;transition:opacity .16s ease,transform .16s ease
}
.kc-discovery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;row-gap:0}
.kc-discovery-item{
  min-width:0;display:flex;align-items:baseline;gap:5px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07);
  color:#fff;text-decoration:none;font-size:11px;line-height:1.22;transition:border-color .16s ease,color .16s ease,transform .16s ease
}
.kc-discovery-item>span:first-child{color:var(--kc-discovery-muted);font-weight:450;white-space:nowrap}
.kc-discovery-item>strong{min-width:0;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kc-discovery-location>strong{text-transform:uppercase}
.kc-discovery-divider{height:1px;margin:30px 0;background:var(--kc-discovery-line)}
.kc-discovery-more{margin-top:16px;border-top:1px solid var(--kc-discovery-line)}
.kc-discovery-more summary{
  min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:#fff;font-size:11px;font-weight:850
}
.kc-discovery-more summary::-webkit-details-marker{display:none}
.kc-discovery-more summary::after{content:"+";order:3;width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:17px;font-weight:400;transition:transform .18s ease}
.kc-discovery-more[open] summary::after{transform:rotate(45deg)}
.kc-discovery-more summary small{margin-left:auto;color:var(--kc-discovery-muted);font-size:9.5px;font-weight:650}
.kc-discovery-location-grid-more{padding:4px 0 14px}
.kc-discovery-bottom{
  min-height:52px;margin-top:22px;padding-top:17px;border-top:1px solid var(--kc-discovery-line);
  display:flex;align-items:center;justify-content:space-between;gap:20px;color:#dbe1e3;font-size:10px;font-weight:750
}
.kc-discovery-bottom a{color:#fff;text-decoration:none;font-weight:900}
.kc-discovery-bottom span{color:var(--kc-discovery-muted)}

@media (hover:hover) and (pointer:fine){
  .kc-discovery-heading-row>a:hover,.kc-discovery-bottom a:hover{opacity:1;transform:translateX(2px)}
  a.kc-discovery-item:hover{color:#fff;border-color:rgba(255,255,255,.32);transform:translateX(2px)}
  a.kc-discovery-item:hover>span:first-child{color:#dce2e4}
}

@media (max-width:1080px){
  .kc-discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:20px}
}
@media (max-width:760px){
  .kc-seo-discovery-v23{padding:36px 0 22px}
  .kc-discovery-eyebrow{margin-bottom:18px;font-size:9px}
  .kc-discovery-heading-row{display:block;margin-bottom:14px}
  .kc-discovery-heading-row h2{font-size:26px;max-width:560px}
  .kc-discovery-heading-row>a{display:inline-block;margin-top:10px}
  .kc-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}
  .kc-discovery-item{display:block;padding:9px 0}
  .kc-discovery-item>span:first-child{display:block;margin-bottom:3px;font-size:8.5px;white-space:normal}
  .kc-discovery-item>strong{display:block;font-size:10.5px;white-space:normal}
  .kc-discovery-divider{margin:25px 0}
  .kc-discovery-more summary{min-height:52px}
  .kc-discovery-more summary small{display:none}
  .kc-discovery-bottom{display:block;padding-top:16px}
  .kc-discovery-bottom span{display:block;margin-top:8px;font-size:9px}
}
@media (max-width:420px){
  .kc-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}
  .kc-discovery-heading-row h2{font-size:23px}
  .kc-discovery-item{padding:8px 0}
}
@media (prefers-reduced-motion:reduce){
  .kc-discovery-heading-row>a,.kc-discovery-item,.kc-discovery-more summary::after{transition:none!important}
}
