/* Adana Servis Ekibi - Landing v1 (policy-safe wording) */
:root{
  --bg1:#071a2b;
  --bg2:#062b2c;
  --accent:#f7b500;
  --accent2:#0bb4b5;
  --soft:#f5f7fb;
  --ink:#0e1b2a;
  --muted:#637186;
  --card:#ffffff;
  --radius:18px;
  --shadow: 0 20px 60px rgba(9, 21, 40, .18);
  --shadow2: 0 14px 30px rgba(10, 24, 44, .14);
}

html,body{scroll-behavior:smooth;}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  background: var(--soft);
  color: var(--ink);
  overflow-x:hidden;
}

.topline{
  background: linear-gradient(90deg, rgba(11,180,181,.92), rgba(7,26,43,.92));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero{
  position: relative;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(247,181,0,.20), transparent 60%),
              radial-gradient(900px 500px at 85% 30%, rgba(11,180,181,.18), transparent 60%),
              linear-gradient(135deg, var(--bg1), var(--bg2));
  color:#fff;
  overflow:hidden;
}
.hero-wave{
  position:absolute;left:-10%;right:-10%;bottom:-1px;height:90px;
  background: linear-gradient(to bottom, rgba(245,247,251,0), rgba(245,247,251,1));
  filter: blur(0.2px);
}
.badge-soft{
  display:inline-flex;align-items:center;gap:.45rem;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding:.55rem .85rem;
  color: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
}
.text-white-75{color:rgba(255,255,255,.75)!important;}
.text-accent{color:var(--accent)!important;}

.glass-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.pill{
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.72rem;font-weight:700;
  padding:.35rem .6rem;border-radius:999px;
  letter-spacing:.08em;
}
.pill-live{
  background: rgba(247,181,0,.18);
  color: #ffe08a;
  border: 1px solid rgba(247,181,0,.28);
}

.hint-box{
  background:#fff;
  border-radius: 14px;
  box-shadow: var(--shadow2);
}
.hint-ico{
  width:36px;height:36px;border-radius:12px;
  background: rgba(11,180,181,.12);
  display:grid;place-items:center;
  color: var(--accent2);
  flex:0 0 auto;
}

.btn-accent{
  background: linear-gradient(135deg, var(--accent), #ffcf43);
  border:none;
  color:#1b1b1b;
  box-shadow: 0 12px 30px rgba(247,181,0,.22);
}
.btn-accent:hover{filter: brightness(.98); transform: translateY(-1px);}
.btn-glass{
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color:#fff;
}
.btn-glass:hover{background: rgba(255,255,255,.16); color:#fff;}

.hero-stats{
  display:flex;flex-wrap:wrap;gap:10px;
}
.hero-stats .stat{
  flex: 1 1 160px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: .9rem 1rem;
}
.hero-stats .k{color:rgba(255,255,255,.65); font-size:.85rem;}
.hero-stats .v{font-weight:800; font-size:1.1rem;}

.section-title .eyebrow{
  font-weight:800;
  letter-spacing:.12em;
  color: var(--accent2);
  text-transform:uppercase;
  font-size:.78rem;
}
.card-soft{
  border:none;
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}
.timeline{display:grid;gap:12px;margin-top:14px;}
.step{
  display:flex;gap:12px;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(11,180,181,.08);
  border: 1px solid rgba(11,180,181,.14);
}
.step .num{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  background: rgba(247,181,0,.18);
  color:#6c5200;
  font-weight:900;
  flex:0 0 auto;
}
.step .ttl{font-weight:800;margin-bottom:2px;}
.step .txt{color:var(--muted);font-size:.92rem;}

.note-box{
  background: rgba(247,181,0,.10);
  border:1px solid rgba(247,181,0,.20);
  border-radius: 16px;
}

.accordion-soft .accordion-item{
  border:none;
  border-radius: 16px!important;
  overflow:hidden;
  box-shadow: 0 10px 22px rgba(10,24,44,.08);
  margin-bottom:10px;
}
.accordion-soft .accordion-button{
  background: #fff;
  font-weight: 800;
}
.accordion-soft .accordion-button:not(.collapsed){
  color: var(--accent2);
  background: rgba(11,180,181,.08);
}

.review-slider{
  display:grid;
  gap:10px;
}
.review{
  background:#fff;
  border-radius: 16px;
  border:1px solid rgba(14,27,42,.08);
  padding: 14px 14px;
}
.review .top{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;
}
.review .name{font-weight:900;}
.review .stars{color:#ffb400;}
.review .text{color:var(--muted); font-size:.95rem; line-height:1.45;}
.review .meta{color:#8a97aa; font-size:.82rem; margin-top:8px;}

.faq{
  background:#fff;
  border-radius: 18px;
  border:1px solid rgba(14,27,42,.08);
  padding: 14px;
  height:100%;
}
.faq .q{font-weight:900;margin-bottom:6px;}
.faq .a{color:var(--muted);font-size:.95rem;line-height:1.45;}

.footer{
  background: linear-gradient(135deg, #061a2a, #042728);
  color:#fff;
}
.brandmark{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(247,181,0,.14);
  border: 1px solid rgba(247,181,0,.22);
  color:#ffda72;
}
.footer-title{
  font-weight:900;
  margin-bottom:.75rem;
}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:8px;}
.footer-links a{color:rgba(255,255,255,.75);text-decoration:none;}
.footer-links a:hover{color:#fff;text-decoration:underline;}
.contact-card{
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.footer-bottom{border-top:1px solid rgba(255,255,255,.10);}

.sticky-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  padding: 10px 0;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(14,27,42,.08);
  z-index: 50;
}
.sticky-inner{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  border-radius: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 28px rgba(10,24,44,.10);
}
.pulse-dot{
  width:10px;height:10px;border-radius:50%;
  background: var(--accent2);
  box-shadow: 0 0 0 0 rgba(11,180,181,.7);
  animation: pulse 1.6s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(11,180,181,.55)}
  70%{box-shadow:0 0 0 14px rgba(11,180,181,0)}
  100%{box-shadow:0 0 0 0 rgba(11,180,181,0)}
}

/* Live notification */
.live-notify{
  position: fixed;
  left: 16px;
  bottom: 96px;
  z-index: 60;
  width: min(420px, calc(100vw - 32px));
  display:none;
}
.live-notify.show{display:block;}
.live-card{
  background:#fff;
  border-radius: 18px;
  box-shadow: var(--shadow2);
  border: 1px solid rgba(14,27,42,.10);
  padding: 12px 12px;
}
.live-ico{
  width:42px;height:42px;border-radius:16px;
  background: rgba(247,181,0,.14);
  border: 1px solid rgba(247,181,0,.22);
  display:grid;place-items:center;
  color:#6c5200;
  flex:0 0 auto;
}
.live-title{font-weight:900; line-height:1.2;}
.live-sub{color:var(--muted); font-size:.92rem;}

/* Emergency overlay */
.emergency-overlay{
  position:fixed; inset:0;
  background: rgba(0,0,0,.62);
  z-index: 100;
  display:grid;
  place-items:center;
  padding: 18px;
}
.emergency-content{
  width:min(520px, 100%);
  border-radius: 24px;
  background:#fff;
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
}
.emergency-badge{
  display:inline-flex;align-items:center;gap:8px;
  background: rgba(11,180,181,.10);
  border:1px solid rgba(11,180,181,.16);
  border-radius: 999px;
  padding: .45rem .75rem;
  color: var(--accent2);
  font-weight: 800;
}
.count-wrap{
  position: relative;
  width: 140px; height: 140px;
  margin: 0 auto;
  display:grid;place-items:center;
}
.count-num{
  font-weight: 1000;
  font-size: 3.2rem;
}
.count-ring{
  position:absolute; inset:0;
  border-radius: 50%;
  border: 10px solid rgba(11,180,181,.18);
  border-top-color: rgba(11,180,181,.86);
  animation: spin 1.1s linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}
.btn-emergency{
  background: linear-gradient(135deg, var(--accent2), #1ed7d8);
  border:none;
  color:#062326;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(11,180,181,.22);
}
.btn-emergency.danger{
  background: linear-gradient(135deg, #ff3b3b, #ff7373) !important;
  color:#fff !important;
  box-shadow: 0 14px 30px rgba(255,59,59,.20) !important;
}

/* Smart boxes */
.smart-card{
  border-radius: 20px;
  background:#fff;
  border:1px solid rgba(14,27,42,.08);
  box-shadow: 0 14px 28px rgba(10,24,44,.10);
  padding: 14px;
  height:100%;
  transition: transform .15s ease, box-shadow .15s ease;
}
.smart-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(10,24,44,.14);
}
.smart-head{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;
}
.smart-ico{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(11,180,181,.10);
  border:1px solid rgba(11,180,181,.16);
  color: var(--accent2);
}
.smart-title{font-weight: 1000; margin:0;}
.smart-sub{color:var(--muted); font-size:.9rem;}
.smart-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.smart-actions .btn{border-radius: 14px; font-weight: 800;}

/* Legal pages */
.legal-hero{
  background: linear-gradient(135deg, #061a2a, #042728);
  color:#fff;
  padding: 44px 0 30px;
}
.legal-card{
  border-radius: 18px;
  box-shadow: var(--shadow2);
  border:1px solid rgba(14,27,42,.08);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  *{animation:none!important; transition:none!important; scroll-behavior:auto!important;}
}


/* Activity feed */
.feed{
  display:grid;
  gap:10px;
}
.feed-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding: 12px 12px;
  border-radius: 16px;
  background: #fff;
  border:1px solid rgba(14,27,42,.08);
}
.feed-left{display:flex;gap:10px;align-items:flex-start;}
.feed-ico{
  width:38px;height:38px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(11,180,181,.10);
  border:1px solid rgba(11,180,181,.16);
  color: var(--accent2);
  flex:0 0 auto;
}
.feed-title{font-weight:900;line-height:1.2;}
.feed-sub{color:var(--muted); font-size:.92rem; margin-top:2px;}
.feed-meta{color:#8a97aa;font-size:.82rem;white-space:nowrap;margin-top:2px;}
/* Urgency chip */
.chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:.4rem .65rem;
  border-radius:999px;
  border:1px solid rgba(14,27,42,.10);
  background: rgba(255,255,255,.72);
  font-weight:800;
  font-size:.82rem;
}
.chip i{opacity:.8}
.chip.high{border-color: rgba(255,59,59,.25); background: rgba(255,59,59,.08); color:#b31616;}
.chip.med{border-color: rgba(247,181,0,.25); background: rgba(247,181,0,.10); color:#6c5200;}
.chip.low{border-color: rgba(11,180,181,.25); background: rgba(11,180,181,.10); color:#0b6a6b;}
