/* =============================================================================
   /fit-maraton public landing - 12 haftalık form yolculuğu
   =============================================================================
   Tasarım dili: light tema (site geneliyle uyumlu) + yeşil hero gradient +
   altın "Maraton" accent + turuncu numaralı kart badge.

   .fm-* prefix scoped; site genelini kirletmiyor. Premium landing'in (.pu-*)
   yapısal patern'ini takip eder ama renk teması farklı (light/açık).

   Renk skalası (frontend.css değişkenlerinden türetildi):
     yeşil:    #15803d (primary), #14532d (dark), #f0fdf4 (soft), #dcfce7 (light)
     altın:    #f4d47c → #d4af37 → #a07d22 (gradient)
     turuncu:  #d97706 (accent), #fef3c7 (soft)
     metin:    #0f172a, #475569, #94a3b8
     zemin:    #ffffff, #fafaf9 (cream), #f8fafc (soft)
   ============================================================================= */

.fm-page {
    position: relative;
    background: #ffffff;
    color: #0f172a;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}
.fm-page * { box-sizing: border-box; }

/* Container */
.fm-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; position: relative; }
.fm-container--narrow { max-width: 920px; }

/* Reveal animation */
.fm-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .85s cubic-bezier(.2,.8,.2,1),
                transform .85s cubic-bezier(.2,.8,.2,1);
}
.fm-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .fm-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* -----------------------------------------------------------------------------
   Hero - büyük yeşil gradient + altın accent
   ----------------------------------------------------------------------------- */
.fm-hero {
    position: relative;
    padding: 56px 0 64px;
    text-align: center;
    color: #ffffff;
    background:
        radial-gradient(900px 360px at 80% -10%, rgba(217, 119, 6, 0.35), transparent 60%),
        radial-gradient(700px 300px at 0% 110%, rgba(244, 212, 124, 0.20), transparent 60%),
        linear-gradient(140deg, #166534 0%, #15803d 35%, #14532d 100%);
    overflow: hidden;
}
.fm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
    pointer-events: none;
}
.fm-hero > .fm-container { position: relative; z-index: 1; }

@media (max-width: 768px) {
    .fm-hero { padding: 40px 0 48px; }
}

.fm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(244, 212, 124, 0.16);
    border: 1px solid rgba(244, 212, 124, 0.45);
    color: #fde68a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.fm-eyebrow .bi { font-size: 14px; }

.fm-hero__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    color: #ffffff;
    margin: 0 auto 14px;
    max-width: 22ch;
}
.fm-hero__title-em {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(110deg, #fff5d6 0%, #f4d47c 22%, #d4af37 48%, #b8941f 70%, #d4af37 90%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: fmShine 9s linear infinite;
}
@media (max-width: 560px) {
    .fm-hero__title { max-width: none; font-size: 32px; line-height: 1.15; }
    .fm-hero__title-em { display: inline-block; }
}
@keyframes fmShine {
    0%   { background-position: 200% 50%; }
    100% { background-position: -50% 50%; }
}

.fm-hero__sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.55;
    margin: 0 auto 24px;
    max-width: 60ch;
}
.fm-hero__sub strong { color: #fde68a; font-weight: 700; }

/* CTA wrapper */
.fm-hero__ctas {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 560px) {
    .fm-hero__ctas {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .fm-hero__cta,
    .fm-hero__cta-secondary { justify-content: center; width: 100%; }
}

.fm-page a.fm-hero__cta,
.fm-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fde68a 0%, #f4d47c 35%, #d4af37 70%, #a07d22 100%);
    color: #14532d;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
    transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
.fm-page a.fm-hero__cta:hover,
.fm-hero__cta:hover {
    color: #14532d;
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32),
                inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.fm-hero__cta .bi { font-size: 16px; }

.fm-page a.fm-hero__cta-secondary,
.fm-hero__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.08);
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.fm-page a.fm-hero__cta-secondary:hover,
.fm-hero__cta-secondary:hover {
    color: #ffffff;
    border-color: rgba(253, 230, 138, 0.7);
    background: rgba(253, 230, 138, 0.14);
}

/* Hero stat şeridi - mobilde de 3 sütun yan yana kalır (Erdem isteği) */
.fm-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 760px;
    margin: 36px auto 0;
}
@media (max-width: 640px) {
    .fm-stats { gap: 8px; max-width: 100%; margin-top: 28px; }
}
.fm-stat {
    padding: 22px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    backdrop-filter: blur(6px);
}
.fm-stat__num {
    display: block;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fde68a;
    margin-bottom: 6px;
}
@media (max-width: 640px) {
    .fm-stat { padding: 14px 6px; border-radius: 12px; }
    .fm-stat__num { font-size: 26px; margin-bottom: 4px; }
}
.fm-stat__lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
}
@media (max-width: 640px) {
    .fm-stat__lbl { font-size: 9.5px; letter-spacing: 0.3px; line-height: 1.25; }
}

/* -----------------------------------------------------------------------------
   Section helpers
   ----------------------------------------------------------------------------- */
.fm-section {
    position: relative;
    padding: 48px 0;
}
.fm-section--cream { background: #fafaf9; }
.fm-section--green { background: #f0fdf4; }

@media (max-width: 768px) {
    .fm-section { padding: 36px 0; }
}

.fm-section__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}
@media (max-width: 768px) {
    .fm-section__head { margin: 0 auto 22px; }
}
.fm-section__eyebrow {
    display: inline-block;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fm-section__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    color: #0f172a;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}
.fm-section__sub {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------------------------------------------
   "Sana tanıdık mı?" - 4 problem kartı (krem zeminli, yumuşak)
   ----------------------------------------------------------------------------- */
.fm-problems {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
@media (max-width: 880px) { .fm-problems { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .fm-problems { grid-template-columns: 1fr; } }

.fm-problem {
    background: #ffffff;
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.fm-problem:hover {
    transform: translateY(-3px);
    border-color: #f59e0b;
    box-shadow: 0 12px 24px rgba(217, 119, 6, 0.12);
}
.fm-problem__emoji {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
}
.fm-problem__text {
    color: #0f172a;
    font-weight: 600;
    font-size: 14.5px;
    line-height: 1.45;
    margin: 0;
}

.fm-problems-banner {
    margin-top: 28px;
    padding: 18px 24px;
    background: linear-gradient(135deg, #166534 0%, #15803d 100%);
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 12px 28px rgba(21, 128, 61, 0.22);
}
.fm-problems-banner strong { color: #fde68a; font-weight: 700; }

/* -----------------------------------------------------------------------------
   3 Faz Timeline - büyük blok kartlar
   ----------------------------------------------------------------------------- */
.fm-phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
}
@media (max-width: 880px) { .fm-phases { grid-template-columns: 1fr; } }

.fm-phase {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 26px 28px;
    overflow: hidden;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.fm-phase::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(420px 160px at 0% 0%, rgba(21, 128, 61, 0.07), transparent 60%);
    pointer-events: none;
}
.fm-phase:hover {
    border-color: #15803d;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(21, 128, 61, 0.12);
}
.fm-phase__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 8px 18px rgba(217, 119, 6, 0.32);
    position: relative;
    z-index: 1;
}
.fm-phase__title {
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    letter-spacing: -0.01em;
}
.fm-phase__weeks {
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}
.fm-phase__lead {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.fm-phase__list {
    list-style: none;
    margin: 0; padding: 0;
    display: grid;
    gap: 9px;
}
.fm-phase__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}
.fm-phase__list li .bi {
    color: #15803d;
    font-size: 16px;
    flex: 0 0 auto;
    margin-top: 2px;
}

/* Mobil: faz kartı içeriği ortalanır (numara + başlık + lead).
   Liste maddeleri kart içinde ortalanmış bir blok olarak konumlanır;
   her satır kendi içinde ikon + metin sol hizalı (okunabilirlik için). */
@media (max-width: 880px) {
    .fm-phase {
        text-align: center;
    }
    .fm-phase__num {
        margin-left: auto;
        margin-right: auto;
    }
    .fm-phase__list {
        max-width: 320px;
        margin: 0 auto;
        text-align: left;
    }
}

/* -----------------------------------------------------------------------------
   Paket grid - 4 BOM bundle kartı
   ----------------------------------------------------------------------------- */
.fm-paketler {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
@media (max-width: 1024px) { .fm-paketler { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .fm-paketler { grid-template-columns: 1fr; } }

.fm-paket {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.fm-paket:hover {
    transform: translateY(-4px);
    border-color: #15803d;
    box-shadow: 0 18px 38px rgba(21, 128, 61, 0.14);
}
.fm-paket--featured {
    border-color: #d4af37;
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.14);
}
.fm-paket--featured:hover {
    border-color: #d4af37;
    box-shadow: 0 22px 44px rgba(212, 175, 55, 0.22);
}
.fm-paket__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4d47c 0%, #d4af37 60%, #a07d22 100%);
    color: #14532d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(212, 175, 55, 0.35);
}
.fm-paket__badge .bi { font-size: 12px; }

.fm-paket__image {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fm-paket__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}
.fm-paket__body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.fm-paket__count {
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.fm-paket__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
    line-height: 1.3;
}
.fm-paket__desc {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0 0 14px;
    flex: 1;
}
.fm-paket__price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.fm-paket__price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #15803d;
    line-height: 1;
}
.fm-paket__price-old {
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}
.fm-paket__discount {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    background: #fef3c7;
    color: #b45309;
    font-size: 11.5px;
    font-weight: 700;
}
.fm-page a.fm-paket__cta,
.fm-paket__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #15803d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
    margin-top: auto;
}
.fm-page a.fm-paket__cta:hover,
.fm-paket__cta:hover {
    background: #14532d;
    color: #ffffff;
    transform: translateY(-1px);
}
.fm-paket__cta .bi { font-size: 14px; }

.fm-paketler-foot {
    margin-top: 28px;
    text-align: center;
    color: #475569;
    font-size: 14.5px;
}
.fm-paketler-foot a {
    color: #15803d;
    font-weight: 700;
    text-decoration: underline;
}

/* -----------------------------------------------------------------------------
   Paket FEATURE CARD - 2026-05-15 tek paket modeli.
   Desktop'ta solda görsel, sağda detay + bileşen listesi + fiyat + CTA.
   Mobilde dikey stack. Standart .fm-paket (eski grid) ile çakışma yok.

   2026-05-15 fix: media kolon eskiden aspect-ratio: 1/1 idi; body daha
   uzun olduğunda grid row stretch olunca zemin gradient alttan kesik
   görünüyordu. Artık media flexbox + align-self:stretch ile body
   yüksekliğine kadar uzuyor (image object-fit:contain ile orta-merkez).
   ----------------------------------------------------------------------------- */
.fm-paket-feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: stretch;
    gap: 0;
    max-width: 1120px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.03);
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
/* 2026-05-20 fix: schema.org icin eklenen <meta> ve <span itemprop="brand">
   metadata elementleri grid item olarak hucre kapliyor; <meta> zaten
   display:none ama <span itemprop="brand"> grid icinde block davranip
   sol sutunu isgal ediyor ve gorseli saga itiyordu. Tum dogrudan
   metadata-only cocuklari grid akisindan cikariyoruz. */
.fm-paket-feature > meta,
.fm-paket-feature > span[itemprop="brand"] {
    display: none;
}
.fm-paket-feature:hover {
    border-color: rgba(21, 128, 61, 0.4);
    box-shadow: 0 28px 64px rgba(21, 128, 61, 0.16), 0 4px 10px rgba(15, 23, 42, 0.04);
}

.fm-paket-feature__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Çift katmanlı zemin: koyu yeşilden açığa diagonal + sağdan iç ışıltı */
    background:
        radial-gradient(circle at 88% 50%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 55%),
        linear-gradient(135deg, #ecfdf5 0%, #dcfce7 55%, #bbf7d0 100%);
    overflow: hidden;
    align-self: stretch;
    min-height: 460px;
    /* Sağ kenarda iç gölge - body'ye geçişi yumuşatır */
    box-shadow: inset -20px 0 36px -28px rgba(15, 23, 42, 0.08);
}
/* Hafif noktalı tekstür - profesyonel, subtle */
.fm-paket-feature__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(21, 128, 61, 0.08) 1px, transparent 0);
    background-size: 22px 22px;
    opacity: 0.55;
    pointer-events: none;
}
.fm-paket-feature__image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: clamp(28px, 3.4vw, 44px);
    filter: drop-shadow(0 14px 26px rgba(15, 23, 42, 0.12));
    transition: transform .4s ease;
}
.fm-paket-feature__media:hover .fm-paket-feature__image {
    transform: scale(1.04);
}
.fm-paket-feature__discount {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4d47c 0%, #d4af37 60%, #a07d22 100%);
    color: #14532d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.4), 0 2px 4px rgba(160, 125, 34, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.fm-paket-feature__body {
    padding: clamp(28px, 3.4vw, 44px) clamp(28px, 3.6vw, 48px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fm-paket-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.fm-paket-feature__eyebrow .bi { font-size: 13px; }

.fm-paket-feature__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0;
}
.fm-paket-feature__title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.fm-paket-feature__title a:hover { color: #15803d; }

.fm-paket-feature__desc {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.fm-paket-feature__bilesenler {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px;
    position: relative;
}
.fm-paket-feature__bilesenler-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #15803d;
    margin-bottom: 12px;
}
.fm-paket-feature__bilesenler-baslik::before {
    content: "";
    flex: 0 0 18px;
    height: 2px;
    background: #15803d;
    border-radius: 2px;
}
.fm-paket-feature__bilesen-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
@media (min-width: 1100px) {
    .fm-paket-feature__bilesen-list { grid-template-columns: repeat(2, 1fr); column-gap: 22px; }
}
.fm-paket-feature__bilesen {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.45;
}
.fm-paket-feature__bilesen .bi {
    color: #15803d;
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}
.fm-paket-feature__bilesen-ad { display: inline; }
.fm-paket-feature__bilesen-adet {
    color: #15803d;
    font-weight: 800;
    margin-right: 2px;
}
.fm-paket-feature__bilesen-variant {
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
    margin-left: 4px;
}

.fm-paket-feature__price-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
    padding: 14px 0 6px;
    border-top: 1px solid #f1f5f9;
    margin-top: 4px;
}
.fm-paket-feature__price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(28px, 3.2vw, 36px);
    font-weight: 800;
    color: #15803d;
    line-height: 1;
    letter-spacing: -0.4px;
}
.fm-paket-feature__price-old {
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    font-size: 17px;
    font-weight: 500;
}
.fm-paket-feature__save {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.2px;
    border: 1px solid rgba(234, 179, 8, 0.25);
}
.fm-paket-feature__save .bi { font-size: 12px; }

.fm-paket-feature__ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.fm-page .fm-paket-feature__cta-primary,
.fm-paket-feature__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    background: #15803d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 10px 20px rgba(21, 128, 61, 0.22);
}
.fm-paket-feature__cta-primary:hover:not(:disabled) {
    background: #14532d;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(20, 83, 45, 0.28);
}
.fm-paket-feature__cta-primary:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
}
.fm-paket-feature__cta-primary .bi { font-size: 16px; }

.fm-page a.fm-paket-feature__cta-secondary,
.fm-paket-feature__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #15803d;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 6px;
    transition: color .2s ease, transform .15s ease;
}
.fm-page a.fm-paket-feature__cta-secondary:hover,
.fm-paket-feature__cta-secondary:hover {
    color: #14532d;
    transform: translateX(2px);
}

.fm-paket-feature__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding-top: 14px;
    margin-top: 8px;
    border-top: 1px dashed #e2e8f0;
    color: #475569;
    font-size: 13px;
}
.fm-paket-feature__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.fm-paket-feature__trust-item .bi {
    color: #15803d;
    font-size: 14px;
}

/* Tablet ve altı: tek sütun stack */
@media (max-width: 880px) {
    .fm-paket-feature {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
    .fm-paket-feature__media {
        aspect-ratio: 4 / 3;
        min-height: 0;
        box-shadow: inset 0 -20px 36px -28px rgba(15, 23, 42, 0.08);
    }
    .fm-paket-feature__image {
        padding: 24px;
    }
    .fm-paket-feature__bilesen-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .fm-paket-feature__ctas {
        flex-direction: column;
        align-items: stretch;
    }
    .fm-paket-feature__cta-primary { width: 100%; }
    .fm-paket-feature__cta-secondary { justify-content: center; }
}

/* -----------------------------------------------------------------------------
   5 Alışkanlık - icon grid
   ----------------------------------------------------------------------------- */
.fm-habits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 880px) { .fm-habits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .fm-habits { grid-template-columns: 1fr; } }

.fm-habit {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 18px 20px;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.fm-habit:hover {
    transform: translateY(-2px);
    border-color: #15803d;
    box-shadow: 0 10px 24px rgba(21, 128, 61, 0.08);
}
.fm-habit__icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    color: #15803d;
    font-size: 24px;
}
.fm-habit__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}
.fm-habit__desc {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* -----------------------------------------------------------------------------
   Beklenti tablosu - 3 dönemlik
   ----------------------------------------------------------------------------- */
.fm-expect {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px clamp(24px, 4vw, 40px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}
.fm-expect__intro {
    text-align: center;
    color: #475569;
    font-size: 15.5px;
    line-height: 1.65;
    margin: 0 auto 24px;
    max-width: 64ch;
}
.fm-expect__intro strong { color: #0f172a; font-weight: 700; }

.fm-expect__rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media (max-width: 768px) { .fm-expect__rows { grid-template-columns: 1fr; } }

.fm-expect__row {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 18px 18px 16px;
}
.fm-expect__period {
    color: #14532d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
.fm-expect__loss {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #15803d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 6px;
}
.fm-expect__note {
    color: #334155;
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
}

.fm-expect__disclaimer {
    margin-top: 22px;
    padding: 14px 18px;
    background: #fef3c7;
    border-left: 3px solid #d97706;
    border-radius: 8px;
    color: #78350f;
    font-size: 13.5px;
    line-height: 1.55;
}
.fm-expect__disclaimer strong { color: #78350f; font-weight: 800; }

/* -----------------------------------------------------------------------------
   4 Adımda Başla - numaralı kart timeline
   ----------------------------------------------------------------------------- */
.fm-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    counter-reset: fmstep;
    /* Üst boşluk: kart ::before badge'leri top:-16px ile yukarı taşıyor;
       section başlığına çakışmasın diye grid'e ekstra üst margin verelim. */
    margin-top: 24px;
}
@media (max-width: 880px) { .fm-steps { grid-template-columns: 1fr 1fr; gap: 14px; } }
/* 480px altı: 2 sütun korunur (kartlar dengeli, dikeyde fazla uzamaz);
   eski 1 sütun davranışı yerine 2'li grid + ortalanmış içerik. */

.fm-step {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 20px 22px;
    transition: border-color .25s ease, transform .25s ease;
}
.fm-step::before {
    counter-increment: fmstep;
    content: counter(fmstep, decimal-leading-zero);
    position: absolute;
    top: -16px;
    left: 20px;
    width: 40px; height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(217, 119, 6, 0.32);
}
.fm-step:hover {
    border-color: #15803d;
    transform: translateY(-3px);
}
.fm-step__title {
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 6px;
}
.fm-step__desc {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
}
.fm-step__desc strong { color: #15803d; font-weight: 700; }

/* Mobil: numara badge ortalanır, başlık + açıklama center hizalı.
   Üst padding artırılır ki ortalanan badge başlığa çakışmasın.
   2'li grid'de kartlar yükseklikçe eşit, içerik nefes alır. */
@media (max-width: 880px) {
    .fm-step {
        text-align: center;
        padding: 36px 14px 20px;
    }
    .fm-step::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .fm-step__title { font-size: 15px; }
    .fm-step__desc  { font-size: 13px; }
}

/* -----------------------------------------------------------------------------
   FAQ accordion (light tema)
   ----------------------------------------------------------------------------- */
.fm-faq {
    display: grid;
    gap: 10px;
    max-width: 880px;
    margin: 0 auto;
}
.fm-faq__item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.fm-faq__item.is-open {
    border-color: #15803d;
    box-shadow: 0 8px 22px rgba(21, 128, 61, 0.08);
}
.fm-faq__btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: #0f172a;
    font-size: 15.5px;
    font-weight: 700;
    padding: 18px 56px 18px 22px;
    line-height: 1.45;
    cursor: pointer;
    position: relative;
}
.fm-faq__btn:focus-visible {
    outline: 2px solid #15803d;
    outline-offset: -2px;
}
.fm-faq__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #f0fdf4;
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.fm-faq__item.is-open .fm-faq__icon {
    transform: translateY(-50%) rotate(45deg);
    background: #15803d;
    color: #ffffff;
}
.fm-faq__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}
.fm-faq__item.is-open .fm-faq__panel {
    max-height: 600px;
}
.fm-faq__body {
    padding: 0 22px 18px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.65;
}
.fm-faq__body strong { color: #15803d; font-weight: 700; }
.fm-faq__body a { color: #15803d; text-decoration: underline; font-weight: 600; }

/* -----------------------------------------------------------------------------
   Bottom CTA bandı - turuncu/altın gradient
   ----------------------------------------------------------------------------- */
.fm-bottom-cta {
    position: relative;
    padding: 44px 0 56px;
    background:
        radial-gradient(700px 240px at 100% 0%, rgba(244, 212, 124, 0.16), transparent 60%),
        linear-gradient(135deg, #166534 0%, #15803d 50%, #14532d 100%);
    color: #ffffff;
    overflow: hidden;
}
@media (max-width: 768px) {
    .fm-bottom-cta { padding: 32px 0 40px; }
}
.fm-bottom-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 80%);
    pointer-events: none;
}
.fm-bottom-cta > .fm-container { position: relative; z-index: 1; text-align: center; }

.fm-bottom-cta__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 3.4vw, 38px);
    color: #ffffff;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.fm-bottom-cta__sub {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15.5px;
    line-height: 1.55;
    max-width: 56ch;
    margin: 0 auto 20px;
}

.fm-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.fm-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
}
.fm-trust__item .bi { color: #fde68a; font-size: 14px; }

/* -----------------------------------------------------------------------------
   Ürün kartı - fiyat layout'u (sadece bu landing'de)
   -----------------------------------------------------------------------------
   Default urun-kart partial'ında .price-old (eski fiyat) ve .price (yeni fiyat)
   inline span olarak yan yana. /fit-maraton'da 4 paket aynı sırada (col-lg-3)
   olduğu için kart dar; eski fiyat + yeni fiyat tek satıra sığmıyor ve tarayıcı
   "TL" sonrasındaki space'ten kırarak yanlış yerden alta atıyor.
   Çözüm: eski fiyatı kendi satırına block olarak çıkar, yeni fiyat altta tek
   başına dursun. Sadece .fm-page scope'unda; kategori/anasayfa kartı dokunulmaz.

   ÖNEMLİ - :not(.save-info): .price-block'un altında 2 div var:
     1) fiyat kümesi (.price-old + .price spanları)
     2) .save-info ("ikon + ... avantaj" rozeti, kendisi inline-flex row)
   Sadece 1. div'i column'a çevirmek lazım; aksi halde save-info da column
   olup ikon yukarıda, rakam aşağıya atılır.
   ----------------------------------------------------------------------------- */
.fm-page .product-card .price-block > div:not(.save-info) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fm-page .product-card .price-old {
    margin-right: 0;
    margin-bottom: 2px;
    line-height: 1.2;
}

