/* MARAŞ 18 — SSS / Sıkça Sorulan Sorular */

body.page-faq.theme-maras18 {
    --m18f-green: #16351C;
    --m18f-green-2: #254D2A;
    --m18f-walnut: #8A4F20;
    --m18f-orange: #B8661A;
    --m18f-cream: #F7F3EA;
    --m18f-white: #FFFFFF;
    --m18f-ink: #182018;
    --m18f-muted: #5c655c;
    --m18f-line: #E5E2DA;
    --m18f-serif: "Fraunces", Georgia, "Times New Roman", serif;
    --m18f-sans: "Manrope", system-ui, sans-serif;
    --m18f-script: "Great Vibes", "Segoe Script", "Brush Script MT", cursive;
    --m18-wrap: 1180px;
    --m18-accent: var(--m18f-walnut);
    --m18-accent-dark: var(--m18f-orange);
    --m18-green: var(--m18f-green);
    --m18-green-deep: #122c17;
    background: var(--m18f-white);
    color: var(--m18f-ink);
}

.page-faq .site-page {
    padding-top: 0;
    padding-bottom: 0;
}

.page-faq .m18-header-nav a:hover,
.page-faq .m18-header-nav a.is-active {
    color: var(--m18f-walnut);
    border-bottom-color: var(--m18f-walnut);
}

.page-faq .site-header__mobile-link.is-active {
    color: var(--m18f-walnut);
}

.m18f-page {
    overflow-x: clip;
    font-family: var(--m18f-sans);
    background: var(--m18f-white);
}

.m18f-page .m18-wrap {
    width: min(var(--m18-wrap), calc(100% - 2rem));
    margin-inline: auto;
}

.m18f-section-title {
    margin: 0 0 1.5rem;
    font-family: var(--m18f-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--m18f-green);
    text-align: center;
    letter-spacing: -0.01em;
}

/* ── Hero ── */
.m18f-hero {
    position: relative;
    min-height: clamp(320px, 40vw, 440px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--m18f-green);
    background-image:
        linear-gradient(90deg, rgba(12, 28, 16, 0.72) 0%, rgba(22, 53, 28, 0.42) 48%, rgba(22, 53, 28, 0.22) 100%),
        var(--m18f-hero-bg);
    background-size: cover;
    background-position: center 40%;
    color: #fff;
}

.m18f-hero__shade {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 90% at 18% 55%, rgba(0, 0, 0, 0.22), transparent 58%);
    pointer-events: none;
}

.m18f-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 1.5rem;
    padding: 3.25rem 0 3.5rem;
}

.m18f-hero__crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 0.9rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.m18f-hero__crumb a {
    color: inherit;
    text-decoration: none;
}

.m18f-hero__crumb a:hover {
    color: #fff;
}

.m18f-hero__title {
    margin: 0 0 0.75rem;
    font-family: var(--m18f-serif);
    font-size: clamp(2.2rem, 4.6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
    color: #fff;
}

.m18f-hero__sub {
    margin: 0;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.m18f-hero__aside {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 0.35rem;
    min-height: 7rem;
}

.m18f-hero__script {
    margin: 0;
    max-width: 12rem;
    padding: .35rem .55rem;
    font-family: var(--m18f-script);
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    text-align: right;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, .85),
        0 2px 8px rgba(0, 0, 0, .65),
        0 0 1px rgba(0, 0, 0, .9);
    background: linear-gradient(180deg, rgba(12, 24, 15, .42), rgba(12, 24, 15, .18));
    border-radius: .35rem;
}

/* ── Search ── */
.m18f-search-sec {
    margin-top: -2.25rem;
    position: relative;
    z-index: 2;
    padding-bottom: 0.5rem;
}

.m18f-search-card {
    background: var(--m18f-white);
    border: 1px solid var(--m18f-line);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(22, 53, 28, 0.1);
    padding: 1.75rem 1.5rem 1.65rem;
    text-align: center;
}

.m18f-search-card__title {
    margin: 0 0 0.45rem;
    font-family: var(--m18f-serif);
    font-size: clamp(1.45rem, 2.6vw, 1.85rem);
    font-weight: 700;
    color: var(--m18f-green);
}

.m18f-search-card__sub {
    margin: 0 0 1.15rem;
    color: var(--m18f-muted);
    font-size: 0.95rem;
}

.m18f-search {
    position: relative;
    display: block;
    max-width: 40rem;
    margin: 0 auto;
}

.m18f-search__icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--m18f-walnut);
    display: grid;
    place-items: center;
    pointer-events: none;
}

.m18f-search__input {
    width: 100%;
    min-height: 3.15rem;
    padding: 0.85rem 1.1rem 0.85rem 3rem;
    border: 1px solid var(--m18f-line);
    border-radius: 12px;
    background: var(--m18f-cream);
    color: var(--m18f-ink);
    font: inherit;
    font-size: 0.98rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.m18f-search__input:focus {
    border-color: var(--m18f-walnut);
    box-shadow: 0 0 0 3px rgba(138, 79, 32, 0.18);
    background: #fff;
}

.m18f-search__input::placeholder {
    color: #8a9288;
}

/* ── Categories ── */
.m18f-main {
    padding: 2rem 0 3.5rem;
}

.m18f-cats {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0.15rem 0 1.35rem;
    margin-bottom: 0.35rem;
}

.m18f-cat {
    flex: 0 0 auto;
    min-height: 2.45rem;
    padding: 0.55rem 1.05rem;
    border-radius: 999px;
    border: 1px solid var(--m18f-line);
    background: var(--m18f-white);
    color: var(--m18f-ink);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.m18f-cat:hover {
    border-color: var(--m18f-walnut);
    color: var(--m18f-walnut);
}

.m18f-cat.is-active {
    background: var(--m18f-walnut);
    border-color: var(--m18f-walnut);
    color: #fff;
}

/* ── Accordion ── */
.m18f-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 52rem;
    margin: 0 auto;
}

.m18f-item {
    background: var(--m18f-white);
    border: 1px solid var(--m18f-line);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.m18f-item:hover {
    border-color: rgba(138, 79, 32, 0.35);
}

.m18f-item.is-open {
    border-color: rgba(138, 79, 32, 0.45);
    box-shadow: 0 8px 28px rgba(22, 53, 28, 0.07);
}

.m18f-item.is-hidden {
    display: none !important;
}

.m18f-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.m18f-item__question {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--m18f-ink);
}

.m18f-item__chevron {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(138, 79, 32, 0.1);
    color: var(--m18f-walnut);
    display: grid;
    place-items: center;
}

.m18f-item__chevron .m18f-chevron-up {
    display: none;
}

.m18f-item.is-open .m18f-item__chevron .m18f-chevron-down {
    display: none;
}

.m18f-item.is-open .m18f-item__chevron .m18f-chevron-up {
    display: block;
}

.m18f-item__panel[hidden] {
    display: none;
}

.m18f-item__answer {
    padding: 0 1.25rem 1.25rem;
    color: var(--m18f-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.m18f-item__answer p {
    margin: 0;
}

.m18f-item__answer p + p {
    margin-top: 0.75rem;
}

.m18f-empty {
    text-align: center;
    padding: 2.5rem 1rem;
    color: var(--m18f-muted);
}

.m18f-empty[hidden] {
    display: none !important;
}

.m18f-empty__title {
    margin: 0 0 0.35rem;
    font-weight: 800;
    color: var(--m18f-ink);
}

.m18f-empty__text {
    margin: 0 0 1.15rem;
    font-size: 0.92rem;
}

/* ── Product about ── */
.m18f-about {
    padding: 1rem 0 3.5rem;
    background: linear-gradient(180deg, #fff 0%, var(--m18f-cream) 100%);
}

.m18f-about__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.m18f-about-card {
    background: var(--m18f-white);
    border: 1px solid var(--m18f-line);
    border-radius: 14px;
    overflow: hidden;
}

.m18f-about-card__trigger {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 1.15rem 1.1rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}

.m18f-about-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgba(22, 53, 28, 0.08);
    color: var(--m18f-green);
    display: grid;
    place-items: center;
}

.m18f-about-card__q {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
    color: var(--m18f-ink);
}

.m18f-about-card__chevron {
    color: var(--m18f-walnut);
    transition: transform 0.2s ease;
}

.m18f-about-card.is-open .m18f-about-card__chevron {
    transform: rotate(180deg);
}

.m18f-about-card__panel {
    padding: 0 1.1rem 1.15rem;
    color: var(--m18f-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.m18f-about-card__panel[hidden] {
    display: none;
}

.m18f-about-card__panel p {
    margin: 0;
}

/* ── Track card ── */
.m18f-track {
    padding: 0 0 3.25rem;
}

.m18f-track-card {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    flex-wrap: wrap;
    padding: 1.45rem 1.5rem;
    border-radius: 16px;
    background: #eef5ef;
    border: 1px solid rgba(37, 77, 42, 0.18);
}

.m18f-track-card__icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(22, 53, 28, 0.1);
    color: var(--m18f-green);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.m18f-track-card__copy {
    flex: 1 1 14rem;
    min-width: 0;
}

.m18f-track-card__title {
    margin: 0 0 0.25rem;
    font-family: var(--m18f-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--m18f-green);
}

.m18f-track-card__sub {
    margin: 0;
    color: var(--m18f-muted);
    font-size: 0.94rem;
}

.m18f-track-card__btn {
    margin-left: auto;
    border-radius: 10px;
}

/* ── Help CTA ── */
.m18f-help {
    background: var(--m18f-green);
    color: #fff;
    padding: 3.5rem 0;
}

.m18f-help__inner {
    text-align: center;
    max-width: 40rem;
}

.m18f-help__title {
    margin: 0 0 0.75rem;
    font-family: var(--m18f-serif);
    font-size: clamp(1.85rem, 3.4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.15;
}

.m18f-help__sub {
    margin: 0 0 1.55rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.m18f-help__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.m18f-help__btn {
    border-radius: 10px;
    min-height: 2.85rem;
    gap: 0.45rem;
}

.m18f-help__btn--ghost {
    border-color: rgba(255, 255, 255, 0.55);
}

/* ── Contact cards ── */
.m18f-contact {
    padding: 3rem 0;
    background: var(--m18f-cream);
}

.m18f-contact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.m18f-contact-card {
    background: var(--m18f-white);
    border: 1px solid var(--m18f-line);
    border-radius: 14px;
    padding: 1.35rem 1.2rem;
    text-align: center;
}

.m18f-contact-card__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    background: rgba(138, 79, 32, 0.1);
    color: var(--m18f-walnut);
    display: grid;
    place-items: center;
}

.m18f-contact-card__title {
    margin: 0 0 0.35rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--m18f-ink);
}

.m18f-contact-card__text {
    margin: 0;
    color: var(--m18f-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.m18f-contact-card__link {
    color: var(--m18f-green);
    text-decoration: none;
    font-weight: 600;
    word-break: break-word;
}

.m18f-contact-card__link:hover {
    color: var(--m18f-walnut);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .m18f-about__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .m18f-hero__inner {
        grid-template-columns: 1fr;
        padding: 2.75rem 0 3rem;
    }

    .m18f-hero__aside {
        justify-content: flex-start;
        min-height: 0;
        padding-top: 0;
    }

    .m18f-hero__script {
        text-align: left;
    }

    .m18f-search-sec {
        margin-top: -1.75rem;
    }

    .m18f-search-card {
        padding: 1.35rem 1.1rem 1.25rem;
    }

    .m18f-track-card__btn {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .m18f-contact__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .m18f-about__grid {
        grid-template-columns: 1fr;
    }

    .m18f-item__trigger {
        padding: 1rem 1.05rem;
    }

    .m18f-item__answer {
        padding: 0 1.05rem 1.05rem;
    }

    .m18f-help {
        padding: 2.75rem 0;
    }

    .m18f-help__actions {
        flex-direction: column;
    }

    .m18f-help__btn {
        width: 100%;
        justify-content: center;
    }
}
