/* ============ Akkaya Halı Yıkama - Site Teması ============ */
:root {
    --pri: #0e7490;          /* petrol mavisi */
    --pri-dark: #155e75;
    --pri-darker: #0c4a5e;
    --accent: #f59e0b;       /* turuncu vurgu */
    --accent-dark: #d97706;
    --ink: #0f172a;
    --muted: #55657a;
    --bg: #f6f9fb;
    --line: #e3ebf2;
    --ok: #10b981;
    --radius: 14px;
    --shadow: 0 6px 24px rgba(15, 42, 61, .08);
    --shadow-lg: 0 16px 48px rgba(15, 42, 61, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--pri); text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { line-height: 1.25; font-weight: 800; }

/* ---------- Üst şerit ---------- */
.topbar {
    background: var(--pri-darker);
    color: #cdeaf5;
    font-size: 13.5px;
    padding: 7px 0;
}
.topbar-in { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.topbar b { color: #fff; }

/* ---------- Header ---------- */
.site-header {
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 42, 61, .07);
    position: sticky; top: 0; z-index: 100;
}
.header-in { display: flex; align-items: center; gap: 28px; padding: 12px 20px; }

.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
    width: 46px; height: 46px; border-radius: 12px;
    background: linear-gradient(135deg, var(--pri), #22b8d4);
    color: #fff; font-weight: 800; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(14, 116, 144, .35);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; color: var(--ink); font-size: 15px; font-weight: 600; }
.logo-text b { color: var(--pri); font-size: 17px; }
.logo-text small { color: var(--muted); font-size: 11px; font-weight: 500; margin-top: 2px; }

.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a {
    color: var(--ink); font-weight: 600; font-size: 14.5px;
    padding: 8px 13px; border-radius: 8px; transition: .15s;
}
.main-nav a:hover { background: #eef6fa; color: var(--pri); }
.main-nav a.active { background: #e3f3f9; color: var(--pri); }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 22px; border-radius: 10px; font-weight: 700; font-size: 15px;
    border: none; cursor: pointer; transition: .18s; font-family: inherit;
}
.btn-call { background: var(--accent); color: #fff; box-shadow: 0 4px 14px rgba(245, 158, 11, .4); white-space: nowrap; }
.btn-call:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-pri { background: var(--pri); color: #fff; }
.btn-pri:hover { background: var(--pri-dark); }
.btn-white { background: #fff; color: var(--pri-dark); }
.btn-white:hover { transform: translateY(-1px); }
.btn-outline-white { border: 2px solid rgba(255,255,255,.7); color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,.12); }
.btn-lg { padding: 15px 30px; font-size: 16.5px; }

.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--pri); cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
    background:
        radial-gradient(900px 400px at 85% -10%, rgba(34, 184, 212, .25), transparent),
        linear-gradient(140deg, var(--pri-darker) 0%, var(--pri-dark) 55%, var(--pri) 100%);
    color: #fff;
    padding: 72px 0 96px;
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 70px;
    background: var(--bg);
    clip-path: ellipse(75% 100% at 50% 100%);
}
.hero-in { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.hero .kicker {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
    padding: 6px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 600; margin-bottom: 18px;
}
.hero h1 { font-size: clamp(30px, 4.4vw, 46px); margin-bottom: 16px; }
.hero h1 span { color: #7dd3fc; }
.hero p.lead { font-size: 17.5px; color: #d7ecf4; max-width: 560px; margin-bottom: 26px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; font-size: 14px; }
.hero-trust div b { display: block; font-size: 21px; }

/* Hero form kartı */
.hero-card {
    background: #fff; color: var(--ink); border-radius: var(--radius);
    box-shadow: var(--shadow-lg); padding: 28px; position: relative; z-index: 2;
}
.hero-card h3 { color: var(--pri-dark); margin-bottom: 4px; font-size: 20px; }
.hero-card p { color: var(--muted); font-size: 13.5px; margin-bottom: 16px; }

/* ---------- Formlar ---------- */
.form-grid { display: grid; gap: 12px; }
.form-grid input, .form-grid textarea, .form-grid select {
    width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
    font-size: 15px; font-family: inherit; background: #fbfdfe; transition: .15s;
}
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus {
    outline: none; border-color: var(--pri); background: #fff; box-shadow: 0 0 0 3px rgba(14,116,144,.12);
}
.form-note { font-size: 12px; color: var(--muted); }
.alert-ok {
    background: #ecfdf5; border: 1.5px solid #a7f3d0; color: #065f46;
    padding: 13px 16px; border-radius: 10px; font-size: 14.5px; font-weight: 600; margin-bottom: 14px;
}
.alert-err {
    background: #fef2f2; border: 1.5px solid #fecaca; color: #991b1b;
    padding: 13px 16px; border-radius: 10px; font-size: 14.5px; font-weight: 600; margin-bottom: 14px;
}
.honeypot { position: absolute; left: -9999px; opacity: 0; }

/* ---------- Bölümler ---------- */
.section { padding: 72px 0; }
.section-alt { background: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head .eyebrow {
    color: var(--accent-dark); font-weight: 800; text-transform: uppercase;
    letter-spacing: .12em; font-size: 12.5px;
}
.section-head h2 { font-size: clamp(25px, 3.2vw, 34px); margin: 8px 0 12px; }
.section-head p { color: var(--muted); }

/* Hizmet kartları */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px; box-shadow: var(--shadow); transition: .2s; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #bfe3ef; }
.card .icon {
    width: 54px; height: 54px; border-radius: 13px; margin-bottom: 16px;
    background: linear-gradient(135deg, #e0f2fe, #cffafe);
    display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.card h3 { font-size: 18.5px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14.5px; flex: 1; }
.card .card-link { margin-top: 14px; font-weight: 700; font-size: 14.5px; }

/* Neden biz */
.why { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .tick {
    flex: none; width: 42px; height: 42px; border-radius: 50%;
    background: #ecfdf5; color: var(--ok); font-size: 20px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.why-item h3 { font-size: 16.5px; margin-bottom: 4px; }
.why-item p { color: var(--muted); font-size: 14px; }

/* Süreç adımları */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; counter-reset: step; }
.step {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 22px; position: relative; box-shadow: var(--shadow);
}
.step::before {
    counter-increment: step; content: counter(step);
    position: absolute; top: -16px; left: 22px;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--accent); color: #fff; font-weight: 800;
    display: flex; align-items: center; justify-content: center; font-size: 15px;
    box-shadow: 0 4px 10px rgba(245,158,11,.4);
}
.step h3 { font-size: 16.5px; margin: 6px 0 6px; }
.step p { color: var(--muted); font-size: 14px; }

/* Yorumlar */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 22px; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.review .stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 10px; }
.review p { font-size: 14.5px; color: #334155; font-style: italic; }
.review .who { margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--pri-dark); }
.review .who small { display: block; color: var(--muted); font-weight: 500; }

/* SSS */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    padding: 18px 22px; margin-bottom: 12px; box-shadow: var(--shadow);
}
.faq summary { font-weight: 700; cursor: pointer; font-size: 15.5px; list-style: none; position: relative; padding-right: 30px; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: -2px; font-size: 22px; color: var(--pri); }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin-top: 10px; color: var(--muted); font-size: 14.5px; }

/* Bölge etiketleri */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
    background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
    padding: 8px 18px; font-size: 14px; font-weight: 600; color: var(--ink); transition: .15s;
}
.chip:hover { border-color: var(--pri); color: var(--pri); background: #eef8fb; }
.chip.hot { background: var(--pri); border-color: var(--pri); color: #fff; }
.chip.hot:hover { background: var(--pri-dark); }

/* ---------- CTA bandı ---------- */
.cta-band { background: linear-gradient(120deg, var(--pri-dark), var(--pri)); color: #fff; padding: 46px 0; }
.cta-band-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(21px, 2.6vw, 27px); margin-bottom: 6px; }
.cta-band p { color: #cfe9f2; }
.cta-band-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: #0b1c26; color: #9fb6c1; font-size: 14px; }
.footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px; padding: 56px 20px 40px;
}
.logo-footer .logo-text { color: #fff; }
.logo-footer .logo-text small { color: #7d97a3; }
.site-footer h3 { color: #fff; font-size: 15.5px; margin-bottom: 14px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #9fb6c1; }
.site-footer a:hover { color: #7dd3fc; }
.footer-contact { margin-top: 14px; line-height: 2; }
.footer-contact a { color: #fff; font-weight: 700; }
.footer-bottom { border-top: 1px solid #16303d; padding: 18px 0; font-size: 13px; text-align: center; }

/* ---------- Yüzen butonlar ---------- */
.float-wa, .float-call {
    position: fixed; right: 20px; z-index: 90;
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: .18s;
}
.float-wa { bottom: 20px; background: #25d366; }
.float-call { bottom: 88px; background: var(--accent); }
.float-wa:hover, .float-call:hover { transform: scale(1.08); }

.mobile-cta { display: none; }

/* ---------- İç sayfalar ---------- */
.page-hero {
    background: linear-gradient(135deg, var(--pri-darker), var(--pri));
    color: #fff; padding: 52px 0; text-align: center;
}
.page-hero h1 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 10px; }
.page-hero p { color: #cfe9f2; max-width: 640px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: #9fd4e4; margin-bottom: 14px; }
.breadcrumb a { color: #cdeef8; }

.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start; }
.prose { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.prose h2 { font-size: 22px; margin: 26px 0 12px; color: var(--pri-dark); }
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 14px; color: #334155; }
.prose ul { margin: 0 0 16px 20px; color: #334155; }
.prose li { margin-bottom: 8px; }

.sidebar-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px; box-shadow: var(--shadow); margin-bottom: 22px;
}
.sidebar-card h3 { font-size: 17px; margin-bottom: 12px; color: var(--pri-dark); }
.sidebar-card.highlight { background: linear-gradient(135deg, var(--pri-dark), var(--pri)); color: #fff; border: none; }
.sidebar-card.highlight h3 { color: #fff; }
.sidebar-card.highlight p { color: #cfe9f2; font-size: 14px; margin-bottom: 14px; }
.sidebar-list { list-style: none; }
.sidebar-list li { border-bottom: 1px solid var(--line); }
.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list a { display: block; padding: 9px 2px; font-size: 14px; font-weight: 600; color: var(--ink); }
.sidebar-list a:hover { color: var(--pri); padding-left: 6px; transition: .15s; }

/* ---------- Takip sayfası ---------- */
.track-wrap { max-width: 660px; margin: 0 auto; }
.track-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 36px; }
.track-status-big {
    text-align: center; padding: 22px; border-radius: 12px; margin: 18px 0;
    font-size: 21px; font-weight: 800; color: #fff;
}
.timeline { list-style: none; margin-top: 26px; }
.timeline li { display: flex; gap: 16px; position: relative; padding-bottom: 26px; }
.timeline li::before {
    content: ''; position: absolute; left: 15px; top: 34px; bottom: 0; width: 2px; background: var(--line);
}
.timeline li:last-child::before { display: none; }
.timeline .dot {
    flex: none; width: 32px; height: 32px; border-radius: 50%; z-index: 1;
    background: var(--line); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.timeline li.done .dot { background: var(--ok); }
.timeline li.now .dot { background: var(--pri); box-shadow: 0 0 0 5px rgba(14,116,144,.18); }
.timeline h4 { font-size: 15.5px; }
.timeline li.pending { opacity: .45; }
.timeline p { font-size: 13.5px; color: var(--muted); }

.track-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.track-meta div { background: var(--bg); border-radius: 10px; padding: 13px 16px; font-size: 14px; }
.track-meta b { display: block; color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
    .hero-in { grid-template-columns: 1fr; }
    .content-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
    .main-nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; flex-direction: column; padding: 12px 18px 18px;
        box-shadow: 0 14px 24px rgba(0,0,0,.12);
    }
    .main-nav.open { display: flex; }
    .nav-toggle { display: block; margin-left: auto; }
    .header-in .btn-call { display: none; }
    .topbar-in { justify-content: center; }
    .section { padding: 52px 0; }
    .mobile-cta {
        display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    }
    .mobile-cta a { flex: 1; text-align: center; padding: 15px 8px; font-weight: 800; font-size: 15.5px; color: #fff; }
    .mc-call { background: var(--accent); }
    .mc-wa { background: #25d366; }
    .float-wa, .float-call { display: none; }
    body { padding-bottom: 52px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .track-meta { grid-template-columns: 1fr; }
}
