/* Jawella SEO landing — tamamen bağımsız, bootstrap gerektirmez */
*, *::before, *::after { box-sizing: border-box; }

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.jw-seo-page {
    margin: 0;
    font-family: Poppins, system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2d2d2d;
    background: #faf8f6;
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
}

body.jw-seo-page[dir="rtl"] {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #5c2434;
    text-decoration: none;
}

a:hover {
    color: #a67c52;
}

.jw-seo-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.jw-seo-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid rgba(92, 36, 52, 0.1);
    box-shadow: 0 2px 16px rgba(45, 20, 30, 0.06);
    padding-top: env(safe-area-inset-top, 0px);
}

.jw-seo-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    gap: 16px;
}

.jw-seo-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5c2434;
    font-weight: 700;
    font-size: 1.15rem;
}

.jw-seo-logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 8px;
}

.jw-seo-lang-select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.jw-seo-loading {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.jw-seo-spinner {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(92, 36, 52, 0.15);
    border-top-color: #5c2434;
    border-radius: 50%;
    animation: jwSeoSpin 0.7s linear infinite;
}

.jw-seo-loading-text {
    margin: 16px 0 0;
    color: #777;
    font-size: 0.9rem;
}

@keyframes jwSeoSpin {
    to { transform: rotate(360deg); }
}

.jw-seo-hero {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f3eeea;
    overflow: hidden;
    line-height: 0;
}

.jw-seo-hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    margin: 0 auto;
}

.jw-seo-hero-caption {
    background: #fff;
    border-bottom: 1px solid rgba(92, 36, 52, 0.08);
    padding: 24px 0 28px;
}

.jw-seo-hero-inner {
    position: relative;
    z-index: 1;
    padding: 0;
    color: inherit;
    max-width: 680px;
}

.jw-seo-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 600;
    color: #a67c52;
    margin: 0 0 10px;
}

.jw-seo-hero-caption h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    line-height: 1.15;
    margin: 0 0 10px;
    color: #5c2434;
}

.jw-seo-sub {
    font-size: 1.02rem;
    color: #555;
    margin: 0;
    line-height: 1.55;
}

.jw-seo-section {
    padding: 48px 0;
}

.jw-seo-section--alt {
    background: #f3eeea;
}

.jw-seo-section h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: #5c2434;
    font-weight: 700;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.jw-seo-section h2 i {
    font-size: 1.1rem;
    opacity: 0.75;
}

.jw-seo-lead {
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0;
    color: #3a3a3a;
}

.jw-seo-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .jw-seo-cols { grid-template-columns: 1fr 1fr; }
}

.jw-seo-block {
    background: #fff;
    border: 1px solid rgba(92, 36, 52, 0.1);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 6px 24px rgba(92, 36, 52, 0.06);
    height: 100%;
}

.jw-seo-block h2 {
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.jw-seo-check {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jw-seo-check li {
    padding: 6px 0 6px 28px;
    position: relative;
    line-height: 1.5;
    font-size: 0.95rem;
}

.jw-seo-check li i {
    position: absolute;
    left: 0;
    top: 9px;
    color: #2e9e5b;
    font-size: 0.85rem;
}

body[dir="rtl"] .jw-seo-check li {
    padding: 6px 28px 6px 0;
}

body[dir="rtl"] .jw-seo-check li i {
    left: auto;
    right: 0;
}

.jw-seo-link-more {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #5c2434;
}

.jw-seo-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 576px) {
    .jw-seo-product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 992px) {
    .jw-seo-product-grid { grid-template-columns: repeat(5, 1fr); }
}

.jw-seo-product {
    background: #fff;
    border: 1px solid rgba(92, 36, 52, 0.1);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    color: inherit;
    display: block;
}

.jw-seo-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(92, 36, 52, 0.12);
    color: inherit;
}

.jw-seo-product-img {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f0ebe6;
}

.jw-seo-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jw-seo-product-body {
    padding: 12px;
}

.jw-seo-product-name {
    font-size: 0.82rem;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jw-seo-product-price {
    font-size: 0.85rem;
    font-weight: 700;
    color: #5c2434;
    margin: 0;
}

.jw-seo-center {
    text-align: center;
    margin-top: 24px;
}

.jw-seo-steps {
    counter-reset: seo-step;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 640px;
}

.jw-seo-steps li {
    counter-increment: seo-step;
    padding: 0 0 16px 48px;
    position: relative;
    line-height: 1.6;
}

.jw-seo-steps li::before {
    content: counter(seo-step);
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #5c2434;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[dir="rtl"] .jw-seo-steps li {
    padding: 0 48px 16px 0;
}

body[dir="rtl"] .jw-seo-steps li::before {
    left: auto;
    right: 0;
}

.jw-seo-bridge-teaser {
    padding: 36px 0;
    background: linear-gradient(135deg, #f0ebe4 0%, #faf8f6 100%);
    border-top: 1px solid #e8e0d8;
    border-bottom: 1px solid #e8e0d8;
}

.jw-seo-bridge-teaser h3 {
    margin: 0 0 8px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem;
    color: #5c2434;
}

.jw-seo-bridge-cta {
    padding: 40px 0 48px;
    background: #5c2434;
    color: #fff;
    text-align: center;
}

.jw-seo-bridge-note {
    margin: 0 auto 20px;
    opacity: 0.92;
    max-width: 640px;
}

.jw-seo-bridge-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.jw-seo-bridge-cta .jw-seo-btn-outline {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}

.jw-seo-bridge-cta .jw-seo-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.jw-seo-hero--bridge .jw-seo-hero-img {
    max-height: 360px;
    object-fit: cover;
}

.jw-seo-teaser {
    padding: 52px 0;
    background: linear-gradient(135deg, #5c2434 0%, #8b5a4a 50%, #6b4c5a 100%);
    color: #fff;
    text-align: center;
}

.jw-seo-teaser h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 560px;
    margin: 0 auto 20px;
    line-height: 1.45;
}

.jw-seo-btn-light {
    display: inline-block;
    background: #fff;
    color: #5c2434;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 1rem;
}

.jw-seo-btn-light:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #5c2434;
}

.jw-seo-btn-outline {
    display: inline-block;
    border: 2px solid #5c2434;
    color: #5c2434;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 0.9rem;
    background: #fff;
}

.jw-seo-faq details {
    background: #fff;
    border: 1px solid rgba(92, 36, 52, 0.12);
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 10px;
}

.jw-seo-faq summary {
    font-weight: 600;
    cursor: pointer;
    color: #5c2434;
    list-style: none;
}

.jw-seo-faq summary::-webkit-details-marker { display: none; }

.jw-seo-faq p {
    margin: 10px 0 0;
    font-size: 0.92rem;
    color: #555;
    line-height: 1.65;
}

.jw-seo-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    border-top: 1px solid rgba(92, 36, 52, 0.12);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
}

.jw-seo-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 1140px;
    margin: 0 auto;
}

.jw-seo-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 6px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.72rem;
    line-height: 1.25;
    min-height: 44px;
}

@media (min-width: 576px) {
    .jw-seo-cta-btn { font-size: 0.85rem; padding: 12px 10px; }
}

.jw-seo-cta-btn--primary {
    background: #5c2434;
    color: #fff;
}

.jw-seo-cta-btn--outline {
    background: #fff;
    color: #5c2434;
    border: 2px solid #5c2434;
}

.jw-seo-cta-btn--accent {
    background: #a67c52;
    color: #fff;
}

.jw-seo-footer {
    text-align: center;
    padding: 20px;
    font-size: 0.85rem;
    color: #888;
    border-top: 1px solid #eee;
}

.jw-seo-footer p { margin: 0; }

.jw-seo-error {
    text-align: center;
    padding: 60px 20px;
    color: #842029;
}

.jw-seo-error h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: #5c2434;
}

.jw-seo-muted {
    color: #777;
    font-size: 0.9rem;
}

/* —— Mobil / küçük ekran —— */
@media (max-width: 575px) {
    .jw-seo-wrap { padding: 0 16px; }

    .jw-seo-topbar-inner { min-height: 56px; }

    .jw-seo-logo { font-size: 1rem; }
    .jw-seo-logo img { width: 38px; height: 38px; }

    .jw-seo-hero-caption { padding: 16px 0 20px; }

    .jw-seo-hero-caption h1 {
        font-size: clamp(1.45rem, 6.5vw, 1.9rem);
        word-wrap: break-word;
    }

    .jw-seo-sub { font-size: 0.95rem; }

    .jw-seo-section { padding: 32px 0; }

    .jw-seo-block { padding: 20px 18px; border-radius: 14px; }

    .jw-seo-block h2 { font-size: 1.2rem; }

    .jw-seo-product-grid { gap: 10px; }

    .jw-seo-product-body { padding: 10px 8px; }

    .jw-seo-product-name { font-size: 0.76rem; -webkit-line-clamp: 3; }

    .jw-seo-product-price { font-size: 0.8rem; }

    .jw-seo-teaser { padding: 36px 0; }

    .jw-seo-teaser h3 {
        font-size: 1.2rem;
        padding: 0 4px;
    }

    .jw-seo-btn-light {
        padding: 12px 24px;
        font-size: 0.95rem;
        width: min(100%, 320px);
    }

    .jw-seo-cta-grid { gap: 6px; }

    .jw-seo-cta-btn {
        font-size: 0.65rem;
        padding: 8px 4px;
        line-height: 1.2;
        min-height: 48px;
    }

    .jw-seo-steps li {
        padding: 0 0 14px 44px;
        font-size: 0.95rem;
    }

    .jw-seo-steps li::before {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }

    body[dir="rtl"] .jw-seo-steps li { padding: 0 44px 14px 0; }
}

@media (max-width: 360px) {
    .jw-seo-cta-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .jw-seo-cta-btn {
        font-size: 0.82rem;
        min-height: 44px;
        padding: 10px 12px;
    }

    body.jw-seo-page {
        padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px));
    }
}
