/* ============================================================
   EZGI MÜZİK — premium-v2.css
   Holistic refinement layer (loaded AFTER premium.css)
   - Color discipline (amber reserved for italic em + CTA hover)
   - Tonal warmth variation across dark sections
   - Hero re-balanced, slim stat bar
   - PAS / Process / Brands typography polish
   - Closing simplified, no CTA duplication with Contact
   ============================================================ */

:root {
    --warm-100: oklch(0.95 0.014 78);
    --warm-tag-bg: rgba(255, 255, 255, .04);
    --warm-tag-border: rgba(255, 255, 255, .12);
    --warm-tag-text: rgba(255, 255, 255, .68);
    /* WhatsApp marka yeşili — tüm wa.me CTA’larda aynı düz yüzey */
    --whatsapp: #25D366;
    --whatsapp-hover: #20BA5A;
    --whatsapp-press: #128C7E;

    /* Tipografi ölçeği (~1.25+ adım: display → bölüm h2 → kart h3 → lead → gövde) */
    --type-display: clamp(2.35rem, 1.5rem + 3.15vw, 3.75rem);
    --type-section: clamp(1.88rem, 1.32rem + 1.5vw, 2.8rem);
    --type-subsection: clamp(1.62rem, 1.22rem + 1.15vw, 2.25rem);
    --type-card-title: clamp(1.1rem, 1.02rem + 0.32vw, 1.28rem);
    --type-lead: clamp(1.03rem, 0.97rem + 0.22vw, 1.125rem);
    --type-body: clamp(0.94rem, 0.9rem + 0.14vw, 1rem);
    --lh-display: 1.08;
    --lh-heading: 1.12;
    --lh-tight: 1.18;
    --lh-body: 1.62;
    --measure-prose: 65ch;

    /* Buton etkileşimi — tüm CTA’larda aynı tempo (WhatsApp modeli) */
    --btn-ease: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    --cta-edge: rgba(0, 0, 0, 0.09);
    /* Krem CTA hover — sıcak amber vurgusu (dikkat çekici ama düz yüzey) */
    --btn-cream-hover: var(--amber);
    --btn-cream-press: oklch(0.78 0.12 58);
    --btn-cream-border-hover: oklch(0.58 0.11 52 / 0.42);
    --btn-outline-border: rgba(255, 255, 255, 0.22);
    --btn-outline-border-hover: rgba(255, 255, 255, 0.38);
    --btn-outline-fill-hover: rgba(255, 255, 255, 0.08);
    --btn-outline-fill-press: rgba(255, 255, 255, 0.12);
}

/* ── 0. TİPOGRAFİ HİYERARŞİSİ (tek ölçek; premium-v2 son söz) ─ */
.hero-headline-editorial {
    font-size: var(--type-display) !important;
    line-height: var(--lh-display) !important;
    font-weight: 700 !important;
    letter-spacing: -0.042em !important;
}

.hero-subtitle {
    font-size: var(--type-lead) !important;
    line-height: var(--lh-body) !important;
    max-width: min(var(--measure-prose), 640px) !important;
    font-weight: 400 !important;
}

.section-header h2 {
    font-size: var(--type-section) !important;
    line-height: var(--lh-heading) !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
}

.section-header p {
    font-size: var(--type-lead) !important;
    line-height: var(--lh-body) !important;
    max-width: var(--measure-prose) !important;
    font-weight: 400 !important;
}

.about-section h2 {
    font-size: var(--type-subsection) !important;
    line-height: var(--lh-heading) !important;
    font-weight: 700 !important;
}

.brands-header h2 {
    font-size: clamp(1.52rem, 1.12rem + 1.05vw, 2.15rem) !important;
    line-height: var(--lh-heading) !important;
    font-weight: 700 !important;
}

.step-card h3,
.value-slide-body h3,
.about-feature-card h3 {
    font-size: var(--type-card-title) !important;
    line-height: var(--lh-tight) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

.step-card p,
.value-slide-body p,
.about-feature-card p {
    font-size: var(--type-body) !important;
    line-height: var(--lh-body) !important;
}

.pas-column h3 {
    font-size: clamp(1.14rem, 1.02rem + 0.42vw, 1.38rem) !important;
    line-height: var(--lh-tight) !important;
    font-weight: 700 !important;
    letter-spacing: -0.022em !important;
}

.pas-point span {
    font-size: var(--type-body) !important;
    line-height: var(--lh-body) !important;
}

.faq-question h3 {
    font-size: var(--type-card-title) !important;
    line-height: var(--lh-tight) !important;
    font-weight: 800 !important;
}

.closing-content h2 {
    font-size: clamp(2.05rem, 1.4rem + 2.1vw, 3.2rem) !important;
    line-height: var(--lh-display) !important;
    font-weight: 700 !important;
}

.contact-section .section-header h2 {
    font-size: var(--type-subsection) !important;
    line-height: var(--lh-heading) !important;
    font-weight: 700 !important;
}

/* ── 1. COLOR DISCIPLINE ───────────────────────────────── */
/* Eyebrows: neutral subtle warm white, not amber */
.section-eyebrow {
    color: var(--warm-tag-text);
    font-weight: 600;
    letter-spacing: .22em;
}
.section-eyebrow::before { background: currentColor; opacity: .5; }
.section-eyebrow--light { color: rgba(255, 255, 255, .55); }

/* Footer h4 + dt labels + distance pills: subtle neutral */
.footer-column h4,
.local-directory-row dt,
.footer-label {
    color: var(--warm-tag-text);
}
.local-area-distance {
    color: var(--warm-tag-text);
    background: var(--warm-tag-bg);
    border-color: var(--warm-tag-border);
}
.pas-column-label {
    color: var(--warm-tag-text);
}

/* PAS step numbers: subtle white serif, not amber */
.pas-column::before {
    color: rgba(255, 255, 255, .35);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
}

/* Eyebrow inside hero specifically — slightly more present */
.eyebrow-text {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .85);
}
.eyebrow-text::before {
    background: var(--amber);
    box-shadow: 0 0 14px var(--amber);
}

/* Directory dd links: cream not amber */
.local-directory-row dd a {
    color: var(--text-hi);
    border-bottom-color: rgba(255, 255, 255, .25);
}
.local-directory-row dd a:hover {
    color: var(--cream);
    border-bottom-color: var(--cream);
}

/* Brand hover: subtle white, not amber */
.brand-item:hover .brand-name { color: var(--text-hi); }

/* Process step-time, FAQ accent — italic em stays amber, supporting elements neutral */
.step-time {
    color: var(--warm-tag-text);
    border-color: var(--warm-tag-border);
    background: var(--warm-tag-bg);
}

/* Reserved amber usage:
   - h2 em, h3 em (italic serif accents)
   - CTA hover states
   - Hero eyebrow dot
*/

/* ── 2. TONAL WARMTH VARIATION ─────────────────────────── */
/* Multiple slightly different dark tones to break monotony */

.about-section {
    background:
        radial-gradient(circle at 50% 0%, oklch(0.20 0.040 56 / .25), transparent 50%),
        oklch(0.085 0.014 60);
}
.trusted-brands {
    background: oklch(0.07 0.010 58);
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.pas-section {
    background:
        radial-gradient(ellipse at 50% 0%, oklch(0.30 0.06 50 / .22), transparent 65%),
        linear-gradient(180deg, oklch(0.10 0.018 58), oklch(0.13 0.026 54));
}
.love-wall-section {
    background:
        radial-gradient(circle at 15% 12%, oklch(0.50 0.10 70 / .12), transparent 36%),
        radial-gradient(circle at 85% 8%, oklch(0.45 0.10 50 / .12), transparent 38%),
        linear-gradient(180deg, oklch(0.105 0.022 56), oklch(0.085 0.014 60));
}
.how-it-works {
    background:
        radial-gradient(ellipse at 50% 100%, oklch(0.25 0.05 54 / .20), transparent 60%),
        linear-gradient(180deg, oklch(0.085 0.014 60), oklch(0.115 0.024 56));
}
.value-slider-section {
    background:
        linear-gradient(180deg, oklch(0.115 0.024 56), oklch(0.085 0.014 60));
}
.faq-section {
    background: oklch(0.075 0.012 58);
}
.contact-section {
    background:
        radial-gradient(circle at 50% 0%, oklch(0.20 0.040 56 / .20), transparent 55%),
        oklch(0.085 0.014 60);
}
.local-content-section {
    background: oklch(0.10 0.020 56);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

/* ── 3. HERO RE-BALANCE ────────────────────────────────── */
/* CTA + FUDs now come BEFORE the stat bar in markup; style accordingly */

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.hero-headline-editorial {
    line-height: var(--lh-display) !important;
    margin-bottom: clamp(14px, 1.5vw, 20px) !important;
}
.headline-no-break {
    white-space: nowrap;
}

.local-cta h3 {
    max-width: min(100%, 36ch) !important;
    text-wrap: balance;
}
.local-cta h3 em.headline-no-break {
    white-space: nowrap;
}
.hero-subtitle {
    margin-bottom: clamp(22px, 2.6vw, 32px);
}

/* CTA + FUDs row sits right under subtitle now */
.hero-cta-fuds-group {
    grid-template-columns: minmax(240px, auto) 1fr;
    align-items: center;
    gap: clamp(24px, 2.6vw, 40px);
    margin-top: 0;
    margin-bottom: clamp(28px, 3vw, 40px);
    max-width: 720px;
}
.hero-top-section {
    margin-top: clamp(64px, 10vh, 112px);
    margin-bottom: clamp(10px, 1.4vw, 14px);
}
.hero-cta { width: auto; }
.hero-cta .btn-hero-cta {
    width: auto;
    min-width: 240px;
    padding: 16px 26px;
    gap: 16px;
    background: var(--cream);
    color: var(--ink);
    box-shadow: none !important;
    border: 1px solid var(--cta-edge) !important;
}
.hero-cta .btn-hero-cta:hover {
    background: var(--btn-cream-hover);
    color: var(--ink);
    box-shadow: none !important;
}
.hero-cta .btn-hero-cta:active {
    background: var(--btn-cream-press);
}
.cta-main { font-size: 15px; letter-spacing: -0.01em; }

.hero-fuds {
    gap: 8px;
}
.fud-item {
    font-size: 13px;
    color: rgba(255, 255, 255, .68);
}
.fud-item .lucide-icon { color: var(--amber-soft); font-size: 15px; }

/* Stat bar — SLIM, no container, inline */
.hero-social-proof {
    margin: 0;
    width: min(620px, calc(100vw - 64px));
    max-width: 620px;
}
.social-proof-bar {
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
    background: oklch(0.12 0.02 60 / .36);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 5px 7px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 28px oklch(0.02 0.005 60 / .24);
    backdrop-filter: blur(8px);
    min-height: 0;
    column-gap: 0;
}
.proof-item,
.proof-item-link {
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 8px;
    padding: 4px 6px;
    align-items: center;
    min-width: 0;
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, .02);
}
.proof-item-link:hover { background: rgba(255, 255, 255, .05); }
.proof-icon {
    background: transparent;
    border: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    color: var(--amber-soft);
}
.proof-rating,
.proof-number {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--cream);
    letter-spacing: -0.01em;
}
.proof-reviews,
.proof-label {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.25;
    white-space: nowrap;
}

/* Section rhythm + readability normalization */
.section-header {
    margin-bottom: clamp(42px, 5vw, 64px);
}
.section-header p,
.about-section p,
.brands-header p,
.local-content-header p,
.local-cta p,
.faq-answer p {
    color: rgba(255, 255, 255, .74);
}
.step-card p,
.testimonial-text,
.local-area-body,
.footer-tagline,
.footer-address,
.footer-line,
.footer-links li {
    color: rgba(255, 255, 255, .72);
}
.proof-divider {
    display: block;
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .12);
    align-self: center;
}

/* Make hero-stage fade-in faster from the right */
.hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1.05fr);
    align-items: center;
}

/* ── 4. PAS — tighter rhythm ──────────────────────────── */
.pas-content {
    border-radius: 22px;
    box-shadow:
        0 50px 120px oklch(0.02 0.005 60 / .55),
        inset 0 1px 0 rgba(255, 255, 255, .04);
}
.pas-column { padding: clamp(28px, 3vw, 40px) clamp(22px, 2.6vw, 32px); }
.pas-column-label {
    font-size: 10.5px;
    letter-spacing: .22em;
    margin-bottom: 8px;
}
.pas-column::before {
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.pas-column h3 {
    margin-bottom: 22px;
    max-width: 24ch;
}
.pas-point {
    font-size: .92rem;
    padding: 11px 0;
    border-bottom-color: rgba(255, 255, 255, .05);
}
.pas-point .lucide-icon { font-size: 1rem; opacity: .85; }
/* ── 5. PROCESS — bigger Roman numerals as hero ────────── */
.step-card {
    padding: clamp(40px, 4.5vw, 60px) clamp(28px, 3vw, 38px);
    position: relative;
    min-height: clamp(300px, 27vw, 360px);
}
.step-number {
    position: absolute;
    top: clamp(30px, 3vw, 42px);
    right: clamp(26px, 3vw, 38px);
    margin: 0;
    line-height: 1;
    pointer-events: none;
}
.step-number[data-roman]::after {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(3rem, 5vw, 4.35rem);
    color: var(--amber-soft);
    letter-spacing: -0.03em;
    line-height: 1;
    opacity: 0.9;
}
.step-card h3 {
    max-width: 18ch;
    min-height: 2.35em;
    padding-right: clamp(78px, 7vw, 112px);
    margin-bottom: 14px;
}
.step-card p {
    color: var(--text-mid);
}
.step-time {
    margin-top: 24px;
    padding: 6px 14px;
    font-size: 11px;
}

/* ── 6. BRANDS marquee — slower & cleaner ───────────────── */
.brands-track { animation-duration: 60s; }
.brands-track-2 { animation-duration: 70s; }
.brand-item { padding: 6px 26px; }
.brand-name {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .045em;
    color: rgba(255, 255, 255, .58);
}
.brand-item + .brand-item::before {
    color: rgba(255, 255, 255, .18);
    left: -3px;
}
.brands-note {
    color: rgba(255, 255, 255, .42);
    font-size: 11px;
    letter-spacing: .18em;
    margin-top: 40px;
}

/* ── 7. CLOSING — poetic, two-button CTA ─────────────── */
.closing-section { padding: clamp(96px, 11vw, 140px) 20px; }
.closing-content h2 {
    max-width: 16ch;
}
.closing-subtitle {
    max-width: 52ch;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .68);
}
.closing-benefits {
    gap: clamp(20px, 2.5vw, 36px);
    margin-bottom: 36px;
}
.closing-benefit { font-size: .94rem; }
.closing-social-proof {
    margin-bottom: 36px;
    font-size: 13px;
    letter-spacing: .03em;
}
.closing-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
/* Kapanış birincil — boyut (yüzey rengi btn-cream-surface bloğunda) */
.closing-cta .btn-primary:not([href*="wa.me"]) {
    padding: 16px 26px;
    font-size: 15px;
}
.closing-cta .btn-secondary--light {
    padding: 16px 26px;
    font-size: 15px;
}

/* ── 8. CONTACT — relaxed (no longer the "first ask") ─── */
.contact-section .section-header h2 {
    max-width: 20ch;
}
.contact-urgency {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .68);
}

/* ── 9. TYPOGRAPHY POLISH ────────────────────────────── */

/* Tagline smaller */
.navbar .logo-tagline {
    font-size: 12px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, .50);
}
.nav-logo .site-logo-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
}

/* FAQ — accent em more visible */
.faq-section .section-header h2 em {
    font-size: 1em;
    letter-spacing: -0.025em;
}

/* H2 em globally — slightly more pronounced color */
.section-header h2 em,
.about-section h2 em,
.brands-header h2 em,
.closing-content h2 em,
.local-cta h3 em,
.local-content-header h2 em,
.hero-headline-editorial em {
    color: var(--amber-soft);
}

/* Hover-amber on links inside dark blocks */
.faq-answer .btn-secondary:hover,
.contact-card p a:hover {
    color: var(--amber-soft);
}

/* ── 10. SECTION HEADER alignment polish ─────────────── */
.section-header {
    text-align: center;
}
.section-header h2 {
    margin-left: auto;
    margin-right: auto;
}
.section-header p {
    margin-left: auto;
    margin-right: auto;
}
.contact-section .section-header,
.local-content-header,
.pas-section .section-header,
.section-header--editorial {
    text-align: left;
}
.contact-section .section-header h2,
.local-content-header h2,
.pas-section .section-header h2,
.section-header--editorial h2 {
    margin-left: 0;
    margin-right: 0;
}
.contact-section .section-header p,
.local-content-header p,
.pas-section .section-header p,
.section-header--editorial p {
    margin-left: 0;
    margin-right: 0;
}

/* Center-eyebrow alignment */
.section-eyebrow--center { display: inline-flex; }
.section-header { display: flex; flex-direction: column; align-items: center; }
.contact-section .section-header,
.local-content-header,
.pas-section .section-header,
.section-header--editorial {
    align-items: flex-start;
}

/* ── 11. MAP / CONTACT CARDS tighter ─────────────────── */
.contact-card { padding: clamp(20px, 2.2vw, 28px); }
.contact-card h3 {
    font-size: 1.04rem;
    margin-bottom: 8px;
}
.contact-card p { margin-bottom: 12px; }

/* ── 12. STAT BAR responsive: 2x2 on mobile ──────────── */
@media (max-width: 1024px) {
    .hero-social-proof {
        width: min(580px, calc(100vw - 56px));
        max-width: 580px;
    }
    .social-proof-bar {
        padding: 6px 8px;
    }
    .proof-item,
    .proof-item-link {
        padding: 5px 7px;
    }
}

@media (max-width: 768px) {
    .hero-top-section {
        margin-top: clamp(48px, 8vh, 76px) !important;
        margin-bottom: 12px !important;
    }
    .hero-social-proof {
        width: 100%;
        max-width: 100%;
    }
    .social-proof-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 14px 8px !important;
        gap: 8px !important;
        border-radius: 18px !important;
    }
    .proof-divider { display: none; }
    .hero-cta-fuds-group {
        grid-template-columns: 1fr;
    }
    .hero-cta .btn-hero-cta {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
    .closing-cta .btn-primary,
    .btn-secondary--light {
        width: 100%;
    }
    .step-number[data-roman]::after {
        font-size: 3rem;
    }
    .step-card {
        min-height: 0;
    }
    .step-card h3 {
        padding-right: 76px;
    }
    /* Reconcile value-slider: premium.css keeps the slide body dark on all
       breakpoints, but styles.css's 768px block colored the text for a light
       card. Restore light-on-dark text so mobile copy stays legible. */
    .value-slide-body {
        background: oklch(0.10 0.018 60 / .92);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 18px;
    }
    .value-slide-body h3 {
        color: oklch(0.97 0.008 72);
    }
    .value-slide-body p {
        color: oklch(0.88 0.014 72);
    }
    .value-slide-list li {
        color: oklch(0.92 0.012 72);
    }
    .value-slide-list .lucide-icon {
        color: var(--amber-soft);
    }
    .value-slide-eyebrow {
        color: var(--amber-soft);
        border-color: rgba(255, 255, 255, .14);
        background: oklch(0.18 0.03 58 / .6);
    }
    .nav-logo {
        gap: 10px;
    }
    .nav-logo .site-logo-mark {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
}

@media (max-width: 480px) {
    .hero-top-section {
        margin-top: clamp(42px, 7vh, 64px) !important;
        margin-bottom: 10px !important;
    }
    .social-proof-bar {
        padding: 12px 8px !important;
    }
    .proof-item,
    .proof-item-link {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 6px;
        padding: 5px 6px;
    }
    .proof-rating,
    .proof-number {
        font-size: .95rem;
    }
    .proof-reviews,
    .proof-label {
        font-size: 11px;
    }
}

/* ── 13. NAVBAR scrolled state matching deep dark ─────── */
.navbar.scrolled {
    background: oklch(0.06 0.010 58 / .92);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

/* ── 14. Local SEO directory — remove amber from dt ──── */
.local-directory-row dt {
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    letter-spacing: .22em;
}

/* ── 14b. Contact phone CTA stilleri — WhatsApp/CTA bloğunun hemen altında (14b-taşındı) ─ */

/* ── 15. Final: ensure h2 em color is consistent everywhere ─ */
h2 em, h3 em {
    color: var(--amber-soft) !important;
    font-family: var(--font-serif) !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

/* ===== Landing pass extensions ===== */
.about-feature-grid {
    margin: 24px auto 0;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.about-feature-card {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .02);
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about-feature-card .lucide-icon {
    color: var(--amber-soft);
    margin-bottom: 10px;
    flex-shrink: 0;
}
.about-feature-card h3 {
    margin: 0 0 8px;
    color: var(--text-hi);
    font-size: 1.04rem;
    font-weight: 700;
    align-self: stretch;
    text-align: center;
}
.about-feature-card p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    line-height: 1.5;
    max-width: 36ch;
    align-self: center;
    text-align: center;
}

.brands-track { gap: 18px; }
.brand-item {
    min-width: 170px;
    display: grid;
    place-items: center;
}
.brand-logo-img {
    display: block;
    width: auto;
    height: 30px;
    max-width: 148px;
    object-fit: contain;
    opacity: .95;
}
.brand-category { display: none !important; }

.instrument-gallery-break {
    padding: 28px 0 40px;
    background: linear-gradient(180deg, oklch(0.09 0.015 60), oklch(0.11 0.02 56));
}
.instrument-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.instrument-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .32);
}
.instrument-gallery-break--secondary .instrument-gallery-grid img { height: 240px; }

.pas-problem,
.pas-agitation { background: oklch(0.12 0.018 58 / .92); }
.pas-problem .pas-point,
.pas-agitation .pas-point { color: rgba(255, 255, 255, .62); }
.pas-problem .pas-point .lucide-icon,
.pas-agitation .pas-point .lucide-icon { color: oklch(0.62 0.11 28); opacity: .85; }
.pas-solution { background: oklch(0.16 0.032 56 / .92); }
.pas-solution .pas-point { color: rgba(255, 255, 255, .9); }
.pas-solution .pas-point .lucide-icon { color: var(--amber-soft); opacity: 1; }

.store-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.store-photo-card {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .34);
}
.store-photo-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.contact-map-embed {
    filter: none;
}

/* ── BUTONLAR — tutarlı hover / active (düz yüzey, lift yok) ── */
.btn-primary,
.btn-secondary,
.btn-hero-cta,
.btn-whatsapp,
a[class*="btn-"] {
    transition: var(--btn-ease) !important;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-hero-cta:hover,
.btn-whatsapp:hover,
.btn-primary:active,
.btn-secondary:active,
.btn-hero-cta:active,
.btn-whatsapp:active,
a[class*="btn-"]:hover,
a[class*="btn-"]:active {
    transform: none !important;
}

a.cta-glow,
a.cta-glow:hover {
    box-shadow: none !important;
}

/* WhatsApp — dolu yeşil */
a[href*="wa.me"].btn-primary,
a[href*="wa.me"].btn-secondary,
a[href*="wa.me"].btn-small,
a[href*="wa.me"].btn-large,
a[href*="wa.me"].btn-hero-cta,
.btn-whatsapp {
    background: var(--whatsapp) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: none !important;
}

a[href*="wa.me"].btn-primary:hover,
a[href*="wa.me"].btn-secondary:hover,
a[href*="wa.me"].btn-small:hover,
a[href*="wa.me"].btn-large:hover,
a[href*="wa.me"].btn-hero-cta:hover,
.btn-whatsapp:hover {
    background: var(--whatsapp-hover) !important;
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
}

a[href*="wa.me"].btn-primary:active,
a[href*="wa.me"].btn-secondary:active,
a[href*="wa.me"].btn-small:active,
a[href*="wa.me"].btn-large:active,
a[href*="wa.me"].btn-hero-cta:active,
.btn-whatsapp:active {
    background: var(--whatsapp-press) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}

/* Kalan birincil — premium.css hover/glow iptal (dolu tonlar aşağıda) */
a.btn-primary:not([href*="wa.me"]):not(.btn-hero-cta):not([href^="tel"]) {
    box-shadow: none !important;
}

a.btn-primary:not([href*="wa.me"]):not(.btn-hero-cta):not([href^="tel"]):hover,
a.btn-primary:not([href*="wa.me"]):not(.btn-hero-cta):not([href^="tel"]):active {
    box-shadow: none !important;
    transform: none !important;
}

/* İkincil — koyu zemin: ince çerçeve, hafif dolgu (cream patlaması yok) */
a.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light),
button.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light) {
    background: transparent !important;
    border: 1px solid var(--btn-outline-border) !important;
    color: var(--cream) !important;
    box-shadow: none !important;
}

a.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light):hover,
button.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light):hover,
.faq-answer .btn-secondary:not([href*="wa.me"]):hover,
.local-cta-buttons .btn-secondary:not([href*="wa.me"]):hover,
.pas-cta .btn-secondary:not([href*="wa.me"]):hover {
    background: var(--btn-outline-fill-hover) !important;
    border-color: var(--btn-outline-border-hover) !important;
    color: var(--cream) !important;
    box-shadow: none !important;
}

a.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light):active,
button.btn-secondary:not([href*="wa.me"]):not(.btn-secondary--light):active {
    background: var(--btn-outline-fill-press) !important;
}

/* Krem CTA yüzeyi — hero ile aynı (son söz; outline’ın üstünde) */
.hero-cta .btn-hero-cta,
a.btn-hero-cta:not([href*="wa.me"]),
.closing-cta .btn-primary:not([href*="wa.me"]),
.closing-cta .btn-secondary--light,
.how-it-works-cta .btn-primary:not([href*="wa.me"]),
.local-cta-buttons .btn-primary:not([href*="wa.me"]),
.contact-cards .contact-card > a.btn-secondary:not([href*="wa.me"]),
.contact-section .contact-buttons a.btn-primary[href^="tel:"] {
    background: var(--cream) !important;
    color: var(--ink) !important;
    border: 1px solid var(--cta-edge) !important;
    box-shadow: none !important;
    border-radius: 999px;
    font-weight: 700;
}

.hero-cta .btn-hero-cta:hover,
a.btn-hero-cta:not([href*="wa.me"]):hover,
.closing-cta .btn-primary:not([href*="wa.me"]):hover,
.closing-cta .btn-secondary--light:hover,
.how-it-works-cta .btn-primary:not([href*="wa.me"]):hover,
.local-cta-buttons .btn-primary:not([href*="wa.me"]):hover,
.contact-cards .contact-card > a.btn-secondary:not([href*="wa.me"]):hover,
.contact-section .contact-buttons a.btn-primary[href^="tel:"]:hover {
    background: var(--btn-cream-hover) !important;
    color: var(--ink) !important;
    border-color: var(--btn-cream-border-hover) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
    filter: brightness(1.04);
}

.hero-cta .btn-hero-cta:active,
a.btn-hero-cta:not([href*="wa.me"]):active,
.closing-cta .btn-primary:not([href*="wa.me"]):active,
.closing-cta .btn-secondary--light:active,
.how-it-works-cta .btn-primary:not([href*="wa.me"]):active,
.local-cta-buttons .btn-primary:not([href*="wa.me"]):active,
.contact-cards .contact-card > a.btn-secondary:not([href*="wa.me"]):active,
.contact-section .contact-buttons a.btn-primary[href^="tel:"]:active {
    background: var(--btn-cream-press) !important;
    border-color: oklch(0.52 0.11 52 / 0.5) !important;
    box-shadow: none !important;
    filter: none;
}

.closing-cta .btn-secondary--light,
.contact-cards .contact-card > a.btn-secondary:not([href*="wa.me"]),
.contact-section .contact-buttons a.btn-primary[href^="tel:"],
.local-cta-buttons .btn-primary[href^="tel:"] {
    padding: 16px 26px !important;
    font-size: 15px;
    letter-spacing: -0.01em;
    min-height: 48px;
}

.navbar .btn-whatsapp {
    background: var(--whatsapp) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #fff !important;
}
.navbar .btn-whatsapp:hover {
    background: var(--whatsapp-hover) !important;
    color: #fff !important;
}

.floating-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--whatsapp);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    font-weight: 700;
    transition: var(--btn-ease);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
.floating-whatsapp:hover {
    background: var(--whatsapp-hover);
    color: #fff;
    transform: none;
}
.floating-whatsapp:active {
    background: var(--whatsapp-press);
}

.testimonial-card { min-height: 280px; }
.testimonial-card-featured { min-height: 320px; }

.footer {
    padding-top: clamp(56px, 7vw, 84px);
    padding-bottom: 24px;
}
.footer-top { margin-bottom: 28px; }

@media (max-width: 768px) {
    .about-feature-grid,
    .instrument-gallery-grid,
    .store-photo-grid { grid-template-columns: 1fr; }
    .instrument-gallery-grid img { height: 210px; }
    .store-photo-card img { height: 190px; }
    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
        padding: 9px 12px;
        font-size: .86rem;
    }
}

/* Header style repair for dark editorial sections */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .62);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.section-eyebrow::before {
    display: none;
    content: none;
}

.about-section .container {
    text-align: center;
}

.about-section .section-eyebrow {
    margin-right: auto;
    margin-left: auto;
}

.about-section h2,
.contact-section .section-header h2,
.local-content-header h2 {
    margin: 0;
    color: var(--text-hi) !important;
    font-family: var(--font-display);
    font-size: clamp(2rem, 1.45rem + 1.7vw, 3rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.about-section h2 {
    max-width: none;
    margin-right: auto;
    margin-bottom: clamp(32px, 4vw, 48px) !important;
    margin-left: auto;
}

.contact-section .section-header,
.local-content-header {
    max-width: 760px;
}

.contact-section .section-header h2,
.local-content-header h2 {
    max-width: 16ch;
    margin-bottom: 26px !important;
}

.contact-urgency,
.local-content-header p {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .section-eyebrow {
        margin-bottom: 20px;
        font-size: .72rem;
        letter-spacing: .14em;
    }

    .about-section h2,
    .contact-section .section-header h2,
    .local-content-header h2 {
        font-size: clamp(1.9rem, 8vw, 2.45rem) !important;
    }
}

/* FAQ question width repair: avoid horizontal scroll on longer questions */
.faq-container {
    max-width: min(100%, 920px);
}

.faq-question {
    align-items: flex-start;
    gap: 18px;
}

.faq-question h3 {
    white-space: normal;
    overflow: visible;
    overflow-wrap: anywhere;
    padding-right: 0;
}

.faq-toggle {
    margin-top: -2px;
}

/* Break repeated card rhythm in the early story sections */
.service-strip {
    position: relative;
    background: oklch(0.075 0.012 58);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.service-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding: clamp(18px, 2.4vw, 28px) 0;
}

.service-strip-kicker {
    color: rgba(255, 255, 255, .58);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.35;
    text-transform: uppercase;
}

.service-strip-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, .11);
}

.service-strip-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px clamp(12px, 1.8vw, 22px);
    color: var(--text-hi);
    font-size: clamp(.9rem, .86rem + .15vw, .98rem);
    font-weight: 700;
    line-height: 1.25;
    border-right: 1px solid rgba(255, 255, 255, .11);
}

.service-strip-list .lucide-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--amber-soft);
}

.about-feature-grid {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.about-feature-card {
    display: grid;
    grid-template-columns: 44px minmax(150px, 220px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
    padding: clamp(20px, 2.8vw, 30px) 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

.about-feature-card + .about-feature-card {
    border-top: 1px solid rgba(255, 255, 255, .10) !important;
}

.about-feature-card .lucide-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 999px;
    color: var(--amber-soft);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .12);
}

.about-feature-card h3 {
    margin: 0 !important;
    color: var(--text-hi);
}

.about-feature-card p {
    max-width: 54ch;
    margin: 0 !important;
}

.pas-content {
    position: relative;
    overflow: visible;
    grid-template-columns: 1fr 1fr 1.15fr;
    gap: clamp(28px, 4vw, 56px);
    max-width: 1120px;
    padding: clamp(8px, 1vw, 12px) 0;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.pas-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: clamp(52px, 6vw, 74px);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .20), rgba(223, 182, 130, .42), rgba(255, 255, 255, .10));
    pointer-events: none;
}

.pas-column {
    position: relative;
    min-width: 0;
    padding: clamp(30px, 4vw, 54px) 0 clamp(28px, 4vw, 48px) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.pas-column:hover {
    background: transparent !important;
}

.pas-column::before {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0 0 clamp(26px, 3vw, 38px) !important;
    border-radius: 999px;
    background: oklch(0.12 0.018 58);
    border: 1px solid rgba(223, 182, 130, .34);
    color: var(--amber-soft) !important;
    font-family: var(--font-display) !important;
    font-size: .88rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    opacity: 1 !important;
}

.pas-column h3 {
    max-width: 24ch;
}

.pas-points {
    margin-bottom: 0 !important;
}

.pas-point {
    border-bottom: 0 !important;
    padding: 9px 0 !important;
}

.pas-cta {
    margin-top: clamp(20px, 2.8vw, 32px) !important;
}

@media (max-width: 900px) {
    .service-strip-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .service-strip-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid rgba(255, 255, 255, .11);
    }

    .service-strip-list li {
        border-top: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .service-strip-list li:nth-child(2n) {
        border-right: 0;
    }

    .about-feature-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .about-feature-card p {
        grid-column: 2;
    }

    .pas-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pas-content::before {
        top: 0;
        bottom: 0;
        left: 22px;
        right: auto;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(223, 182, 130, .40), rgba(255, 255, 255, .08));
    }

    .pas-column {
        padding-left: 68px !important;
    }

    .pas-column::before {
        position: absolute;
        left: 0;
        top: 28px;
    }
}

@media (max-width: 560px) {
    .service-strip-list {
        grid-template-columns: 1fr;
        border-left: 0;
    }

    .service-strip-list li {
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
    }

    .step-number {
        top: 26px;
        right: 24px;
    }

    .step-number[data-roman]::after {
        font-size: 2.65rem;
    }

    .step-card h3 {
        padding-right: 62px;
    }

    .about-feature-card {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px 16px;
    }

    .about-feature-card p {
        grid-column: 1 / -1;
    }
}
