/* ===== Değişkenler ===== */
:root {
  --blue: #0b3d91;
  --blue-600: #1e6fd8;
  --blue-50: #eef4ff;
  --yellow: #ffcf3f;
  --green: #16a34a;
  --wa: #25d366;
  --ink: #0f172a;
  --muted: #5b6577;
  --line: #e6eaf1;
  --bg: #ffffff;
  --bg-soft: #f6f8fc;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(11, 61, 145, .10);
  --shadow-lg: 0 24px 60px rgba(11, 61, 145, .18);
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  background-color: var(--bg);
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background-color: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { font-family: "Poppins", sans-serif; line-height: 1.2; color: var(--ink); }

.ico { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }

.grad-text {
  background: linear-gradient(90deg, var(--blue-600), var(--blue));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== Butonlar ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  background: var(--blue); color: #fff;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--block { width: 100%; justify-content: center; margin-top: 4px; }
.btn--wa { background: var(--wa); }
.btn--outline { background: #fff; color: var(--blue); border: 2px solid var(--blue); }
.btn--light { background: #fff; color: var(--blue); }

/* ===== Üst blok (topbar + header birlikte sticky) ===== */
.site-top {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
}

/* ===== Üst çubuk ===== */
.topbar {
  background: var(--blue);
  color: #dbe6ff;
  font-size: 13px;
}
.topbar__inner { display: flex; justify-content: space-between; gap: 16px; padding: 8px 20px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 6px; }
.topbar .ico { width: 15px; height: 15px; fill: var(--yellow); }

/* ===== Header ===== */
.header {
  position: relative;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-top.scrolled .header { box-shadow: 0 6px 24px rgba(15,23,42,.08); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand__logo { width: 46px; height: 46px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-family: "Poppins", sans-serif; font-size: 19px; color: var(--blue); }
.brand__text small { font-size: 12px; color: var(--muted); letter-spacing: .5px; }

.nav { display: flex; align-items: center; gap: 8px; }
.nav__link { padding: 8px 14px; border-radius: 999px; font-weight: 500; font-size: 15px; color: var(--ink); transition: background .2s, color .2s; }
.nav__link:hover { background: var(--blue-50); color: var(--blue); }
.nav__cta { margin-left: 8px; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 26px; height: 3px; background: var(--blue); border-radius: 3px; transition: .3s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
  background: var(--bg-soft);
}
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 400px at 85% -10%, rgba(30,111,216,.16), transparent 60%),
    radial-gradient(700px 400px at 0% 110%, rgba(255,207,63,.18), transparent 55%),
    var(--bg-soft);
}
.hero__inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }

.badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); color: var(--blue); font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow); }
.badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(22,163,74,.5); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(22,163,74,.5)} 70%{box-shadow:0 0 0 10px rgba(22,163,74,0)} 100%{box-shadow:0 0 0 0 rgba(22,163,74,0)} }

.hero__title { font-size: clamp(30px, 5vw, 52px); font-weight: 800; margin: 18px 0 14px; }
.hero__desc { color: var(--muted); font-size: 17px; max-width: 520px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 30px; }

.hero__stats { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong { font-family: "Poppins", sans-serif; font-size: 20px; color: var(--blue); }
.hero__stats span { font-size: 13px; color: var(--muted); }

.hero__card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 26px; border: 1px solid var(--line); }
.hero__card-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.hero__card-head strong { display: block; font-family: "Poppins", sans-serif; color: var(--ink); }
.hero__card-head span { font-size: 13px; color: var(--muted); }
.hero__card-list { list-style: none; display: grid; gap: 10px; margin-bottom: 18px; }
.hero__card-list li { color: var(--ink); font-weight: 500; }

/* ===== Bölüm ortak ===== */
.section { padding: 78px 0; background: var(--bg); }
.section--alt { background: var(--bg-soft); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 1.5px; font-size: 12px; font-weight: 700; color: var(--blue-600); margin-bottom: 10px; }
.section__title { font-size: clamp(26px, 4vw, 38px); font-weight: 800; }
.section__sub { color: var(--muted); margin-top: 12px; font-size: 16px; }

/* ===== Kartlar ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card__icon { width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.card__icon svg { width: 30px; height: 30px; fill: #fff; }
.card__icon--blue { background: linear-gradient(135deg, var(--blue-600), var(--blue)); }
.card__icon--green { background: linear-gradient(135deg, #22c55e, #15803d); }
.card__icon--orange { background: linear-gradient(135deg, #fb923c, #ea580c); }
.card h3 { font-size: 21px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15px; }
.card__tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.card__tags li { font-size: 12.5px; font-weight: 600; color: var(--blue); background: var(--blue-50); padding: 5px 11px; border-radius: 999px; }

/* ===== Neden Biz ===== */
.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.why__media {
  position: relative; min-height: 340px; border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(11,61,145,.92), rgba(30,111,216,.85)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23ffffff' stroke-opacity='.12' stroke-width='1'/%3E%3C/svg%3E");
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.why__media::after { content: "🔧"; position: absolute; font-size: 120px; right: 20px; bottom: 10px; opacity: .18; }
.why__badge { position: absolute; left: 24px; top: 24px; background: var(--yellow); color: var(--ink); padding: 14px 20px; border-radius: 14px; box-shadow: var(--shadow); }
.why__badge strong { display: block; font-family: "Poppins", sans-serif; font-size: 24px; }
.why__badge span { font-size: 13px; font-weight: 600; }

.feature-list { list-style: none; display: grid; gap: 18px; margin-top: 24px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-list__ico { font-size: 24px; flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.feature-list strong { font-family: "Poppins", sans-serif; display: block; }
.feature-list p { color: var(--muted); font-size: 14.5px; }

/* ===== İletişim ===== */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; align-items: stretch; }
.contact__info { display: grid; gap: 14px; align-content: start; }
.contact__item { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; transition: transform .15s, box-shadow .2s; }
a.contact__item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact__ico { font-size: 22px; width: 44px; height: 44px; display: grid; place-items: center; background: var(--blue-50); border-radius: 10px; flex: 0 0 auto; }
.contact__item small { display: block; font-size: 12px; color: var(--muted); }
.contact__item strong { font-family: "Poppins", sans-serif; font-size: 15px; }
.contact__map { border-radius: var(--radius); overflow: hidden; min-height: 340px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

/* ===== CTA ===== */
.cta { background: linear-gradient(120deg, var(--blue), var(--blue-600)); color: #fff; }
.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 46px 20px; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: 28px; }
.cta p { color: #dbe6ff; margin-top: 4px; }

/* ===== Footer ===== */
.footer { background: #0a1a3a; color: #b9c6e0; padding-top: 54px; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.4fr; gap: 34px; padding-bottom: 40px; }
.footer__brand { display: flex; gap: 14px; align-items: flex-start; }
.footer__brand strong { font-family: "Poppins", sans-serif; color: #fff; font-size: 18px; display: block; margin-bottom: 6px; }
.footer__brand p { font-size: 14px; }
.footer__col h4 { color: #fff; margin-bottom: 14px; font-size: 16px; }
.footer__col a, .footer__col span { display: block; color: #b9c6e0; font-size: 14px; margin-bottom: 9px; transition: color .2s; }
.footer__col a:hover { color: var(--yellow); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; font-size: 13px; }
.footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* Ulus Media kredisi */
.credit {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 8px 16px; border-radius: 14px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.1);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.credit:hover { border-color: rgba(37,111,216,.7); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.credit__label { font-size: 11px; letter-spacing: .6px; text-transform: uppercase; color: #8fa1c4; font-weight: 600; }
.credit__img { height: 42px; width: auto; display: block; }

@media (max-width: 560px) {
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  .credit { flex-direction: column; gap: 6px; }
}

/* ===== Yüzen WhatsApp ===== */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.5);
  animation: floaty 2.6s ease-in-out infinite;
}
.fab svg { width: 32px; height: 32px; fill: #fff; }
.fab:hover { transform: scale(1.08); }
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

/* ===== Yasal sayfalar ===== */
.page-hero {
  background: linear-gradient(120deg, var(--blue), var(--blue-600));
  color: #fff; padding: 54px 0;
}
.page-hero__inner { text-align: center; }
.page-hero h1 { color: #fff; font-size: clamp(26px, 4vw, 40px); }
.breadcrumb { margin-top: 10px; font-size: 14px; color: #dbe6ff; }
.breadcrumb a { color: #fff; font-weight: 600; }
.breadcrumb a:hover { color: var(--yellow); }

.legal { padding: 56px 0 72px; }
.legal__wrap { max-width: 860px; margin: 0 auto; }
.legal__meta { color: var(--muted); font-size: 14px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.legal h2 {
  font-size: 22px; margin: 34px 0 12px; color: var(--blue);
  display: flex; align-items: baseline; gap: 10px;
}
.legal h2 .num { font-size: 15px; color: var(--yellow); background: var(--blue); border-radius: 8px; padding: 2px 9px; font-family: "Poppins", sans-serif; }
.legal h3 { font-size: 17px; margin: 20px 0 8px; }
.legal p { color: #33405a; margin-bottom: 12px; }
.legal ul, .legal ol { margin: 0 0 14px 22px; color: #33405a; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--blue-600); font-weight: 500; text-decoration: underline; }
.legal__box {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 18px 20px; margin: 16px 0;
}
.legal__box strong { color: var(--ink); }
.legal__toc {
  background: var(--blue-50); border: 1px solid #d6e2fb; border-radius: var(--radius);
  padding: 20px 24px; margin-bottom: 30px;
}
.legal__toc h4 { color: var(--blue); margin-bottom: 10px; font-size: 15px; }
.legal__toc ol { margin: 0 0 0 18px; }
.legal__toc a { text-decoration: none; }
.legal__toc a:hover { text-decoration: underline; }
.legal .back-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 30px; font-weight: 600; text-decoration: none; }

/* Basit üst menü (iç sayfalar) */
.subheader { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.subheader__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.subheader .btn { flex: 0 0 auto; }

/* ===== Çerez onay bandı ===== */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80;
  max-width: 520px; margin-left: auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 20px 22px;
  transform: translateY(160%); transition: transform .4s ease; opacity: 0;
}
.cookie.show { transform: translateY(0); opacity: 1; }
.cookie h4 { font-size: 16px; margin-bottom: 6px; }
.cookie p { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.cookie p a { color: var(--blue-600); font-weight: 600; }
.cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie__actions .btn { padding: 10px 18px; font-size: 14px; }

/* ===== Animasyon (reveal) ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card-wrap { max-width: 420px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .why, .contact { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .topbar__hours { display: none; }
  .menu-toggle { display: flex; }
  .header { position: relative; }
  .nav {
    position: absolute; top: 100%; right: 0; left: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 14px 20px; box-shadow: var(--shadow-lg);
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    pointer-events: none; transition: transform .25s ease, opacity .25s ease, visibility .25s;
    z-index: 40;
  }
  .nav.open {
    transform: none; opacity: 1; visibility: visible; pointer-events: auto;
  }
  .nav__link { padding: 12px 14px; }
  .nav__cta { margin: 6px 0 0; justify-content: center; }
  .cards { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .cta__inner { flex-direction: column; text-align: center; align-items: center; }
  .hero__stats { gap: 20px; }
}

@media (max-width: 420px) {
  .brand__text small { display: none; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}
