/* =========================================================
   Mali Mühür Ankara — Ana Stil Dosyası
   Kırmızı / Şık / %100 Responsive
   ========================================================= */

:root {
    --red:        #e11021;
    --red-dark:   #b00d1a;
    --red-darker: #8a0a14;
    --red-soft:   #fdecec;
    --ink:        #14161a;
    --ink-soft:   #2b2f36;
    --muted:      #5b6472;
    --line:       #e8eaee;
    --bg:         #ffffff;
    --soft:       #f6f7f9;
    --white:      #ffffff;
    --whatsapp:   #25d366;
    --radius:     14px;
    --radius-sm:  10px;
    --shadow-sm:  0 2px 8px rgba(20,22,26,.06);
    --shadow:     0 10px 30px rgba(20,22,26,.10);
    --shadow-red: 0 10px 24px rgba(225,16,33,.28);
    --max:        1180px;
    --font:       'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3 { line-height: 1.2; font-weight: 800; color: var(--ink); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }

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

.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--red); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Butonlar ---------- */
.btn {
    --btn-bg: var(--red);
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .96rem;
    cursor: pointer; border: 2px solid transparent; transition: .2s ease;
    white-space: nowrap; text-align: center;
}
.btn svg { flex: none; }
.btn--primary { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn--primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--red); border-color: var(--red); }
.btn--outline:hover { background: var(--red); color: #fff; }
.btn--light { background: #fff; color: var(--red); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--whatsapp { background: var(--whatsapp); color: #fff; }
.btn--whatsapp:hover { filter: brightness(.94); transform: translateY(-2px); }
.btn--lg { padding: 15px 30px; font-size: 1.05rem; }
.btn--sm { padding: 9px 16px; font-size: .85rem; }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--ink); color: #cfd3da; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 8px 20px; flex-wrap: wrap; }
.topbar__contact { display: flex; gap: 16px; }
.topbar__contact a:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96);
    backdrop-filter: saturate(160%) blur(8px); border-bottom: 1px solid var(--line);
    transition: box-shadow .2s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 40px; width: auto; }
.brand__text { font-weight: 800; font-size: 1.05rem; color: var(--ink); letter-spacing: -.02em; }
.brand__text strong { color: var(--red); }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-weight: 600; font-size: .95rem; color: var(--ink-soft); position: relative; }
.main-nav a:not(.btn):hover { color: var(--red); }
.main-nav a:not(.btn)::after {
    content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
    background: var(--red); transition: width .2s;
}
.main-nav a:not(.btn):hover::after { width: 100%; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
    position: relative; overflow: hidden;
    background:
        radial-gradient(1200px 500px at 85% -10%, rgba(225,16,33,.10), transparent 60%),
        linear-gradient(180deg, #fff 0%, var(--soft) 100%);
    padding: clamp(48px, 8vw, 96px) 0;
}
.hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; }
.hero__eyebrow {
    display: inline-block; background: var(--red-soft); color: var(--red-dark);
    font-weight: 700; font-size: .85rem; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.hero__title { font-size: clamp(2rem, 5vw, 3.25rem); letter-spacing: -.03em; margin-bottom: 18px; }
.hero__title span { color: var(--red); }
.hero__lead { font-size: 1.1rem; max-width: 560px; margin-bottom: 28px; }
.hero__lead strong { color: var(--ink); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero__trust { display: flex; gap: 22px; flex-wrap: wrap; font-weight: 700; font-size: .92rem; color: var(--ink-soft); }

.hero__visual { position: relative; }

/* ---------- Stats ---------- */
.stats { background: var(--ink); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding: 28px 20px; text-align: center; }
.stats__item strong { display: block; font-size: 1.7rem; color: #fff; }
.stats__item span { color: #b9bec8; font-size: .9rem; }

/* ---------- Sections ---------- */
.section { padding: clamp(48px, 7vw, 84px) 0; }
.section--alt { background: var(--soft); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section__tag {
    display: inline-block; color: var(--red); font-weight: 800; font-size: .8rem;
    letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px;
}
.section__head p { font-size: 1.05rem; margin-top: 10px; }

/* ---------- Grid ---------- */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--1-center { grid-template-columns: 1fr 1.2fr; align-items: stretch; max-width: 900px; margin: 0 auto; }

/* ---------- Ürün Kartı ---------- */
.card {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column;
    transition: .22s ease; overflow: hidden;
}
.card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
    background: linear-gradient(90deg, var(--red), var(--red-darker)); opacity: 0; transition: .22s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { opacity: 1; }
.card__badge {
    position: absolute; top: 16px; right: 16px; background: var(--red); color: #fff;
    font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px;
}
.card__cat { font-size: .78rem; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .05em; }
.card__title { margin: 8px 0 10px; font-size: 1.25rem; }
.card__desc { font-size: .94rem; margin-bottom: 16px; }
.card__features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.card__features li { font-size: .9rem; color: var(--ink-soft); padding-left: 24px; position: relative; }
.card__features li::before {
    content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800;
    background: var(--red-soft); width: 18px; height: 18px; border-radius: 50%;
    display: grid; place-items: center; font-size: .7rem;
}
.card .btn { margin-top: auto; }

/* ---------- Info Panel (Mali Mühür) ---------- */
.info-panel {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 30px; display: flex; flex-direction: column; justify-content: center;
}
.info-panel h3 { font-size: 1.35rem; margin-bottom: 10px; }
.check-list { margin: 16px 0 22px; display: flex; flex-direction: column; gap: 10px; }
.check-list li { padding-left: 28px; position: relative; color: var(--ink-soft); font-weight: 500; }
.check-list li::before {
    content: "✓"; position: absolute; left: 0; color: #fff; background: var(--red);
    width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: .75rem; top: 3px;
}
.info-panel .btn { align-self: flex-start; }

/* ---------- Feature ---------- */
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; transition: .2s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature__icon { font-size: 2rem; width: 62px; height: 62px; margin: 0 auto 14px; display: grid; place-items: center; background: var(--red-soft); border-radius: 16px; }
.feature h3 { margin-bottom: 8px; }
.feature p { font-size: .92rem; }
.feature--left { text-align: left; }
.feature--left .feature__icon { margin: 0 0 14px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.mini-tag { font-size: .72rem; font-weight: 600; color: var(--red-dark); background: var(--red-soft); padding: 4px 9px; border-radius: 999px; }
.branch-addr { font-size: .88rem; color: var(--ink-soft); margin-top: 12px; font-weight: 500; }
.branch-hours { font-size: .85rem; color: var(--muted); margin-top: 6px; }
.branch-map { display: inline-block; margin-top: 10px; font-weight: 700; font-size: .85rem; color: var(--red); }
.branch-map:hover { color: var(--red-dark); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px 26px; text-align: center; }
.step__no {
    width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 14px;
    background: var(--red); color: #fff; font-weight: 800; font-size: 1.3rem; border-radius: 50%;
    box-shadow: var(--shadow-red);
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: .92rem; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary {
    cursor: pointer; padding: 18px 22px; font-weight: 700; font-size: 1.02rem; color: var(--ink);
    list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--red); font-size: 1.5rem; font-weight: 700; transition: transform .2s; flex: none; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__answer { padding: 0 22px 20px; }
.faq__answer p { font-size: .96rem; }

/* ---------- CTA Band ---------- */
.cta-band { background: linear-gradient(120deg, var(--red) 0%, var(--red-darker) 100%); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px 20px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,.88); max-width: 560px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: #0f1115; color: #aeb4be; font-size: .92rem; padding-top: 56px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 40px; }
.site-footer__logo { filter: brightness(0) invert(1); opacity: .9; margin-bottom: 14px; height: 40px; width: auto; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer__col ul { display: flex; flex-direction: column; gap: 9px; }
.site-footer__col a:hover { color: #fff; }
.site-footer p { color: #8b929d; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.site-footer__bottom p { color: #767c86; font-size: .85rem; text-align: center; }
.site-footer__seo { font-size: .8rem !important; color: #6a707a !important; margin-bottom: 8px; }
/* Ofisler yatay bant */
.site-footer__offices { border-top: 1px solid rgba(255,255,255,.08); padding: 30px 0 12px; }
.site-footer__offices-title { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.office-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 18px 20px; }
.office-card strong { display: block; color: #fff; font-size: .98rem; margin-bottom: 8px; }
.office-card address { font-style: normal; color: #9aa0aa; font-size: .9rem; line-height: 1.55; margin-bottom: 10px; }
.office-hours { display: block; color: #8b929d; font-size: .85rem; margin-bottom: 10px; }
.office-map { display: inline-block; color: #ff6b78; font-weight: 700; font-size: .85rem; }
.office-map:hover { color: #fff; }
.office-card--remote { background: rgba(225,16,33,.10); border-color: rgba(225,16,33,.25); }

/* ---------- WhatsApp Float ---------- */
.whatsapp-float {
    position: fixed; right: 20px; bottom: 20px; z-index: 200;
    width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp); color: #fff;
    display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.45);
    transition: .2s; animation: pulse 2.4s infinite;
}
.whatsapp-float:hover { transform: scale(1.08); }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

