.msm-home{padding:28px 0 0}.msm-hero{margin-bottom:18px}.msm-hero-box{min-height:260px;border-radius:28px;background:linear-gradient(135deg,color-mix(in srgb,var(--msm-accent,#111) 88%,#fff),color-mix(in srgb,var(--msm-primary,#ec1b8c) 45%,var(--msm-accent,#111)));color:#fff;display:flex;align-items:center;padding:40px 42px;box-shadow:0 20px 55px rgba(0,0,0,.12);overflow:hidden;position:relative}.msm-hero-box:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:color-mix(in srgb,var(--msm-secondary,#ffc400) 55%,transparent);filter:blur(10px);opacity:.6}.msm-kicker{display:inline-flex;align-items:center;border-radius:999px;background:var(--msm-secondary,#ffc400);color:#111;font-weight:950;font-size:13px;padding:8px 14px;margin-bottom:16px}.msm-hero h1{font-size:clamp(34px,5vw,62px);line-height:1;margin:0 0 16px;letter-spacing:-.04em}.msm-hero p{max-width:650px;margin:0 0 22px;color:rgba(255,255,255,.88);font-weight:650}.msm-hero-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#111;font-weight:950;padding:12px 18px}.msm-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 auto 30px}.msm-trust-row>div{background:#fff;border:1px solid var(--msm-border,#eee);border-radius:18px;padding:14px 16px;box-shadow:0 8px 22px rgba(0,0,0,.035)}.msm-trust-row strong{display:block;color:var(--msm-text,#222);font-size:14px}.msm-trust-row span{display:block;color:var(--msm-muted,#666);font-size:12px}.msm-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 16px}.msm-section-head h2{margin:0;font-size:clamp(24px,3vw,34px)}.msm-section-head a{font-weight:850;color:var(--msm-primary,#ec1b8c)}.msm-seo-text{margin-top:34px;border:1px solid var(--msm-border,#eee);border-radius:22px;padding:28px;background:#fff}.msm-seo-text h2{margin:0 0 14px;font-size:var(--msm-home-seo-title-size,30px);font-weight:var(--msm-home-seo-title-weight,850);line-height:1.15;letter-spacing:-.03em}.msm-seo-text-content{font-size:var(--msm-base-font-size,15px);line-height:1.78}.msm-seo-text-content p{margin:0 0 14px}.msm-seo-text-content h2,.msm-seo-text-content h3{margin:22px 0 10px;line-height:1.2}.msm-seo-text-content ul,.msm-seo-text-content ol{margin:10px 0 16px 22px}.msm-seo-text-content a{color:var(--msm-primary,#ec1b8c);font-weight:800;text-decoration:underline;text-underline-offset:3px}@media(max-width:800px){.msm-home{padding-top:18px}.msm-hero-box{min-height:220px;border-radius:20px;padding:28px 22px}.msm-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.msm-section-head{margin-top:22px}}@media(max-width:520px){.msm-trust-row{grid-template-columns:1fr}.msm-hero h1{font-size:34px}}


/* v0.4: Tek ana sayfa içinde mobil görünüm desteği */
.msm-mobile-hero-picture,
.msm-mobile-hero-note {
    display: none;
}

@media (max-width: 767px) {
    .msm-mobile-compact-home .msm-hero {
        padding-top: 16px;
        padding-bottom: 10px;
    }

    .msm-mobile-compact-home .msm-hero-box {
        min-height: auto;
        padding: 22px 18px;
        display: grid;
        gap: 14px;
    }

    .msm-mobile-compact-home .msm-hero h1 {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .msm-mobile-compact-home .msm-hero p {
        font-size: 14px;
        line-height: 1.45;
    }

    .msm-mobile-hero-note {
        display: grid;
        gap: 3px;
        margin-top: 12px;
        padding: 10px 12px;
        border-radius: var(--msm-radius);
        background: rgba(255,255,255,.68);
        border: 1px solid rgba(255,255,255,.75);
    }

    .msm-mobile-hero-note strong {
        font-size: 14px;
        color: var(--msm-accent);
    }

    .msm-mobile-hero-note span {
        font-size: 12px;
        color: var(--msm-muted);
    }

    .msm-mobile-hero-picture {
        display: block;
        border-radius: var(--msm-radius);
        overflow: hidden;
    }

    .msm-mobile-hero-picture img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: var(--msm-radius);
    }
}


/* v0.5 albeni düzenlemeleri */
.msm-trust-row > div{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.msm-trust-row > div:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,var(--msm-secondary),var(--msm-primary));color:#111;font-weight:950;margin-bottom:8px;box-shadow:0 8px 20px rgba(0,0,0,.12)}.msm-trust-row > div:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--msm-primary) 35%,var(--msm-border));box-shadow:0 14px 34px rgba(0,0,0,.08)}.msm-home-products{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--msm-secondary,#ffc400) 7%,#fff));border:1px solid var(--msm-border);border-radius:28px;padding:18px 18px 22px;box-shadow:0 16px 42px rgba(0,0,0,.045)}.msm-section-head{padding:0 4px}.msm-seo-text{box-shadow:0 14px 40px rgba(0,0,0,.045)}@media(max-width:767px){.msm-home-products{border-radius:20px;padding:12px 10px 16px}.msm-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}.msm-trust-row>div{padding:12px}.msm-trust-row>div:before{width:26px;height:26px;font-size:13px}}


/* v0.9 trust cards and banner cleanup */
.msm-kicker{display:none!important}
.msm-trust-row{gap:14px!important;margin-bottom:30px!important}
.msm-trust-row>.msm-trust-item{display:flex!important;align-items:center!important;gap:12px!important;border-radius:999px!important;padding:10px 14px 10px 10px!important;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--msm-secondary,#ffc400) 8%,#fff))!important;border:1px solid color-mix(in srgb,var(--msm-primary,#ec1b8c) 18%,var(--msm-border,#eee))!important;box-shadow:0 12px 30px rgba(0,0,0,.055)!important;min-height:70px!important}
.msm-trust-row>.msm-trust-item:before{display:none!important;content:none!important}
.msm-trust-icon{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;background:linear-gradient(135deg,var(--msm-secondary,#ffc400),var(--msm-primary,#ec1b8c));color:#111;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 10px 22px rgba(0,0,0,.14)}
.msm-trust-icon svg{width:25px;height:25px;display:block}.msm-trust-copy{display:grid;gap:2px;text-align:left}.msm-trust-copy strong{font-size:14px!important;font-weight:850!important;line-height:1.1}.msm-trust-copy small{font-size:12px;color:var(--msm-muted,#666);line-height:1.25}
@media(max-width:767px){.msm-trust-row{grid-template-columns:1fr!important}.msm-trust-row>.msm-trust-item{border-radius:18px!important;min-height:64px!important}.msm-trust-icon{width:44px;height:44px;flex-basis:44px}.msm-trust-icon svg{width:23px;height:23px}}


/* v1.5 SEO content editor output */
.msm-seo-text-content{color:var(--msm-text,#222);line-height:1.75;font-size:var(--msm-base-font-size,15px)}
.msm-seo-text-content p{margin:0 0 14px}.msm-seo-text-content p:last-child{margin-bottom:0}.msm-seo-text-content ul,.msm-seo-text-content ol{margin:12px 0 0 20px}.msm-seo-text-content strong{font-weight:750}
