*{box-sizing:border-box}
:root{
  --bg:#fff;
  --text:#0f2138;
  --muted:#6f7b8d;
  --line:#dce3eb;
  --soft:#f7f9fb;
  --accent:#e20f18;
  --accent-hover:#c70d15;
  --link:#1a0dab;
  --star:#f59e0b;
  --success:#1b8f52;
}
html,body{
  margin:0;
  min-height:100%;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
button,input{font:inherit}
a{text-decoration:none;color:inherit}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

/* ANA SAYFA */
.home-shell{min-height:100vh;display:grid;place-items:center;padding:24px}
.search-hero{width:min(1040px,100%);text-align:center;transform:translateY(-6vh)}
.search-hero h1{
  margin:0;color:var(--text);font-size:clamp(54px,6vw,92px);
  line-height:.98;font-weight:800;letter-spacing:-4px;
}
.site-subtitle{
  margin:14px 0 42px;color:#657184;font-size:clamp(28px,3vw,45px);
  font-weight:400;line-height:1.1;letter-spacing:-1.5px;
}
.search-box{
  width:min(980px,100%);min-height:78px;margin:0 auto;
  padding:7px 7px 7px 25px;display:flex;align-items:center;gap:16px;
  border:1px solid var(--line);border-radius:24px;background:#fff;
  box-shadow:0 8px 28px rgba(15,33,56,.06);
}
.search-icon{width:30px;height:30px;flex:0 0 30px;color:var(--text)}
.search-icon svg{
  width:100%;height:100%;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;
}
.search-box input{
  flex:1;min-width:0;height:60px;border:0;outline:0;background:transparent;
  color:var(--text);font-size:20px;
}
.search-box input::placeholder{color:#8b96a6}
.search-box button,.results-search button{
  border:0;background:var(--accent);color:#fff;font-weight:700;
  cursor:pointer;transition:background .2s ease;
}
.search-box button{
  min-width:178px;height:62px;border-radius:18px;font-size:20px;
}
.search-box button:hover,.results-search button:hover{background:var(--accent-hover)}

/* ARAMA SONUÇLARI */
.results-page{min-height:100vh;background:#fff}
.results-header{
  min-height:86px;
  display:grid;
  grid-template-columns:auto minmax(420px,760px) 1fr;
  align-items:center;
  gap:32px;
  padding:14px 42px;
  border-bottom:1px solid #edf0f3;
  position:sticky;
  top:0;
  z-index:30;
  background:#fff;
}
.results-brand{
  font-size:22px;font-weight:800;letter-spacing:-.8px;white-space:nowrap;
}
.results-search{
  min-height:54px;display:flex;align-items:center;gap:12px;
  padding:5px 5px 5px 17px;border:1px solid var(--line);
  border-radius:18px;background:#fff;
  box-shadow:0 4px 16px rgba(15,33,56,.05);
}
.results-search .search-icon{width:22px;height:22px;flex-basis:22px}
.results-search input{
  flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:16px;
}
.results-search button{min-width:108px;height:42px;border-radius:13px}

.results-layout{
  width:min(1640px,calc(100% - 84px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,820px) minmax(420px,520px);
  justify-content:space-between;
  gap:72px;
  padding:40px 0 90px;
}
.results-meta{margin:0 0 38px;color:var(--muted);font-size:13px}
.search-result{padding:0 16px 0 0;margin-bottom:38px}
.result-site{
  display:inline-block;color:#3f4c5f;font-size:13px;margin-bottom:7px;
}
.result-site:hover{text-decoration:underline}
.result-title{
  display:block;width:max-content;max-width:100%;
  color:var(--link);font-size:21px;line-height:1.3;margin-bottom:6px;
}
.result-title:hover{text-decoration:underline}
.search-result p{
  margin:0;color:#4d596b;font-size:14px;line-height:1.6;
}
.result-meta-line{
  display:block;margin-top:8px;color:#7a8596;font-size:12px;
}

/* SAĞ KAYITLI İŞLETMELER ALANI */
.registered-panel{
  align-self:start;
  position:sticky;
  top:112px;
  border:1px solid #e2e7ed;
  border-radius:22px;
  background:#fff;
  box-shadow:0 8px 28px rgba(15,33,56,.045);
  overflow:hidden;
}
.registered-panel-head{
  padding:28px 28px 20px;
  border-bottom:1px solid #edf0f3;
}
.registered-kicker{
  display:block;
  color:var(--accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:1.2px;
  margin-bottom:9px;
}
.registered-panel-head h2{
  margin:0 0 7px;
  font-size:27px;
  line-height:1.15;
  letter-spacing:-.8px;
}
.registered-panel-head p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.registered-list{padding:8px 0}
.registered-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 28px;
  border-bottom:1px solid #edf0f3;
  transition:background .18s ease;
}
.registered-card:hover{background:#fafbfc}
.registered-card-main{min-width:0}
.registered-title-row{
  display:flex;
  align-items:center;
  gap:8px;
}
.registered-title-row h3{
  margin:0;
  font-size:17px;
  letter-spacing:-.25px;
}
.verified-badge{
  width:20px;height:20px;
  flex:0 0 20px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#eaf8f0;
  color:var(--success);
  font-size:12px;
  font-weight:900;
}
.verified-badge.large{width:23px;height:23px;flex-basis:23px}
.registered-card p{
  margin:6px 0 7px;
  color:var(--muted);
  font-size:12px;
}
.registered-rating{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
}
.registered-rating strong{font-size:13px}
.registered-rating span{color:var(--star);letter-spacing:.5px}
.registered-rating small{color:var(--muted)}
.registered-arrow{
  color:#9ba5b4;
  font-size:29px;
  line-height:1;
}

.register-cta{
  margin:18px;
  padding:18px;
  border:1px solid #f3d9d5;
  border-radius:15px;
  background:#fff8f6;
}
.register-cta strong{font-size:14px}
.register-cta p{
  margin:6px 0 14px;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.register-cta a{
  display:inline-block;
  padding:10px 13px;
  border-radius:9px;
  background:var(--accent);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

/* KAYITLI İŞLETME DETAYI */
.registered-detail{padding-bottom:6px}
.registered-back{
  display:block;
  padding:20px 28px 0;
  color:#556173;
  font-size:12px;
  font-weight:700;
}
.registered-back:hover{color:var(--accent)}
.registered-detail-head{
  padding:18px 28px 22px;
  border-bottom:1px solid #edf0f3;
}
.registered-detail-head h2{
  margin:0;
  font-size:27px;
  line-height:1.18;
  letter-spacing:-.8px;
}
.registered-detail-head>p{
  margin:8px 0 10px;
  color:var(--muted);
  font-size:13px;
}
.registered-section{
  padding:21px 28px;
  border-bottom:1px solid #edf0f3;
}
.registered-section:last-child{border-bottom:0}
.registered-section h3{
  margin:0 0 14px;
  font-size:15px;
}
.registered-info{
  margin:0;
  display:grid;
  gap:13px;
}
.registered-info>div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
}
.registered-info dt{
  color:var(--muted);
  font-size:12px;
}
.registered-info dd{
  margin:0;
  font-size:12px;
  line-height:1.5;
}
.registered-info dd a{
  color:var(--link);
}
.registered-info dd a:hover{text-decoration:underline}
.service-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.service-tags span{
  padding:7px 10px;
  border:1px solid #e7ebf0;
  border-radius:999px;
  background:var(--soft);
  color:#4d596b;
  font-size:12px;
}
.registered-description{
  margin:0;
  color:#556173;
  font-size:13px;
  line-height:1.6;
}

@media (max-width:1050px){
  .results-layout{
    width:calc(100% - 36px);
    grid-template-columns:1fr;
    gap:30px;
  }
  .registered-panel{position:relative;top:auto}
}
@media (max-width:900px){
  .results-header{
    grid-template-columns:1fr;
    gap:14px;
    padding:16px 18px;
  }
}
@media (max-width:700px){
  .home-shell{padding:18px}
  .search-hero{transform:none}
  .search-hero h1{font-size:48px;letter-spacing:-2.3px}
  .site-subtitle{margin:10px 0 30px;font-size:29px}
  .search-box{
    min-height:64px;padding:6px 6px 6px 16px;
    gap:10px;border-radius:18px;
  }
  .search-icon{width:24px;height:24px;flex-basis:24px}
  .search-box input{height:50px;font-size:16px}
  .search-box button{
    min-width:84px;height:50px;border-radius:14px;font-size:16px;
  }
  .results-search button{min-width:80px}
  .registered-panel-head,
  .registered-card,
  .registered-detail-head,
  .registered-section{
    padding-left:20px;
    padding-right:20px;
  }
}
