/**
 * Nemeks long-form content readability
 * Keeps navigation, cards, buttons and brand assets unchanged.
 */

.nemeks-reading-surface {
    padding: 42px 32px 48px !important;
}

.nemeks-reading-title {
    max-width: 880px;
    margin: 0 auto 24px 0;
    color: #0b1f3a !important;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.nemeks-reading-title strong {
    color: inherit;
    font-weight: inherit;
}

.nemeks-reading-title::after {
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: #f55b14;
    content: "";
}

.nemeks-reading-title--center {
    text-align: center;
}

.nemeks-reading-title--center::after {
    margin-right: auto;
    margin-left: 0;
}

.nemeks-reading-title--compact {
    font-size: 32px !important;
    line-height: 1.35 !important;
}

.nemeks-reading-content {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    overflow-wrap: break-word;
    text-align: left !important;
}

/* Blog başlığı, gövde metni, SSS ve görseller aynı sol eksende başlar. */
.blog-single .nemeks-reading-content,
.blog-single .nemeks-article-inline-image,
.blog-single .nemeks-faq {
    margin-right: auto;
    margin-left: 0;
}

.nemeks-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    padding: 11px 16px;
    border-radius: 5px;
    background: #0b1f3a;
    color: #fff !important;
    font-weight: 600;
    transform: translateY(-160%);
    transition: transform .18s ease;
}

.nemeks-skip-link:focus {
    transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #f55b14 !important;
    outline-offset: 3px;
}

.nemeks-reading-content p,
.nemeks-reading-content li,
.nemeks-reading-content dd,
.nemeks-reading-content td,
.nemeks-reading-content th {
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 17px !important;
    line-height: 1.75 !important;
    text-align: left !important;
}

.nemeks-reading-content p {
    margin: 0 0 20px !important;
}

.nemeks-reading-content h1,
.nemeks-reading-content h2,
.nemeks-reading-content h3,
.nemeks-reading-content h4,
.nemeks-reading-content h5,
.nemeks-reading-content h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    text-align: left !important;
}

.nemeks-reading-content h1 {
    margin: 0 0 24px !important;
    color: #0b1f3a !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em;
    line-height: 1.3 !important;
}

.nemeks-reading-content h2 {
    margin: 40px 0 16px !important;
    padding: 0 0 0 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    line-height: 1.35 !important;
}

.nemeks-reading-content h3 {
    margin: 30px 0 12px !important;
    color: #263238 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

.nemeks-reading-content h4,
.nemeks-reading-content h5,
.nemeks-reading-content h6 {
    margin: 24px 0 10px !important;
    color: #263238 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.nemeks-reading-content ul,
.nemeks-reading-content ol {
    margin: 0 0 22px 24px;
    padding: 0;
}

.nemeks-reading-content li {
    margin-bottom: 8px;
    padding-left: 3px;
}

.nemeks-reading-content strong,
.nemeks-reading-content b {
    color: #263238;
    font-weight: 600;
}

.nemeks-reading-content a {
    color: #c94a0e !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.nemeks-reading-content a:hover,
.nemeks-reading-content a:focus {
    color: #9f3708 !important;
    text-decoration-thickness: 2px;
}

.nemeks-reading-content blockquote {
    margin: 30px 0;
    padding: 24px 26px;
    border: 0;
    border-left: 4px solid #f55b14;
    background: #f6f8fa;
    color: #344054;
    text-align: left;
}

.nemeks-reading-content blockquote p:last-child {
    margin-bottom: 0 !important;
}

.nemeks-reading-content img,
.nemeks-reading-content video,
.nemeks-reading-content iframe {
    max-width: 100%;
}

.nemeks-reading-content figure {
    margin: 32px 0;
}

.nemeks-reading-content figcaption {
    margin-top: 9px;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.nemeks-reading-content hr {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid #d8e0e8;
}

.nemeks-reading-content table {
    display: block;
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
    border-collapse: collapse;
}

.nemeks-reading-content th,
.nemeks-reading-content td {
    padding: 12px 14px;
    border: 1px solid #d8e0e8;
    text-align: left;
    vertical-align: top;
}

.nemeks-reading-content th {
    background: #f6f8fa;
    color: #0b1f3a !important;
    font-weight: 600;
}

.nemeks-reading-summary,
.nemeks-reading-summary p {
    color: #344054 !important;
    font-family: 'Rubik', sans-serif;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
}

.blog-single .nemeks-article-inline-image {
    max-width: 880px;
    margin: 36px auto;
    text-align: center;
}

.blog-single .nemeks-article-inline-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: contain;
    border-radius: 10px;
}

.blog-single .nemeks-article-inline-image figcaption {
    margin-top: 9px;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
}

section.nemeks-faq {
    max-width: 880px;
    margin: 40px auto 40px 0;
    padding: 0 16px;
    color: #344054;
    font-family: 'Rubik', sans-serif;
}

section.nemeks-faq h2 {
    margin: 0 0 20px;
    padding-left: 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
}

section.nemeks-faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    background: #ffffff;
}

section.nemeks-faq summary {
    position: relative;
    padding: 16px 54px 16px 18px;
    color: #263238;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    list-style: none;
    cursor: pointer;
}

section.nemeks-faq summary::-webkit-details-marker {
    display: none;
}

section.nemeks-faq summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #c94a0e;
    font-size: 22px;
    line-height: 1;
    content: "+";
    transform: translateY(-50%);
}

section.nemeks-faq details[open] summary::after {
    content: "\2212";
}

section.nemeks-faq .faq-answer {
    padding: 0 18px 17px;
    color: #344054;
    font-size: 17px;
    line-height: 1.75;
}

section.nemeks-faq .faq-answer p {
    margin: 0;
    color: #344054;
    font-size: 17px;
    line-height: 1.75;
}

.blog-single .nemeks-faq {
    margin-top: 40px;
    padding: 28px;
    border: 1px solid #d8e0e8;
    border-radius: 10px;
    background: #f8fafc;
}

.blog-single .nemeks-faq h2 {
    margin: 0 0 14px !important;
}

.blog-single .nemeks-faq__item {
    padding: 18px 0;
    border-bottom: 1px solid #d8e0e8;
}

.blog-single .nemeks-faq__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-single .nemeks-faq__item h3 {
    margin: 0 0 8px !important;
    font-size: 20px !important;
}

.blog-single .nemeks-faq__item p {
    margin: 0 !important;
}

.nemeks-related-services {
    margin: 4px 0 34px;
}

.nemeks-related-services__inner {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 24px;
    border-top: 1px solid #d8e0e8;
}

.nemeks-related-services h2 {
    margin: 0 0 15px;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.nemeks-related-services__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nemeks-related-services__links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #d8e0e8;
    border-left: 3px solid #f55b14;
    border-radius: 6px;
    background: #f8fafc;
    color: #344054;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.nemeks-related-services__links a:hover,
.nemeks-related-services__links a:focus {
    border-color: #f55b14;
    background: #ffffff;
    color: #9f3708;
}

.nemeks-related-articles {
    margin: 0 0 38px;
}

.nemeks-related-articles__inner {
    max-width: 880px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 28px;
    border-top: 1px solid #d8e0e8;
}

.nemeks-related-articles h2 {
    margin: 0 0 18px;
    padding-left: 14px;
    border-left: 4px solid #f55b14;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.nemeks-related-articles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nemeks-related-articles__item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    min-height: 82px;
    overflow: hidden;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    background: #ffffff;
    color: #263238;
}

.nemeks-related-articles__item img {
    width: 88px;
    height: 82px;
    object-fit: cover;
}

.nemeks-related-articles__item span {
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.nemeks-related-articles__item:hover,
.nemeks-related-articles__item:focus {
    border-color: #f55b14;
    color: #9f3708;
}

@media only screen and (min-width: 768px) {
    .main-header { height: 102px !important; margin-bottom: 0 !important; }
    .headerust { margin-top: 102px !important; }
    .main-header .header-top .top-left,
    .main-header .header-top .top-right { padding-top: 8px !important; padding-bottom: 8px !important; }
    .main-header .header-top .top-left .links li a,
    .main-header .header-top .top-right ul li a { font-size: 14px; line-height: 22px; }
    .main-header .header-top .top-left .links li .icon { margin-right: 7px; font-size: 16px; line-height: 22px; }
    .main-header .main-box .logo-box,
    .main-header.fixed-header .main-box .logo-box { padding: 4px 0 !important; }
    .main-header .main-box .logo-box .logo img,
    .main-header.fixed-header .main-box .logo-box .logo img { width: auto; height: 54px; }
    .main-menu .navigation > li { margin-left: 25px; padding: 0 !important; }
    .main-menu .navigation > li > a,
    .fixed-header .main-menu .navigation > li > a { padding: 16px 0 !important; font-size: 15px; line-height: 30px; }
    .main-header .nav-outer .outer-box { margin-top: 7px !important; margin-left: 22px; }
    .main-header .nav-outer .outer-box .quote-btn { padding: 10px 16px 12px; }
}

@media only screen and (max-width: 767px) {
    .main-header { height: 72px !important; margin-bottom: 0 !important; }
    .headerust { margin-top: 72px !important; }
    .main-header .main-box .outer-container { min-height: 72px; padding-bottom: 0 !important; }
    .main-header .main-box .logo-box { float: left; width: auto !important; margin: 0 !important; padding: 8px 0 !important; text-align: left !important; }
    .main-header .main-box .logo-box .logo,
    .main-header .logo { position: static !important; left: auto !important; float: none !important; width: auto !important; margin: 0 !important; }
    .main-header .main-box .logo-box .logo img { width: auto !important; height: 48px !important; }
    .main-header .nav-outer { position: relative !important; float: right !important; width: auto !important; }
    .main-menu { width: auto !important; }
    .main-menu .navbar-header { width: auto; padding: 14px 0 !important; }
    .main-menu .navbar-header .navbar-toggle { margin: 0 !important; padding: 8px 9px; }
    .main-menu .navbar-collapse { position: absolute; top: 58px; right: 0; width: min(300px, calc(100vw - 30px)) !important; margin: 0 !important; }
    .nemeks-reading-surface {
        padding: 24px 16px 32px !important;
    }

    .nemeks-reading-title,
    .nemeks-reading-content h1 {
        margin-bottom: 20px !important;
        font-size: 29px !important;
        letter-spacing: -0.01em;
        line-height: 1.32 !important;
    }

    .nemeks-reading-title--compact {
        font-size: 27px !important;
    }

    .nemeks-reading-title::after {
        width: 48px;
        height: 3px;
        margin-top: 12px;
    }

    .nemeks-reading-content,
    .nemeks-reading-content p,
    .nemeks-reading-content li,
    .nemeks-reading-content dd,
    .nemeks-reading-content td,
    .nemeks-reading-content th {
        font-size: 16px !important;
        line-height: 1.72 !important;
    }

    .nemeks-reading-content h2,
    section.nemeks-faq h2 {
        margin-top: 34px !important;
        padding-left: 12px;
        border-left-width: 3px;
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    section.nemeks-faq h2 {
        margin-top: 0 !important;
    }

    .nemeks-reading-content h3 {
        margin-top: 26px !important;
        font-size: 20px !important;
    }

    .nemeks-reading-content ul,
    .nemeks-reading-content ol {
        margin-left: 20px;
    }

    .blog-single .nemeks-article-inline-image {
        margin: 26px 0;
    }

    section.nemeks-faq {
        margin: 32px auto 32px 0;
        padding: 0;
    }

    .nemeks-related-services { margin-bottom: 28px; }
    .nemeks-related-services__inner { padding-top: 20px; }
    .nemeks-related-services h2 { font-size: 19px; }
    .nemeks-related-services__links { gap: 8px; }
    .nemeks-related-services__links a { width: 100%; }

    .nemeks-related-articles { margin-bottom: 30px; }
    .nemeks-related-articles__inner { padding-top: 22px; }
    .nemeks-related-articles h2 { padding-left: 12px; border-left-width: 3px; font-size: 21px; }
    .nemeks-related-articles__grid { grid-template-columns: 1fr; gap: 9px; }
    .nemeks-related-articles__item { grid-template-columns: 76px minmax(0, 1fr); min-height: 72px; }
    .nemeks-related-articles__item img { width: 76px; height: 72px; }

    section.nemeks-faq summary {
        padding: 15px 48px 15px 15px;
        font-size: 15.5px;
    }

    section.nemeks-faq .faq-answer,
    section.nemeks-faq .faq-answer p {
        font-size: 16px;
        line-height: 1.72;
    }

    .blog-single .nemeks-faq {
        padding: 20px 16px;
    }

    .shop-single .product-details .prod-tabs .tabs-content {
        padding-right: 16px;
        padding-left: 16px;
    }
}
