/* ===== ASM Site Mağaza — Stil ===== */
:root {
    --primary: #0f9d8e;
    --primary-dark: #0b7d72;
    --primary-light: #e6f7f4;
    --accent: #16b5a3;
    --ink: #1d2b2a;
    --muted: #5d6e6c;
    --bg: #ffffff;
    --bg-soft: #f4f9f8;
    --line: #e3eceb;
    --shadow: 0 10px 30px rgba(15, 157, 142, .10);
    --radius: 16px;
    --max: 1140px;
    --wa: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; }
body {
    margin: 0;
    font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .6em; color: var(--ink); overflow-wrap: break-word; }
h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
p { margin: 0 0 1rem; }
a { color: var(--primary-dark); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.small { font-size: .88rem; }
.accent { color: var(--primary); }

/* Buttons */
.btn {
    display: inline-block;
    padding: .85rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s;
    text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-ghost { background: transparent; color: var(--primary-dark); border-color: var(--primary); }
.btn-light { background: #fff; color: var(--primary-dark); }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }
.btn-block { display: block; width: 100%; }

.badge {
    display: inline-block;
    background: var(--primary-light);
    color: var(--primary-dark);
    font-weight: 600;
    font-size: .8rem;
    padding: .35rem .9rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

/* Header */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .7rem 20px; }
.brand { display: flex; align-items: center; gap: .55rem; font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.brand-mark {
    background: var(--primary); color: #fff;
    width: 40px; height: 40px; border-radius: 11px;
    display: grid; place-items: center; font-size: .85rem; letter-spacing: .5px;
}
.brand-text { color: var(--ink); }
.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav a { color: var(--ink); font-weight: 500; }
.nav a.active, .nav a:hover { color: var(--primary); }
.nav-cta { background: var(--wa); color: #fff !important; padding: .5rem 1.1rem; border-radius: 999px; }
.nav-cta:hover { background: #1da851; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { background: linear-gradient(160deg, var(--primary-light), #fff 70%); padding: 3.5rem 0 4rem; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 3rem; align-items: center; }
.hero-inner > * { min-width: 0; }
.hero-text .lead { font-size: 1.15rem; color: var(--muted); }
.hero-price { display: flex; align-items: baseline; gap: .7rem; margin: 1.4rem 0; }
.price-tag { font-size: 2.4rem; font-weight: 800; color: var(--primary-dark); }
.price-note { color: var(--muted); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-trust { margin-top: 1.4rem; color: var(--muted); font-size: .92rem; }
.hero-visual img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Sections */
.section { padding: 4rem 0; }
.section-soft { background: var(--bg-soft); }
.section-accent { background: linear-gradient(120deg, var(--primary), var(--accent)); color: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.page-hero { background: var(--primary-light); padding: 3rem 0 2.5rem; text-align: center; }
.page-hero .lead { color: var(--muted); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* Grid + cards */
.grid { display: grid; gap: 1.4rem; }
.grid > * { min-width: 0; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
    background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.6rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.03);
}
.feature { text-align: left; }
.feature-icon { font-size: 2rem; margin-bottom: .5rem; }
.feature h3 { font-size: 1.15rem; }

/* Price banner */
.price-banner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.price-banner h2 { color: #fff; }
.price-banner p { margin: 0; opacity: .95; }

/* Pricing card */
.pricing { display: flex; justify-content: center; }
.pricing-card {
    background: #fff; border: 2px solid var(--primary);
    border-radius: 22px; padding: 2.4rem; max-width: 540px; width: 100%;
    box-shadow: var(--shadow); text-align: center;
}
.pricing-price { font-size: 2.6rem; font-weight: 800; color: var(--primary-dark); margin: .4rem 0 1.4rem; }
.pricing-price small { font-size: 1rem; color: var(--muted); font-weight: 500; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.6rem; text-align: left; }
.check-list li { padding: .5rem 0 .5rem 2rem; position: relative; border-bottom: 1px dashed var(--line); }
.check-list li::before {
    content: "✓"; position: absolute; left: 0; top: .5rem;
    color: #fff; background: var(--primary);
    width: 1.4rem; height: 1.4rem; border-radius: 50%;
    display: grid; place-items: center; font-size: .8rem;
}

/* Steps */
.steps .step { text-align: center; }
.step-no {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--primary); color: #fff; font-weight: 700; font-size: 1.2rem;
    display: grid; place-items: center; margin: 0 auto 1rem;
}
.step h3 { font-size: 1.05rem; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
    background: #fff; border: 1px solid var(--line);
    border-radius: 12px; padding: 1rem 1.3rem; margin-bottom: .8rem;
}
.faq summary { font-weight: 600; cursor: pointer; }
.faq details[open] summary { color: var(--primary-dark); }

/* Gallery */
.shot { margin: 0; }
.shot img { border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.shot figcaption { text-align: center; color: var(--muted); font-size: .92rem; margin-top: .7rem; }

/* CTA final */
.cta-final h2 { margin-bottom: .3rem; }
.cta-final .btn { margin-top: 1.2rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr); gap: 1.6rem; align-items: start; }
.contact-grid > * { min-width: 0; }
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-weight: 600; margin-bottom: .35rem; font-size: .95rem; }
.form-row input, .form-row textarea {
    width: 100%; padding: .8rem 1rem;
    border: 1px solid var(--line); border-radius: 11px;
    font: inherit; color: var(--ink); background: #fff;
}
.form-row input:focus, .form-row textarea:focus {
    outline: none; border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-light);
}
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.alert { padding: 1rem 1.2rem; border-radius: 11px; margin-bottom: 1.2rem; }
.alert ul { margin: 0; padding-left: 1.1rem; }
.alert-success { background: #e6f7ef; color: #166c44; border: 1px solid #b6e6cd; }
.alert-error { background: #fdecec; color: #a32525; border: 1px solid #f5c6c6; }
.contact-info .card { margin-bottom: 1.2rem; }
.contact-line { display: flex; gap: .8rem; align-items: center; padding: .7rem 0; color: var(--ink); border-bottom: 1px solid var(--line); }
.contact-line:last-of-type { border-bottom: none; }
.ci-icon { font-size: 1.5rem; }
.highlight-card { background: var(--primary-light); border-color: #cdeee9; }
.highlight-card h3 { color: var(--primary-dark); }

/* Footer */
.site-footer { background: #0e1f1d; color: #c7d6d4; padding: 3rem 0 1.5rem; margin-top: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 2rem; }
.brand--footer .brand-text { color: #fff; }
.site-footer h4 { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: #c7d6d4; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #20302e; margin-top: 2rem; padding-top: 1.2rem; font-size: .88rem; color: #8ea4a1; }

/* WhatsApp float */
.wa-float {
    position: fixed; right: 18px; bottom: 18px; z-index: 60;
    width: 58px; height: 58px; border-radius: 50%;
    background: var(--wa); color: #fff;
    display: grid; place-items: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
    transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* Responsive */
@media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { order: -1; }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; align-items: flex-start; gap: 0;
        background: #fff; border-bottom: 1px solid var(--line); padding: .5rem 20px 1rem;
    }
    .nav.open { display: flex; }
    .nav a { padding: .6rem 0; width: 100%; }
    .nav-toggle { display: block; }
    .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .price-banner { text-align: center; justify-content: center; }
    .hero { padding: 2.5rem 0 3rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .price-tag { font-size: 2rem; }
    .pricing-card { padding: 1.6rem; }
    .hero-trust { font-size: .82rem; }
}
